Home
last modified time | relevance | path

Searched refs:COMMENT_START (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/nunjucks/src/
Dlexer.js11 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…
Dparser.js975 …Token.type === lexer.TOKEN_COMMENT && nextVal.charAt(this.tokens.tags.COMMENT_START.length) === '-…
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks.js3808 …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…
Dnunjucks.min.js2COMMENT_START.length))&&(i=i.replace(/\s*$/,"")),n.push(new s.Output(t.lineno,t.colno,[new s.Templ… property
Dnunjucks.min.js.map1COMMENT_START","COMMENT_END","parseAsRoot","lex","BLOCK_START","BLOCK_END","token","Tokenizer","in…
Dnunjucks.js.map1COMMENT_START","COMMENT_END","parseAsRoot","lex","whitespaceChars","delimChars","intChars","BLOCK_…