Home
last modified time | relevance | path

Searched refs:pending_lists (Results 1 – 5 of 5) sorted by relevance

/dports/www/flexget/Flexget-3.2.18/flexget/components/managed_lists/lists/pending_list/
H A Dapi.py132 pending_lists = [
136 return jsonify(pending_lists)
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_module.c859 static struct pending_t *pending_lists[MODULE_MAX_DEPTH]; in module_do_load() local
893 pending = pending_lists[depth - 2]; in module_do_load()
896 pending_lists[depth - 1] = pending; in module_do_load()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-properties-window.c55 static GHashTable *pending_lists; variable
4932 g_hash_table_remove (pending_lists, startup_data->pending_key); in remove_pending()
5004 if (pending_lists == NULL) in nautilus_properties_window_present()
5006 pending_lists = g_hash_table_new (g_str_hash, g_str_equal); in nautilus_properties_window_present()
5035 if (g_hash_table_lookup (pending_lists, pending_key) != NULL) in nautilus_properties_window_present()
5068 g_hash_table_insert (pending_lists, startup_data->pending_key, startup_data->pending_key); in nautilus_properties_window_present()
/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-properties-window.c85 static GHashTable *pending_lists; variable
5380 g_hash_table_remove (pending_lists, startup_data->pending_key); in remove_pending()
5429 if (pending_lists == NULL) { in fm_properties_window_present()
5430 pending_lists = eel_g_hash_table_new_free_at_exit in fm_properties_window_present()
5447 if (g_hash_table_lookup (pending_lists, pending_key) != NULL) { in fm_properties_window_present()
5465 g_hash_table_insert (pending_lists, startup_data->pending_key, startup_data->pending_key); in fm_properties_window_present()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-properties-window.c90 static GHashTable *pending_lists; variable
5049 g_hash_table_remove (pending_lists, startup_data->pending_key); in remove_pending()
5098 if (pending_lists == NULL) { in nemo_properties_window_present()
5099 pending_lists = g_hash_table_new (g_str_hash, g_str_equal); in nemo_properties_window_present()
5119 if (g_hash_table_lookup (pending_lists, pending_key) != NULL) { in nemo_properties_window_present()
5138 g_hash_table_insert (pending_lists, startup_data->pending_key, startup_data->pending_key); in nemo_properties_window_present()