Searched refs:help (Results 1 - 25 of 91) sorted by relevance

1234

/inkscape/share/extensions/
H A Dhpgl_output.py34 self.OptionParser.add_option('--resolutionX', action='store', type='float', dest='resolutionX', default=1016.0, help='Resolution X (dpi)')
35 self.OptionParser.add_option('--resolutionY', action='store', type='float', dest='resolutionY', default=1016.0, help='Resolution Y (dpi)')
36 self.OptionParser.add_option('--pen', action='store', type='int', dest='pen', default=1, help='Pen number')
37 self.OptionParser.add_option('--force', action='store', type='int', dest='force', default=24, help='Pen force (g)')
38 self.OptionParser.add_option('--speed', action='store', type='int', dest='speed', default=20, help='Pen speed (cm/s)')
39 self.OptionParser.add_option('--orientation', action='store', type='string', dest='orientation', default='90', help='Rotation (Clockwise)')
40 self.OptionParser.add_option('--mirrorX', action='store', type='inkbool', dest='mirrorX', default='FALSE', help='Mirror X axis')
41 self.OptionParser.add_option('--mirrorY', action='store', type='inkbool', dest='mirrorY', default='FALSE', help='Mirror Y axis')
42 self.OptionParser.add_option('--center', action='store', type='inkbool', dest='center', default='FALSE', help='Center zero point')
43 self.OptionParser.add_option('--overcut', action='store', type='float', dest='overcut', default=1.0, help
[all...]
H A Dcolor_HSL_adjust.py15 help="Adjust hue")
19 help="Adjust saturation")
23 help="Adjust lightness")
27 help="Randomize hue")
31 help="Randomize saturation")
35 help="Randomize lightness")
39 help="The selected UI-tab when OK was pressed")
H A Dperfectboundcover.py36 help="cover width (in)")
40 help="cover height (in)")
44 help="number of pages")
48 help="paper thickness measurement")
52 help="paper thickness")
56 help="cover thickness measurement")
60 help="cover thickness")
64 help="cover bleed (in)")
68 help="remove guides")
72 help
[all...]
H A Dwebslicer_create_rect.py32 help="")
36 help="")
40 help="")
44 help="")
48 help="")
52 help="")
56 help="")
60 help="")
64 help="")
68 help
[all...]
H A Dweb-set-att.py32 help="Attribute to set.")
36 help="Values to set.")
40 help="When it must to set?")
44 help="Compatibility with previews code to this event.")
48 help='Who transmit to Who? "g-to-one" All set the last. "one-to-g" The first set all.')
52 help="The selected UI-tab when OK was pressed")
H A Dwebslicer_create_group.py32 help="")
36 help="")
40 help="")
44 help="")
48 help="")
52 help="The selected UI-tab when OK was pressed")
H A Dparam_curves.py138 help="Start t-value")
142 help="End t-value")
146 help="Multiply t-range by 2*pi")
150 help="x-value of rectangle's left")
154 help="x-value of rectangle's right")
158 help="y-value of rectangle's bottom")
162 help="y-value of rectangle's top")
166 help="Samples")
170 help="fx(t) for plotting")
174 help
[all...]
H A Dcolor_custom.py10 help="red channel function")
14 help="green channel function")
18 help="blue channel function")
22 help="The selected UI-tab when OK was pressed")
26 help="The input (r,g,b) range")
H A Dweb-transmit-att.py32 help="Attribute to transmited.")
36 help="When it must to transmit?")
40 help="Compatibility with previews code to this event.")
44 help='Who transmit to Who? "g-to-one" All tramsmit to the last. "one-to-g" The first transmit to all.')
48 help="The selected UI-tab when OK was pressed")
H A Dfuncplot.py184 help="Start x-value")
188 help="End x-value")
192 help="Multiply x-range by 2*pi")
196 help="Plot using polar coordinates")
200 help="y-value of rectangle's bottom")
204 help="y-value of rectangle's top")
208 help="Samples")
212 help="f(x) for plotting")
216 help="Calculate the first derivative numerically")
220 help
[all...]
H A Dradiusrand.py38 help="Randomly move nodes and handles within this radius, X")
42 help="Randomly move nodes and handles within this radius, Y")
46 help="Randomize control points")
50 help="Randomize nodes")
54 help="Use normal distribution")
58 help="The selected UI-tab when OK was pressed")
H A Dcolor_replace.py9 self.OptionParser.add_option("-f", "--from_color", action="store", type="string", dest="from_color", default="000000", help="Replace color")
10 self.OptionParser.add_option("-t", "--to_color", action="store", type="string", dest="to_color", default="000000", help="By color")
H A Dlindenmayer.py31 help="number of iteration")
35 help="angle for turning left")
39 help="angle for turning right")
43 help="step size")
47 help="randomize step")
51 help="randomize angle")
55 help="initial state of system")
59 help="replacement rules")
H A Dplotter.py38 self.OptionParser.add_option('--serialPort', action='store', type='string', dest='serialPort', default='COM1', help='Serial port')
39 self.OptionParser.add_option('--serialBaudRate', action='store', type='string', dest='serialBaudRate', default='9600', help='Serial Baud rate')
40 self.OptionParser.add_option('--serialByteSize', action='store', type='string', dest='serialByteSize', default='eight', help='Serial byte size')
41 self.OptionParser.add_option('--serialStopBits', action='store', type='string', dest='serialStopBits', default='one', help='Serial stop bits')
42 self.OptionParser.add_option('--serialParity', action='store', type='string', dest='serialParity', default='none', help='Serial parity')
43 self.OptionParser.add_option('--serialFlowControl', action='store', type='string', dest='serialFlowControl', default='0', help='Flow control')
44 self.OptionParser.add_option('--commandLanguage', action='store', type='string', dest='commandLanguage', default='hpgl', help='Command Language')
45 self.OptionParser.add_option('--resolutionX', action='store', type='float', dest='resolutionX', default=1016.0, help='Resolution X (dpi)')
46 self.OptionParser.add_option('--resolutionY', action='store', type='float', dest='resolutionY', default=1016.0, help='Resolution Y (dpi)')
47 self.OptionParser.add_option('--pen', action='store', type='int', dest='pen', default=1, help
[all...]
H A Dcolor_blackandwhite.py10 help="Threshold Color Level")
H A Dgrid_polar.py60 help="Circular Divisions")
64 help="Circular Division Spacing")
68 help="Circular Subdivisions per Major division")
72 help="Logarithmic subdivisions if true")
76 help="Major Circular Division Line thickness")
80 help="Minor Circular Division Line thickness")
84 help="Angle Divisions")
88 help="Angle Divisions at Centre")
92 help="Angcular Subdivisions per Major division")
96 help
[all...]
H A Dempty_desktop.py11 self.OptionParser.add_option("-s", "--size", action="store", type="string", dest="desktop_size", default="16", help="Desktop size")
13 self.OptionParser.add_option("-w", "--width", action="store", type="int", dest="desktop_width", default="1920", help="Custom width")
14 self.OptionParser.add_option("-z", "--height", action="store", type="int", dest="desktop_height", default="1080", help="Custom height")
H A Dempty_video.py11 self.OptionParser.add_option("-s", "--size", action="store", type="string", dest="video_size", default="16", help="Video size")
13 self.OptionParser.add_option("-w", "--width", action="store", type="int", dest="video_width", default="1920", help="Custom width")
14 self.OptionParser.add_option("-z", "--height", action="store", type="int", dest="video_height", default="1080", help="Custom height")
H A Drender_barcode.py38 help="Barcode Height")
42 help="Barcode Type")
46 help="Text to print on barcode")
H A Dhpgl_input.py33 parser.add_option('--resolutionX', action='store', type='float', dest='resolutionX', default=1016.0, help='Resolution X (dpi)')
34 parser.add_option('--resolutionY', action='store', type='float', dest='resolutionY', default=1016.0, help='Resolution Y (dpi)')
35 parser.add_option('--showMovements', action='store', type='inkbool', dest='showMovements', default='FALSE', help='Show Movements between paths')
H A Dcolor_randomize.py14 help="Hue range")
18 help="Saturation range")
22 help="Lightness range")
26 help="Opacity range")
30 help="The selected UI-tab when OK was pressed")
H A Dsetup_typography_canvas.py29 help="Em-size")
33 help="Ascender")
37 help="Caps Height")
41 help="x-height")
45 help="Descender")
H A Dguides_creator.py149 help="")
155 help = 'Preset')
161 help = 'Vertical guides each:')
167 help = 'Horizontal guides each:')
173 help = 'Start from edges')
179 help = 'Delete existing guides')
185 help = 'Upper left corner')
191 help = 'Upper right corner')
197 help = 'Lower left corner')
203 help
[all...]
H A Dimage_attributes.py45 help="")
49 help="")
53 help="Value for attribute 'preserveAspectRatio'")
57 help="optional 'meetOrSlice' value")
61 help="scope within which to edit 'preserveAspectRatio' attribute")
65 help="Value for attribute 'image-rendering'")
69 help="scope within which to edit 'image-rendering' attribute")
153 else: # help tab
H A Dgrid_cartesian.py50 help="Major X Divisions")
54 help="Major X divison Spacing")
58 help="Subdivisions per Major X division")
62 help="Logarithmic x subdivisions if true")
66 help="Subsubdivisions per Minor X division")
70 help="Halve Subsubdiv. Frequency after 'n' Subdivs. (log only)")
74 help="Major X Division Line thickness")
78 help="Minor X Division Line thickness")
82 help="Subminor X Division Line thickness")
86 help
[all...]

Completed in 114 milliseconds

1234