Home
last modified time | relevance | path

Searched refs:currentAttr (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts277 private currentAttr: Attribute = { name: '', value: '' }; property in Tokenizer
466 this.currentAttr = {
476 if (getTokenAttr(token, this.currentAttr.name) === null) {
477 token.attrs.push(this.currentAttr);
481 attrLocations[this.currentAttr.name] = this.currentLocation;
715 this.currentAttr.value += String.fromCodePoint(cp);
1789 this.currentAttr.name += String.fromCodePoint(cp);
1794 this.currentAttr.name += REPLACEMENT_CHARACTER;
1798 … this.currentAttr.name += String.fromCodePoint(isAsciiUpper(cp) ? toAsciiLower(cp) : cp);
1887 this.currentAttr.value += REPLACEMENT_CHARACTER;
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4currentAttr;e.location.attrs||(e.location.attrs=Object.create(null)),e.location.attrs[t.name]=this… property