| /third_party/parse5/packages/parse5/lib/parser/ |
| D | open-element-stack.js | 198 popUntilTagNamePopped(tagName) { argument 328 hasInScope(tagName) { argument 365 hasInListItemScope(tagName) { argument 382 hasInButtonScope(tagName) { argument 399 hasInTableScope(tagName) { argument 441 hasInSelectScope(tagName) { argument
|
| /third_party/typescript/tests/baselines/reference/JSDocParsing/ |
| D | DocComments.parsesCorrectly.authorTag.json | 15 "tagName": { object 31 "tagName": { object 47 "tagName": { object 63 "tagName": { object 79 "tagName": { object 95 "tagName": { object 111 "tagName": { object 127 "tagName": { object 143 "tagName": { object 159 "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.noReturnType.json | 15 "tagName": { object
|
| D | DocComments.parsesCorrectly.consecutive newline tokens.json | 15 "tagName": { object
|
| D | DocComments.parsesCorrectly.twoParamTag2.json | 15 "tagName": { object 54 "tagName": { object
|
| D | DocComments.parsesCorrectly.twoParamTagOnSameLine.json | 15 "tagName": { object 54 "tagName": { object
|
| D | DocComments.parsesCorrectly.paramWithoutType.json | 15 "tagName": { object
|
| /third_party/typescript/tests/baselines/reference/ |
| D | intersectionsOfLargeUnions2.js | 49 function assertNodeTagName(node, tagName) { argument 57 function assertNodeProperty(node, tagName, prop, value) { argument
|
| D | intersectionsOfLargeUnions.js | 39 function assertNodeTagName(node, tagName) { argument 47 function assertNodeProperty(node, tagName, prop, value) { argument
|
| D | specializedOverloadWithRestParameters.js | 45 function f(tagName) { argument 48 function g(tagName) { argument
|
| D | constantOverloadFunctionNoSubtypeError.js | 63 function foo(tagName) { argument
|
| D | constantOverloadFunction.js | 62 function foo(tagName) { argument
|
| /third_party/parse5/packages/parse5-sax-parser/test/ |
| D | sax-parser.test.js | 44 parser.on('startTag', ({ tagName, attrs, selfClosing }) => { property 56 parser.on('endTag', ({ tagName }) => { field
|
| /third_party/parse5/packages/parse5-sax-parser/docs/tokens/ |
| D | end-tag.md | 14 ### tagName subsection
|
| D | start-tag.md | 25 ### tagName subsection
|
| /third_party/typescript/src/compiler/transformers/ |
| D | es5.ts | 51 … const tagName = (<JsxOpeningElement | JsxClosingElement | JsxSelfClosingElement>node).tagName; constant
|
| D | jsx.ts | 217 const tagName = getTagName(node); constant 287 const tagName = getTagName(node); constant
|
| /third_party/parse5/test/utils/ |
| D | parse-dat-file.js | 3 function createFragmentContext(tagName, treeAdapter) { argument
|
| /third_party/parse5/packages/parse5/docs/tree-adapter/default/ |
| D | element.md | 73 ### tagName subsection
|
| /third_party/parse5/packages/parse5-sax-parser/lib/ |
| D | index.js | 137 tagName: origToken.tagName, property 145 …reshapeToken: origToken => ({ tagName: origToken.tagName, sourceCodeLocation: origToken.location }) 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
|