Home
last modified time | relevance | path

Searched refs:getBinaryOperators (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DEnvironmentTest.php345 $this->assertArrayHasKey('foo_binary', $twig->getBinaryOperators());
390 $this->assertArrayNotHasKey('foo_binary', $twig->getBinaryOperators());
/plugin/findologicxmlexport/vendor/twig/twig/src/
DLexer.php390 array_keys($this->env->getBinaryOperators())
DExpressionParser.php61 $this->binaryOperators = $env->getBinaryOperators();
DEnvironment.php1477 public function getBinaryOperators() function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG240 getTokenParsers(), getTags(), getNodeVisitors(), getUnaryOperators(), getBinaryOperators(),