Home
last modified time | relevance | path

Searched refs:set_choice (Results 1 – 25 of 113) sorted by relevance

12345

/dports/archivers/dpkg/dpkg-1.19.7/utils/t/
H A Dupdate_alternatives.t149 sub set_choice {
312 set_choice(2, test_id => 'manual update with --set');
322 set_choice(1);
338 set_choice(1);
381 set_choice(1);
487 set_choice(1);
515 set_choice(1, params => ['--force']);
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/gui/shredder/views/
H A Drunner.py81 def set_choice(self, choice): member in ResultActionBar
284 self.actionbar.set_choice(choice)
364 self.actionbar.set_choice("All")
367 self.actionbar.set_choice("Selected")
/dports/devel/tcllib/tcllib-1.20/modules/tepam/
H A Dadbox_widgets.test159 tepam::ad_form(combobox) .f set_choice {123 234 345 456 567 678 789}
207 tepam::ad_form(listbox) .f.f set_choice $Choices
248 tepam::ad_form(disjointlistbox) .f.f set_choice {123 234 345 456 567 678 789}
286 tepam::ad_form(checkbox) .f set_choice {123 234 345 456 567}
324 tepam::ad_form(radiobox) .f set_choice {123 234 345 456 567}
/dports/devel/tcllibc/tcllib-1.20/modules/tepam/
H A Dadbox_widgets.test159 tepam::ad_form(combobox) .f set_choice {123 234 345 456 567 678 789}
207 tepam::ad_form(listbox) .f.f set_choice $Choices
248 tepam::ad_form(disjointlistbox) .f.f set_choice {123 234 345 456 567 678 789}
286 tepam::ad_form(checkbox) .f set_choice {123 234 345 456 567}
324 tepam::ad_form(radiobox) .f set_choice {123 234 345 456 567}
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooser.c786 if (iface->set_choice) in gtk_file_chooser_set_choice()
787 iface->set_choice (chooser, id, option); in gtk_file_chooser_set_choice()
H A Dgtkfilechooserprivate.h103 void (*set_choice) (GtkFileChooser *chooser, member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserprivate.h109 void (*set_choice) (GtkFileChooser *chooser, member
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/gui/shredder/
H A Dutil.py651 self.set_choice(text)
658 def set_choice(self, new_value): member in CurrentChoiceLabel
693 self.value_label.set_choice(selected)
731 self.value_label.set_choice(row.value)
/dports/irc/irssi/irssi-1.2.3/src/fe-common/core/
H A Dfe-settings.c108 static void set_choice(const char *key, const char *value) in set_choice() function
173 set_choice(key, value); in cmd_set()
/dports/audio/beets/beets-1.4.9/beets/
H A Dimporter.py472 def set_choice(self, choice): member in ImportTask
839 self.set_choice(choice)
929 self.set_choice(choice)
982 def set_choice(self, choice): member in SentinelImportTask
1447 task.set_choice(action.SKIP)
1475 task.set_choice(action.ASIS)
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dmenulist.h137 void set_choice(int c) { in set_choice() function
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dmountoperation.h341 void set_choice(int choice);
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_importer.py1106 self.task.set_choice(importer.action.ASIS)
1114 self.task.set_choice(importer.action.ASIS)
1124 self.task.set_choice(importer.action.ASIS)
1134 self.task.set_choice(importer.action.ASIS)
1147 self.task.set_choice(importer.action.ASIS)
1157 self.task.set_choice(AlbumMatch(0, None, {}, set(), set())) # APPLY
1169 self.task.set_choice(AlbumMatch(0, None, {}, set(), set())) # APPLY
1181 self.task.set_choice(importer.action.ASIS)
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dppparse.y782 set_choice
783 | set_directive set_choice
786 set_choice:
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dmount_operation.rs69 fn set_choice(&self, choice: i32); in set_choice() method
220 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dmount_operation.rs69 fn set_choice(&self, choice: i32); in set_choice() method
220 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dmount_operation.rs69 fn set_choice(&self, choice: i32); in set_choice() method
220 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Den265.cc147 return ectx->params_config.set_choice(param,value) ? DE265_OK : DE265_ERROR_PARAMETER_PARSING; in en265_set_parameter_choice()
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Den265.cc145 return ectx->params_config.set_choice(param,value) ? DE265_OK : DE265_ERROR_PARAMETER_PARSING; in en265_set_parameter_choice()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dmount_operation.rs91 fn set_choice(&self, choice: i32); in set_choice() method
270 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dmount_operation.rs91 fn set_choice(&self, choice: i32); in set_choice() method
270 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dmount_operation.rs91 fn set_choice(&self, choice: i32); in set_choice() method
270 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dmount_operation.rs91 fn set_choice(&self, choice: i32); in set_choice() method
270 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dmount_operation.rs91 fn set_choice(&self, choice: i32); in set_choice() method
270 fn set_choice(&self, choice: i32) { in set_choice() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dmount_operation.rs91 fn set_choice(&self, choice: i32); in set_choice() method
270 fn set_choice(&self, choice: i32) { in set_choice() method

12345