Home
last modified time | relevance | path

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

/dports/security/gcr/gcr-3.40.0/ui/
H A Dfrob-tree-selector.c38 static GHashTable *all_collections = NULL; variable
51 g_hash_table_remove (all_collections, self); in test_collection_finalize()
91 if (!all_collections) { in test_collection_instance()
92 all_collections = g_hash_table_new (g_str_hash, g_str_equal); in test_collection_instance()
94 collection = g_hash_table_lookup (all_collections, label); in test_collection_instance()
101 g_hash_table_insert (all_collections, collection->label, collection); in test_collection_instance()
/dports/deskutils/py-vdirsyncer/vdirsyncer-0.18.0/vdirsyncer/cli/
H A Dtasks.py22 all_collections = dict(
28 for collection_name in collections or all_collections:
30 config_a, config_b = all_collections[collection_name]
35 pair_name, json.dumps(collection_name), list(all_collections)
/dports/www/py-boto3/boto3-1.18.61/tests/integration/
H A Dtest_collections.py36 def all_collections(): function
54 @pytest.mark.parametrize("collection", all_collections())
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/
H A Dresources.py477 all_collections = self._registry.parsers_by_collection[
484 parent_parser = all_collections[parent_collection]
495 for collection, parser in six.iteritems(all_collections):
/dports/www/py-weboob/weboob-2.0/weboob/tools/application/
H A Drepl.py1212 def all_collections(self): member in ReplApplication
1268 collections = self.all_collections()