Home
last modified time | relevance | path

Searched defs:tagName (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DintersectionsOfLargeUnions.js39 function assertNodeTagName(node, tagName) { argument
47 function assertNodeProperty(node, tagName, prop, value) { argument
DintersectionsOfLargeUnions2.js49 function assertNodeTagName(node, tagName) { argument
57 function assertNodeProperty(node, tagName, prop, value) { argument
DspecializedOverloadWithRestParameters.js45 function f(tagName) { argument
48 function g(tagName) { argument
DisolatedModulesExportImportUninstantiatedNamespace.js27 export function createElement(tagName, attributes) { argument
DconstantOverloadFunctionNoSubtypeError.js63 function foo(tagName) { argument
DconstantOverloadFunction.js62 function foo(tagName) { argument
/third_party/typescript/tests/baselines/reference/JSDocParsing/
DDocComments.parsesCorrectly.authorTag.json15 "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 …]
DDocComments.parsesCorrectly.Chained tags, no leading whitespace.json15 "tagName": { object
30 "tagName": { object
45 "tagName": { object
60 "tagName": { object
DDocComments.parsesCorrectly.no space before @ is not a new tag.json15 "tagName": { object
42 "tagName": { object
68 "tagName": { object
83 "tagName": { object
DDocComments.parsesCorrectly.typedefTagWithChildrenTags.json15 "tagName": { object
36 "tagName": { object
75 "tagName": { object
DDocComments.parsesCorrectly.twoParamTagOnSameLine.json15 "tagName": { object
54 "tagName": { object
DDocComments.parsesCorrectly.twoParamTag2.json15 "tagName": { object
54 "tagName": { object
DDocComments.parsesCorrectly.noReturnType.json15 "tagName": { object
DDocComments.parsesCorrectly.consecutive newline tokens.json15 "tagName": { object
DDocComments.parsesCorrectly.Nested @param tags.json15 "tagName": { object
43 "tagName": { object
DDocComments.parsesCorrectly.paramWithoutType.json15 "tagName": { object
DDocComments.parsesCorrectly.less-than and greater-than characters.json15 "tagName": { object
DDocComments.parsesCorrectly.@@ does not start a new tag.json15 "tagName": { object
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts245 tagName: string; property
254 tagName: string; property
/third_party/typescript/src/compiler/transformers/
Des5.ts51 … const tagName = (node as JsxOpeningElement | JsxClosingElement | JsxSelfClosingElement).tagName; constant
Djsx.ts218 const tagName = getTagName(node); constant
285 const tagName = getTagName(node); constant
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.ts40 tagName: string; property
76 tagName: 'template'; property
/third_party/python/Lib/xml/dom/
Dpulldom.py51 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/
DxeExtractValues.cpp104 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/
Dstability.mjs77 visit(tree, { type: 'element', tagName: 'tr' }, (node) => { property

1234