Home
last modified time | relevance | path

Searched refs:sort_handles (Results 1 – 19 of 19) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/plugins/db/dbapi/
H A Ddbapi.py366 def get_person_handles(self, sort_handles=False, locale=glocale): argument
376 if sort_handles:
395 if sort_handles:
436 if sort_handles:
455 if sort_handles:
464 def get_place_handles(self, sort_handles=False, locale=glocale): argument
474 if sort_handles:
492 def get_media_handles(self, sort_handles=False, locale=glocale): argument
502 if sort_handles:
520 def get_tag_handles(self, sort_handles=False, locale=glocale): argument
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/proxy/
H A Dproxybase.py203 def get_person_handles(self, sort_handles=False, locale=glocale): argument
210 all = self.basedb.get_person_handles(sort_handles=sort_handles,
216 def get_family_handles(self, sort_handles=False, locale=glocale): argument
223 all = self.basedb.get_family_handles(sort_handles=sort_handles,
239 def get_source_handles(self, sort_handles=False, locale=glocale): argument
249 def get_citation_handles(self, sort_handles=False, locale=glocale): argument
259 def get_place_handles(self, sort_handles=False, locale=glocale): argument
269 def get_media_handles(self, sort_handles=False, locale=glocale): argument
299 def get_tag_handles(self, sort_handles=False, locale=glocale): argument
H A Dfilter.py389 def get_person_handles(self, sort_handles=False, locale=glocale): argument
435 def get_family_handles(self, sort_handles=False, locale=glocale): argument
/dports/science/gramps/gramps-5.1.4/gramps/plugins/db/dbapi/test/
H A Ddb_test.py148 sort_handles=False): argument
149 if sort_handles:
150 handles = handles_func(sort_handles=True)
211 sort_handles=True)
217 sort_handles=True)
223 sort_handles=True)
229 sort_handles=True)
235 sort_handles=True)
241 sort_handles=True)
247 sort_handles=True)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/db/bsddb/
H A Dread.py992 def get_person_handles(self, sort_handles=False, locale=glocale): argument
1001 if sort_handles:
1007 def get_place_handles(self, sort_handles=False, locale=glocale): argument
1017 if sort_handles:
1032 if sort_handles:
1047 if sort_handles:
1053 def get_media_handles(self, sort_handles=False, locale=glocale): argument
1062 if sort_handles:
1086 if sort_handles:
1110 def get_tag_handles(self, sort_handles=False, locale=glocale): argument
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/db/
H A Ddummydb.py537 def get_family_handles(self, sort_handles=False, locale=glocale): argument
585 def get_media_handles(self, sort_handles=False, locale=glocale): argument
838 def get_person_handles(self, sort_handles=False, locale=glocale): argument
899 def get_place_handles(self, sort_handles=False, locale=glocale): argument
1112 def get_source_handles(self, sort_handles=False, locale=glocale): argument
1173 def get_citation_handles(self, sort_handles=False, locale=glocale): argument
1225 def get_tag_handles(self, sort_handles=False, locale=glocale): argument
H A Dbase.py608 def get_citation_handles(self, sort_handles=False, locale=glocale): argument
630 def get_family_handles(self, sort_handles=False, locale=glocale): argument
645 def get_media_handles(self, sort_handles=False, locale=glocale): argument
670 def get_person_handles(self, sort_handles=False, locale=glocale): argument
685 def get_place_handles(self, sort_handles=False, locale=glocale): argument
710 def get_source_handles(self, sort_handles=False, locale=glocale): argument
725 def get_tag_handles(self, sort_handles=False, locale=glocale): argument
/dports/science/gramps/gramps-5.1.4/gramps/plugins/export/
H A Dexportpkg.py186 handles = self.db.get_media_handles(sort_handles=True)
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Dfile_handle_cache.erl710 {ok, RefHdls} -> sort_handles(RefNewOrReopens,
769 sort_handles([], [], [], Acc) -> function
771 sort_handles([{Ref, _} | RefHdls], [{Ref, Handle} | RefHdlsA], RefHdlsB, Acc) -> function
772 sort_handles(RefHdls, RefHdlsA, RefHdlsB, [Handle | Acc]);
773 sort_handles([{Ref, _} | RefHdls], RefHdlsA, [{Ref, Handle} | RefHdlsB], Acc) -> function
774 sort_handles(RefHdls, RefHdlsA, RefHdlsB, [Handle | Acc]).
/dports/science/gramps/gramps-5.1.4/gramps/plugins/textreport/
H A Dtagreport.py548 mlist = self.database.get_media_handles(sort_handles=True,
718 slist = self.database.get_source_handles(sort_handles=True,
799 clist = self.database.get_citation_handles(sort_handles=True,
905 for handle in self.__db.get_tag_handles(sort_handles=True):
H A Dfamilygroup.py665 flist = self.db.get_family_handles(sort_handles=True,
H A Dindivcomplete.py822 plist = self._db.get_person_handles(sort_handles=True,
/dports/science/gramps/gramps-5.1.4/gramps/gui/filters/sidebar/
H A D_sidebarfilter.py214 for handle in self.dbstate.db.get_tag_handles(sort_handles=True):
/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Dwhatsnext.py97 for tag_handle in self.dbstate.db.get_tag_handles(sort_handles=True):
/dports/science/gramps/gramps-5.1.4/gramps/gui/views/
H A Dtags.py214 for handle in self.db.get_tag_handles(sort_handles=True):
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dmonitoredwidgets.py837 for handle in self.db.get_tag_handles(sort_handles=True):
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Dcheck.py710 for handle in self.db.get_person_handles(sort_handles=False):
1015 for key in self.db.get_person_handles(sort_handles=False):
1073 for key in self.db.get_person_handles(sort_handles=False):
/dports/science/gramps/gramps-5.1.4/gramps/plugins/importer/
H A Dimportcsv.py1052 source_list = self.db.get_source_handles(sort_handles=False)
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog9784 sort_handles was renamed with e3374397f386fd1b38b8d732a6ef601ddf7ec592
12106 SORTENTSTABLE.sort_handles => sort_ents