Search

Searched defs:make (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A Dscour.inkscape.py9 inkex.errormsg("Failed to import Python module 'scour'.\nPlease make sure it is installed (e.g. using 'pip install scour' or 'sudo apt-get install python-scour') and try again.") namespace
16 inkex.errormsg("Failed to import Python module 'six'.\nPlease make sure it is installed (e.g. using 'pip install six' or 'sudo apt-get install python-six') and try again.") namespace
H A Drender_barcode_qrcode.py64 def make(self): member in class:QRCode
1071 qr.make()
/inkscape/src/extension/param/
H A Dparameter.cpp46 Parameter *Parameter::make(Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *in_ext) function in class:Inkscape::Extension::Parameter
/inkscape/
H A Dbuildtool.cpp447 /* make sure the rest of the regex matches */
4916 //## to make the dir 'above' this one, if necessary
4926 //## 3: now make
4933 error("cannot make directory '%s' : %s",
5825 * candidates for further processing. Reads make.exclude
6174 * a bit of state machine stuff to make sure that the directive
7153 //Now make the new path
10175 buildtool::Make make; local
10192 printf("%s", make.version().c_str());
10203 make
[all...]

Completed in 80 milliseconds