Searched refs:sys (Results 1 - 25 of 148) sorted by relevance

123456

/inkscape/share/extensions/
H A Dfig2dev-ext.py24 import sys namespace
27 run('fig2dev -L svg "%s" "%%s"' % sys.argv[1].replace("%","%%"), "fig2dev")
H A Dps2pdf-ext.py24 import sys namespace
28 if (sys.argv[1] == "--dEPSCrop=true"): cmd += ' -dEPSCrop '
30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
H A Dplt_output.py24 import sys namespace
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".plt")
H A Dsk1_output.py24 import sys namespace
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".sk1")
H A Dwmf_output.py24 import sys namespace
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".wmf")
/inkscape/share/patterns/
H A Di18n.py4 import sys namespace
6 doc = minidom.parse(sys.argv[1])
10 sys.stdout.write("char * stringlst = [")
16 sys.stdout.write("N_(\"" + stockid + "\"),")
18 sys.stdout.write("];")
/inkscape/share/symbols/
H A Di18n.py4 import sys namespace
6 sys.stdout.write("char * stringlst = [")
8 for filename in sys.argv[1:]:
14 sys.stdout.write("\n/* Symbols: " + filename + " */ NC_(\"Symbol\", \"" + symbol.firstChild.nodeValue + "\"),")
16 sys.stdout.write("];")
/inkscape/share/templates/
H A Di18n.py4 import sys namespace
8 sys.stdout.write("char * stringlst = [")
10 for filename in sys.argv[1:]:
18 sys.stdout.write("N_(\"" + lines[0].firstChild.nodeValue + "\"),")
20 sys.stdout.write("];")
/inkscape/share/palettes/
H A Di18n.py3 import sys namespace
7 sys.stdout.write("char * stringlst = [")
14 for filename in sys.argv[1:]:
19 sys.stdout.write('\n/* Palette: ' + filename + ' */')
22 sys.stdout.write("/* xgettext:no-c-format */")
23 sys.stdout.write("NC_(\"Palette\", \"" + match.group(1) + "\"),")
25 sys.stdout.write("];")
/inkscape/share/filters/
H A Di18n.py4 import sys namespace
6 doc = minidom.parse(sys.argv[1])
10 sys.stdout.write("char * stringlst = [")
24 sys.stdout.write(comment + "\n" + label + ",\n" + menu + ",\n" + desc + ",\n")
26 sys.stdout.write("];")
/inkscape/share/extensions/Barcode/
H A D__init__.py40 import sys namespace
50 return sys.stderr.write("No barcode format given!\n")
57 sys.stderr.write("Invalid type of barcode: %s\n" % code)
59 sys.stderr.write("Barcode module is missing barcode class: %s\n" % code)
/inkscape/packaging/scripts/
H A Dlp-mark-bugs-released18 import sys namespace
34 if len(sys.argv) != 3:
35 print >> sys.stderr, '''Mark bugs 'Fix Committed' on a release as released
37 Usage: %s <project name> <version>''' % sys.argv[0]
38 sys.exit(1)
40 (project, version) = sys.argv[1:]
45 print >> sys.stderr, 'Could not connect to Launchpad:', str(error)
46 sys.exit(2)
58 print >> sys.stderr, '''Unable to find release: %s''' % version
59 sys
[all...]
/inkscape/share/extensions/test/
H A Dtest_template.py.txt9 import sys
10 sys.path.append('..') # this line allows to import the extension code
H A Daddnodes.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Dchardataeffect.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Dcoloreffect.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Ddots.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Ddraw_from_triangle.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Ddxf_outlines.test.py13 import sys namespace
16 sys.path.append('..') # this line allows to import the extension code
H A Dedge3d.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Dembedimage.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Deqtexsvg.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Dextractimage.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Dextrude.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code
H A Dflatten.test.py9 import sys namespace
10 sys.path.append('..') # this line allows to import the extension code

Completed in 103 milliseconds

123456