Searched refs:parseUntilBlocks (Results 1 – 5 of 5) sorted by relevance
/plugin/asciidocjs/node_modules/nunjucks/src/ |
D | parser.js | 161 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/ |
D | nunjucks.min.js | 2 …parseUntilBlocks(n,"else"),this.skipSymbol("else")&&(this.advanceAfterBlockEnd("else"),t.else_=thi…
|
D | nunjucks.js | 2994 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 …]
|
D | nunjucks.min.js.map | 1 …parseUntilBlocks","parseMacro","macroTok","parseSignature","parseCall","callTok","callerArgs","mac…
|
D | nunjucks.js.map | 1 …parseUntilBlocks","parseMacro","macroTok","parseSignature","parseCall","callTok","callerArgs","mac…
|