Home
last modified time | relevance | path

Searched refs:addFunction (Results 1 – 25 of 45) sorted by relevance

12

/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/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php73 public function addFunction( function in Elastica\\Query\\FunctionScore
107 return $this->addFunction('script_score', $script, $filter, $weight);
155 return $this->addFunction($function, $functionParams, $filter, $weight);
185 return $this->addFunction('field_value_factor', $functionParams, $filter, $weight);
196 return $this->addFunction('weight', $weight, $filter);
223 return $this->addFunction('random_score', $functionParams, $filter, $weight);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php227 $context->addFunction($name);
239 $context->addFunction($name, $callable)
255 $context->addFunction($name, $callable)
/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/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php355 public function addFunction($name, $callable = null) function in Hoa\\Math\\Visitor\\Arithmetic
357 return $this->_context->addFunction($name, $callable);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php62 $environment->addFunction(new TwigFunction('foo', 'foo', []));
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php35 public function addFunction($name, $function) function in Twig\\Extension\\StagingExtension
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1addFunction(d);var b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span"){m=m…
H A Dspecialchar.js.orig5 …ement("span"),c.setHtml(b),i.insertText(c.getText())},m=CKEDITOR.tools.addFunction(k),j,g=function…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
H A Dspecialchar.js.unc30 var onClick = CKEDITOR.tools.addFunction( onChoice );
72 var onKeydown = CKEDITOR.tools.addFunction( function( ev ) {
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1addFunction(d);var b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span"){m=m…
H A Dspecialchar.js.orig5 …ement("span"),c.setHtml(b),i.insertText(c.getText())},m=CKEDITOR.tools.addFunction(k),j,g=function…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
H A Dspecialchar.js.unc30 var onClick = CKEDITOR.tools.addFunction( onChoice );
72 var onKeydown = CKEDITOR.tools.addFunction( function( ev ) {
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php144 public function addFunction($name, $callable = null) function in Hoa\\Math\\Context
H A DREADME.md129 We can add functions and constants on the visitor, thanks to the `addFunction`
134 $visitor->addFunction('rand', function ($min, $max) {
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php195 ->when($visitor->addFunction($functionName, function () use ($functionResult) {
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js9 …ascript"\x3ewindow.parent.CKEDITOR.tools.callFunction('+CKEDITOR.tools.addFunction(k,a)+",this);\x…
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js9 CKEDITOR.tools.addFunction(k,a)+",this);\x3c/script\x3e\x3c/body\x3e\x3c/html\x3e",g=CKEDITOR.env.a…
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php183 $twig->addFunction($function);
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1 …nsertElement(s);n.hide();i.data.preventDefault()};var h=CKEDITOR.tools.addFunction(function(s,i){s…
H A Dsmiley.js.4.35 …;f.insertElement(c);i.hide();j.data.preventDefault()},n=CKEDITOR.tools.addFunction(function(a,c){v…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1 …nsertElement(s);n.hide();i.data.preventDefault()};var h=CKEDITOR.tools.addFunction(function(s,i){s…
H A Dsmiley.js.4.35 …;f.insertElement(c);i.hide();j.data.preventDefault()},n=CKEDITOR.tools.addFunction(function(a,c){v…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php226 $language->addFunction($function);

12