Searched refs:COMMENT_START (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | lexer.js | 11 var COMMENT_START = '{#'; variable 62 COMMENT_START: tags.commentStart || COMMENT_START, property 234 …LOCK_START.charAt(0) + this.tags.VARIABLE_START.charAt(0) + this.tags.COMMENT_START.charAt(0) + th… 247 if (this._matches(this.tags.COMMENT_START)) { 249 tok = this._extractString(this.tags.COMMENT_START); 260 …|| this._matches(this.tags.VARIABLE_START) || this._matches(this.tags.COMMENT_START)) && !inCommen…
|
| D | parser.js | 975 …Token.type === lexer.TOKEN_COMMENT && nextVal.charAt(this.tokens.tags.COMMENT_START.length) === '-…
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks.js | 3808 …Token.type === lexer.TOKEN_COMMENT && nextVal.charAt(this.tokens.tags.COMMENT_START.length) === '-… 3878 var COMMENT_START = '{#'; 3929 COMMENT_START: tags.commentStart || COMMENT_START, property 4101 …LOCK_START.charAt(0) + this.tags.VARIABLE_START.charAt(0) + this.tags.COMMENT_START.charAt(0) + th… 4114 if (this._matches(this.tags.COMMENT_START)) { 4116 tok = this._extractString(this.tags.COMMENT_START); 4127 …|| this._matches(this.tags.VARIABLE_START) || this._matches(this.tags.COMMENT_START)) && !inCommen…
|
| D | nunjucks.min.js | 2 …COMMENT_START.length))&&(i=i.replace(/\s*$/,"")),n.push(new s.Output(t.lineno,t.colno,[new s.Templ… property
|
| D | nunjucks.min.js.map | 1 …COMMENT_START","COMMENT_END","parseAsRoot","lex","BLOCK_START","BLOCK_END","token","Tokenizer","in…
|
| D | nunjucks.js.map | 1 …COMMENT_START","COMMENT_END","parseAsRoot","lex","whitespaceChars","delimChars","intChars","BLOCK_…
|