Home
last modified time | relevance | path

Searched refs:itemref (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/archivers/xmill/xmill/XMill/
H A DRunLenCompress.cpp58 itemref=&items; in KeepNewString()
63 while(*itemref!=NULL) in KeepNewString()
65 (*itemref)->len = ((*itemref)->size < len) ? (*itemref)->size : len; in KeepNewString()
67 mymemcpy((*itemref)->GetStrPtr(),(char *)str,(*itemref)->len); in KeepNewString()
69 str+=(*itemref)->len; in KeepNewString()
70 len-=(*itemref)->len; in KeepNewString()
72 itemref=&((*itemref)->next); in KeepNewString()
78 while(*itemref!=NULL) in KeepNewString()
81 itemref=&((*itemref)->next); in KeepNewString()
99 (*itemref)->len=len; in KeepNewString()
[all …]
/dports/www/elixir-html_sanitize_ex/html_sanitize_ex-1.3.0/lib/html_sanitize_ex/scrubber/
H A Dhtml5.ex33 …"draggable", "dropzone", "hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "i…
36 …"draggable", "dropzone", "hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "i…
38 …, "dir", "draggable", "dropzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "i…
39 …, "dir", "draggable", "dropzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "i…
42 …, "dir", "draggable", "dropzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "i…
44 …"draggable", "dropzone", "hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "i…
45 …, "dir", "draggable", "dropzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "i…
47 …"draggable", "dropzone", "hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "i…
48 …"draggable", "dropzone", "hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "i…
49 …"draggable", "dropzone", "hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "i…
[all …]
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dtapectrl.cpp129 if (event->itemref == TAPECMD_SLIDER) in handle()
131 else if (event->itemref == TAPECMD_SELECT) in handle()
136 if (event->itemref == TAPECMD_SLIDER) in handle()
138 else if (event->itemref == TAPECMD_SELECT) in handle()
143 if (event->itemref == TAPECMD_STOP) in handle()
145 else if (event->itemref == TAPECMD_PLAY) in handle()
147 else if (event->itemref == TAPECMD_RECORD) in handle()
149 else if (event->itemref == TAPECMD_REWIND) in handle()
151 else if (event->itemref == TAPECMD_FAST_FORWARD) in handle()
153 else if (event->itemref == TAPECMD_SLIDER) in handle()
H A Dcheatopt.cpp39 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
47 …if ((menu_event->itemref == ITEMREF_CHEATS_RESET_ALL || menu_event->itemref == ITEMREF_CHEATS_RELO… in handle()
55 else if (menu_event->itemref >= ITEMREF_CHEATS_FIRST_ITEM) in handle()
57 cheat_entry *curcheat = reinterpret_cast<cheat_entry *>(menu_event->itemref); in handle()
93 if (menu_event->itemref == ITEMREF_CHEATS_RELOAD_ALL && menu_event->iptkey == IPT_UI_SELECT) in handle()
H A Dvideoopt.cpp67 …sh<menu_video_options>(ui(), container(), *reinterpret_cast<render_target *>(menu_event->itemref)); in handle()
144 if (menu_event && uintptr_t(menu_event->itemref)) in handle()
146 switch (reinterpret_cast<uintptr_t>(menu_event->itemref)) in handle()
176 if (reinterpret_cast<uintptr_t>(menu_event->itemref) >= ITEM_VIEW_FIRST) in handle()
180 m_target.set_view(reinterpret_cast<uintptr_t>(menu_event->itemref) - ITEM_VIEW_FIRST); in handle()
184 else if (reinterpret_cast<uintptr_t>(menu_event->itemref) >= ITEM_TOGGLE_FIRST) in handle()
188 …m_target.set_visibility_toggle(reinterpret_cast<uintptr_t>(menu_event->itemref) - ITEM_TOGGLE_FIRS… in handle()
H A Dswlist.cpp126 if (event != nullptr && event->iptkey == IPT_UI_SELECT && event->itemref != nullptr) in handle()
128 software_part_menu_entry *entry = (software_part_menu_entry *) event->itemref; in handle()
250 if (event && event->itemref) in handle()
252 if (event->itemref == ITEMREF_SWITCH_ITEM_ORDERING && event->iptkey == IPT_UI_SELECT) in handle()
266 entry_info *info = (entry_info *) event->itemref; in handle()
278 entry_info const *const cur_selected = (uintptr_t(event->itemref) != 1) in handle()
411 *m_result = reinterpret_cast<software_list_device *>(event->itemref); in handle()
H A Dpluginopt.cpp25 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
28 menu::stack_push<menu_plugin_opt>(ui(), container(), (char *)menu_event->itemref); in handle()
74 if (menu_event != nullptr && (uintptr_t)menu_event->itemref) in handle()
109 …if(mame_machine_manager::instance()->lua()->menu_callback(m_menu, (uintptr_t)menu_event->itemref, … in handle()
H A Dstate.cpp202 void *const itemref = itemref_from_file_entry(*entry); in populate() local
203 item_append(std::move(text), std::string(), 0, itemref); in populate()
207 set_selection(itemref); in populate()
244 if (event->itemref) in handle()
247 file_entry const &entry = file_entry_from_itemref(event->itemref); in handle()
364 …load_save_state_base::file_entry &menu_load_save_state_base::file_entry_from_itemref(void *itemref) in file_entry_from_itemref() argument
366 return *((const file_entry *)itemref); in file_entry_from_itemref()
H A Dmiscmenu.cpp92 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
98 device_t *dev = (device_t *)menu_event->itemref; in handle()
160 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
254 if (menu_event && menu_event->itemref) in handle()
571 if (menu_event && menu_event->itemref) in handle()
573 switch (uintptr_t(menu_event->itemref)) in handle()
612 bool include_devices = uintptr_t(menu_event->itemref) == 1; in handle()
726 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
730 switch ((uintptr_t)menu_event->itemref) in handle()
894 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
[all …]
H A Dbarcode.cpp104 if (event->itemref == ITEMREF_SELECT_READER) in handle()
109 if (event->itemref == ITEMREF_SELECT_READER) in handle()
114 if (event->itemref == ITEMREF_ENTER_BARCODE) in handle()
H A Dfilecreate.cpp97 if (event->itemref == ITEMREF_YES) in handle()
205 if ((event->itemref == ITEMREF_CREATE) || (event->itemref == ITEMREF_NEW_IMAGE_NAME)) in handle()
288 *m_result = int(uintptr_t(event->itemref)); in handle()
H A Dslotopt.cpp239 if (menu_event && menu_event->itemref != nullptr) in handle()
241 if (menu_event->itemref == ITEMREF_RESET) in handle()
248 device_slot_interface *slot = (device_slot_interface *)menu_event->itemref; in handle()
253 device_slot_interface *slot = (device_slot_interface *)menu_event->itemref; in handle()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dtapectrl.cpp129 if (event->itemref == TAPECMD_SLIDER) in handle()
131 else if (event->itemref == TAPECMD_SELECT) in handle()
136 if (event->itemref == TAPECMD_SLIDER) in handle()
138 else if (event->itemref == TAPECMD_SELECT) in handle()
143 if (event->itemref == TAPECMD_STOP) in handle()
145 else if (event->itemref == TAPECMD_PLAY) in handle()
147 else if (event->itemref == TAPECMD_RECORD) in handle()
149 else if (event->itemref == TAPECMD_REWIND) in handle()
151 else if (event->itemref == TAPECMD_FAST_FORWARD) in handle()
153 else if (event->itemref == TAPECMD_SLIDER) in handle()
H A Dcheatopt.cpp39 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
47 …if ((menu_event->itemref == ITEMREF_CHEATS_RESET_ALL || menu_event->itemref == ITEMREF_CHEATS_RELO… in handle()
55 else if (menu_event->itemref >= ITEMREF_CHEATS_FIRST_ITEM) in handle()
57 cheat_entry *curcheat = reinterpret_cast<cheat_entry *>(menu_event->itemref); in handle()
93 if (menu_event->itemref == ITEMREF_CHEATS_RELOAD_ALL && menu_event->iptkey == IPT_UI_SELECT) in handle()
H A Dvideoopt.cpp67 …sh<menu_video_options>(ui(), container(), *reinterpret_cast<render_target *>(menu_event->itemref)); in handle()
144 if (menu_event && uintptr_t(menu_event->itemref)) in handle()
146 switch (reinterpret_cast<uintptr_t>(menu_event->itemref)) in handle()
176 if (reinterpret_cast<uintptr_t>(menu_event->itemref) >= ITEM_VIEW_FIRST) in handle()
180 m_target.set_view(reinterpret_cast<uintptr_t>(menu_event->itemref) - ITEM_VIEW_FIRST); in handle()
184 else if (reinterpret_cast<uintptr_t>(menu_event->itemref) >= ITEM_TOGGLE_FIRST) in handle()
188 …m_target.set_visibility_toggle(reinterpret_cast<uintptr_t>(menu_event->itemref) - ITEM_TOGGLE_FIRS… in handle()
H A Dswlist.cpp126 if (event != nullptr && event->iptkey == IPT_UI_SELECT && event->itemref != nullptr) in handle()
128 software_part_menu_entry *entry = (software_part_menu_entry *) event->itemref; in handle()
250 if (event && event->itemref) in handle()
252 if (event->itemref == ITEMREF_SWITCH_ITEM_ORDERING && event->iptkey == IPT_UI_SELECT) in handle()
266 entry_info *info = (entry_info *) event->itemref; in handle()
278 entry_info const *const cur_selected = (uintptr_t(event->itemref) != 1) in handle()
411 *m_result = reinterpret_cast<software_list_device *>(event->itemref); in handle()
H A Dpluginopt.cpp25 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
28 menu::stack_push<menu_plugin_opt>(ui(), container(), (char *)menu_event->itemref); in handle()
74 if (menu_event != nullptr && (uintptr_t)menu_event->itemref) in handle()
109 …if(mame_machine_manager::instance()->lua()->menu_callback(m_menu, (uintptr_t)menu_event->itemref, … in handle()
H A Dstate.cpp202 void *const itemref = itemref_from_file_entry(*entry); in populate() local
203 item_append(std::move(text), std::string(), 0, itemref); in populate()
207 set_selection(itemref); in populate()
244 if (event->itemref) in handle()
247 file_entry const &entry = file_entry_from_itemref(event->itemref); in handle()
364 …load_save_state_base::file_entry &menu_load_save_state_base::file_entry_from_itemref(void *itemref) in file_entry_from_itemref() argument
366 return *((const file_entry *)itemref); in file_entry_from_itemref()
H A Dmiscmenu.cpp92 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
98 device_t *dev = (device_t *)menu_event->itemref; in handle()
160 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
254 if (menu_event && menu_event->itemref) in handle()
571 if (menu_event && menu_event->itemref) in handle()
573 switch (uintptr_t(menu_event->itemref)) in handle()
612 bool include_devices = uintptr_t(menu_event->itemref) == 1; in handle()
726 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
730 switch ((uintptr_t)menu_event->itemref) in handle()
894 if (menu_event != nullptr && menu_event->itemref != nullptr) in handle()
[all …]
H A Dbarcode.cpp104 if (event->itemref == ITEMREF_SELECT_READER) in handle()
109 if (event->itemref == ITEMREF_SELECT_READER) in handle()
114 if (event->itemref == ITEMREF_ENTER_BARCODE) in handle()
H A Dfilecreate.cpp97 if (event->itemref == ITEMREF_YES) in handle()
205 if ((event->itemref == ITEMREF_CREATE) || (event->itemref == ITEMREF_NEW_IMAGE_NAME)) in handle()
288 *m_result = int(uintptr_t(event->itemref)); in handle()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/
H A DDnd.cs86 IntPtr itemref = IntPtr.Zero; in DragToDataObject()
89 GetDragItemReferenceNumber (dragref, item_counter, ref itemref); in DragToDataObject()
90 CountDragItemFlavors (dragref, itemref, ref flavors); in DragToDataObject()
92 FlavorHandler flavor = new FlavorHandler (dragref, itemref, flavor_counter); in DragToDataObject()
250 internal IntPtr itemref; field in System.Windows.Forms.CarbonInternal.FlavorHandler
256 internal FlavorHandler (IntPtr dragref, IntPtr itemref, uint counter) { in FlavorHandler() argument
257 GetFlavorType (dragref, itemref, counter, ref flavorref); in FlavorHandler()
258 GetFlavorFlags (dragref, itemref, flavorref, ref flags); in FlavorHandler()
262 this.itemref = itemref; in FlavorHandler()
268 GetFlavorDataSize (dragref, itemref, flavorref, ref size); in GetData()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/compiler/
H A Ducsym.cc83 Uc_expression *itemref, // Non-nullptr for CALLE. in gen_call() argument
361 itemref->gen_value(out); in gen_call()
563 if (!itemref) { in gen_call()
567 itemref->gen_value(out); in gen_call()
572 if (!itemref && fun->get_method_num() >= 0) { in gen_call()
575 itemref = tsym->create_expression(); in gen_call()
577 if (!itemref) { in gen_call()
582 itemref->gen_value(out); in gen_call()
592 if (itemref) { in gen_call()
593 itemref->gen_value(out); in gen_call()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTISection.php51 public $itemref; variable in ilQTISection
66 $this->itemref = array();
210 array_push($this->itemref, $a_itemref);
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTISection.php51 public $itemref; variable in ilQTISection
66 $this->itemref = array();
210 array_push($this->itemref, $a_itemref);

123456789