Home
last modified time | relevance | path

Searched refs:string_to_authors (Results 1 – 25 of 34) sorted by relevance

12

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dimp.py7 from calibre.ebooks.metadata import MetaInformation, string_to_authors
40 mi.authors = string_to_authors(author)
H A Drb.py8 from calibre.ebooks.metadata import MetaInformation, string_to_authors
47 mi.authors = string_to_authors(value)
H A Dlrx.py15 from calibre.ebooks.metadata import MetaInformation, string_to_authors
76 mi = MetaInformation(title, string_to_authors(author.text))
H A Dodt.py31 MetaInformation, authors_to_string, check_isbn, string_to_authors
85 mi.authors = string_to_authors(creator)
112 mi.authors = string_to_authors(data['opf.authors'])
H A Dpdf.py12 MetaInformation, string_to_authors, check_isbn, check_doi)
136 au = string_to_authors(au)
H A Dcli.py13 from calibre.ebooks.metadata import string_to_authors, authors_to_sort_string, \
131 mi.authors = string_to_authors(opts.authors)
H A Dhtml.py18 from calibre.ebooks.metadata import string_to_authors, authors_to_string
164 mi = Metadata(title, string_to_authors(authors))
H A Dmeta.py11 from calibre.ebooks.metadata import MetaInformation, string_to_authors
152 aus = string_to_authors(au)
H A Dxmp.py16 from calibre.ebooks.metadata import string_to_authors, check_isbn, check_doi
252 mi.authors = [au for aus in authors for au in string_to_authors(aus)]
H A D__init__.py29 def string_to_authors(raw): function
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/jetbook/
H A Ddriver.py17 from calibre.ebooks.metadata import string_to_authors
80 authors = string_to_authors(match.group('authors'))
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dauthor_mapper.py8 from calibre.ebooks.metadata import authors_to_string, string_to_authors
114 authors = string_to_authors(self.value.strip())
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/sources/
H A Dcli.py16 from calibre.ebooks.metadata import string_to_authors
65 authors = string_to_authors(opts.authors)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dauthors_edit.py17 from calibre.ebooks.metadata import string_to_authors
37 authors = string_to_authors(str(editor.text()))
186 for author in string_to_authors(text):
H A Dadd_empty_book.py12 from calibre.ebooks.metadata import string_to_authors
166 return string_to_authors(str(self.authors_combo.text()))
H A Dedit_authors_dialog.py14 from calibre.ebooks.metadata import author_to_author_sort, string_to_authors
481 aut_list = string_to_authors(aut)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/chm/
H A Dmetadata.py13 from calibre.ebooks.metadata import string_to_authors, MetaInformation
63 ans = string_to_authors(aut)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/convert/
H A Dmetadata.py15 from calibre.ebooks.metadata import (string_to_authors, MetaInformation,
79 authors = string_to_authors(au)
165 authors = string_to_authors(authors) if authors else [_('Unknown')]
/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
51 aut.extend(string_to_authors(author.text))
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/conversion/plugins/
H A Dhtml_input.py114 from calibre.ebooks.metadata import string_to_authors
138 a = string_to_authors(a)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/
H A Ddatabase.py13 from calibre.ebooks.metadata import string_to_authors
116 authors = string_to_authors(authors)
1160 val = string_to_authors(val)
1321 authors += string_to_authors(a)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/cli/
H A Dcmd_add.py17 from calibre.ebooks.metadata import MetaInformation, string_to_authors
460 aut = string_to_authors(opts.authors) if opts.authors else []
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/editor/
H A Dinsert_resource.py19 from calibre.ebooks.metadata import string_to_authors
486 mi.authors = string_to_authors(str(self.authors.text()).strip()) or [_('Unknown')]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/lrf/
H A Dmeta.py22 from calibre.ebooks.metadata import MetaInformation, string_to_authors
262 authors = string_to_authors(lrf.author)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/book/
H A Dbase.py621 from calibre.ebooks.metadata import string_to_authors
622 self.authors = string_to_authors(raw)

12