Home
last modified time | relevance | path

Searched defs:doctype (Results 1 – 19 of 19) 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/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-read.c225 GstBuffer * buf, guint32 * doctype) in gst_riff_parse_file_header()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h98 const gchar *doctype; member
Debml-write.c919 gst_ebml_write_header (GstEbmlWrite * ebml, const gchar * doctype, in gst_ebml_write_header()
Dmatroska-read-common.c1464 gchar *doctype; in gst_matroska_read_common_parse_header() local
Dmatroska-mux.c3126 const gchar *doctype; in gst_matroska_mux_start() local
/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/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c314 guint32 doctype; in gst_wavparse_parse_file_header() local
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c1054 guint32 doctype; in gst_avi_demux_parse_file_header() local
/third_party/python/Lib/xml/dom/
Dminidom.py1431 def createDocument(self, namespaceURI, qualifiedName, doctype): argument
/third_party/ffmpeg/libavformat/
Dmatroskadec.c140 char *doctype; member
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c4611 GstEbmlDocType doctype; member
/third_party/typescript/tests/lib/
Dlib.d.ts5729 doctype: DocumentType; property
/third_party/typescript/lib/
Dlib.dom.d.ts4550 readonly doctype: DocumentType | null; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts4530 readonly doctype: DocumentType | null; property