Home
last modified time | relevance | path

Searched refs:toolbox (Results 1 – 25 of 3137) sorted by relevance

12345678910>>...126

/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptoolbox.c182 toolbox->p = gimp_toolbox_get_instance_private (toolbox); in gimp_toolbox_init()
232 gtk_box_pack_start (GTK_BOX (toolbox->p->vbox), toolbox->p->header, in gimp_toolbox_constructed()
252 gtk_box_pack_start (GTK_BOX (toolbox->p->vbox), toolbox->p->tool_palette, in gimp_toolbox_constructed()
263 gtk_box_pack_start (GTK_BOX (toolbox->p->vbox), toolbox->p->area_wbox, in gimp_toolbox_constructed()
282 gimp_devices_add_widget (toolbox->p->context->gimp, GTK_WIDGET (toolbox)); in gimp_toolbox_constructed()
285 toolbox->p->color_area = toolbox_create_color_area (toolbox, in gimp_toolbox_constructed()
297 toolbox->p->foo_area = toolbox_create_foo_area (toolbox, toolbox->p->context); in gimp_toolbox_constructed()
298 gtk_wrap_box_pack (GTK_WRAP_BOX (toolbox->p->area_wbox), toolbox->p->foo_area, in gimp_toolbox_constructed()
307 toolbox->p->image_area = toolbox_create_image_area (toolbox, in gimp_toolbox_constructed()
309 gtk_wrap_box_pack (GTK_WRAP_BOX (toolbox->p->area_wbox), toolbox->p->image_area, in gimp_toolbox_constructed()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/locales/en-US/
H A Dtoolbox.properties19 # processes in the same toolbox.
27 # toolbox as a whole
28 toolbox.label=Developer Tools
75 toolbox.help.key=F1
92 toolbox.zoomOut2.key=
95 toolbox.zoomReset2.key=
100 toolbox.reload2.key=F5
111 # LOCALIZATION NOTE (toolbox.closeToolbox.key) Key shortcut used to close the toolbox
197 # header in about:devtools-toolbox. about:devtools-toolbox is used for instance when
230 # toolbox header in about:devtools-toolbox, to indicate how the connection to the
[all …]
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/locales/en-US/
H A Dtoolbox.properties19 # processes in the same toolbox.
27 # toolbox as a whole
28 toolbox.label=Developer Tools
75 toolbox.help.key=F1
92 toolbox.zoomOut2.key=
95 toolbox.zoomReset2.key=
100 toolbox.reload2.key=F5
111 # LOCALIZATION NOTE (toolbox.closeToolbox.key) Key shortcut used to close the toolbox
205 # header in about:devtools-toolbox. about:devtools-toolbox is used for instance when
239 # toolbox header in about:devtools-toolbox, to indicate how the connection to the
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/locales/en-US/
H A Dtoolbox.properties19 # processes in the same toolbox.
27 # toolbox as a whole
28 toolbox.label=Developer Tools
75 toolbox.help.key=F1
92 toolbox.zoomOut2.key=
95 toolbox.zoomReset2.key=
100 toolbox.reload2.key=F5
111 # LOCALIZATION NOTE (toolbox.closeToolbox.key) Key shortcut used to close the toolbox
205 # header in about:devtools-toolbox. about:devtools-toolbox is used for instance when
239 # toolbox header in about:devtools-toolbox, to indicate how the connection to the
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Drs-toolbox.c83 GtkBox *toolbox; member
145 gconf_client_notify_remove(toolbox->gconf, toolbox->histogram_connection); in rs_toolbox_finalize()
252 if (toolbox->photo) in dcp_profile_selected()
259 if (toolbox->photo) in icc_profile_selected()
292 if (toolbox->photo) in notebook_switch_page()
301 if (!toolbox->mute_from_sliders && toolbox->photo) in basic_range_value_changed()
313 if (toolbox->photo) in basic_range_value_changed()
509 if (toolbox->photo) in curve_changed()
790toolbox->lenslabel[snapshot] = basic_label(toolbox, snapshot, lenstable, row, toolbox->lensbutton[… in new_snapshot_page()
1187 gtk_widget_set_sensitive(toolbox->transforms, !!(toolbox->photo)); in rs_toolbox_set_photo()
[all …]
/dports/www/firefox/firefox-99.0/devtools/client/locales/en-US/
H A Dtoolbox.properties19 # processes in the same toolbox.
27 # toolbox as a whole
28 toolbox.label=Developer Tools
104 toolbox.help.key=F1
121 toolbox.zoomOut2.key=
124 toolbox.zoomReset2.key=
129 toolbox.reload2.key=F5
140 # LOCALIZATION NOTE (toolbox.closeToolbox.key) Key shortcut used to close the toolbox
198 # header in about:devtools-toolbox. about:devtools-toolbox is used for instance when
232 # toolbox header in about:devtools-toolbox, to indicate how the connection to the
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-toolbox.c156 GthToolbox *toolbox = user_data; in close_button_clicked_cb() local
166 GthToolbox *toolbox = user_data; in ok_button_clicked_cb() local
173 gth_toolbox_init (GthToolbox *toolbox) in gth_toolbox_init() argument
182 toolbox->priv = gth_toolbox_get_instance_private (toolbox); in gth_toolbox_init()
271 GthToolbox *toolbox = data; in child_show_options_cb() local
278 toolbox->priv->active_tool = tool; in child_show_options_cb()
291 GthToolbox *toolbox = data; in child_hide_options_cb() local
301 toolbox->priv->active_tool = NULL; in child_hide_options_cb()
353 GtkWidget *toolbox; in gth_toolbox_new() local
362 return toolbox; in gth_toolbox_new()
[all …]
/dports/math/py-deap/deap-1.3.1/deap/tests/
H A Dtest_algorithms.py58 toolbox = base.Toolbox()
75 toolbox = base.Toolbox()
78 toolbox.register("population", tools.initRepeat, list, toolbox.individual)
86 fitnesses = toolbox.map(toolbox.evaluate, pop)
104 fitnesses = toolbox.map(toolbox.evaluate, invalid_ind)
149 toolbox = base.Toolbox()
166 fitnesses = toolbox.map(toolbox.evaluate, population)
198 toolbox = base.Toolbox()
201 toolbox.register("population", tools.initRepeat, list, toolbox.individual)
209 fitnesses = toolbox.map(toolbox.evaluate, pop)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/locales/en-US/
H A Dtoolbox.properties68 # toolbox as a whole
69 toolbox.label=Developer Tools
121 toolbox.help.key=F1
135 toolbox.zoomIn2.key=CmdOrCtrl+=
136 toolbox.zoomIn3.key=
138 toolbox.zoomOut.key=CmdOrCtrl+-
139 toolbox.zoomOut2.key=
142 toolbox.zoomReset2.key=
146 toolbox.reload.key=CmdOrCtrl+R
147 toolbox.reload2.key=F5
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/locales/en-US/
H A Dtoolbox.properties68 # toolbox as a whole
69 toolbox.label=Developer Tools
121 toolbox.help.key=F1
125 toolbox.nextTool.key=CmdOrCtrl+]
135 toolbox.zoomIn2.key=CmdOrCtrl+=
136 toolbox.zoomIn3.key=
138 toolbox.zoomOut.key=CmdOrCtrl+-
139 toolbox.zoomOut2.key=
142 toolbox.zoomReset2.key=
146 toolbox.reload.key=CmdOrCtrl+R
[all …]
/dports/math/py-deap/deap-1.3.1/examples/ga/
H A Donemax_island_scoop.py33 toolbox = base.Toolbox() variable
39 toolbox.register("individual", tools.initRepeat, creator.Individual, toolbox.attr_bool, 100)
40 toolbox.register("population", tools.initRepeat, list, toolbox.individual)
45 toolbox.register("evaluate", evalOneMax)
46 toolbox.register("mate", tools.cxTwoPoint)
49 toolbox.register("map", futures.map)
57 toolbox.unregister("attr_bool")
58 toolbox.unregister("individual")
59 toolbox.unregister("population")
62 toolbox.register("algorithm", algorithms.eaSimple, toolbox=toolbox,
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/ru/toolbox/
H A Dtransform.po22 "@@image: 'images/toolbox/toolbox-shear.png'; "
25 "@@image: 'images/toolbox/toolbox-shear.png'; "
209 "@@image: 'images/toolbox/toolbox-scale.png'; "
212 "@@image: 'images/toolbox/toolbox-scale.png'; "
410 "@@image: 'images/toolbox/toolbox-rotate.png'; "
413 "@@image: 'images/toolbox/toolbox-rotate.png'; "
720 "@@image: 'images/toolbox/toolbox-move.png'; "
723 "@@image: 'images/toolbox/toolbox-move.png'; "
1059 "@@image: 'images/toolbox/toolbox-flip.png'; "
1062 "@@image: 'images/toolbox/toolbox-flip.png'; "
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/da/
H A Dtoolbox.po17 "@@image: 'images/toolbox/toolbox-zoom.png'; "
169 #: src/toolbox/toolbox-color-area.xml:21(None)
177 #: src/toolbox/toolbox-color-area.xml:48(None)
185 #: src/toolbox/toolbox-color-area.xml:118(None)
232 #: src/toolbox/toolbox-color-area.xml:54(term)
236 #: src/toolbox/toolbox-color-area.xml:56(para)
244 #: src/toolbox/toolbox-color-area.xml:65(term)
248 #: src/toolbox/toolbox-color-area.xml:67(para)
255 #: src/toolbox/toolbox-color-area.xml:75(term)
259 #: src/toolbox/toolbox-color-area.xml:77(para)
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/ro/
H A Dtoolbox.po18 "@@image: 'images/toolbox/toolbox-zoom.png'; "
170 #: src/toolbox/toolbox-color-area.xml:21(None)
178 #: src/toolbox/toolbox-color-area.xml:48(None)
186 #: src/toolbox/toolbox-color-area.xml:118(None)
233 #: src/toolbox/toolbox-color-area.xml:54(term)
237 #: src/toolbox/toolbox-color-area.xml:56(para)
245 #: src/toolbox/toolbox-color-area.xml:65(term)
249 #: src/toolbox/toolbox-color-area.xml:67(para)
256 #: src/toolbox/toolbox-color-area.xml:75(term)
260 #: src/toolbox/toolbox-color-area.xml:77(para)
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/sv/toolbox/
H A Dtransform.po21 "@@image: 'images/toolbox/toolbox-shear.png'; "
24 "@@image: 'images/toolbox/toolbox-shear.png'; md5=THIS FILE DOESN'T EXIST"
184 "@@image: 'images/toolbox/toolbox-scale.png'; "
187 "@@image: 'images/toolbox/toolbox-scale.png'; md5=THIS FILE DOESN'T EXIST"
359 "@@image: 'images/toolbox/toolbox-rotate.png'; "
513 "@@image: 'images/toolbox/toolbox-perspective.png'; "
621 "@@image: 'images/toolbox/toolbox-move.png'; "
890 "@@image: 'images/toolbox/toolbox-flip.png'; "
973 "@@image: 'images/toolbox/toolbox-crop.png'; "
1719 "@@image: 'images/toolbox/toolbox-align.png'; "
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/ru/
H A Dtoolbox.po21 "@@image: 'images/toolbox/toolbox-zoom.png'; "
24 "@@image: 'images/toolbox/toolbox-zoom.png'; "
211 #: src/toolbox/toolbox-color-area.xml:21(None)
221 #: src/toolbox/toolbox-color-area.xml:48(None)
283 #: src/toolbox/toolbox-color-area.xml:54(term)
287 #: src/toolbox/toolbox-color-area.xml:56(para)
298 #: src/toolbox/toolbox-color-area.xml:65(term)
302 #: src/toolbox/toolbox-color-area.xml:67(para)
312 #: src/toolbox/toolbox-color-area.xml:75(term)
316 #: src/toolbox/toolbox-color-area.xml:77(para)
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/el/toolbox/
H A Dtransform.po1080 "@@image: 'images/toolbox/cage-toolbox.png'; "
1083 "@@image: 'images/toolbox/cage-toolbox.png'; "
1328 "@@image: 'images/toolbox/toolbox-shear.png'; "
1331 "@@image: 'images/toolbox/toolbox-shear.png'· "
1970 "@@image: 'images/toolbox/warp-toolbox.png'; "
1973 "@@image: 'images/toolbox/warp-toolbox.png'· "
2789 "@@image: 'images/toolbox/toolbox-flip.png'; "
2792 "@@image: 'images/toolbox/toolbox-flip.png'· "
3072 "@@image: 'images/toolbox/toolbox-crop.png'; "
3075 "@@image: 'images/toolbox/toolbox-crop.png'· "
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/sl/toolbox/
H A Dtransform.po26 msgid "@@image: 'images/toolbox/toolbox-shear.png'; md5=a8f3ca7281233be4963f695935eba94c"
27 msgstr "@@image: 'images/toolbox/toolbox-shear.png'; md5=a8f3ca7281233be4963f695935eba94c"
155 msgid "@@image: 'images/toolbox/toolbox-scale.png'; md5=e48f6fef708916bd2ca13eae6ba60d61"
156 msgstr "@@image: 'images/toolbox/toolbox-scale.png'; md5=e48f6fef708916bd2ca13eae6ba60d61"
299 msgid "@@image: 'images/toolbox/toolbox-rotate.png'; md5=9558c52b326355953e8ab28f86becc70"
300 msgstr "@@image: 'images/toolbox/toolbox-rotate.png'; md5=9558c52b326355953e8ab28f86becc70"
500 msgid "@@image: 'images/toolbox/toolbox-move.png'; md5=fd27bec04d19968de59cdb7ef6bb28b5"
501 msgstr "@@image: 'images/toolbox/toolbox-move.png'; md5=fd27bec04d19968de59cdb7ef6bb28b5"
717 msgid "@@image: 'images/toolbox/toolbox-flip.png'; md5=39fe1a9b0b3ce081905cb2f0a48c9c55"
718 msgstr "@@image: 'images/toolbox/toolbox-flip.png'; md5=39fe1a9b0b3ce081905cb2f0a48c9c55"
[all …]
H A Dcolor.po25 #: src/toolbox/color/threshold.xml:88(None)
31 #: src/toolbox/color/threshold.xml:117(None)
32 #: src/toolbox/color/levels.xml:119(None)
34 #: src/toolbox/color/curves.xml:99(None)
35 #: src/toolbox/color/colorize.xml:104(None)
44 #: src/toolbox/color/levels.xml:133(None)
46 #: src/toolbox/color/curves.xml:113(None)
167 #: src/toolbox/color/levels.xml:98(term)
169 #: src/toolbox/color/curves.xml:78(term)
179 #: src/toolbox/color/curves.xml:80(para)
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/sl/
H A Dtoolbox.po190 #: src/toolbox/toolbox-color-area.xml:21(None)
196 #: src/toolbox/toolbox-color-area.xml:48(None)
202 #: src/toolbox/toolbox-color-area.xml:118(None)
208 #: src/toolbox/toolbox-color-area.xml:142(None)
249 #: src/toolbox/toolbox-color-area.xml:54(term)
254 #: src/toolbox/toolbox-color-area.xml:56(para)
258 #: src/toolbox/toolbox-color-area.xml:65(term)
262 #: src/toolbox/toolbox-color-area.xml:67(para)
266 #: src/toolbox/toolbox-color-area.xml:75(term)
275 #: src/toolbox/toolbox-color-area.xml:77(para)
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/ko/toolbox/
H A Dtransform.po20 "@@image: 'images/toolbox/toolbox-shear.png'; "
23 "@@image: 'images/toolbox/toolbox-palette.png'; md5=THIS FILE DOESN'T EXIST"
202 "@@image: 'images/toolbox/toolbox-scale.png'; "
405 "@@image: 'images/toolbox/toolbox-rotate.png'; "
601 "@@image: 'images/toolbox/toolbox-perspective.png'; "
719 "@@image: 'images/toolbox/toolbox-move.png'; "
1012 "@@image: 'images/toolbox/toolbox-flip.png'; "
1110 "@@image: 'images/toolbox/toolbox-crop.png'; "
2033 "@@image: 'images/toolbox/toolbox-cage.png'; "
2241 "@@image: 'images/toolbox/toolbox-align.png'; "
[all …]
H A Dcolor.po487 "prefs-toolbox\"/>."
559 "@@image: 'images/toolbox/toolbox-palette.png'; md5=THIS FILE DOESN'T EXIST"
569 "@@image: 'images/toolbox/toolbox-palette.png'; md5=THIS FILE DOESN'T EXIST"
588 "@@image: 'images/toolbox/toolbox-palette.png'; md5=THIS FILE DOESN'T EXIST"
948 "toolbox/stock-tool-levels-22.png\"/></guiicon> in the toolbox if this tool "
950 "prefs-toolbox\"/>."
1522 "@@image: 'images/toolbox/toolbox-palette.png'; md5=THIS FILE DOESN'T EXIST"
1532 "@@image: 'images/toolbox/toolbox-palette.png'; md5=THIS FILE DOESN'T EXIST"
1542 "@@image: 'images/toolbox/toolbox-palette.png'; md5=THIS FILE DOESN'T EXIST"
1619 "prefs-toolbox\"/>."
[all …]
/dports/math/py-deap/deap-1.3.1/examples/gp/
H A Dadf_symbreg.py85 toolbox = base.Toolbox() variable
91 toolbox.register('ADF0', tools.initIterate, creator.Tree, toolbox.adf_expr0)
92 toolbox.register('ADF1', tools.initIterate, creator.Tree, toolbox.adf_expr1)
93 toolbox.register('ADF2', tools.initIterate, creator.Tree, toolbox.adf_expr2)
94 toolbox.register('MAIN', tools.initIterate, creator.Tree, toolbox.main_expr)
96 func_cycle = [toolbox.MAIN, toolbox.ADF0, toolbox.ADF1, toolbox.ADF2]
99 toolbox.register('population', tools.initRepeat, list, toolbox.individual)
103 func = toolbox.compile(individual)
116 toolbox.register('mutate', gp.mutUniform, expr=toolbox.expr)
120 ind = toolbox.individual()
[all …]
/dports/math/octave-forge-missing-functions/missing-functions-1.0.2/inst/
H A Dmissingfunctionstatus.m29 "Aerospace" "toolbox/aerotbx/ug/bqj21qj.html";
36 "Datafeed" "toolbox/datafeed/bp_usto-1.html";
38 "Financial" "toolbox/finance/f6-213137.html";
42 "Fuzzy Logic" "toolbox/fuzzy/fp4856.html";
43 "GARCH" "toolbox/garch/f9-21078.html";
48 "Mapping" "toolbox/map/f3-12193.html";
52 "OPC" "toolbox/opc/ug/f7-6010.html";
55 "RF" "toolbox/rf/bq33b0t.html";
58 "Spline" "toolbox/splines/refer1_html.html";
60 "Statistics" "toolbox/stats/bq_w_hm.html";
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/zh_CN/toolbox/
H A Dcolor.po20 #: src/toolbox/color/curves.xml:72(None)
28 #: src/toolbox/color/curves.xml:99(None)
33 #: src/toolbox/color/levels.xml:119(None)
42 #: src/toolbox/color/curves.xml:113(None)
180 "toolbox\"/>."
664 "prefs-toolbox\"/>."
1061 "linkend=\"gimp-prefs-toolbox\"/>."
1439 "linkend=\"gimp-prefs-toolbox\"/>."
1667 "toolbox/stock-tool-levels-22.png\"/></guiicon> in the toolbox if this tool "
1669 "prefs-toolbox\"/>."
[all …]

12345678910>>...126