Searched refs:_lookup_entry (Results 1 – 7 of 7) sorted by relevance
/dports/devel/py-urwidtrees/urwidtrees-1.0.2/urwidtrees/ |
H A D | nested.py | 35 entry = self._lookup_entry(tree, pos) 44 def _lookup_entry(self, tree, pos): member in NestedTree 51 entry = self._lookup_entry(subtree, pos[1:]) 66 return self._lookup_entry(self._tree, pos) 97 candidate = self._lookup_entry(self._tree, pos[:-1]) 184 subtree = self._lookup_entry(tree, subtree_pos) 340 parent = self._lookup_entry(self._tree, parent_pos) 353 entry = self._lookup_entry(tree, candidate)
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/ |
H A D | utm_utils.py | 123 info, result = self._lookup_entry(self.module, self.request_url) 140 info, result = self._lookup_entry(self.module, self.request_url) 182 info, result = self._lookup_entry(self.module, self.request_url) 193 def _lookup_entry(self, module, request_url): member in UTM
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/module_utils/ |
H A D | utm_utils.py | 106 info, result = self._lookup_entry(self.module, self.request_url) 123 info, result = self._lookup_entry(self.module, self.request_url) 165 info, result = self._lookup_entry(self.module, self.request_url) 176 def _lookup_entry(self, module, request_url): member in UTM
|
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/coccinelle/ |
H A D | nb-cbs.cocci | 158 identifier func =~ ".*_lookup_entry$"; 281 identifier func =~ ".*_lookup_entry$";
|
/dports/net/frr7/frr-frr-7.5.1/tools/coccinelle/ |
H A D | nb-cbs.cocci | 158 identifier func =~ ".*_lookup_entry$"; 281 identifier func =~ ".*_lookup_entry$";
|
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/ |
H A D | ges-asset.c | 474 _lookup_entry (GType extractable_type, const gchar * id) in _lookup_entry() function 525 entry = _lookup_entry (extractable_type, id); in ges_asset_cache_lookup() 540 if ((entry = _lookup_entry (extractable_type, id))) in ges_asset_cache_append_task() 556 if ((entry = _lookup_entry (extractable_type, id)) == NULL) { in ges_asset_cache_set_loaded() 608 if (!(entry = _lookup_entry (extractable_type, asset_id))) { in ges_asset_cache_put()
|
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/python/ |
H A D | python-persist.c | 285 _lookup_entry(PyPersist *self, const gchar *key, guint8 *type) in _lookup_entry() function 382 gchar *value = _lookup_entry(self, name, &type); in _py_persist_type_get()
|