Home
last modified time | relevance | path

Searched refs:addFunction (Results 26 – 45 of 45) sorted by path

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php615 $language->addFunction(new ExpressionFunction('show_data', static function () {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php280 $language->addFunction(new ExpressionFunction('show_data', static function () {
377 $language->addFunction($function);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php226 $language->addFunction($function);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG692 …* changed the way extensions are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/ad…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst304 $twig->addFunction($function);
H A Dadvanced_legacy.rst314 ``addFunction()`` method on the ``\Twig\Environment`` instance::
317 $twig->addFunction('functionName', new Twig_Function_Function('someFunction'));
323 $twig->addFunction('otherFunction', new Twig_Function_Method($this, 'someMethod'));
336 $twig->addFunction('*_path', new Twig_Function_Function('twig_path'));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1294 public function addFunction($name, $function = null) function in Twig\\Environment
1311 $this->staging->addFunction($name, $function);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php35 public function addFunction($name, $function) function in Twig\\Extension\\StagingExtension
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php183 $twig->addFunction($function);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php62 $environment->addFunction(new TwigFunction('foo', 'foo', []));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFunctionTest.php34 $environment->addFunction(new TwigFunction('foo', 'foo', []));
35 $environment->addFunction(new TwigFunction('bar', 'bar', ['needs_environment' => true]));
36 $environment->addFunction(new TwigFunction('foofoo', 'foofoo', ['needs_context' => true]));
37 …$environment->addFunction(new TwigFunction('foobar', 'foobar', ['needs_environment' => true, 'need…
38 …$environment->addFunction(new TwigFunction('barbar', 'twig_tests_function_barbar', ['is_variadic' …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/
H A DFunctionInclude.php4 $env->addFunction(new \Twig\TwigFunction('anonymous', function () {}));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
H A DDeprecationCollectorTest.php24 $twig->addFunction(new TwigFunction('deprec', [$this, 'deprec'], ['deprecated' => true]));
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …null,null,null,null,null,null,null,null,null,null,null,null,null,null],addFunction:(function(func)…
48 this.callback = Ogg.Runtime.addFunction(function(packet, bytes) {
H A Dopus.js2 …se{return Module["dynCall_"+sig].call(null,ptr)}}),functionPointers:[],addFunction:(function(func)…
H A Dvorbis.js2 …null,null,null,null,null,null,null,null,null,null,null,null,null,null],addFunction:(function(func)…
52 this.callback = Vorbis.Runtime.addFunction(function(len) {

12