Home
last modified time | relevance | path

Searched refs:get_note_from_handle (Results 1 – 25 of 49) sorted by relevance

12

/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Dnoteview.py337 object = self.dbstate.db.get_note_from_handle(handle)
344 note = self.dbstate.db.get_note_from_handle(handle)
381 note = self.dbstate.db.get_note_from_handle(note_handle)
/dports/science/gramps/gramps-5.1.4/gramps/gen/proxy/
H A Dcache.py131 def get_note_from_handle(self, handle): member in CacheProxyDb
137 self.cache_handle[handle] = self.db.get_note_from_handle(handle)
H A Dfilter.py280 def get_note_from_handle(self, handle): member in FilterProxyDb
286 return self.db.get_note_from_handle(handle)
385 return self.get_note_from_handle(note.get_handle())
479 return map(self.get_note_from_handle, self.nlist)
H A Dprivate.py140 def get_note_from_handle(self, handle): member in PrivateProxyDb
145 note = self.db.get_note_from_handle(handle)
397 note = self.db.get_note_from_handle(handle)
436 'Note' : self.db.get_note_from_handle,
506 note = db.get_note_from_handle(note_handle)
H A Dproxybase.py562 def get_note_from_handle(self, handle): member in ProxyDbBase
568 self.db.get_note_from_handle(handle))
850 return self.get_note_from_handle(handle).serialize()
924 self.db.get_note_from_handle(handle)
H A Dreferencedbyselection.py139 obj = self.db.get_note_from_handle(handle)
360 note = self.db.get_note_from_handle(note_handle)
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/
H A D_hasnoteregexbase.py52 note = db.get_note_from_handle(handle)
H A D_hasnotesubstrbase.py51 note = db.get_note_from_handle(notehandle)
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/displaytabs/
H A Dnotemodel.py39 note = self.db.get_note_from_handle(handle)
H A Dnamemodel.py145 note = self.db.get_note_from_handle(nlist[0])
H A Dnotetab.py164 note = self.dbstate.db.get_note_from_handle(handle)
/dports/science/gramps/gramps-5.1.4/gramps/gui/merge/
H A Dmergenote.py60 self.no1 = database.get_note_from_handle(handle1)
61 self.no2 = database.get_note_from_handle(handle2)
/dports/science/gramps/gramps-5.1.4/gramps/gui/selectors/
H A Dselectnote.py79 return self.db.get_note_from_handle
/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Dtodogramplet.py143 note = self.dbstate.db.get_note_from_handle(note_handle)
191 note = self.dbstate.db.get_note_from_handle(note_handle)
H A Dtodo.py96 note = self.dbstate.db.get_note_from_handle(note_handle)
135 note = self.dbstate.db.get_note_from_handle(note_handle)
179 note = self.dbstate.db.get_note_from_handle(note_handle)
H A Dnotes.py109 note = self.dbstate.db.get_note_from_handle(note_handle)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/quickview/
H A Dreferences.py50 ref = db.get_note_from_handle(handle)
/dports/science/gramps/gramps-5.1.4/gramps/gen/plug/report/
H A Dendnotes.py243 note = db.get_note_from_handle(notehandle)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/export/
H A Dexportgedcom.py485 note = self.dbase.get_note_from_handle(note_handle)
1009 self.dbase.get_note_from_handle)
1016 note = self.dbase.get_note_from_handle(note_handle)
1376 note_list = [self.dbase.get_note_from_handle(h)
1391 note_list = [self.dbase.get_note_from_handle(h)
H A Dexportgeneweb.py142 noteobj = self.db.get_note_from_handle(notehandle)
249 noteobj = self.db.get_note_from_handle(notehandle)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/textreport/
H A Ddetdescendantreport.py536 note = self._db.get_note_from_handle(notehandle)
770 note = self._db.get_note_from_handle(notehandle)
827 note = self._db.get_note_from_handle(notehandle)
884 note = self._db.get_note_from_handle(notehandle)
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/quick/
H A D_quickreports.py281 obj = dbstate.db.get_note_from_handle(handle)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/importer/
H A Dimportcsv.py479 previous_note = self.db.get_note_from_handle(
556 previous_note = self.db.get_note_from_handle(note_handle)
661 previous_note = self.db.get_note_from_handle(note_handle)
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/
H A Deditnote.py133 dbstate.db.get_note_from_handle,
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/
H A D_genericfilter.py405 return db.get_note_from_handle(handle)

12