Home
last modified time | relevance | path

Searched refs:authors_to_sort_string (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Ddelete_matching_from_device.py11 from calibre.ebooks.metadata import authors_to_string, authors_to_sort_string, \
53 self.sort = authors_to_sort_string(book.authors).lower()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/writer8/
H A Dexth.py16 from calibre.ebooks.metadata import authors_to_sort_string
66 creators = [authors_to_sort_string([str(c)]) for c in
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dcli.py13 from calibre.ebooks.metadata import string_to_authors, authors_to_sort_string, \
132 mi.author_sort = authors_to_sort_string(mi.authors)
H A D__init__.py140 def authors_to_sort_string(authors): function
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/
H A Dcontainer.py13 from calibre.ebooks.metadata import string_to_authors, authors_to_sort_string
54 mi.author_sort = authors_to_sort_string(aut)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/paladin/
H A Ddriver.py311 from calibre.ebooks.metadata import authors_to_sort_string, authors_to_string
332 author = authors_to_sort_string(newmi.authors)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/prst1/
H A Ddriver.py24 from calibre.ebooks.metadata import authors_to_sort_string, authors_to_string
466 author = authors_to_sort_string(newmi.authors)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dadd.py25 from calibre.ebooks.metadata import authors_to_sort_string
388 mi.author_sort = authors_to_sort_string(mi.authors)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/sources/
H A Didentify.py16 from calibre.ebooks.metadata import authors_to_sort_string, check_issn
535 r.author_sort = authors_to_sort_string(r.authors)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/prs505/
H A Dsony_cache.py18 authors_to_sort_string
674 aus = authors_to_sort_string(book.authors)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/metadata/
H A Ddiff.py20 from calibre.ebooks.metadata import authors_to_sort_string, fmt_sidx, title_sort
86 mi.set('author_sort', authors_to_sort_string(val))
H A Dbasic_widgets.py28 authors_to_sort_string, check_isbn, string_to_authors, title_sort
515 aus = authors_to_sort_string(self.authors_edit.current_val)