Home
last modified time | relevance | path

Searched refs:old_handle (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/science/gramps/gramps-5.1.4/gramps/gen/merge/
H A Dmergecitationquery.py57 old_handle = self.titanic.get_handle()
64 old_handle):
67 assert(person.has_citation_reference(old_handle))
72 assert(family.has_citation_reference(old_handle))
77 assert(event.has_citation_reference(old_handle))
82 assert(place.has_citation_reference(old_handle))
87 assert(obj.has_citation_reference(old_handle))
99 citation.replace_citation_references(old_handle,
104 assert(source.has_citation_reference(old_handle))
105 source.replace_citation_references(old_handle,
[all …]
H A Dmergenotequery.py56 old_handle = self.titanic.get_handle()
61 old_handle):
64 assert(person.has_note_reference(old_handle))
69 assert(family.has_note_reference(old_handle))
74 assert(event.has_note_reference(old_handle))
79 assert(source.has_note_reference(old_handle))
84 assert(citation.has_note_reference(old_handle))
89 assert(place.has_note_reference(old_handle))
94 assert(obj.has_note_reference(old_handle))
99 assert(repo.has_note_reference(old_handle))
[all …]
H A Dmergemediaquery.py55 old_handle = self.titanic.get_handle()
62 old_handle):
65 assert(person.has_media_reference(old_handle))
66 person.replace_media_references(old_handle, new_handle)
70 assert(family.has_media_reference(old_handle))
75 assert(event.has_media_reference(old_handle))
76 event.replace_media_references(old_handle, new_handle)
80 assert(source.has_media_reference(old_handle))
85 assert(citation.has_media_reference(old_handle))
90 assert(place.has_media_reference(old_handle))
[all …]
H A Dmergeplacequery.py56 old_handle = self.titanic.get_handle()
63 old_handle):
66 assert(person.has_handle_reference('Place', old_handle))
67 person.replace_handle_reference('Place', old_handle,
72 assert(family.has_handle_reference('Place', old_handle))
73 family.replace_handle_reference('Place', old_handle,
78 assert(event.has_handle_reference('Place', old_handle))
79 event.replace_handle_reference('Place', old_handle,
84 assert(place.has_handle_reference('Place', old_handle))
85 place.replace_handle_reference('Place', old_handle,
[all …]
H A Dmergepersonquery.py78 old_handle = self.titanic.get_handle() if self.titanic else None
105 if person_handle == old_handle:
131 old_handle = self.titanic.get_handle()
137 old_handle, ['Person']):
139 assert person.has_handle_reference('Person', old_handle)
141 if person_handle != old_handle:
146 if family.has_handle_reference('Person', old_handle):
147 family.replace_handle_reference('Person', old_handle,
160 if family.has_handle_reference('Person', old_handle):
161 family.replace_handle_reference('Person', old_handle,
[all …]
H A Dmergefamilyquery.py79 old_handle = self.titanic.get_handle()
118 phoenix_person.add_family_handle(old_handle)
133 old_handle = self.titanic.get_handle()
168 self.titanic = self.database.get_family_from_handle(old_handle)
186 child.remove_handle_references('Family', [old_handle])
188 child.replace_handle_reference('Family', old_handle,
192 phoenix_father.remove_family_handle(old_handle)
195 phoenix_mother.remove_family_handle(old_handle)
199 old_handle, ['Person']):
203 person.replace_handle_reference('Family', old_handle,new_handle)
[all …]
H A Dmergeeventquery.py55 old_handle = self.titanic.get_handle()
62 old_handle):
65 assert(person.has_handle_reference("Event", old_handle))
68 person.replace_handle_reference("Event", old_handle,
87 assert(family.has_handle_reference("Event", old_handle))
88 family.replace_handle_reference("Event", old_handle,
94 self.database.remove_event(old_handle, trans)
H A Dmergerepositoryquery.py55 old_handle = self.titanic.get_handle()
62 old_handle):
65 assert source.has_handle_reference('Repository', old_handle)
66 source.replace_repo_references(old_handle, new_handle)
71 self.database.remove_repository(old_handle, trans)
H A Dmergesourcequery.py58 old_handle = self.titanic.get_handle()
65 old_handle):
68 assert(citation.get_reference_handle() == old_handle)
74 self.database.remove_source(old_handle, trans)
/dports/devel/codeville/codeville-0.1.18/Codeville/
H A Dupgrade.py49 for old_handle in list(handles.keys()):
50 name_dfs.search(old_handle)
88 for old_handle in list(old_repo.staticdb.keys()):
91 UR.all_old_handles[old_handle] = hinfo
155 for old_handle in handle_list:
166 if old_handle in UR.handle_map:
167 new_handle = UR.handle_map[old_handle]
170 if old_handle in clean_nmerges:
199 if old_handle not in old_cset or 'hash' not in old_cset[old_handle]:
216 UR.handle_map[old_handle] = new_handle
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/logmsg/
H A Dlogmsg-serialize-fixup.c89 _fixup_sdata_handle(LogMessageSerializationState *state, NVHandle old_handle, NVHandle new_handle) in _fixup_sdata_handle() argument
98 if (msg->sdata[i] == old_handle) in _fixup_sdata_handle()
124 _old_handle_has_the_same_name(NVHandle old_handle, NVEntry *entry) in _old_handle_has_the_same_name() argument
127 const gchar *old_handle_name = log_msg_get_value_name(old_handle, &old_handle_name_len); in _old_handle_has_the_same_name()
137 _allocate_handle_for_entry_name(NVHandle old_handle, NVEntry *entry) in _allocate_handle_for_entry_name() argument
140 return old_handle; in _allocate_handle_for_entry_name()
142 if (_old_handle_has_the_same_name(old_handle, entry)) in _allocate_handle_for_entry_name()
143 return old_handle; in _allocate_handle_for_entry_name()
234 new_handle = _allocate_handle_for_entry_name(old_handle, entry); in _fixup_entry()
240 _fixup_sdata_handle(state, old_handle, new_handle); in _fixup_entry()
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/lib/
H A Dprimaryobj.py140 def replace_handle_reference(self, classname, old_handle, new_handle): argument
189 def replace_citation_references(self, old_handle, new_handle): argument
196 def replace_media_references(self, old_handle, new_handle): argument
280 def replace_handle_reference(self, classname, old_handle, new_handle): argument
292 self.replace_citation_references(old_handle, new_handle)
294 self.replace_media_references(old_handle, new_handle)
296 self._replace_handle_reference(classname, old_handle, new_handle)
310 def _replace_handle_reference(self, classname, old_handle, new_handle): argument
H A Dcitationbase.py211 def replace_citation_references(self, old_handle, new_handle): argument
225 n_replace = refs_list.count(old_handle)
227 idx = refs_list.index(old_handle)
235 item.replace_citation_references(old_handle, new_handle)
267 def replace_citation_references(self, old_handle, new_handle): argument
278 item.replace_citation_references(old_handle, new_handle)
H A Dnotebase.py169 def replace_note_references(self, old_handle, new_handle): argument
183 n_replace = refs_list.count(old_handle)
185 idx = refs_list.index(old_handle)
193 item.replace_note_references(old_handle, new_handle)
H A Dperson.py367 n_replace = refs_list.count(old_handle)
369 idx = refs_list.index(old_handle)
397 n_replace = refs_list.count(old_handle)
399 idx = refs_list.index(old_handle)
411 while old_handle in self.family_list:
412 ix = self.family_list.index(old_handle)
414 while old_handle in self.parent_family_list:
418 while old_handle in handle_list:
419 ix = handle_list.index(old_handle)
424 while old_handle in handle_list:
[all …]
H A Dsrc.py195 def _replace_handle_reference(self, classname, old_handle, new_handle): argument
208 while old_handle in handle_list:
209 idx = handle_list.index(old_handle)
405 def replace_repo_references(self, old_handle, new_handle): argument
419 n_replace = refs_list.count(old_handle)
421 idx = refs_list.index(old_handle)
H A Dtagbase.py132 def replace_tag_references(self, old_handle, new_handle): argument
146 n_replace = refs_list.count(old_handle)
148 idx = refs_list.index(old_handle)
H A Dfamily.py266 def _replace_handle_reference(self, classname, old_handle, new_handle): argument
282 n_replace = refs_list.count(old_handle)
284 idx = refs_list.index(old_handle)
300 n_replace = refs_list.count(old_handle)
302 idx = refs_list.index(old_handle)
313 if self.father_handle == old_handle:
315 if self.mother_handle == old_handle:
319 if lds_ord.place == old_handle:
H A Dmediabase.py142 def replace_media_references(self, old_handle, new_handle): argument
156 n_replace = refs_list.count(old_handle)
158 idx = refs_list.index(old_handle)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DWeakReferenceOfT.cs179 IntPtr old_handle = m_handle; in ~WeakReference()
180 if (old_handle != default(IntPtr)) in ~WeakReference()
182 … if (old_handle == Interlocked.CompareExchange(ref m_handle, default(IntPtr), old_handle)) in ~WeakReference()
183 ((GCHandle)old_handle).Free(); in ~WeakReference()
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_transfer.php192 function rename($old_handle, $new_handle) argument
196 $old_handle = $this->root_path . str_replace($phpbb_root_path, '', $old_handle);
198 return $this->_rename($old_handle, $new_handle);
360 function _rename($old_handle, $new_handle) argument
362 return @ftp_rename($this->connection, $old_handle, $new_handle);
615 function _rename($old_handle, $new_handle) argument
617 $this->_send_command('RNFR', $old_handle);
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_transfer.php190 function rename($old_handle, $new_handle) argument
194 $old_handle = $this->root_path . str_replace($phpbb_root_path, '', $old_handle);
196 return $this->_rename($old_handle, $new_handle);
359 function _rename($old_handle, $new_handle) argument
361 return @ftp_rename($this->connection, $old_handle, $new_handle);
620 function _rename($old_handle, $new_handle) argument
622 $this->_send_command('RNFR', $old_handle);
/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Dplacetreeview.py147 old_handle = None
153 old_handle = self.model.get_handle_from_iter(parent_iter)
155 return new_handle != old_handle or children
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/internal/
H A Dcordz_handle_test.cc222 CordzHandle* old_handle = handles[dist_handle(gen)].exchange(handle); in TEST() local
223 if (old_handle != nullptr) { in TEST()
225 old_handle->DiagnosticsGetSafeToInspectDeletedHandles(); in TEST()
234 CordzHandle::Delete(old_handle); in TEST()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/internal/
H A Dcordz_handle_test.cc222 CordzHandle* old_handle = handles[dist_handle(gen)].exchange(handle); in TEST() local
223 if (old_handle != nullptr) { in TEST()
225 old_handle->DiagnosticsGetSafeToInspectDeletedHandles(); in TEST()
234 CordzHandle::Delete(old_handle); in TEST()

12345678910>>...12