Home
last modified time | relevance | path

Searched refs:operators (Results 151 – 175 of 187) sorted by relevance

12345678

/plugin/strata/
H A Dmanual.txt81 **Comparisons**: You can use normal operators (e.g, ''<'', ''>'', ''>='', ''%%<=%%'', ''='', ''!='') to compare values. A variable's type will be taken into account for the comparison. See [[#Comparison Operators]] for more information.
291 The ''~>'' and ''!~>'' operators are special cases of ''^~'' and ''!^~'' that use the [[#types|text]] type when comparing a left-sided variable to a right-sided literal, regardless of the variable's type. The use of these two operators makes most sense when comparing variables with the [[#types|ref]] or [[#types|page]] types.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1operators: [\n '@',\n '!',\n '|',\n '`',\n ':',\n '$',\n…
H A D50.50.js.map1operators: [\n 'AND',\n 'BETWEEN',\n 'IN',\n 'LIKE',\n 'NOT',\n…
H A D59.59.js.map1operators: [\n '=',\n '>',\n '<',\n '!',\n '~',\n '?',\n…
H A D45.45.js.map1 … }\n }\n ],\n // delimiters and operators\n [/[…
H A D55.55.js.map1 …:\\.[a-zA-Z_$][\\w$]*)*/, 'annotation'],\n // delimiters and operators\n [/[…
H A D67.67.js.map1 …literal\n [/#.*#/, 'number'],\n // delimiters and operators\n [/[…
H A D43.43.js.map1operators',\n '@default': 'identifier'\n }\n …
H A D35.35.js.map1operators: [\n 'AND',\n 'BETWEEN',\n 'IN',\n 'LIKE',\n 'NOT',\n…
H A D40.40.js.map1operators: [\n 'AND',\n 'BETWEEN',\n 'IN',\n 'LIKE',\n 'NOT',\n…
H A D61.61.js.map1operators: [\n // Logical\n 'ALL',\n 'AND',\n 'ANY',\n 'BETWEEN…
/plugin/database2/
H A Ddatabase2.php3035 $operators = array(
3048 foreach ( $operators as $op => $def )
3057 $operators[$op] = strtr( $head, array( '%' => '%%' ) ) . '%s' .
3107 $optOperators = $operators;
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2855 return new Template(Selector.xpath.operators[m[2]]).evaluate(m);
2863 operators: {
2995 return nodeValue && Selector.operators[matches[2]](nodeValue, matches[5] || matches[6]);
3168 var handler = Selector.operators[operator], results = [];
3308 operators: {
/plugin/codemirror/dist/modes/
H A Dpuppet.min.js.map1 …[0-9]+/);\n return 'number';\n }\n // Match the '=' and '=>' operators\n if (ch == '…
H A Doz.min.js.map1 … return tokenComment(stream, state);\n }\n }\n\n // Single operators\n if(singleOp…
H A Dvb.min.js.map1 … return state.tokenize(stream, state);\n }\n\n // Handle operators and Delimiters\n…
H A Dperl.min.js.map1operators\n '->' : 4,\n '++' …
H A Dvbscript.min.js.map1 … return state.tokenize(stream, state);\n }\n\n // Handle operators and Delimiters\n…
H A Dsql.min.js.map1operators\n stream.eatWhile(operatorChars);\n return \"operator\";\n } else if (brack…
H A Dsoy.min.js.map1 …)) {\n // Tokenize filter, binary, null propagator, and equality operators.\n return…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3389 return new Template(Selector.xpath.operators[m[2]]).evaluate(m);
3397 operators: {
3525 return nodeValue && Selector.operators[matches[2]](nodeValue, matches[5] || matches[6]);
3719 var handler = Selector.operators[operator], results = [];
3857 operators: {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js49011 var operators = [];
49041 operators.push(f);
53537 this.operators = operators;
53544 var operators = this.operators;
53545 var length = operators.length;
53549 operator = operators[counter++];
54256 this.operators = [];
54293 return this.operators;
54314 this.operators.push(null, null);
54319 this.operators[conditionLocation] = this.operators.length;
[all …]
/plugin/pgn4web/pgn4web/
H A DREADME.txt456 operators used as part of greater statement" are ignored.
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4511 var operators = { class in AnonymousFunction6de3020a5100
4546 op = operators[plus[1]];
4568 op = operators[bplus[1]];

12345678