Searched refs:append (Results 1 - 25 of 247) sorted by relevance

12345678910

/inkscape/share/extensions/Barcode/
H A DCode93.py25 PALLET.append('($)')
26 PALLET.append('(/)')
27 PALLET.append('(+)')
28 PALLET.append('(%)')
29 PALLET.append('MARKER')
71 text.append(self.checksum(text, 20)) # C
72 text.append(self.checksum(text, 15)) # K
99 result.append(char)
101 result.append('(%)')
102 result.append(MAP_
[all...]
/inkscape/share/extensions/
H A DjessyInk_mouseHandler.py22 sys.path.append('/usr/share/inkscape/extensions')
24 sys.path.append('/Applications/Inkscape.app/Contents/Resources/extensions')
26 sys.path.append('C:\Program Files\Inkscape\share\extensions')
60 groupElm.append(scriptElm)
61 self.document.getroot().append(groupElm)
68 groupElm.append(scriptElm)
69 self.document.getroot().append(groupElm)
H A Dmotion.py35 a.append(['M',last[:]])
36 a.append([cmd, params[:]])
47 a.append(['L',[np[-2],np[-1]]])
53 a.append([cmd,np[:]])
55 a.append(['Z',[]])
65 group.append(node)
85 segments.append([cmd,params[:]])
88 segments.append([cmd,list(one[1]+one[2]+one[3])])
89 segments.append([cmd,list(two[1]+two[2]+two[3])])
93 segments.append([cm
[all...]
/inkscape/share/extensions/test/
H A Dtest_template.py.txt10 sys.path.append('..') # this line allows to import the extension code
H A Daddnodes.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dchardataeffect.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dcoloreffect.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Ddots.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Ddraw_from_triangle.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Ddxf_outlines.test.py16 sys.path.append('..') # this line allows to import the extension code
H A Dedge3d.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dembedimage.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Deqtexsvg.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dextractimage.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dextrude.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dflatten.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dfoldablebox.test.py4 sys.path.append('..') # this line allows to import the extension code
H A Dfractalize.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dfuncplot.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dgrid_cartesian.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dgrid_polar.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dguides_creator.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dhandles.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dhpgl_output.test.py10 sys.path.append('..') # this line allows to import the extension code
H A Dinkex.test.py14 sys.path.append('..') # this line allows to import the extension code

Completed in 30 milliseconds

12345678910