Searched refs:TAG_NAMES (Results 1 – 9 of 9) sorted by relevance
/third_party/parse5/packages/parse5/lib/common/ |
D | html.ts | 33 export enum TAG_NAMES { enum 370 [TAG_NAMES.A, TAG_ID.A], 371 [TAG_NAMES.ADDRESS, TAG_ID.ADDRESS], 372 [TAG_NAMES.ANNOTATION_XML, TAG_ID.ANNOTATION_XML], 373 [TAG_NAMES.APPLET, TAG_ID.APPLET], 374 [TAG_NAMES.AREA, TAG_ID.AREA], 375 [TAG_NAMES.ARTICLE, TAG_ID.ARTICLE], 376 [TAG_NAMES.ASIDE, TAG_ID.ASIDE], 377 [TAG_NAMES.B, TAG_ID.B], 378 [TAG_NAMES.BASE, TAG_ID.BASE], [all …]
|
/third_party/parse5/packages/parse5-plain-text-conversion-stream/lib/ |
D | index.ts | 4 const { TAG_ID: $, TAG_NAMES: TN } = html; constant
|
/third_party/parse5/test/utils/ |
D | serialize-to-dat-file-format.ts | 66 … if (tn === html.TAG_NAMES.TEMPLATE && treeAdapter.getNamespaceURI(node) === html.NS.HTML) {
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | parser-feedback-simulator.ts | 165 token.tagName = html.TAG_NAMES.IMG;
|
/third_party/parse5/packages/parse5/lib/serializer/ |
D | index.ts | 1 import { TAG_NAMES as $, NS, hasUnescapedText } from '../common/html.js';
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | formatting-element-list.test.ts | 2 import { TAG_NAMES as $, NS, getTagID } from '../common/html.js';
|
D | open-element-stack.test.ts | 2 import { TAG_ID as $, TAG_NAMES as TN, NS } from '../common/html.js';
|
D | index.ts | 11 TAG_NAMES as TN,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …TAG_NAMES,o=i.NAMESPACES,a=i.ATTRS,c={attributename:"attributeName",attributetype:"attributeType",…
|