Home
last modified time | relevance | path

Searched refs:save_annotations (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dannotations.py58 def save_annotations(annotations_list, annotations_path_key, bld, pathtoebook, in_book_file, sync_a… function
94save_annotations(annotations_list, annotations_path_key, bld, pathtoebook, in_book_file, sync_anno…
99 def save_annotations(self, current_book_data, in_book_file=True, sync_annots_user=''): member in AnnotationsSaveWorker
H A Dui.py99 connect_lambda(t.timeout, self, lambda self: self.save_annotations(in_book_file=False))
369 self.save_annotations(in_book_file=False)
482 self.save_annotations()
647 def save_annotations(self, in_book_file=True): member in EbookViewer
653 self.annotations_saver.save_annotations(
665 self.save_annotations()
675 self.save_annotations()
755 self.save_annotations()
/dports/biology/py-hits/hits-0.1/hits/visualize/
H A Dgels.py37 def save_annotations(image_fn, annotations): function
634 save_annotations(image_fn, annotations)