Home
last modified time | relevance | path

Searched refs:operator (Results 26 – 50 of 276) sorted by path

12345678910>>...12

/plugin/blogtng/helper/
H A Dentry.php919 $operator = (($type == 'prev') ? '<' : '>');
926 AND A.created $operator B.created
/plugin/code3/styles/schemes/
H A Ddefault.css19 div.PSyHi_Container span.operator {
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js1operator:"delete"},{keys:"y",type:"operator",operator:"yank"},{keys:"c",type:"operator",operator:"…
2operator;var h=c.operatorArgs||{};var i=c.registerName;var j=b.sel;var k=oa(b.visualMode?ha(a,j.he…
H A Dvim.min.js.map1operator","operatorArgs","indentRight","toLower","operatorMotionArgs","visualLine","shouldMoveCurs…
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 …"number\";\n }\n if (isOperator.test(ch)) {\n return \"operator apl-\" + builtInO…
H A Dasn.1.min.js.map1 …test(ch)) {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n\n …
H A Dclike.min.js.map1operator\";\n }\n stream.eatWhile(isIdentifierChar);\n if (namespaceSeparator) while (str…
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 Dcrystal.min.js.map1operator\" || !state.lastStyle) && indentExpressionKeywords.test(matched)) {\n state.bl…
H A Dcss.min.js.map1operator\", \"operator\"];\n }\n },\n \":\": function(stream) {\n if (stre…
H A Dd.min.js.map1 …har.test(ch)) {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n st…
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 Debnf.min.js.map1operator\";\n }\n\n var peek = stream.peek();\n\n if (bracesMode !== null && …
H A Decl.min.js.map1 …har.test(ch)) {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n st…
H A Deiffel.min.js.map1operator\";\n } else if (/[0-9]/.test(ch)) {\n stream.eatWhile(/[xXbBCc0-9\\.]/);\n s…
H A Derlang.min.js.map1operator\");\n }else if (stream.match(/\\s*\\(/,false)) {\n // 'put' and 'erlang:put' …
H A Dfcl.min.js.map1 …har.test(ch)) {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n st…
H A Dfortran.min.js.map1operator';\n }\n\n var ch = stream.next();\n if (ch == \"!\") {\n stream.skipToEnd()…
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 Dhaxe.min.js.map1operator","atom","attribute","keywords","if","while","else","do","try","return","break","continue"…
H A Didl.min.js.map1 …match(singleOperators) || stream.match(boolOperators)) {\n return 'operator'; }\n\n // Han…
H A Djavascript.min.js1 …|/[,.]/.test(b.charAt(0))}function ab(a,b,c){return b.tokenize==q&&/^(?:operator|sof|keyword [bcd]…

12345678910>>...12