Searched refs:Doctype (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _htmlparser.py | 37 Doctype, 109 self.soup.endData(Doctype)
|
H A D | _lxml.py | 12 Doctype, 211 doctype = Doctype.for_name_and_ids(name, pubid, system)
|
H A D | _html5lib.py | 27 Doctype, 91 doctype = Doctype.for_name_and_ids(name, publicId, systemId)
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | testing.py | 14 Doctype, 84 self.assertEqual(doctype.__class__, Doctype)
|
H A D | __init__.py | 37 Doctype,
|
H A D | element.py | 760 class Doctype(PreformattedString): class 772 return Doctype(value)
|
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/ |
H A D | test_tree.py | 23 Doctype, 1609 doctype = Doctype("foo")
|