Home
last modified time | relevance | path

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

1234

/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.js198 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/
DDocComments.parsesCorrectly.authorTag.json15 "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 …]
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.noReturnType.json15 "tagName": { object
DDocComments.parsesCorrectly.consecutive newline tokens.json15 "tagName": { object
DDocComments.parsesCorrectly.twoParamTag2.json15 "tagName": { object
54 "tagName": { object
DDocComments.parsesCorrectly.twoParamTagOnSameLine.json15 "tagName": { object
54 "tagName": { object
DDocComments.parsesCorrectly.paramWithoutType.json15 "tagName": { object
/third_party/typescript/tests/baselines/reference/
DintersectionsOfLargeUnions2.js49 function assertNodeTagName(node, tagName) { argument
57 function assertNodeProperty(node, tagName, prop, value) { argument
DintersectionsOfLargeUnions.js39 function assertNodeTagName(node, tagName) { argument
47 function assertNodeProperty(node, tagName, prop, value) { argument
DspecializedOverloadWithRestParameters.js45 function f(tagName) { argument
48 function g(tagName) { argument
DconstantOverloadFunctionNoSubtypeError.js63 function foo(tagName) { argument
DconstantOverloadFunction.js62 function foo(tagName) { argument
/third_party/parse5/packages/parse5-sax-parser/test/
Dsax-parser.test.js44 parser.on('startTag', ({ tagName, attrs, selfClosing }) => { property
56 parser.on('endTag', ({ tagName }) => { field
/third_party/parse5/packages/parse5-sax-parser/docs/tokens/
Dend-tag.md14 ### tagName subsection
Dstart-tag.md25 ### tagName subsection
/third_party/typescript/src/compiler/transformers/
Des5.ts51 … const tagName = (<JsxOpeningElement | JsxClosingElement | JsxSelfClosingElement>node).tagName; constant
Djsx.ts217 const tagName = getTagName(node); constant
287 const tagName = getTagName(node); constant
/third_party/parse5/test/utils/
Dparse-dat-file.js3 function createFragmentContext(tagName, treeAdapter) { argument
/third_party/parse5/packages/parse5/docs/tree-adapter/default/
Delement.md73 ### tagName subsection
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.js137 tagName: origToken.tagName, property
145 …reshapeToken: origToken => ({ tagName: origToken.tagName, sourceCodeLocation: origToken.location }) 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

1234