Home
last modified time | relevance | path

Searched refs:parseUntilBlocks (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/nunjucks/src/
Dparser.js161 node.body = this.parseUntilBlocks(endBlock, 'else');
164 node.else_ = this.parseUntilBlocks(endBlock);
178 node.body = this.parseUntilBlocks('endmacro');
192 var body = this.parseUntilBlocks('endcall');
292 node.body = this.parseUntilBlocks('endblock');
339 node.body = this.parseUntilBlocks('elif', 'elseif', 'else', 'endif');
348 node.else_ = this.parseUntilBlocks('endif');
377 node.body = new nodes.Capture(tag.lineno, tag.colno, this.parseUntilBlocks('endset'));
410 this.parseUntilBlocks(caseStart, caseDefault, switchEnd);
426 var body = this.parseUntilBlocks(caseStart, caseDefault, switchEnd);
[all …]
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks.min.js2parseUntilBlocks(n,"else"),this.skipSymbol("else")&&(this.advanceAfterBlockEnd("else"),t.else_=thi…
Dnunjucks.js2994 node.body = this.parseUntilBlocks(endBlock, 'else');
2997 node.else_ = this.parseUntilBlocks(endBlock);
3011 node.body = this.parseUntilBlocks('endmacro');
3025 var body = this.parseUntilBlocks('endcall');
3125 node.body = this.parseUntilBlocks('endblock');
3172 node.body = this.parseUntilBlocks('elif', 'elseif', 'else', 'endif');
3181 node.else_ = this.parseUntilBlocks('endif');
3210 node.body = new nodes.Capture(tag.lineno, tag.colno, this.parseUntilBlocks('endset'));
3243 this.parseUntilBlocks(caseStart, caseDefault, switchEnd);
3259 var body = this.parseUntilBlocks(caseStart, caseDefault, switchEnd);
[all …]
Dnunjucks.min.js.map1parseUntilBlocks","parseMacro","macroTok","parseSignature","parseCall","callTok","callerArgs","mac…
Dnunjucks.js.map1parseUntilBlocks","parseMacro","macroTok","parseSignature","parseCall","callTok","callerArgs","mac…