Home
last modified time | relevance | path

Searched refs:chardet (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
Dtest_encoding.py39 stream = inputstream.HTMLBinaryInputStream(data, chardet=False)
60 import chardet # flake8: noqa
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dinputstream.py132 def HTMLInputStream(source, encoding=None, parseMeta=True, chardet=True): argument
148 return HTMLBinaryInputStream(source, encoding, parseMeta, chardet)
398 def __init__(self, source, encoding=None, parseMeta=True, chardet=True): argument
433 self.charEncoding = self.detectEncoding(parseMeta, chardet)
462 def detectEncoding(self, parseMeta=True, chardet=True): argument
473 if encoding is None and chardet:
479 from chardet.universaldetector import UniversalDetector
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_soup.py197 chardet = bs4.dammit.chardet_dammit
212 bs4.dammit.chardet_dammit = chardet
332 chardet = bs4.dammit.chardet_dammit
346 bs4.dammit.chardet_dammit = chardet
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Ddammit.py29 import chardet
31 return chardet.detect(s)['encoding']
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1738 import chardet
1742 chardet = None variable
1791 if not u and chardet and not isinstance(self.markup, unicode):
1792 u = self._convertFrom(chardet.detect(self.markup)['encoding'])
/external/chromium-trace/catapult/third_party/html5lib-python/
DREADME.rst117 be determined; ``chardet``, from which it was forked, can also be used
/external/chromium-trace/catapult/third_party/html5lib-python/doc/
Dmovingparts.rst166 * If no encoding can be found and the chardet library is available, an
/external/chromium-trace/catapult/third_party/beautifulsoup4/
DNEWS.txt186 Beautiful Soup uses it instead of chardet. cchardet is much
334 * Fixed a test failure that occured on Python 3.x when chardet was
610 Jump through hoops to avoid the use of chardet, which can be extremely
612 use of chardet.
622 Got rid of a very old debug line that prevented chardet from working.
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst2486 the ``chardet`` or ``cchardet`` Python libraries. The more data you