Searched refs:noParens (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | parser.js | 905 _proto.parseSignature = function parseSignature(tolerant, noParens) { argument 907 if (!noParens && tok.type !== lexer.TOKEN_LEFT_PAREN) { 923 if (!noParens && tok.type === lexer.TOKEN_RIGHT_PAREN) { 926 } else if (noParens && tok.type === lexer.TOKEN_BLOCK_END) {
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks.js | 3738 _proto.parseSignature = function parseSignature(tolerant, noParens) { 3740 if (!noParens && tok.type !== lexer.TOKEN_LEFT_PAREN) { 3756 if (!noParens && tok.type === lexer.TOKEN_RIGHT_PAREN) { 3759 } else if (noParens && tok.type === lexer.TOKEN_BLOCK_END) {
|
| D | nunjucks.min.js.map | 1 …noParens","checkComma","prev","parseNodes","TOKEN_DATA","data","nextVal","TOKEN_BLOCK_START","TOKE…
|
| D | nunjucks.js.map | 1 …noParens","checkComma","prev","parseNodes","TOKEN_DATA","data","nextVal","TOKEN_BLOCK_START","TOKE…
|