Searched refs:cmd (Results 1 - 25 of 34) sorted by relevance

12

/inkscape/share/extensions/
H A Dps2pdf-ext.py27 cmd = 'ps2pdf' variable
28 if (sys.argv[1] == "--dEPSCrop=true"): cmd += ' -dEPSCrop '
30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
H A Dplt_output.py27 cmd = get_command() variable
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".plt")
H A Dsk1_output.py27 cmd = get_command() variable
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".sk1")
H A Dwmf_output.py27 cmd = get_command() variable
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".wmf")
H A Duniconv-ext.py31 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")
H A Dhandles.py29 for cmd,params in p:
30 if cmd == 'C':
33 if cmd == 'Q':
37 if cmd == 'M':
40 if cmd == 'Z':
H A Dmotion.py33 def makeface(self,last,(cmd, params)):
36 a.append([cmd, params[:]])
40 defs = simplepath.pathdefs[cmd]
51 if cmd == 'C':
53 a.append([cmd,np[:]])
76 for cmd,params in p:
78 if cmd == 'C':
84 if len(tees) == 0 and cmd in ['L','C']:
85 segments.append([cmd,params[:]])
88 segments.append([cmd,lis
[all...]
H A Dflatten.py38 cmd = 'L'
40 cmd = 'M'
42 np.append([cmd,[csp[1][0],csp[1][1]]])
H A Duniconv_output.py97 cmd = None
103 cmd = 'uniconvertor'
107 cmd = 'uniconv'
111 if p!=32512 : cmd = 'uniconv'
113 if p!=32512 : cmd = 'uniconvertor'
115 if cmd == None:
128 cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run();"'
130 return cmd
H A Dstraightseg.py45 for cmd,params in p:
46 if cmd == 'C':
57 elif cmd == 'Q':
60 if cmd == 'M':
62 if cmd == 'Z':
H A Dsimplepath.py167 return "".join([cmd + " ".join([str(p) for p in params]) for cmd, params in a])
170 for cmd,params in p:
171 defs = pathdefs[cmd]
179 for cmd,params in p:
180 defs = pathdefs[cmd]
198 for cmd,params in p:
199 defs = pathdefs[cmd]
H A Drender_alphabetsoup.py78 cmd = last[0]
79 if cmd == 'C':
90 cmd, params = p
91 if cmd == 'Z':
100 for cmd,params in sp:
101 defs = simplepath.pathdefs[cmd]
107 for cmd,params in sp:
108 defs = simplepath.pathdefs[cmd]
159 for cmd,params in sp:
163 if cmd
[all...]
H A Dcubicsuperpath.py107 cmd, params = s
108 if cmd == 'M':
116 elif cmd == 'L':
120 elif cmd == 'C':
124 elif cmd == 'Q':
139 elif cmd == 'A':
145 elif cmd == 'Z':
H A Ddots.py93 for cmd,params in p:
94 if cmd != 'Z' and cmd != 'z':
H A Dfractalize.py65 for cmd,params in p:
66 if cmd != 'Z':
H A Dhpgl_encoder.py243 cmd = 'PU'
248 self.processOffset(cmd, posX, posY, pen)
249 cmd = 'PD'
264 self.processOffset(cmd, newLength[0], newLength[1], pen)
267 self.processOffset(cmd, posX, posY, pen)
286 def processOffset(self, cmd, posX, posY, pen):
289 self.storePoint(cmd, posX, posY, pen)
293 self.vData.insert(3, [cmd, posX, posY, pen])
H A Dedge3d.py91 for cmd,params in p:
92 if cmd == 'Z':
101 result.append((cmd, params))
H A Dsimplepath.rb163 a.map { |cmd,params| "#{cmd} #{params.join(' ')}" }.join
167 p.each do |cmd,params|
168 coord_types = PATHDEFS[cmd].coord_types
H A Dsynfig_prepare.py62 def set_init_args(self, cmd):
68 self.init_args = cmd
131 cmd = self.init_args + " " + self.command + "--verb=FileSave --verb=FileQuit"
133 p = Popen('inkscape "%s" %s' % (filename, cmd), shell=True, stdout=PIPE, stderr=PIPE)
138 _, f, err = os.popen3( "inkscape %s %s" % ( filename, cmd ) )
H A Dwebslicer_export.py85 def get_cmd_output(self, cmd):
91 if sys.platform != "win32": cmd = '{ '+ cmd +'; }'
92 pipe = os.popen(cmd +' 2>&1', 'r')
/inkscape/src/
H A Dwinconsole.cpp7 * 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/
H A Dbuildtool.cpp3469 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...]
/inkscape/src/2geom/
H A Dsvg-path-writer.h92 void _setCommand(char cmd);
H A Dsvg-path-writer.cpp251 void SVGPathWriter::_setCommand(char cmd) argument
253 if (_command != 0 && _command != cmd) {
256 _command = cmd;
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1319 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...]

Completed in 103 milliseconds

12