Home
last modified time | relevance | path

Searched defs:doctype (Results 1 – 12 of 12) sorted by relevance

/third_party/parse5/packages/parse5/lib/parser/
Dindex.test.ts74 const doctype = document.childNodes[0]; constant
Dparser-location-info.test.ts266 const [doctype, html] = document.childNodes; constant
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts196 const doctype: Doctype = { constant
/third_party/python/Lib/test/
Dtest_xml_etree.py3350 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
Dtest_minidom.py27 def create_doc_without_doctype(doctype=None): argument
Dtest_sax.py1421 def startDTD(self, doctype, publicID, systemID): argument
/third_party/python/Lib/xml/dom/
Dminidom.py1431 def createDocument(self, namespaceURI, qualifiedName, doctype): argument
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c2318 const char *doctype, int version) in ebml_write_header()
Dmatroskadec.c145 char *doctype; member
/third_party/typescript/tests/lib/
Dlib.d.ts5729 doctype: DocumentType; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts4486 readonly doctype: DocumentType | null; property
/third_party/typescript/lib/
Dlib.dom.d.ts4506 readonly doctype: DocumentType | null; property