/third_party/typescript/tests/baselines/reference/ |
D | subclassWithPolymorphicThisIsAssignable.symbols | 2 /* taken from mongoose.Document */ 3 interface Document { 4 >Document : Symbol(Document, Decl(subclassWithPolymorphicThisIsAssignable.ts, 0, 0)) 7 >increment : Symbol(Document.increment, Decl(subclassWithPolymorphicThisIsAssignable.ts, 1, 20)) 11 interface CustomDocument extends Document { } 13 >Document : Symbol(Document, Decl(subclassWithPolymorphicThisIsAssignable.ts, 0, 0)) 29 public test<Z extends Document>() { } 32 >Document : Symbol(Document, Decl(subclassWithPolymorphicThisIsAssignable.ts, 0, 0))
|
D | subclassWithPolymorphicThisIsAssignable.types | 2 /* taken from mongoose.Document */ 3 interface Document { 9 interface CustomDocument extends Document { } 18 >this.test : <Z extends Document>() => void 20 >test : <Z extends Document>() => void 23 public test<Z extends Document>() { } 24 >test : <Z extends Document>() => void
|
D | sourceMap-StringLiteralWithNewLine.types | 2 interface Document { 5 document: Document; 6 >document : Document 24 >z : Document 25 >window.document : Document 27 >document : Document
|
D | sourceMap-StringLiteralWithNewLine.symbols | 2 interface Document { 3 >Document : Symbol(Document, Decl(sourceMap-StringLiteralWithNewLine.ts, 0, 0)) 8 document: Document; 10 >Document : Symbol(Document, Decl(sourceMap-StringLiteralWithNewLine.ts, 0, 0))
|
D | parserOverloadOnConstants1.symbols | 2 interface Document { 3 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(parserOve… 6 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, … 11 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, … 16 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, … 21 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, …
|
D | genericMethodOverspecialization.symbols | 15 declare var document: Document; 17 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(genericMe… 19 interface Document { 20 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(genericMe… 23 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(genericMethodOve… 36 >document.getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(generic… 38 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(genericMethodOve…
|
D | unknownSymbolOffContextualType1.symbols | 2 declare var document: Document; 4 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(unknownSy… 6 interface Document { 7 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(unknownSy… 10 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(unknownSymbolOff… 32 >document.getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(unknown… 34 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(unknownSymbolOff…
|
D | subclassWithPolymorphicThisIsAssignable.js | 3 interface Document { 8 interface CustomDocument extends Document { } 16 public test<Z extends Document>() { } field in Example
|
/third_party/elfutils/doc/ |
D | ChangeLog | 5 * debuginfod_find_debuginfo.3: Document debuginfod_find_section. 6 * debuginfod.8: Document section webapi. 10 * readelf.1: Document the --syms alias. 14 * debuginfod_find_debuginfo.3: Document DEBUGINFOD_HEADERS_FILE. 32 * debuginfod.8 (--disable-source-scan): Document. 45 * debuginfod.8 (-C): Document new flag. 50 * debuginfod.8 (--passive): Document new flag & operation mode. 54 * debuginfod.8 (-d): Document ":memory:" as in-memory database. 83 * debuginfod-find.1: Document DEBUGINFOD_MAXTIME 105 * debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro. [all …]
|
D | COPYING-GFDL | 45 work under the conditions stated herein. The "Document", below, 51 A "Modified Version" of the Document means any work containing the 52 Document or a portion of it, either copied verbatim, or with 56 the Document that deals exclusively with the relationship of the 57 publishers or authors of the Document to the Document's overall 59 directly within that overall subject. (Thus, if the Document is in 68 that says that the Document is released under this License. If a 70 allowed to be designated as Invariant. The Document may contain zero 71 Invariant Sections. If the Document does not identify any Invariant 76 the Document is released under this License. A Front-Cover Text may [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLParser.h | 57 class Document; variable 99 std::unique_ptr<Document> CurrentDoc; 101 friend class Document; variable 119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 160 std::unique_ptr<Document> &Doc; 182 NullNode(std::unique_ptr<Document> &D) in NullNode() 197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() 240 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() 270 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() 400 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLParser.h | 60 class Document; variable 106 friend class Document; 109 std::unique_ptr<Document> CurrentDoc; 127 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 175 std::unique_ptr<Document> &Doc; 195 NullNode(std::unique_ptr<Document> &D) in NullNode() 210 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() 253 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() 283 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() 414 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() [all …]
|
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/ |
D | index.ts | 7 Document, 21 Document, 22 Document, 68 createDocument(): Document { 69 const node = new Document([]); 74 createDocumentFragment(): Document { 75 return new Document([]); 131 setTemplateContent(templateElement: Element, contentElement: Document): void { 135 getTemplateContent(templateElement: Element): Document { 136 return templateElement.children[0] as Document; [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | fdl-1.3.texi | 47 work under the conditions stated herein. The ``Document'', below, 53 A ``Modified Version'' of the Document means any work containing the 54 Document or a portion of it, either copied verbatim, or with 58 of the Document that deals exclusively with the relationship of the 59 publishers or authors of the Document to the Document's overall 61 directly within that overall subject. (Thus, if the Document is in 70 that says that the Document is released under this License. If a 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 78 the Document is released under this License. A Front-Cover Text may [all …]
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.cpp | 22 bool LoadJSONFromFile(const std::string &fileName, rapidjson::Document *doc) in LoadJSONFromFile() 38 rapidjson::Document doc; in LoadTraceNamesFromJSON() 52 rapidjson::Document::Array traceArray = doc["traces"].GetArray(); in LoadTraceNamesFromJSON() 55 const rapidjson::Document::ValueType &arrayElement = traceArray[arrayIndex]; in LoadTraceNamesFromJSON() 75 rapidjson::Document doc; in LoadTraceInfoFromJSON() 86 const rapidjson::Document::Object &meta = doc["TraceMetadata"].GetObject(); in LoadTraceInfoFromJSON()
|
/third_party/parse5/packages/parse5/lib/tree-adapters/ |
D | default.ts | 5 export interface Document { interface 88 export type ParentNode = Document | DocumentFragment | Element | Template; 96 Document, 115 createDocument(): Document { 170 setDocumentType(document: Document, name: string, publicId: string, systemId: string): void { 189 setDocumentMode(document: Document, mode: DOCUMENT_MODE): void { 193 getDocumentMode(document: Document): DOCUMENT_MODE {
|
/third_party/typescript/tests/cases/compiler/ |
D | subclassWithPolymorphicThisIsAssignable.ts | 2 interface Document { interface 7 interface CustomDocument extends Document { } 15 public test<Z extends Document>() { }
|
/third_party/jsframework/runtime/main/page/ |
D | Page.ts | 30 import Document from '../../vdom/Document'; 54 private _doc: Document; 69 this._doc = new Document(id, this._options.bundleUrl); 162 set doc(doc: Document) {
|
/third_party/node/test/parallel/ |
D | test-vm-symbols.js | 10 function Document() { class 14 Document.prototype.getSymbolValue = function() { 18 const context = new Document();
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
D | CapScan.java | 15 import org.w3c.dom.Document; 39 protected Element addCapability(Document out, Element capabilities, String name) { in addCapability() 42 protected Element addCapability(Document out, Element capabilities, String name, in addCapability() 54 protected Element addCapability(Document out, Element capabilities, String name, in addCapability() 63 Document out;
|
/third_party/typescript/tests/issues_cookbook_tests/pages/cookbook/ |
D | 5.52.ets | 1 interface Document { 5 interface Document { 9 interface Document {
|
/third_party/jsframework/test/ut/app/ |
D | bundle.ts | 30 import Document from '../../../runtime/vdom/Document'; 41 let doc: Document; 69 doc = new Document(id, url);
|
/third_party/typescript/tests/baselines/reference/user/ |
D | bcryptjs.log | 20 …crypt/prng/accum.js(51,74): error TS2339: Property 'attachEvent' does not exist on type 'Document'. 21 …crypt/prng/accum.js(52,22): error TS2339: Property 'attachEvent' does not exist on type 'Document'. 22 …crypt/prng/accum.js(53,22): error TS2339: Property 'attachEvent' does not exist on type 'Document'. 23 …crypt/prng/accum.js(65,74): error TS2339: Property 'detachEvent' does not exist on type 'Document'. 24 …crypt/prng/accum.js(66,22): error TS2339: Property 'detachEvent' does not exist on type 'Document'. 25 …crypt/prng/accum.js(67,22): error TS2339: Property 'detachEvent' does not exist on type 'Document'.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 27 class Document; variable 32 Document *Doc; 39 friend Document; variable 76 Document *getDocument() const { return KindAndDoc->Doc; } in getDocument() 239 class Document { 256 Document() { in Document() function
|
/third_party/typescript/scripts/ |
D | word.d.ts | 105 export interface Document { interface 114 export interface Documents extends Collection<Document> { 115 open(filename: string): Document;
|