Home
last modified time | relevance | path

Searched refs:operator (Results 226 – 250 of 276) sorted by last modified time

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DDivBinary.php19 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Binary\\DivBinary
H A DFloorDivBinary.php25 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Binary\\FloorDivBinary
H A DOrBinary.php19 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Binary\\OrBinary
H A DPowerBinary.php33 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Binary\\PowerBinary
H A DMulBinary.php19 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Binary\\MulBinary
H A DNotEqualBinary.php18 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Binary\\NotEqualBinary
H A DNotInBinary.php29 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Binary\\NotInBinary
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dstrict_comparison_operator.test2 The PHP === strict comparison operator is not supported
6 Twig\Error\SyntaxError: Unexpected operator of value "=". Did you try to use "===" or "!==" for str…
H A Dsyntax_error_in_reused_template.test10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Ddotdot.test2 Twig supports the .. operator
H A Dends_with.test2 Twig supports the "ends with" operator
H A Dsameas.test2 Twig supports the "same as" operator
H A Dstarts_with.test2 Twig supports the "starts with" operator
H A Dternary_operator.test2 Twig supports the ternary operator
H A Dternary_operator_noelse.test2 Twig supports the ternary operator
H A Dternary_operator_nothen.test2 Twig supports the ternary operator
H A Dtwo_word_operators_as_variables.test8 Twig\Error\SyntaxError: Unexpected token "operator" of value "starts with" in "index.twig" at line …
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst109 *operator* trivial rare Values transformation
H A Dadvanced.rst108 *operator* trivial rare Values transformation
913 To overload an already defined filter, test, operator, global variable, or
H A Dcoding_standards.rst29 operator (``?:``):
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php283 $operator = $matches[1];
341 switch ($operator) {
429 protected function formatDate($date, &$operator) argument
431 $operator = -1;
441 $operator = 1;
460 $time = $this->formatDate($date, $operator);
462 if (-1 === $operator) {
485 $time = $this->formatDate($date, $operator);
487 if (-1 === $operator) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst22 operator:
40 The ``..`` operator can take any expression at both sides:
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/
H A DNotUnary.php19 public function operator(Compiler $compiler) function in Twig\\Node\\Expression\\Unary\\NotUnary
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php223 $operator = empty($required['PHP']['operator']) ? '>=' : $required['PHP']['operator'];
224 …empty($required['PHP']) && !version_compare(PHP_VERSION, $required['PHP']['version'], $operator)) {
225 $missing[] = sprintf('PHP %s %s is required.', $operator, $required['PHP']['version']);
231 … $operator = empty($required['PHPUnit']['operator']) ? '>=' : $required['PHPUnit']['operator'];
232 if (!version_compare($phpunitVersion, $required['PHPUnit']['version'], $operator)) {
233 … $missing[] = sprintf('PHPUnit %s %s is required.', $operator, $required['PHPUnit']['version']);
269 $operator = empty($required['operator']) ? '>=' : $required['operator'];
270 …f (false === $actualVersion || !version_compare($actualVersion, $required['version'], $operator)) {
271 …$missing[] = sprintf('Extension %s %s %s is required.', $extension, $operator, $required['version'…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG73 * fixed .. (range operator) in sandbox policy
245 * adding support for the ?? operator
374 * fixed a regression in the in operator
382 * fixed the in operator to use strict comparisons
490 * added support for extended ternary operator syntaxes
503 * fixed bitwise operator precedences
630 * added slice notation support for the [] operator (syntactic sugar for the slice operator)
690 * fixed "in" operator for empty strings
792 * fixed the ternary operator precedence rule
876 * added the ** (power) operator
[all …]

12345678910>>...12