Searched refs:inComment (Results 1 – 15 of 15) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-strip-comments/ |
| D | index.js | 23 var inComment = false; 31 if (inComment) { 36 inComment = tok.buffer ? stripBuffered : stripUnbuffered; 37 return !inComment; 40 if (!inComment) return true; 50 if (!inComment) return true; 58 inComment = false; 63 return !inComment; 66 inComment = false;
|
| /plugin/codemirror/dist/modes/ |
| D | pegjs.min.js | 1 …inComment:false,inCharacterClass:false,braced:0,lhs:true,localState:null}},token:function(b,e){if(…
|
| D | mscgen.min.js | 1 …inComment:false,inString:false,inAttributeList:false,inScript:false}}function f(a){return{inCommen…
|
| D | webidl.min.js | 1 …inComment){if(a.match(w)){b.inComment=false;return"comment"}a.skipToEnd();return"comment"}if(a.mat…
|
| D | pegjs.min.js.map | 1 …inComment","inCharacterClass","braced","lhs","localState","token","state","peek","next","eol","ski…
|
| D | mscgen.min.js.map | 1 …inComment","inString","inAttributeList","inScript","pState","pConfig","pStream","match","skipToEnd…
|
| D | webidl.min.js.map | 1 …inComment","match","skipToEnd","startDef","endDef","lastToken","nextToken","next","defineMode","st…
|
| D | commonlisp.min.js.map | 1 …inComment","name","charAt","lastType","escaped","last","startState","ctx","prev","start","indentTo…
|
| D | django.min.js.map | 1 …inComment","next","inString","delimiter","previousTokenizer","escapeNext","eat","ch","waitDot","pe…
|
| D | clojure.min.js.map | 1 …inComment","charAt","escaped","parenthesisCount","backUp","words","obj","i","length","value","test…
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
| D | JS.php | 283 $inComment = ''; 313 if ($inComment !== '') { 320 if ($inString === '' && $inComment === '' && $buffer !== '') { 341 && $inComment === '' 361 if ($inComment === '' && isset($this->stringTokens[$char]) === true) { 620 if ($inComment === '' 652 $inComment = $buffer; 658 } else if ($inComment !== '') { 659 if ($this->commentTokens[$inComment] === null) { 662 $inComment = ''; [all …]
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | lexer.js | 246 var inComment = false; 248 inComment = true; 260 …this._matches(this.tags.VARIABLE_START) || this._matches(this.tags.COMMENT_START)) && !inComment) { 276 if (!inComment) { 288 if (data === null && inComment) { 291 return token(inComment ? TOKEN_COMMENT : TOKEN_DATA, tok, lineno, colno);
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks.js | 4113 var inComment = false; 4115 inComment = true; property 4127 …this._matches(this.tags.VARIABLE_START) || this._matches(this.tags.COMMENT_START)) && !inComment) { 4143 if (!inComment) { 4155 if (data === null && inComment) { 4158 return token(inComment ? TOKEN_COMMENT : TOKEN_DATA, tok, lineno, colno);
|
| D | nunjucks.min.js.map | 1 …inComment","_matches","lastLine","delimiter","charString","_extractMatching","breakOnMatch","first…
|
| D | nunjucks.js.map | 1 …inComment","_matches","lastLine","delimiter","m","charString","_extractMatching","breakOnMatch","f…
|