Home
last modified time | relevance | path

Searched refs:getUnaryOperators (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCustomExtensionTest.php32 $env->getUnaryOperators();
H A DEnvironmentTest.php344 $this->assertArrayHasKey('foo_unary', $twig->getUnaryOperators());
389 $this->assertArrayNotHasKey('foo_unary', $twig->getUnaryOperators());
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php389 array_keys($this->env->getUnaryOperators()),
H A DExpressionParser.php60 $this->unaryOperators = $env->getUnaryOperators();
H A DEnvironment.php1461 public function getUnaryOperators() function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG240 getTokenParsers(), getTags(), getNodeVisitors(), getUnaryOperators(), getBinaryOperators(),