Home
last modified time | relevance | path

Searched refs:extract_content (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/libxsd/xsd/cxx/tree/
H A Delements.hxx109 static const unsigned long extract_content = 0x00000800UL; member in xsd::cxx::tree::flags
405 flags f = flags::extract_content,
1282 flags f = flags::extract_content,
1294 flags f = flags::extract_content,
1306 flags f = flags::extract_content,
1320 flags f = flags::extract_content,
1535 new type (e, f | flags::extract_content, c)); in create()
1542 new type (a, f | flags::extract_content, c)); in create()
1552 new type (s, e, f | flags::extract_content, c)); in create()
1560 new type (s, f | flags::extract_content, c)); in create()
H A Dparsing.txx39 if (f & flags::extract_content) in _type()
72 : B (e, (f & ~flags::extract_content), c) in simple_type()
74 if (f & flags::extract_content) in simple_type()
82 : B (a, (f & ~flags::extract_content), c) in simple_type()
84 if (f & flags::extract_content) in simple_type()
95 : B (s, e, (f & ~flags::extract_content), c) in simple_type()
97 if (f & flags::extract_content) in simple_type()
H A Dstream-extraction.hxx35 : type (s, f & ~flags::extract_content, c) in simple_type()
37 if (f & flags::extract_content) in simple_type()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/ereader/
H A Dreader.py30 def extract_content(self, output_dir): member in Reader
31 return self.reader.extract_content(output_dir)
H A Dreader202.py87 def extract_content(self, output_dir): member in Reader202
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/conversion/plugins/
H A Dmobi_input.py30 mr.extract_content('.', parse_cache)
36 mr.extract_content('.', parse_cache)
H A Drb_input.py27 opf = reader.extract_content(os.getcwd())
H A Dazw4_input.py28 opf = reader.extract_content(os.getcwd())
H A Dpdb_input.py36 opf = reader.extract_content(os.getcwd())
H A Drtf_output.py24 content = rtfmlitzer.extract_content(oeb_book, opts)
H A Dtcr_output.py46 txt = writer.extract_content(oeb_book, opts).encode(opts.tcr_output_encoding, 'replace')
H A Dfb2_output.py187 fb2_content = fb2mlizer.extract_content(oeb_book, opts)
H A Dpml_output.py44 pml = str(pmlmlizer.extract_content(oeb_book, opts))
H A Dtxt_output.py100 txt = self.writer.extract_content(oeb_book, opts)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/
H A Dformatreader.py18 def extract_content(self, output_dir): member in FormatReader
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/pdf/
H A Dreader.py25 def extract_content(self, output_dir): member in Reader
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/azw4/
H A Dreader.py38 def extract_content(self, output_dir): member in Reader
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/palmdoc/
H A Dreader.py55 def extract_content(self, output_dir): member in Reader
H A Dwriter.py52 txt = writer.extract_content(oeb_book, self.opts)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/snb/
H A Dsnbml.py67 def extract_content(self, oeb_book, item, subitems, opts): member in SNBMLizer
76 newTrees = self.extract_content(oeb_book, item, subitems, opts)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/ztxt/
H A Dreader.py75 def extract_content(self, output_dir): member in Reader
H A Dwriter.py56 txt = writer.extract_content(oeb_book, self.opts)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdb/haodoo/
H A Dreader.py124 def extract_content(self, output_dir): member in Reader
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/rb/
H A Dreader.py107 def extract_content(self, output_dir): member in Reader
H A Dwriter.py103 text = rbmlizer.extract_content(oeb_book, self.opts).encode('cp1252', 'xmlcharrefreplace')

12