Home
last modified time | relevance | path

Searched refs:getCallable (Results 1 – 14 of 14) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
DFilterCallableInterface.php23 public function getCallable(); function
DFunctionCallableInterface.php23 public function getCallable(); function
DTestCallableInterface.php21 public function getCallable(); function
DTest.php33 public function getCallable() function in Twig_Test
DFunction.php72 public function getCallable() function in Twig_Function
DFilter.php82 public function getCallable() function in Twig_Filter
/plugin/findologicxmlexport/vendor/twig/twig/src/
DTwigTest.php46 public function getCallable() function in Twig\\TwigTest
DTwigFunction.php51 public function getCallable() function in Twig\\TwigFunction
DTwigFilter.php53 public function getCallable() function in Twig\\TwigFilter
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
DTestExpression.php41 $this->setAttribute('callable', $test->getCallable());
DFunctionExpression.php36 $callable = $function->getCallable();
DFilterExpression.php37 $this->setAttribute('callable', $filter->getCallable());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
DSerializerExtensionTest.php29 self::assertSame([$serializerExtension, 'serialize'], $filters[0]->getCallable());
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DCompiler.php374 $callable = $this->getCallable();
558 $callable = $this->getCallable('$filter');
668 private function getCallable($variable = '$value') function in Mustache_Compiler