Home
last modified time | relevance | path

Searched refs:select_item (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/games/julius/julius-1.7.0/src/window/
H A Dselect_list.c19 static void select_item(int id, int list_id);
22 {5, 8, 190, 18, select_item, button_none, 0, 0},
23 {5, 28, 190, 18, select_item, button_none, 1, 0},
24 {5, 48, 190, 18, select_item, button_none, 2, 0},
25 {5, 68, 190, 18, select_item, button_none, 3, 0},
26 {5, 88, 190, 18, select_item, button_none, 4, 0},
27 {5, 108, 190, 18, select_item, button_none, 5, 0},
28 {5, 128, 190, 18, select_item, button_none, 6, 0},
29 {5, 148, 190, 18, select_item, button_none, 7, 0},
30 {5, 168, 190, 18, select_item, button_none, 8, 0},
[all …]
/dports/games/augustus/augustus-3.1.0/src/window/
H A Dselect_list.c19 static void select_item(int id, int list_id);
22 {5, 8, 190, 18, select_item, button_none, 0, 0},
23 {5, 28, 190, 18, select_item, button_none, 1, 0},
24 {5, 48, 190, 18, select_item, button_none, 2, 0},
25 {5, 68, 190, 18, select_item, button_none, 3, 0},
26 {5, 88, 190, 18, select_item, button_none, 4, 0},
27 {5, 108, 190, 18, select_item, button_none, 5, 0},
28 {5, 128, 190, 18, select_item, button_none, 6, 0},
29 {5, 148, 190, 18, select_item, button_none, 7, 0},
30 {5, 168, 190, 18, select_item, button_none, 8, 0},
[all …]
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/src/widget/
H A Dmenu.cpp44 this->select_item(0); in insert_item()
47 this->select_item(index); in insert_item()
60 this->select_item(0); in remove_item()
66 this->select_item(new_index); in select_up()
70 this->select_item(selected_index_ + n); in select_down()
73 void Menu::select_item(std::size_t index) { in select_item() function in cppurses::Menu
189 sig::Slot<void(std::size_t)> select_item(Menu& m) { in select_item() function
191 [&m](auto index) { m.select_item(index); }}; in select_item()
196 sig::Slot<void()> select_item(Menu& m, std::size_t index) { in select_item() function
197 sig::Slot<void()> slot{[&m, index] { m.select_item(index); }}; in select_item()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/loss/
H A Dcrf1d.py4 from chainer.functions.array import select_item
130 score = select_item.select_item(xs[0], ys[0])
138 score += (select_item.select_item(x, y) + reshape.reshape(
199 inds = select_item.select_item(m, inds)
/dports/cad/librepcb/librepcb-0.1.6/tests/funq/projecteditor/
H A Dtest_add_component_dialog.py79 category_tree.select_item(category)
86 component_tree.select_item(component)
112 category_tree.select_item(category)
119 component_tree.select_item(component)
149 category_tree.select_item(category)
156 component_tree.select_item(device)
186 category_tree.select_item(category)
208 category_tree.select_item(category)
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dglowing_steel100 $image->select_item(CHANNEL_OP_REPLACE, $drawable);
104 $image->select_item(CHANNEL_OP_REPLACE, $drawable);
106 $image->select_item(CHANNEL_OP_REPLACE, $old_sel);
129 $image->select_item(CHANNEL_OP_REPLACE, $drawable);
160 $image->select_item(CHANNEL_OP_REPLACE, $target_select);
192 $image->select_item(CHANNEL_OP_REPLACE, $drawable);
209 $image->select_item(CHANNEL_OP_REPLACE, $drawable);
211 $image->select_item(CHANNEL_OP_REPLACE, $old_sel);
H A Ddots37 $image->select_item(CHANNEL_OP_INTERSECT, $opc);
39 $image->select_item(CHANNEL_OP_INTERSECT, $selchannel);
47 $image->select_item(CHANNEL_OP_REPLACE, $selchannel);
H A Dxachlego43 $image->select_item(CHANNEL_OP_REPLACE, $selection);
55 $image->select_item(CHANNEL_OP_REPLACE, $selection);
63 $image->select_item(CHANNEL_OP_REPLACE, $selection);
/dports/cad/librepcb/librepcb-0.1.6/tests/funq/libraryeditor/
H A Dtest_create_device.py38 category_tree.select_item(category)
42 components_list.select_item(component)
50 category_tree.select_item(category)
54 packages_list.select_item(package)
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dnavbar_versekey.cc576 GtkWidget *select_item = NULL; in main_versekey_drop_down_verse_menu() local
606 select_item = item; in main_versekey_drop_down_verse_menu()
610 if (select_item) in main_versekey_drop_down_verse_menu()
611 gtk_menu_shell_select_item(menu_shell, select_item); in main_versekey_drop_down_verse_menu()
641 GtkWidget *select_item = NULL; in main_versekey_drop_down_chapter_menu() local
671 select_item = item; in main_versekey_drop_down_chapter_menu()
675 if (select_item) in main_versekey_drop_down_chapter_menu()
705 GtkWidget *select_item = NULL; in main_versekey_drop_down_book_menu() local
741 select_item = item; in main_versekey_drop_down_book_menu()
761 select_item = item; in main_versekey_drop_down_book_menu()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkCombo.t21 $combo->list->select_item (0);
23 '$combo->list->select_item|entry->get_text, 1');
24 $combo->list->select_item (1);
26 '$combo->list->select_item|entry->get_text, 2');
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dfindrepl.h75 Boolean select_item,
90 Boolean select_item,
110 Boolean select_item,
133 Boolean select_item,
/dports/devel/py-pyinquirer/PyInquirer-1.0.3/PyInquirer/prompts/
H A Dcheckbox.py70 def select_item(cli, mouse_event): function
78 tokens.append((T.Pointer, ' \u276f', select_item)) # ' >'
80 tokens.append((T, ' ', select_item))
86 tokens.append((T.Selected, '\u25cf ', select_item))
88 tokens.append((T, '\u25cb ', select_item))
93 tokens.append((T, line_name, select_item))
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dgenerator.cpp253 select_item(get_item_at_ordered(i), true); in handle_key_left_arrow()
273 select_item(get_item_at_ordered(i), true); in handle_key_left_arrow()
290 select_item(get_item_at_ordered(i), true); in handle_key_right_arrow()
309 select_item(get_item_at_ordered(i), true); in handle_key_right_arrow()
462 select_item(get_item_at_ordered(i), true); in handle_key_up_arrow()
481 select_item(get_item_at_ordered(i), true); in handle_key_up_arrow()
517 select_item(get_item_at_ordered(i), true); in handle_key_down_arrow()
775 select_item(get_item_at_ordered(i), true); in handle_key_up_arrow()
812 select_item(get_item_at_ordered(i), true); in handle_key_down_arrow()
849 select_item(get_item_at_ordered(i), true); in handle_key_left_arrow()
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Controllers/Server/
H A DExportController.php40 global $tmp_select, $select_item, $err_url;
54 $select_item = $tmp_select ?? '';
55 $databases = $this->export->getDatabasesForSelectOptions($select_item);
/dports/misc/py-orange3-timeseries/orange3-timeseries-0.3.10/orangecontrib/timeseries/widgets/tests/
H A Dtest_owspiralogram.py19 def select_item(widget, index): member in TestOWSpiralogram
32 self.select_item(w, 0)
35 self.select_item(w, 0)
56 self.select_item(w, 0)
/dports/devel/py-pyrepl/pyrepl-0.9.0/pyrepl/
H A Dhistorical_reader.py49 r.select_item(r.historyi + 1)
57 r.select_item(r.historyi - 1)
70 self.reader.select_item(0)
74 self.reader.select_item(len(self.reader.history))
131 r.select_item(r.isearch_start[0])
223 def select_item(self, i): member in HistoricalReader
275 self.select_item(i)
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/widget/widgets/
H A Dmenu.hpp39 void select_item(std::size_t index);
115 sig::Slot<void(std::size_t)> select_item(Menu& m);
116 sig::Slot<void()> select_item(Menu& m, std::size_t index);
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/ui/
H A DConfigurationsBrowser.py56 self.select_item(None)
57 self.select_item(0)
65 self.select_item(None)
75 self.select_item(None)
/dports/finance/sql-ledger/sql-ledger/locale/caen/
H A Dio21 'select_item' => 'select_item',
/dports/finance/sql-ledger/sql-ledger/locale/enGB/
H A Dio22 'select_item' => 'select_item',
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dserver_export.php29 $select_item = isset($tmp_select)? $tmp_select : ''; variable
30 $multi_values = $displayExport->getHtmlForSelectOptions($select_item);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dprecision-menu.h271 virtual bool select_item(int index) = 0;
272 virtual bool select_item(MenuItem* item) = 0;
336 virtual bool select_item(int index) override;
337 virtual bool select_item(MenuItem* item) override;
378 virtual bool select_item(int) override { return false; } in select_item() function
379 virtual bool select_item(MenuItem*) override { return false;} in select_item() function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/page/component/
H A Dselect2.rb7 def select_item(item_text) method
38 select_item(item_text)
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxselect.y47 select_item
48 | select_list ',' select_item
51 select_item:

12345678910>>...31