Home
last modified time | relevance | path

Searched refs:Doctype (Results 1 – 18 of 18) sorted by relevance

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
Dtest4.test207 {"description":"Doctype public case-sensitivity (1)",
211 {"description":"Doctype public case-sensitivity (2)",
215 {"description":"Doctype system case-sensitivity (1)",
219 {"description":"Doctype system case-sensitivity (2)",
280 {"description":"Doctype publik",
284 {"description":"Doctype publi",
288 {"description":"Doctype sistem",
292 {"description":"Doctype sys",
296 {"description":"Doctype html x>text",
Dtest1.test3 {"description":"Correct Doctype lowercase",
7 {"description":"Correct Doctype uppercase",
11 {"description":"Correct Doctype mixed case",
15 {"description":"Correct Doctype case with EOF",
23 {"description":"Doctype in error",
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
Dlxmletree.py26 self.children.append(Doctype(self,
52 class Doctype(object): class
136 elif isinstance(node, Doctype):
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/serialization/
Dserializer.js4 Doctype = require('../common/doctype'), variable
178 this.html += '<' + Doctype.serializeContent(name, publicId, systemId) + '>';
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
D_lxml.py10 from bs4.element import Comment, Doctype, NamespacedAttribute
199 doctype = Doctype.for_name_and_ids(name, pubid, system)
D_htmlparser.py31 Doctype,
102 self.soup.endData(Doctype)
D_html5lib.py17 Doctype,
72 doctype = Doctype.for_name_and_ids(name, publicId, systemId)
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_adapters/
Dhtmlparser2.js3 var Doctype = require('../common/doctype'); variable
124 var data = Doctype.serializeContent(name, publicId, systemId),
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_lxml.py21 from bs4.element import Comment, Doctype, SoupStrainer
Dtest_tree.py24 Doctype,
1520 doctype = Doctype("foo")
/external/chromium-trace/catapult/catapult_build/
Dhtml_checks.py50 if isinstance(item, bs4.Doctype) and item.lower() == 'html':
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Dtesting.py12 Doctype,
63 self.assertEqual(doctype.__class__, Doctype)
D__init__.py37 Doctype,
Delement.py723 class Doctype(PreformattedString): class
735 return Doctype(value)
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dparse_html_deps.py133 if isinstance(x, bs4.Doctype):
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
Dparser.js8 Doctype = require('../common/doctype'), variable
1057 if (token.forceQuirks || Doctype.isQuirks(token.name, token.publicId, token.systemId))
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
Dparse5.js832 Doctype = require('../common/doctype'),
1006 this.html += '<' + Doctype.serializeContent(name, publicId, systemId) + '>';
3973 var Doctype = require('../common/doctype');
4094 var data = Doctype.serializeContent(name, publicId, systemId),
5046 Doctype = require('../common/doctype'),
6095 if (token.forceQuirks || Doctype.isQuirks(token.name, token.publicId, token.systemId))
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst516 ``Declaration``, and ``Doctype``. Just like ``Comment``, these classes