/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test4.test | 207 {"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",
|
D | test1.test | 3 {"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/ |
D | lxmletree.py | 26 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/ |
D | serializer.js | 4 Doctype = require('../common/doctype'), variable 178 this.html += '<' + Doctype.serializeContent(name, publicId, systemId) + '>';
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
D | _lxml.py | 10 from bs4.element import Comment, Doctype, NamespacedAttribute 199 doctype = Doctype.for_name_and_ids(name, pubid, system)
|
D | _htmlparser.py | 31 Doctype, 102 self.soup.endData(Doctype)
|
D | _html5lib.py | 17 Doctype, 72 doctype = Doctype.for_name_and_ids(name, publicId, systemId)
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_adapters/ |
D | htmlparser2.js | 3 var Doctype = require('../common/doctype'); variable 124 var data = Doctype.serializeContent(name, publicId, systemId),
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
D | test_lxml.py | 21 from bs4.element import Comment, Doctype, SoupStrainer
|
D | test_tree.py | 24 Doctype, 1520 doctype = Doctype("foo")
|
/external/chromium-trace/catapult/catapult_build/ |
D | html_checks.py | 50 if isinstance(item, bs4.Doctype) and item.lower() == 'html':
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
D | testing.py | 12 Doctype, 63 self.assertEqual(doctype.__class__, Doctype)
|
D | __init__.py | 37 Doctype,
|
D | element.py | 723 class Doctype(PreformattedString): class 735 return Doctype(value)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
D | parse_html_deps.py | 133 if isinstance(x, bs4.Doctype):
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/ |
D | parser.js | 8 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/ |
D | parse5.js | 832 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/ |
D | index.rst | 516 ``Declaration``, and ``Doctype``. Just like ``Comment``, these classes
|