/inkscape/share/extensions/ |
H A D | plt_output.py | 27 cmd = get_command() variable 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".plt")
|
H A D | ps2pdf-ext.py | 27 cmd = 'ps2pdf' variable 28 if (sys.argv[1] == "--dEPSCrop=true"): cmd += ' -dEPSCrop ' 30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
|
H A D | sk1_output.py | 27 cmd = get_command() variable 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".sk1")
|
H A D | wmf_output.py | 27 cmd = get_command() variable 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".wmf")
|
H A D | uniconv-ext.py | 31 cmd = None variable 37 cmd = 'uniconvertor' variable 41 cmd = 'uniconv' variable 45 if p!=32512 : cmd = 'uniconv' 47 if p!=32512 : cmd = 'uniconvertor' 49 if cmd == None: 62 cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run()"' variable 64 run((cmd+' "%s" "%%s"') % sys.argv[1].replace("%","%%"), "UniConvertor")
|
/inkscape/src/ |
H A D | winconsole.cpp | 7 * prompt (cmd.exe), and whatever you write to standard output 25 * is that cmd.exe picks .com over .exe when both are present in PATH, 101 WCHAR *cmd = GetCommandLineW(); local 124 cmd, // command line as a single string
|
/inkscape/src/2geom/ |
H A D | svg-path-writer.cpp | 251 void SVGPathWriter::_setCommand(char cmd) argument 253 if (_command != 0 && _command != cmd) { 256 _command = cmd;
|
/inkscape/src/livarot/ |
H A D | PathOutline.cpp | 828 Path::IsNulCurve (std::vector<PathDescr*> const &cmd, int curD, Geom::Point const &curX) argument 830 switch(cmd[curD]->getType()) { 833 PathDescrLineTo *nData = dynamic_cast<PathDescrLineTo*>(cmd[curD]); 841 PathDescrCubicTo *nData = dynamic_cast<PathDescrCubicTo*>(cmd[curD]); 854 PathDescrArcTo* nData = dynamic_cast<PathDescrArcTo*>(cmd[curD]); 866 PathDescrBezierTo* nBData = dynamic_cast<PathDescrBezierTo*>(cmd[curD]); 878 PathDescrIntermBezierTo* nData = dynamic_cast<PathDescrIntermBezierTo*>(cmd[ip]); 887 PathDescrIntermBezierTo* nData = dynamic_cast<PathDescrIntermBezierTo*>(cmd[ip]);
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 1319 document_interface_selection_combine (DocumentInterface *doc_interface, gchar *cmd, char ***newpaths, argument 1322 if (strcmp(cmd, "union") == 0) 1324 else if (strcmp(cmd, "intersection") == 0) 1326 else if (strcmp(cmd, "difference") == 0) 1328 else if (strcmp(cmd, "exclusion") == 0) 1330 else if (strcmp(cmd, "division") == 0) 1341 document_interface_selection_change_level (DocumentInterface *doc_interface, gchar *cmd, argument 1344 if (strcmp(cmd, "raise") == 0) 1346 if (strcmp(cmd, "lower") == 0) 1348 if ((strcmp(cmd, "to_to 1387 document_interface_layer_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument [all...] |
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 545 void PdfParser::execOp(Object *cmd, Object args[], int numArgs) { argument 552 name = cmd->getCmd();
|
/inkscape/ |
H A D | buildtool.cpp | 3469 String cmd = "bzr revno"; local 3472 bool ret = executeCommand(cmd.c_str(), "", outString, errString); 3475 error("error executing '%s': %s", cmd.c_str(), errString.c_str()); 3499 String cmd = "svn info --xml"; 3502 bool ret = executeCommand(cmd.c_str(), "", outString, errString); 3505 error("error executing '%s': %s", cmd.c_str(), errString.c_str()); 3942 // status("============ cmd ============\n%s\n=============================", 3951 read buffer in command.com and cmd.exe are just too small 4139 status("============ cmd ============\n%s\n=============================", 6904 String cmd local 7325 String cmd = parent.eval(commandOpt, "cxxtestgen.py"); local 7423 String cmd = parent.eval(commandOpt, "cxxtestgen.py"); local 7541 String cmd = rawCmd; local 7767 String cmd = command; local 7839 String cmd = command; local 7992 String cmd = command; local 8313 String cmd = command; local 8504 String cmd = command; local 8663 String cmd = "dllwrap"; local 8798 String cmd = command; local 8881 String cmd; local [all...] |