Home
last modified time | relevance | path

Searched refs:inComment (Results 1 – 15 of 15) sorted by relevance

/plugin/asciidocjs/node_modules/pug-strip-comments/
Dindex.js23 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/
Dpegjs.min.js1inComment:false,inCharacterClass:false,braced:0,lhs:true,localState:null}},token:function(b,e){if(…
Dmscgen.min.js1inComment:false,inString:false,inAttributeList:false,inScript:false}}function f(a){return{inCommen…
Dwebidl.min.js1inComment){if(a.match(w)){b.inComment=false;return"comment"}a.skipToEnd();return"comment"}if(a.mat…
Dpegjs.min.js.map1inComment","inCharacterClass","braced","lhs","localState","token","state","peek","next","eol","ski…
Dmscgen.min.js.map1inComment","inString","inAttributeList","inScript","pState","pConfig","pStream","match","skipToEnd…
Dwebidl.min.js.map1inComment","match","skipToEnd","startDef","endDef","lastToken","nextToken","next","defineMode","st…
Dcommonlisp.min.js.map1inComment","name","charAt","lastType","escaped","last","startState","ctx","prev","start","indentTo…
Ddjango.min.js.map1inComment","next","inString","delimiter","previousTokenizer","escapeNext","eat","ch","waitDot","pe…
Dclojure.min.js.map1inComment","charAt","escaped","parenthesisCount","backUp","words","obj","i","length","value","test…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
DJS.php283 $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/
Dlexer.js246 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/
Dnunjucks.js4113 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);
Dnunjucks.min.js.map1inComment","_matches","lastLine","delimiter","charString","_extractMatching","breakOnMatch","first…
Dnunjucks.js.map1inComment","_matches","lastLine","delimiter","m","charString","_extractMatching","breakOnMatch","f…