Home
last modified time | relevance | path

Searched refs:comment (Results 126 – 150 of 708) sorted by path

12345678910>>...29

/plugin/codemirror/dist/modes/
H A Dhaxe.min.js.map1comment\", \"comment\");\n } else {\n stream.eatWhile(isOperatorChar);\n return…
H A Dhtmlembedded.min.js.map1 …Style: \"comment\",\n mode: {token: function(stream) {\n stream.skipTo(closeComment) |…
H A Didl.min.js.map1 …\n if (stream.match(';')) {\n stream.skipToEnd();\n return 'comment';\n }\n\n /…
H A Djavascript.min.js.map1comment\", \"comment\");\n } else if (expressionAllowed(stream, state, 1)) {\n readReg…
H A Djinja2.min.js.map1comment\";\n //Tag\n } else if (state.intag) {\n //After operator\n if(sta…
H A Djsx.min.js.map1comment.\n function Context(state, mode, depth, prev) {\n this.state = state; this.mode = mode…
H A Djulia.min.js.map1comment\";\n }\n\n if (ch === '[') {\n state.scopes.push('[');\n state.nestedArray…
H A Dlivescript.min.js1 …"identifier",regex:b,next:"start"},{token:"text",regex:"",next:"start"}],comment:[{token:"comment.… property in AnonymousFunction1e0d314e0100.f
H A Dlivescript.min.js.map1comment","qdoc","qqdoc","qstring","qqstring","js","words","idx","i","len","rr","defineMIME"],"mapp…
H A Dlua.min.js.map1comment\"))(stream, state);\n stream.skipToEnd();\n return \"comment\";\n }\n if (…
H A Dmarkdown.min.js.map1 …ides = {};\n\n var tokenTypes = {\n header: \"header\",\n code: \"comment\",\n quote: \"…
H A Dmathematica.min.js.map1comment\n if (ch === '(') {\n if (stream.eat('*')) {\n state.commentLevel++;\n …
H A Dmirc.min.js.map1comment\";\n }\n else if (ch == '\"') {\n stream.eat(/\"/);\n return \"keyword\";\…
H A Dmllike.min.js.map1comment';\n }\n if (/\\d/.test(ch)) {\n if (ch === '0' && stream.eat(/[bB]/)) {\n …
H A Dmodelica.min.js.map1comment\";\n }\n\n function tokenBlockComment(stream, state) {\n var maybeEnd = false, …
H A Dmscgen.min.js.map1comment\";\n }\n if (pStream.match(wordRegexp(pConfig.singlecomment), true, true)) {…
H A Dmumps.min.js.map1 …lse;\n\n // MUMPS comment starts with \";\"\n if (ch === \";\") {\n stream.skipTo…
H A Dnginx.min.js.map1comment\", \"comment\");\n }\n else if (ch == \"!\") {\n stream.match(/^\\s*\\w*/);\n …
H A Dnsis.min.js1 …:-]+}/,token:"variable-2"},{regex:/\$\([\w\.:-]+\)/,token:"variable-3"}],comment:[{regex:/.*?\*\//…
H A Dnsis.min.js.map1comment","meta","electricInput","blockCommentStart","blockCommentEnd","lineComment","defineMIME"],…
H A Doctave.min.js.map1comment';\n };\n stream.skipToEnd();\n return 'comment';\n }\n\n function tokenBase(str…
H A Doz.min.js.map1comment';\n }\n else if (ch == \"/\") {\n if (stream.eat(\"*\")) {\n state.token…
H A Dpascal.min.js.map1comment\";\n }\n }\n if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorCh…
H A Dpegjs.min.js.map1comment\";\n } else if (state.inCharacterClass) {\n while (state.inCharacterClass &&…
H A Dperl.min.js.map1comment\";}}\n if(/[:+\\-\\^*$&%@=<>!?|\\/~\\.]/.test(ch)){\n …

12345678910>>...29