Home
last modified time | relevance | path

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 Dconnection_handlers_zeroconf.py33 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 Dmisc.py46 def parse_xhtml(properties, additional_data): function
H A Dmessage.py33 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 Dpretty.py198 root = container.parse_xhtml(raw)
204 root = container.parse_xhtml(raw)
H A Dtoc.py564 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 Dsplit.py198 root = container.parse_xhtml(raw, fname=name, force_html5_parse=True)
H A Dcss.py487 root = container.parse_xhtml(text, name)
H A Dcontainer.py204 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 Dcascade.py50 self.parsed_cache[name] = self.parse_xhtml(self.files[name], name)