Searched refs:parse_xhtml (Results 1 – 9 of 9) sorted by relevance
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/zeroconf/ |
H A D | connection_handlers_zeroconf.py | 33 from gajim.common.modules.misc import parse_xhtml 82 parse_xhtml(properties, additional_data)
|
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/modules/ |
H A D | misc.py | 46 def parse_xhtml(properties, additional_data): function
|
H A D | message.py | 33 from gajim.common.modules.misc import parse_xhtml 167 parse_xhtml(properties, additional_data)
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/ |
H A D | pretty.py | 198 root = container.parse_xhtml(raw) 204 root = container.parse_xhtml(raw)
|
H A D | toc.py | 564 root = container.parse_xhtml(raw, fname=name, force_html5_parse=True) 691 root = container.parse_xhtml(P('templates/new_nav.html', data=True).decode('utf-8'))
|
H A D | split.py | 198 root = container.parse_xhtml(raw, fname=name, force_html5_parse=True)
|
H A D | css.py | 487 root = container.parse_xhtml(text, name)
|
H A D | container.py | 204 def parse_xhtml(self, data, fname='<string>', force_html5_parse=False): member in ContainerBase 600 data = self.parse_xhtml(data, self.relpath(path))
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/tests/ |
H A D | cascade.py | 50 self.parsed_cache[name] = self.parse_xhtml(self.files[name], name)
|