Home
last modified time | relevance | path

Searched refs:hdict (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/alchemy/
H A Dmaterials.py123 hdict = actual_transformation.as_dict()
125 hdict["output_parameters"] = x
128 d["history"].append(hdict)
135 hdict = actual_transformation.as_dict()
137 hdict["output_parameters"] = x
138 self.history.append(hdict)
143 hdict = transformation.as_dict()
145 hdict["output_parameters"] = {}
146 self.history.append(hdict)
159 hdict = structure_filter.as_dict()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospf_interfaces/
H A Dospf_interfaces.py163 hdict = have.get("address_family", {})
169 if hdict and hdict.get(key):
170 h_value = hdict[key]
190 hdict = have.get("address_family", {})
204 if hdict.get(name):
205 hdict_entry = hdict.get(name)
212 key: hdict[name].pop(key, {}),
218 for name, entry in iteritems(hdict):
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/rl_accel/
H A DpyHnjmodule.c48 HyphenDict *hdict; member
126 hnj_hyphen_hyphenate(self->hdict, word, strlen(word), buffer); in Hyphen_hyphenate()
178 hnj_hyphen_hyphenate(self->hdict, word, strlen(word), buffer); in Hyphen_getCodes()
218 if((self->hdict = hnj_hyphen_load(filename)) == NULL){ in newHyphenobject()
229 if (self->hdict != NULL) { in Hyphen_dealloc()
230 hnj_hyphen_free(self->hdict); in Hyphen_dealloc()
231 self->hdict = NULL; in Hyphen_dealloc()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_global/
H A Dbgp_global.py346 hdict = have.pop(attrib, {})
348 if entry != hdict.get(key, {}):
352 have=hdict.pop(key, {}),
354 hdict.pop(key, {})
356 if not wdict and hdict:
364 hdict = {}
365 for key, entry in iteritems(hdict):
380 hdict = have.pop(attrib, {})
382 if entry != hdict.pop(key, {}):
385 for entry in hdict.values():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospfv2/
H A Dospfv2.py170 hdict = have.get(attrib, {})
172 if entry != hdict.pop(key, {}):
176 for entry in hdict.values():
187 hdict = get_from_dict(have, attrib) or {}
190 if entry != hdict.pop(key, {}):
193 for entry in hdict.values():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/bgp_address_family/
H A Dbgp_address_family.py294 hdict = have.pop(attrib, {})
296 if entry != hdict.get(key, {}):
307 attrib: hdict.pop(key, {}),
311 hdict.pop(key, {})
313 if not wdict and hdict:
325 hdict = {}
326 for key, entry in iteritems(hdict):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/ospfv3/
H A Dospfv3.py200 hdict = have.get(attrib, {})
202 if entry != hdict.pop(key, {}):
206 for entry in hdict.values():
213 hdict = get_from_dict(have, attrib) or {}
216 if entry != hdict.pop(key, {}):
219 for entry in hdict.values():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospfv3/
H A Dospfv3.py248 hdict = have.get(attrib, {})
250 if entry != hdict.pop(key, {}):
254 for entry in hdict.values():
261 hdict = get_from_dict(have, attrib) or {}
263 if entry != hdict.pop(key, {}):
266 for entry in hdict.values():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/ospf_interfaces/
H A Dospf_interfaces.py143 hdict = have.get("address_family", {})
150 if hdict.get(name):
151 h_addr = {"afi": name, key: hdict[name].pop(key, {})}
155 for name, entry in iteritems(hdict):
/dports/net/py-urllib3/urllib3-1.26.7/test/
H A Dtest_collections.py326 hdict = {
331 h = dict(HTTPHeaderDict(hdict).items())
332 assert hdict == h
333 assert hdict == dict(HTTPHeaderDict(hdict))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/test/
H A Dtest_collections.py325 hdict = {
330 h = dict(HTTPHeaderDict(hdict).items())
331 assert hdict == h
332 assert hdict == dict(HTTPHeaderDict(hdict))
/dports/graphics/graphviz/graphviz-2.44.1/lib/ortho/
H A Dmaze.c327 Dt_t* hdict = dtopen(&hdictDisc,Dtoset); in mkMazeGraph() local
354 np = findSVert (g, hdict, pt, ditems, FALSE); in mkMazeGraph()
364 np = findSVert (g, hdict, cp->bb.LL, ditems, FALSE); in mkMazeGraph()
383 np = dtmatch (hdict, &pt); in mkMazeGraph()
384 for (; np && np->p.x < cp->bb.UR.x; np = dtnext (hdict, np)) { in mkMazeGraph()
394 np = dtmatch (hdict, &pt); in mkMazeGraph()
395 for (; np && np->p.x < cp->bb.UR.x; np = dtnext (hdict, np)) { in mkMazeGraph()
438 dtclose (hdict); in mkMazeGraph()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/bgp_address_family/
H A Dbgp_address_family.py204 hdict = have.get(attrib, {})
206 if entry != hdict.pop(key, {}):
210 for entry in hdict.values():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/bgp_address_family/
H A Dbgp_address_family.py179 hdict = have.get(attrib, {})
181 if entry != hdict.pop(key, {}):
185 for entry in hdict.values():
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dhttp_request.py141 self.hdict = MultiDict()
172 existing = self.hdict.pop(key)
175 self.hdict[key] = val
200 return p.hdict
309 self.finalize_headers(parser.hdict)
/dports/science/jstrack/jstrack/extlib/tcllib1.19/hook/
H A Dhook.tcl197 dict for {subject hdict} [dict get $odict $object] {
198 dict for {hook dummy} $hdict {
/dports/devel/tcllib/tcllib-1.20/modules/hook/
H A Dhook.tcl197 dict for {subject hdict} [dict get $odict $object] {
198 dict for {hook dummy} $hdict {
/dports/devel/tcllibc/tcllib-1.20/modules/hook/
H A Dhook.tcl197 dict for {subject hdict} [dict get $odict $object] {
198 dict for {hook dummy} $hdict {
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/acl_interfaces/
H A Dacl_interfaces.py101 hdict = have.get("access_groups", {})
105 hacls = hdict.pop(afi, {}).pop("acls", {})
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/bgp_address_family/
H A Dbgp_address_family.py244 hdict = have.pop(attrib, {})
246 if entry != hdict.pop(key, {}):
249 for entry in hdict.values():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/ospf_interfaces/
H A Dospf_interfaces.py148 hdict = have.get("address_family", {})
151 h_family = hdict.pop(afi, {})
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/bgp_global/
H A Dbgp_global.py357 hdict = have.pop(attrib, {})
359 if entry != hdict.pop(key, {}):
362 for entry in hdict.values():
/dports/devel/sope2/SOPE/sope-core/EOControl/
H A DEOFetchSpecification.m186 NSDictionary *hdict;
188 hdict = [[self hints] copy];
194 isDeep:[self isDeep] hints:hdict];
197 [hdict release];
/dports/devel/sope/SOPE/sope-core/EOControl/
H A DEOFetchSpecification.m186 NSDictionary *hdict;
188 hdict = [[self hints] copy];
194 isDeep:[self isDeep] hints:hdict];
197 [hdict release];
/dports/databases/py-pickleshare/pickleshare-0.7.5/
H A Dtest_pickleshare.py23 print("all hashed",db.hdict('hash'))

12