Home
last modified time | relevance | path

Searched refs:dest_dict (Results 1 – 25 of 42) sorted by relevance

12

/dports/japanese/tomoe/tomoe-0.6.0/lib/
H A Dtomoe-dict.c318 tomoe_dict_copy (TomoeDict *src_dict, TomoeDict *dest_dict) in tomoe_dict_copy() argument
321 g_return_val_if_fail (TOMOE_IS_DICT (dest_dict), FALSE); in tomoe_dict_copy()
323 if (!tomoe_dict_is_editable (dest_dict)) { in tomoe_dict_copy()
329 return TOMOE_DICT_GET_CLASS (src_dict)->copy (src_dict, dest_dict); in tomoe_dict_copy()
331 return tomoe_dict_plain_copy (src_dict, dest_dict); in tomoe_dict_copy()
335 tomoe_dict_plain_copy (TomoeDict *src_dict, TomoeDict *dest_dict) in tomoe_dict_plain_copy() argument
341 g_return_val_if_fail (TOMOE_IS_DICT (dest_dict), FALSE); in tomoe_dict_plain_copy()
347 if (!tomoe_dict_is_editable (dest_dict)) { in tomoe_dict_plain_copy()
354 cands = tomoe_dict_search (dest_dict, query); in tomoe_dict_plain_copy()
357 tomoe_dict_unregister_char (dest_dict, tomoe_char_get_utf8 (chr)); in tomoe_dict_plain_copy()
[all …]
H A Dtomoe-dict.h68 TomoeDict *dest_dict);
111 TomoeDict *dest_dict);
114 TomoeDict *dest_dict);
H A Dtomoe-dict-ptr-array.c73 TomoeDict *dest_dict);
453 copy (TomoeDict *src_dict, TomoeDict *dest_dict) in copy() argument
458 if (!tomoe_dict_is_editable (dest_dict)) in copy()
461 if (!TOMOE_IS_DICT_PTR_ARRAY (dest_dict)) { in copy()
462 tomoe_dict_plain_copy (src_dict, dest_dict); in copy()
467 dest_priv = TOMOE_DICT_PTR_ARRAY_GET_PRIVATE (dest_dict); in copy()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dtag.py42 def _reconcile_tags(source_dict, dest_dict, overwrite, selector): argument
56 result = dict(dest_dict) # copy
264 dest_dict = to_tags.get_tag_dict()
266 source_dict, dest_dict, overwrite, selector)
267 if result != dest_dict:
307 dest_dict = to_tags.get_tag_dict()
309 source_dict, dest_dict, overwrite, selector)
310 if result != dest_dict:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/facts/acls/
H A Dacls.py143 dest_dict = {}
253 dest_dict.update({"host": dev_config_remainder.pop(1)})
259 dest_dict.update({"any": True})
262 dest_dict.update(
266 dest_dict.update(
269 dest_dict.update(
288 dest_dict.update({"port_protocol": port_dict})
289 ace_dict.update({"destination": dest_dict})
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Dproperties.py209 dest_dict, load, _recursive): argument
216 dest_dict[self.key] = value
219 impl.set(dest_state, dest_dict, value, None)
220 elif dest_state.has_identity and self.key not in dest_dict:
221 dest_state._expire_attributes(dest_dict, [self.key])
H A Dsync.py19 dest_dict = dest.dict
33 dest.manager[prop.key].impl.set(dest, dest_dict, value, None)
H A Drelationships.py1432 dest_dict, argument
1459 dest_state.get_impl(self.key).get(dest_state, dest_dict)
1473 dest_dict, self.key)
1478 dest_state, dest_dict, dest_list)
1491 dest_dict[self.key] = obj
1494 dest_dict, obj, None)
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDFOutlineDocumentHelper.cc95 if (! this->m->dest_dict.isInitialized()) in resolveNamedDest()
97 this->m->dest_dict = this->qpdf.getRoot().getKey("/Dests"); in resolveNamedDest()
99 if (this->m->dest_dict.isDictionary()) in resolveNamedDest()
102 result = this->m->dest_dict.getKey(name.getName()); in resolveNamedDest()
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Dproperties.py236 dest_dict, argument
247 dest_dict[self.key] = value
250 impl.set(dest_state, dest_dict, value, None)
251 elif dest_state.has_identity and self.key not in dest_dict:
253 dest_dict, [self.key], no_loader=True
H A Dsync.py28 dest_dict = dest.dict
43 dest.manager[prop.key].impl.set(dest, dest_dict, value, None)
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Dproperties.py209 dest_dict, load, _recursive, _resolve_conflict_map): argument
216 dest_dict[self.key] = value
219 impl.set(dest_state, dest_dict, value, None)
220 elif dest_state.has_identity and self.key not in dest_dict:
222 dest_dict, [self.key], no_loader=True)
H A Dsync.py19 dest_dict = dest.dict
33 dest.manager[prop.key].impl.set(dest, dest_dict, value, None)
H A Drelationships.py1452 dest_dict, argument
1479 dest_state.get_impl(self.key).get(dest_state, dest_dict)
1495 dest_dict, self.key)
1500 dest_state, dest_dict, dest_list,
1516 dest_dict[self.key] = obj
1519 dest_dict, obj, None)
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_defaults.py42 dest_dict = {
57 defaults.merge(dest_dict, src_dict, merge_lists=True)
58 self.assertEqual(dest_dict, merged_dict)
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Dproperties.py273 dest_dict, argument
284 dest_dict[self.key] = value
287 impl.set(dest_state, dest_dict, value, None)
288 elif dest_state.has_identity and self.key not in dest_dict:
290 dest_dict, [self.key], no_loader=True
H A Dsync.py29 dest_dict = dest.dict
44 dest.manager[prop.key].impl.set(dest, dest_dict, value, None)
/dports/japanese/tomoe/tomoe-0.6.0/test/python/
H A Dtest_dict.py16 dest_dict = tomoe.Dict("XML", filename = 'copy-test.xml' ,editable = True)
22dest_dict = tomoe.Dict('Est', name = 'copy-test', database = 'copy-test', editable = True)
27 self.assertNotEqual(None, dest_dict)
28 self.assert_(self.dict.copy(dest_dict))
32 … sorted(map(lambda x: x.get_char(), dest_dict.search(query)), key=lambda char: char.get_utf8())):
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Dproperties.py310 dest_dict, argument
321 dest_dict[self.key] = value
324 impl.set(dest_state, dest_dict, value, None)
325 elif dest_state.has_identity and self.key not in dest_dict:
327 dest_dict, [self.key], no_loader=True
H A Dsync.py29 dest_dict = dest.dict
44 dest.manager[prop.key].impl.set(dest, dest_dict, value, None)
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DBase64.cpp197 idDict dest_dict;
198 dest_dict.ReadFromFileHandle( &dest_fmem );
200 dest_dict.Print();
/dports/japanese/tomoe/tomoe-0.6.0/bindings/ruby/
H A Dtomoe-rb-dict.c88 td_copy(VALUE self, VALUE dest_dict) in td_copy() argument
90 return CBOOL2RVAL(tomoe_dict_copy(_SELF(self), RVAL2TDIC(dest_dict))); in td_copy()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/preferences/
H A Dpreferences.py256 def update_conf_value(key, source_dict, dest_dict, updated): argument
257 if dest_dict[key] != source_dict[key]:
258 dest_dict[key] = source_dict[key]
/dports/print/qpdf/qpdf-10.5.0/include/qpdf/
H A DQPDFOutlineDocumentHelper.hh100 QPDFObjectHandle dest_dict; member in QPDFOutlineDocumentHelper::Members
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dpreset.c311 hb_dict_t *dest_dict = hb_dict_get(job_dict, "Destination"); in get_job_mux() local
312 hb_value_t *mux_value = hb_dict_get(dest_dict, "Mux"); in get_job_mux()
1740 hb_dict_t *dest_dict, *video_dict, *qsv; in hb_preset_apply_video() local
1745 dest_dict = hb_dict_get(job_dict, "Destination"); in hb_preset_apply_video()
1933 hb_dict_t *dest_dict = hb_dict_get(job_dict, "Destination"); in hb_preset_apply_mux() local
1934 hb_dict_set(dest_dict, "Mux", hb_value_string(container->short_name)); in hb_preset_apply_mux()
1936 hb_dict_set(dest_dict, "AlignAVStart", in hb_preset_apply_mux()
1939 hb_dict_set(dest_dict, "InlineParameterSets", in hb_preset_apply_mux()
1951 hb_dict_set(dest_dict, "Mp4Options", mp4_dict); in hb_preset_apply_mux()
2227 hb_dict_t *dest_dict = hb_dict_get(job_dict, "Destination"); in hb_preset_apply_title() local
[all …]

12