Home
last modified time | relevance | path

Searched defs:createDocument (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/
Dmain.swift40 func createDocument(Benchmarks: [Benchmark]) -> String { in createDocument() function
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md101 ### createDocument subsection
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.js6 exports.createDocument = function() { function
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.js63 exports.createDocument = function() { function
/third_party/python/Lib/xml/dom/
Dminidom.py1431 def createDocument(self, namespaceURI, qualifiedName, doctype): member in DOMImplementation
/third_party/typescript/tests/lib/
Dlib.d.ts5479 createDocument(namespaceURI: string, qualifiedName: string, doctype: DocumentType): Document; method
/third_party/typescript/lib/
Dlib.dom.d.ts3882createDocument(namespace: string | null, qualifiedName: string | null, doctype?: DocumentType | nu… method
/third_party/typescript/src/lib/
Ddom.generated.d.ts3862createDocument(namespace: string | null, qualifiedName: string | null, doctype?: DocumentType | nu… method