Home
last modified time | relevance | path

Searched refs:update_entry (Results 1 – 25 of 147) sorted by relevance

123456

/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dadditional_toolbar.cpp207 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_boolean_cb()
210 if (update_entry->silent) in toolbar_boolean_cb()
215 if (update_entry->silent) in toolbar_boolean_cb()
279 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_string_cb()
282 if (update_entry->silent) in toolbar_string_cb()
287 if (update_entry->silent) in toolbar_string_cb()
334 if (update_entry->silent) in toolbar_selector_cb()
339 if (update_entry->type == EXT_TOOLBAR_SET_ACTIVE) in toolbar_selector_cb()
344 else if (update_entry->type != EXT_TOOLBAR_UPDATE_DATA_REMOVE && ! update_entry->user_data) in toolbar_selector_cb()
385 if (! update_entry->data_index) in toolbar_selector_cb()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/qt/widgets/
H A Dadditional_toolbar.cpp207 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_boolean_cb()
210 if (update_entry->silent) in toolbar_boolean_cb()
215 if (update_entry->silent) in toolbar_boolean_cb()
279 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_string_cb()
282 if (update_entry->silent) in toolbar_string_cb()
287 if (update_entry->silent) in toolbar_string_cb()
334 if (update_entry->silent) in toolbar_selector_cb()
339 if (update_entry->type == EXT_TOOLBAR_SET_ACTIVE) in toolbar_selector_cb()
344 else if (update_entry->type != EXT_TOOLBAR_UPDATE_DATA_REMOVE && ! update_entry->user_data) in toolbar_selector_cb()
385 if (! update_entry->data_index) in toolbar_selector_cb()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/qt/widgets/
H A Dadditional_toolbar.cpp207 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_boolean_cb()
210 if (update_entry->silent) in toolbar_boolean_cb()
215 if (update_entry->silent) in toolbar_boolean_cb()
279 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_string_cb()
282 if (update_entry->silent) in toolbar_string_cb()
287 if (update_entry->silent) in toolbar_string_cb()
334 if (update_entry->silent) in toolbar_selector_cb()
339 if (update_entry->type == EXT_TOOLBAR_SET_ACTIVE) in toolbar_selector_cb()
344 else if (update_entry->type != EXT_TOOLBAR_UPDATE_DATA_REMOVE && ! update_entry->user_data) in toolbar_selector_cb()
385 if (! update_entry->data_index) in toolbar_selector_cb()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dadditional_toolbar.cpp207 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_boolean_cb()
210 if (update_entry->silent) in toolbar_boolean_cb()
215 if (update_entry->silent) in toolbar_boolean_cb()
279 if (update_entry->type == EXT_TOOLBAR_UPDATE_VALUE) in toolbar_string_cb()
282 if (update_entry->silent) in toolbar_string_cb()
287 if (update_entry->silent) in toolbar_string_cb()
334 if (update_entry->silent) in toolbar_selector_cb()
339 if (update_entry->type == EXT_TOOLBAR_SET_ACTIVE) in toolbar_selector_cb()
344 else if (update_entry->type != EXT_TOOLBAR_UPDATE_DATA_REMOVE && ! update_entry->user_data) in toolbar_selector_cb()
385 if (! update_entry->data_index) in toolbar_selector_cb()
[all …]
/dports/www/moodle310/moodle/mod/glossary/tests/external/
H A Dupdate_entry.php70 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML);
71 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
113 update_entry::execute($entryid, $concept, $definition, FORMAT_HTML);
119 update_entry::execute($entryid, $concept, $definition, FORMAT_HTML);
149 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML, $options);
150 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
190 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML, $options);
191 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
284 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML, $options);
285 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
/dports/www/moodle311/moodle/mod/glossary/tests/external/
H A Dupdate_entry.php70 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML);
71 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
113 update_entry::execute($entryid, $concept, $definition, FORMAT_HTML);
119 update_entry::execute($entryid, $concept, $definition, FORMAT_HTML);
149 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML, $options);
150 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
190 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML, $options);
191 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
284 $return = update_entry::execute($entryid, $concept, $definition, FORMAT_HTML, $options);
285 $return = external_api::clean_returnvalue(update_entry::execute_returns(), $return);
/dports/games/retroarch/RetroArch-1.9.7/
H A Dplaylist.c756 const struct playlist_entry *update_entry) in playlist_update() argument
765 if (update_entry->path && (update_entry->path != entry->path)) in playlist_update()
780 if (update_entry->label && (update_entry->label != entry->label)) in playlist_update()
788 if (update_entry->core_path && (update_entry->core_path != entry->core_path)) in playlist_update()
797 if (update_entry->core_name && (update_entry->core_name != entry->core_name)) in playlist_update()
805 if (update_entry->db_name && (update_entry->db_name != entry->db_name)) in playlist_update()
813 if (update_entry->crc32 && (update_entry->crc32 != entry->crc32)) in playlist_update()
833 if (update_entry->path && (update_entry->path != entry->path)) in playlist_update_runtime()
848 if (update_entry->core_path && (update_entry->core_path != entry->core_path)) in playlist_update_runtime()
917 if (update_entry->runtime_str && (update_entry->runtime_str != entry->runtime_str)) in playlist_update_runtime()
[all …]
H A Druntime_file.c1267 struct playlist_entry update_entry = {0}; in runtime_update_playlist() local
1286 update_entry.runtime_str = runtime_str; in runtime_update_playlist()
1307 &update_entry.runtime_hours, in runtime_update_playlist()
1308 &update_entry.runtime_minutes, in runtime_update_playlist()
1309 &update_entry.runtime_seconds); in runtime_update_playlist()
1316 &update_entry.last_played_year, in runtime_update_playlist()
1317 &update_entry.last_played_month, in runtime_update_playlist()
1318 &update_entry.last_played_day, in runtime_update_playlist()
1319 &update_entry.last_played_hour, in runtime_update_playlist()
1320 &update_entry.last_played_minute, in runtime_update_playlist()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_playlist_manager.c196 struct playlist_entry update_entry = {0}; in task_pl_manager_reset_cores_handler() local
225 update_entry.core_path = (char*)"DETECT"; in task_pl_manager_reset_cores_handler()
226 update_entry.core_name = (char*)"DETECT"; in task_pl_manager_reset_cores_handler()
229 pl_manager->playlist, pl_manager->list_index, &update_entry); in task_pl_manager_reset_cores_handler()
447 struct playlist_entry update_entry = {0}; in pl_manager_validate_core_association() local
496 update_entry.core_name = core_display_name; in pl_manager_validate_core_association()
497 playlist_update(playlist, entry_index, &update_entry); in pl_manager_validate_core_association()
506 update_entry.core_path = (char*)"DETECT"; in pl_manager_validate_core_association()
507 update_entry.core_name = (char*)"DETECT"; in pl_manager_validate_core_association()
509 playlist_update(playlist, entry_index, &update_entry); in pl_manager_validate_core_association()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest__dirstate_helpers.py56 update_entry = compiled_dirstate_helpers_feature.module.update_entry variable
57 ue_scenarios.append(('dirstate_Pyrex', {'update_entry': update_entry}))
789 from .._dirstate_helpers_pyx import update_entry
791 from ..dirstate import update_entry
792 self.assertIs(update_entry, dirstate.update_entry)
810 update_entry = None variable in TestUpdateEntry
880 link_or_sha1 = self.update_entry(state, entry, abspath=b'a',
903 link_or_sha1 = self.update_entry(state, entry, abspath=b'a',
934 link_or_sha1 = self.update_entry(state, entry, abspath=b'a',
1012 return self.update_entry(state, entry, abspath, stat_value)
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dexcp_helper.c160 static inline uint64_t update_entry(CPUState *cs, target_ulong addr, in update_entry() function
237 pml4e = update_entry(cs, pml4e_addr, pml4e, PG_ACCESSED_MASK); in get_hphys()
254 pdpe = update_entry(cs, pdpe_addr, pdpe, PG_ACCESSED_MASK); in get_hphys()
299 pde = update_entry(cs, pde_addr, pde, PG_ACCESSED_MASK); in get_hphys()
340 pde = update_entry(cs, pde_addr, pde, PG_ACCESSED_MASK); in get_hphys()
485 pml5e = update_entry(cs, pml5e_addr, pml5e, PG_ACCESSED_MASK); in x86_cpu_handle_mmu_fault()
507 pml4e = update_entry(cs, pml4e_addr, pml4e, PG_ACCESSED_MASK); in x86_cpu_handle_mmu_fault()
525 pdpe = update_entry(cs, pdpe_addr, pdpe, PG_ACCESSED_MASK); in x86_cpu_handle_mmu_fault()
575 pde = update_entry(cs, pde_addr, pde, PG_ACCESSED_MASK); in x86_cpu_handle_mmu_fault()
620 pde = update_entry(cs, pde_addr, pde, PG_ACCESSED_MASK); in x86_cpu_handle_mmu_fault()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dkeystore.py92 update_entry = True
105 update_entry = False
107 if update_entry:
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dplugin_if.c431 ext_toolbar_update_entry_t * update_entry = g_new0(ext_toolbar_update_entry_t, 1); in ext_toolbar_register_update_cb() local
432 update_entry->callback = callback; in ext_toolbar_register_update_cb()
433 update_entry->item_data = item_data; in ext_toolbar_register_update_cb()
434 update->entries = g_list_append(update->entries, update_entry); in ext_toolbar_register_update_cb()
456 ext_toolbar_update_entry_t * update_entry = (ext_toolbar_update_entry_t *)walker->data; in ext_toolbar_update_entry() local
458 if ( update_entry->callback && update_entry->item_data ) in ext_toolbar_update_entry()
459 update_entry->callback(entry, update_entry->item_data, update_data); in ext_toolbar_update_entry()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dplugin_if.c431 ext_toolbar_update_entry_t * update_entry = g_new0(ext_toolbar_update_entry_t, 1); in ext_toolbar_register_update_cb() local
432 update_entry->callback = callback; in ext_toolbar_register_update_cb()
433 update_entry->item_data = item_data; in ext_toolbar_register_update_cb()
434 update->entries = g_list_append(update->entries, update_entry); in ext_toolbar_register_update_cb()
456 ext_toolbar_update_entry_t * update_entry = (ext_toolbar_update_entry_t *)walker->data; in ext_toolbar_update_entry() local
458 if ( update_entry->callback && update_entry->item_data ) in ext_toolbar_update_entry()
459 update_entry->callback(entry, update_entry->item_data, update_data); in ext_toolbar_update_entry()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dplugin_if.c431 ext_toolbar_update_entry_t * update_entry = g_new0(ext_toolbar_update_entry_t, 1); in ext_toolbar_register_update_cb() local
432 update_entry->callback = callback; in ext_toolbar_register_update_cb()
433 update_entry->item_data = item_data; in ext_toolbar_register_update_cb()
434 update->entries = g_list_append(update->entries, update_entry); in ext_toolbar_register_update_cb()
456 ext_toolbar_update_entry_t * update_entry = (ext_toolbar_update_entry_t *)walker->data; in ext_toolbar_update_entry() local
458 if ( update_entry->callback && update_entry->item_data ) in ext_toolbar_update_entry()
459 update_entry->callback(entry, update_entry->item_data, update_data); in ext_toolbar_update_entry()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dplugin_if.c431 ext_toolbar_update_entry_t * update_entry = g_new0(ext_toolbar_update_entry_t, 1); in ext_toolbar_register_update_cb() local
432 update_entry->callback = callback; in ext_toolbar_register_update_cb()
433 update_entry->item_data = item_data; in ext_toolbar_register_update_cb()
434 update->entries = g_list_append(update->entries, update_entry); in ext_toolbar_register_update_cb()
456 ext_toolbar_update_entry_t * update_entry = (ext_toolbar_update_entry_t *)walker->data; in ext_toolbar_update_entry() local
458 if ( update_entry->callback && update_entry->item_data ) in ext_toolbar_update_entry()
459 update_entry->callback(entry, update_entry->item_data, update_data); in ext_toolbar_update_entry()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-kms-impl-device-atomic.c147 gpointer update_entry, in process_connector_update() argument
151 MetaKmsConnectorUpdate *connector_update = update_entry; in process_connector_update()
253 gpointer update_entry, in process_mode_set() argument
257 MetaKmsModeSet *mode_set = update_entry; in process_mode_set()
412 gpointer update_entry, in process_plane_assignment() argument
416 MetaKmsPlaneAssignment *plane_assignment = update_entry; in process_plane_assignment()
578 gpointer update_entry, in process_crtc_gamma() argument
582 MetaKmsCrtcGamma *gamma = update_entry; in process_crtc_gamma()
624 gpointer update_entry, in process_page_flip_listener() argument
630 MetaKmsPageFlipListener *listener = update_entry; in process_page_flip_listener()
[all …]
/dports/www/nanoblogger/nanoblogger-3.4.2/plugins/archive/month/
H A Dmonth_archive.sh10 LOOPMONTH_LIST=(`for update_entry in ${UPDATE_LIST[@]}; do \
12 |grep "$update_entry"; done`)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_dns_tracker.cc84 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry() function in shrpx::DNSTracker
192 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
203 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
212 update_entry(ent, nullptr, DNSResolverStatus::OK, result); in resolve()
216 update_entry(ent, std::move(resolv), DNSResolverStatus::RUNNING, nullptr); in resolve()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dshrpx_dns_tracker.cc84 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry() function in shrpx::DNSTracker
192 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
203 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
212 update_entry(ent, nullptr, DNSResolverStatus::OK, result); in resolve()
216 update_entry(ent, std::move(resolv), DNSResolverStatus::RUNNING, nullptr); in resolve()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dshrpx_dns_tracker.cc84 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry() function in shrpx::DNSTracker
192 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
203 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
212 update_entry(ent, nullptr, DNSResolverStatus::OK, result); in resolve()
216 update_entry(ent, std::move(resolv), DNSResolverStatus::RUNNING, nullptr); in resolve()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_dns_tracker.cc84 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry() function in shrpx::DNSTracker
192 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
203 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
212 update_entry(ent, nullptr, DNSResolverStatus::OK, result); in resolve()
216 update_entry(ent, std::move(resolv), DNSResolverStatus::RUNNING, nullptr); in resolve()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dshrpx_dns_tracker.cc84 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry() function in shrpx::DNSTracker
192 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
203 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
212 update_entry(ent, nullptr, DNSResolverStatus::OK, result); in resolve()
216 update_entry(ent, std::move(resolv), DNSResolverStatus::RUNNING, nullptr); in resolve()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_dns_tracker.cc84 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry() function in shrpx::DNSTracker
192 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
203 update_entry(ent, nullptr, DNSResolverStatus::ERROR, nullptr); in resolve()
212 update_entry(ent, nullptr, DNSResolverStatus::OK, result); in resolve()
216 update_entry(ent, std::move(resolv), DNSResolverStatus::RUNNING, nullptr); in resolve()
/dports/misc/vifm/vifm-0.11/src/
H A Dundo.c238 static void update_entry(const char **e, const char old[], const char new[]);
678 update_entry(&cmd->do_op.src, old, cmd->buf2); in change_filename_in_trash()
679 update_entry(&cmd->do_op.dst, old, cmd->buf2); in change_filename_in_trash()
680 update_entry(&cmd->do_op.exists, old, cmd->buf2); in change_filename_in_trash()
681 update_entry(&cmd->do_op.dont_exist, old, cmd->buf2); in change_filename_in_trash()
682 update_entry(&cmd->undo_op.src, old, cmd->buf2); in change_filename_in_trash()
683 update_entry(&cmd->undo_op.dst, old, cmd->buf2); in change_filename_in_trash()
684 update_entry(&cmd->undo_op.exists, old, cmd->buf2); in change_filename_in_trash()
685 update_entry(&cmd->undo_op.dont_exist, old, cmd->buf2); in change_filename_in_trash()
692 update_entry(const char **e, const char old[], const char new[]) in update_entry() function

123456