Home
last modified time | relevance | path

Searched refs:attributeBlocks (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js433 var attrsBlocks = this.attributeBlocks(mixin.attributeBlocks);
552 this.visitAttributes(tag.attrs, this.attributeBlocks(tag.attributeBlocks));
571 this.visitAttributes(tag.attrs, this.attributeBlocks(tag.attributeBlocks));
782 visitAttributes: function(attrs, attributeBlocks){ argument
783 if (attributeBlocks.length) {
786 attributeBlocks.unshift(val);
788 if (attributeBlocks.length > 1) {
789 …ression(this.runtime('attrs') + '(' + this.runtime('merge') + '([' + attributeBlocks.join(',') + '…
791 …this.bufferExpression(this.runtime('attrs') + '(' + attributeBlocks[0] + ', ' + stringify(this.ter…
818 attributeBlocks: function (attributeBlocks) { argument
[all …]
/plugin/asciidocjs/node_modules/pug-parser/
Dindex.js885 attributeBlocks: [], property
1020 attributeBlocks: [], property
1042 attributeBlocks: [], property
1091 tag.attributeBlocks.push({
DREADME.md66 "attributeBlocks": [],