/third_party/typescript/tests/baselines/reference/ |
D | intersectionsOfLargeUnions.js | 39 function assertNodeTagName(node, tagName) { argument 47 function assertNodeProperty(node, tagName, prop, value) { argument
|
D | intersectionsOfLargeUnions2.js | 49 function assertNodeTagName(node, tagName) { argument 57 function assertNodeProperty(node, tagName, prop, value) { argument
|
D | specializedOverloadWithRestParameters.js | 45 function f(tagName) { argument 48 function g(tagName) { argument
|
D | isolatedModulesExportImportUninstantiatedNamespace.js | 27 export function createElement(tagName, attributes) { argument
|
D | constantOverloadFunctionNoSubtypeError.js | 63 function foo(tagName) { argument
|
D | constantOverloadFunction.js | 62 function foo(tagName) { argument
|
/third_party/typescript/tests/baselines/reference/JSDocParsing/ |
D | DocComments.parsesCorrectly.authorTag.json | 15 "tagName": { object 45 "tagName": { object 61 "tagName": { object 77 "tagName": { object 107 "tagName": { object 137 "tagName": { object 153 "tagName": { object 183 "tagName": { object 213 "tagName": { object 243 "tagName": { object [all …]
|
D | DocComments.parsesCorrectly.Chained tags, no leading whitespace.json | 15 "tagName": { object 30 "tagName": { object 45 "tagName": { object 60 "tagName": { object
|
D | DocComments.parsesCorrectly.no space before @ is not a new tag.json | 15 "tagName": { object 42 "tagName": { object 68 "tagName": { object 83 "tagName": { object
|
D | DocComments.parsesCorrectly.typedefTagWithChildrenTags.json | 15 "tagName": { object 36 "tagName": { object 75 "tagName": { object
|
D | DocComments.parsesCorrectly.twoParamTagOnSameLine.json | 15 "tagName": { object 54 "tagName": { object
|
D | DocComments.parsesCorrectly.twoParamTag2.json | 15 "tagName": { object 54 "tagName": { object
|
D | DocComments.parsesCorrectly.noReturnType.json | 15 "tagName": { object
|
D | DocComments.parsesCorrectly.consecutive newline tokens.json | 15 "tagName": { object
|
D | DocComments.parsesCorrectly.Nested @param tags.json | 15 "tagName": { object 43 "tagName": { object
|
D | DocComments.parsesCorrectly.paramWithoutType.json | 15 "tagName": { object
|
D | DocComments.parsesCorrectly.less-than and greater-than characters.json | 15 "tagName": { object
|
D | DocComments.parsesCorrectly.@@ does not start a new tag.json | 15 "tagName": { object
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | index.ts | 245 tagName: string; property 254 tagName: string; property
|
/third_party/typescript/src/compiler/transformers/ |
D | es5.ts | 51 … const tagName = (node as JsxOpeningElement | JsxClosingElement | JsxSelfClosingElement).tagName; constant
|
D | jsx.ts | 218 const tagName = getTagName(node); constant 285 const tagName = getTagName(node); constant
|
/third_party/parse5/packages/parse5/lib/tree-adapters/ |
D | default.ts | 40 tagName: string; property 76 tagName: 'template'; property
|
/third_party/python/Lib/xml/dom/ |
D | pulldom.py | 51 def startElementNS(self, name, tagName , attrs): argument 108 def endElementNS(self, name, tagName): argument 298 def startElementNS(self, name, tagName , attrs): argument
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeExtractValues.cpp | 104 static Value findValueByTag (const xe::ri::List& items, const string& tagName) in findValueByTag() 233 …for (vector<string>::const_iterator tagName = values.getTagNames().begin(); tagName != values.getT… in printTaggedValues() local
|
/third_party/node/tools/doc/ |
D | stability.mjs | 77 visit(tree, { type: 'element', tagName: 'tr' }, (node) => { property
|