Home
last modified time | relevance | path

Searched refs:ANY_CALL (Results 1 – 7 of 7) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php383 …de(0), $args->getNode(1), \count($args) > 2 ? $args->getNode(2) : null, Template::ANY_CALL, $line);
410 $type = Template::ANY_CALL;
H A DTemplate.php503 …protected function getAttribute($object, $item, array $arguments = [], $type = self::ANY_CALL, $is…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php148 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
149 …his->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true));
211 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
212 …his->assertFalse($template->getAttribute($template1, 'environment', [], Template::ANY_CALL, true));
341 $anyType = Template::ANY_CALL;
513 …public function getAttribute($object, $item, array $arguments = [], $type = Template::ANY_CALL, $i…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplateInterface.php23 const ANY_CALL = 'any'; define
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php53 $needSecond = $needThird || Template::ANY_CALL !== $this->getAttribute('type');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DGetAttrTest.php43 $node = new GetAttrExpression($expr, $attr, $args, Template::ANY_CALL, 1);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst151 those constants \Twig\Template::ANY_CALL, \Twig\Template::ARRAY_CALL,