Home
last modified time | relevance | path

Searched refs:operators (Results 126 – 150 of 187) sorted by last modified time

12345678

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js3959 var operators = 'all and any between cross in join like not null or outer some';
3977 regex: new RegExp(this.getKeywords(operators), 'gmi'),
4725 …var operators = ' and as band bnot bor bxor casesensitive ccontains ceq cge cgt cle ' + 'clike clt…
4763 regex: new RegExp('-' + this.getKeywords(operators), 'gmi'),
4769 regex: new RegExp('\\s+-(?!' + this.getKeywords(operators) + ')[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'),
5021 var operators = 'all and any between cross in join like not null or outer some';
5039 regex: new RegExp(this.getKeywords(operators), 'gmi'),
/plugin/codeprettify/code-prettify/src/
H A Dlang-matlab.js177 ["matlab-operators"]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js4499 var operators = ['\xd7', '\xf7'],
4500 actual = lodashStable.map(operators, _.deburr);
4502 assert.deepEqual(actual, operators);
25449 var operators = ['\xac', '\xb1', '\xd7', '\xf7'],
25450 expected = lodashStable.map(operators, stubArray),
25451 actual = lodashStable.map(operators, _.words);
/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]];
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djson_encode.rst19 Combine constants using :ref:`bitwise operators<template_logic>`:
H A Dnumber_format.rst22 Twig's :ref:`precedence of operators <twig-expressions>`:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst560 The operator precedence is as follows, with the lowest-precedence operators
641 but exists for completeness' sake. The following operators are supported:
670 You can combine multiple expressions with the following operators:
682 Twig also supports bitwise operators (``b-and``, ``b-xor``, and ``b-or``).
691 The following comparison operators are supported in any expression: ``==``,
780 The following operators don't fit into any of the other categories:
H A Dadvanced_legacy.rst11 operators, global variables, and functions. You can even extend the parser
513 define tags, filters, tests, operators, global variables, functions, and node
581 * Returns a list of operators to add to the existing list.
583 * @return array<array> First array of unary operators, second array of binary operators
792 The ``getOperators()`` methods allows to add new operators. Here is how to add
793 ``!``, ``||``, and ``&&`` operators::
H A Dadvanced.rst11 operators, global variables, and functions. You can even extend the parser
573 define tags, filters, tests, operators, global variables, functions, and node
639 * Returns a list of operators to add to the existing list.
641 * @return array<array> First array of unary operators, second array of binary operators
772 The ``getOperators()`` methods lets you add new operators. Here is how to add
773 ``!``, ``||``, and ``&&`` operators::
H A Dcoding_standards.rst25 * Put one (and only one) space before and after the following operators:
26 comparison operators (``==``, ``!=``, ``<``, ``>``, ``>=``, ``<=``), math
27 operators (``+``, ``-``, ``/``, ``*``, ``%``, ``//``, ``**``), logic
28 operators (``not``, ``and``, ``or``), ``~``, ``is``, ``in``, and the ternary
59 * Do not put any spaces before and after the following operators: ``|``,
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCustomExtensionTest.php46 private $operators; variable in InvalidOperatorExtension
48 public function __construct($operators) argument
50 $this->operators = $operators;
89 return $this->operators;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1607 if ($operators = $extension->getOperators()) {
1608 if (!\is_array($operators)) {
1609 …xtension), \is_object($operators) ? \get_class($operators) : \gettype($operators).(\is_resource($o…
1612 if (2 !== \count($operators)) {
1613 …tors()" must return an array of 2 elements, got %d.', \get_class($extension), \count($operators)));
1616 $this->unaryOperators = array_merge($this->unaryOperators, $operators[0]);
1617 $this->binaryOperators = array_merge($this->binaryOperators, $operators[1]);
H A DLexer.php387 $operators = array_merge(
393 $operators = array_combine($operators, array_map('strlen', $operators));
394 arsort($operators);
397 foreach ($operators as $operator => $length) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dcomparison.test2 Twig supports comparison operators (==, !=, <, >, >=, <=)
H A Doperators_as_variables.test2 Twig allows to use named operators as variable names
H A Dtwo_word_operators_as_variables.test2 Twig does not allow to use two-word named operators as variable names
H A Dunary.test2 Twig supports unary operators (not, -, +)
H A Dunary_precedence.test2 Twig unary operators precedence
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG413 * allowed operators that contain whitespaces to have more than one whitespace
418 * made it possible to use named operators as variables
425 * added new operators: ends with, starts with, and matches
635 * fixed unary operators precedence
723 * added support for bitwise operators in expressions
840 * fixed usage of operators as method names (like is, in, and not)
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushColdFusion.js64 var operators = 'all and any between cross in join like not null or outer some';
72 … { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
H A DshBrushPowerShell.js16 var operators = ' and as band bnot bor bxor casesensitive ccontains ceq cge cgt cle ' +
46 …{ regex: new RegExp('-'+this.getKeywords(operators), 'gmi'), css: 'operator value' }, /…
48 …{ regex: new RegExp('\\s+-(?!'+this.getKeywords(operators)+')[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), css:…
H A DshBrushSql.js30 var operators = 'all and any between cross in join like not null or outer some';
38 …{ regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operat…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushColdFusion.js80 var operators = 'all and any between cross in join like not null or outer some';
88 … { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
H A DshBrushSql.js46 var operators = 'all and any between cross in join like not null or outer some';
54 …{ regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operat…
H A DshBrushPowerShell.js32 var operators = ' and as band bnot bor bxor casesensitive ccontains ceq cge cgt cle ' +
62 …{ regex: new RegExp('-'+this.getKeywords(operators), 'gmi'), css: 'operator value' }, /…
64 …{ regex: new RegExp('\\s+-(?!'+this.getKeywords(operators)+')[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), css:…

12345678