Home
last modified time | relevance | path

Searched refs:is_html (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py345 is_html=False, exclude_encodings=None, argument
385 self.is_html = is_html
435 self.markup, self.is_html)
482 def find_declared_encoding(cls, markup, is_html=False, search_entire_document=False): argument
512 if not declared_encoding_match and is_html:
542 smart_quotes_to=None, is_html=False, exclude_encodings=[], argument
582 self.is_html = is_html
585 markup, known_definite_encodings, is_html, exclude_encodings,
689 if not self.is_html:
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py177 is_html = not self.is_xml
178 if is_html:
215 user_encodings=user_encodings, is_html=is_html,
H A D_htmlparser.py365 is_html=True,