Home
last modified time | relevance | path

Searched refs:operator (Results 126 – 150 of 276) sorted by last modified time

12345678910>>...12

/plugin/codemirror/dist/modes/
H A Doctave.min.js.map1operator';\n }\n state.tokenize = tokenBase;\n return tokenBase(stream, state);\n }\n\n\…
H A Dpig.min.js.map1operator\n else if (ch == \"/\") {\n if (stream.eat(\"*\")) {\n return chain(stream…
H A Dpowershell.min.js1 …"\\$",suffix:""});var n=a([k,l,m],{suffix:b});var o={keyword:d,number:i,operator:h,builtin:n,punct… property in AnonymousFunction9c0812ce0200.o
H A Dpython.min.js.map1operator\n var identifiers = parserConf.identifiers|| /^[_A-Za-z\\u00A1-\\uFFFF][_A-Za-z0-9\\…
H A Dr.min.js.map1operator variable-2\";\n } else if (\n (ch == \"<\" && stream.eat(\"-\")) ||\n (c…
H A Drpm.min.js.map1 … (state.controlFlow) {\n if (stream.match(operators)) { return \"operator\"; }\n if …
H A Druby.min.js.map1operator\";\n } else if (ch == \"%\") {\n var style = \"string\", embed = true;\n if …
H A Drust.min.js.map1 …\"comment\", next: \"comment\"},\n {regex: /[-+\\/*=<>!]+/, token: \"operator\"},\n {regex: …
H A Dsas.min.js.map1operator -- numeric operator + / - * ** le eq ge ... and so on\n// builtin -- proc %macro data ru…
H A Dsass.min.js.map1operator\";\n } else if (ch === \"(\") {\n stream.next();\n stream.eatSpace();\n\n …
H A Dshell.min.js.map1 …eam, state);\n }\n if (ch === '+' || ch === '=') {\n return 'operator';\n }\n if …
H A Dsparql.min.js.map1operator\";\n }\n stream.match(/^[A-Za-z0-9_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02F…
H A Dspreadsheet.min.js.map1operator\";\n }\n\n var peek = stream.peek();\n\n //no stack\n switch …
H A Dtwig.min.js1operator){g.operator=false;if(f.match(d)){return"atom"}if(f.match(e)){return"number"}}if(g.sign){g…
H A Dtwig.min.js.map1operator","sign","atom","number","RegExp","join","tokenBase","stream","state","ch","peek","incomme…
H A Ddjango.min.js.map1 …o match an operator\n if (stream.match(operators)) {\n return \"operator\";\n }\n…
H A Ddylan.min.js.map1operator\";\n }\n return \"operator\";\n }\n return \"operator\";\n } e…
H A Dclojure.min.js.map1 … (state.lastToken === \"(\") return [\"symbol\", \"builtin\"]; // other operator\n\n return [\"…
H A Dcoffeescript.min.js.map1 …ream.match(operators) || stream.match(wordOperators)) {\n return \"operator\";\n }\n if…
H A Dcss.min.js.map1operator\", \"operator\"];\n }\n },\n \":\": function(stream) {\n if (stre…
H A Dgo.min.js.map1 …har.test(ch)) {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n st…
H A Dgroovy.min.js.map1operator\";\n }\n stream.eatWhile(/[\\w\\$_]/);\n if (ch == \"@\") { stream.eatWhile(/[\\…
H A Dpascal.min.js.map1operator or packed procedure \" +\n \"program record reintroduce repeat self set shl shr string…
H A Dpowershell.min.js.map1operator","builtin","identifier","tokenBase","stream","state","parent","returnStack","shouldReturn…
H A Dpuppet.min.js.map1 …eam.peek() == '>') {\n stream.next();\n }\n return \"operator\";\n }\n //…

12345678910>>...12