Searched refs:append (Results 1 - 25 of 247) sorted by relevance
12345678910
/inkscape/share/extensions/Barcode/ |
H A D | Code93.py | 25 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 D | jessyInk_mouseHandler.py | 22 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 D | motion.py | 35 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 D | test_template.py.txt | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | addnodes.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | chardataeffect.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | coloreffect.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | dots.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | draw_from_triangle.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | dxf_outlines.test.py | 16 sys.path.append('..') # this line allows to import the extension code
|
H A D | edge3d.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | embedimage.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | eqtexsvg.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | extractimage.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | extrude.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | flatten.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | foldablebox.test.py | 4 sys.path.append('..') # this line allows to import the extension code
|
H A D | fractalize.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | funcplot.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | grid_cartesian.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | grid_polar.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | guides_creator.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | handles.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | hpgl_output.test.py | 10 sys.path.append('..') # this line allows to import the extension code
|
H A D | inkex.test.py | 14 sys.path.append('..') # this line allows to import the extension code
|
Completed in 30 milliseconds
12345678910