Searched defs:doctype (Results 1 – 12 of 12) sorted by relevance
/third_party/parse5/packages/parse5/lib/parser/ |
D | index.test.ts | 74 const doctype = document.childNodes[0]; constant
|
D | parser-location-info.test.ts | 266 const [doctype, html] = document.childNodes; constant
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | index.ts | 196 const doctype: Doctype = { constant
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 3350 def doctype(self, name, pubid, system): member in TreeBuilderTest.test_doctype.DoctypeParser 3426 def doctype(self, *args, **kwargs): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype 3441 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.DoctypeParser
|
D | test_minidom.py | 27 def create_doc_without_doctype(doctype=None): argument
|
D | test_sax.py | 1421 def startDTD(self, doctype, publicID, systemID): argument
|
/third_party/python/Lib/xml/dom/ |
D | minidom.py | 1431 def createDocument(self, namespaceURI, qualifiedName, doctype): argument
|
/third_party/ffmpeg/libavformat/ |
D | matroskaenc.c | 2318 const char *doctype, int version) in ebml_write_header()
|
D | matroskadec.c | 145 char *doctype; member
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5729 doctype: DocumentType; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 4486 readonly doctype: DocumentType | null; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 4506 readonly doctype: DocumentType | null; property
|