Home
last modified time | relevance | path

Searched refs:callable (Results 51 – 71 of 71) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst165 - Calling ``AnnotationRegistry#registerLoader($callable)`` to register an autoloader callback. Th…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php250 * @param mixed $callable Callable.
254 public function newBuffer($callable = null, $size = null) argument
H A DFinder.php573 * @param callable $callable Callback.
576 public function sort($callable) argument
578 $this->_sorts[] = $callable;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md421 `Hoa\Iterator\CallbackGenerator` allows to transform any callable into an
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php352 * @param mixed $callable Callable.
355 public function addFunction($name, $callable = null) argument
357 return $this->_context->addFunction($name, $callable);
376 * @param callable $callable Callable.
379 public function addVariable($name, callable $callable) argument
381 return $this->_context->addVariable($name, $callable);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php50 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =… argument
52 $this->listeners[$eventName][] = [$callable, $class, $format, $interface];
H A DEventDispatcherInterface.php25 * @param mixed $callable
27 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =… argument
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DBufferable.php55 * @param mixed $callable Callable.
59 public function newBuffer($callable = null, $size = null); argument
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md76 `callable` keyword or type declarations such as `int`, `float`, `string` etc.,
186 The `Hoa\Consistency\Xcallable::distributeArguments` method invokes the callable
193 This is also possible to get a unique hash of the callable:
204 Finally, this is possible to get a reflection instance of the current callable
225 according to the type of the arguments given to the callable, the
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php181 $callable = function () { }
183 ->when($result = $event->attach($callable))
196 $callable = function () { },
197 $event->attach($callable)
199 ->when($result = $event->detach($callable))
212 $callable = function () { }
214 ->when($result = $event->detach($callable))
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php84 $callable = function () use ($value) { return $value; },
86 $context->addVariable($name, $callable)
237 $callable = function () {},
239 $context->addFunction($name, $callable)
253 $callable = function () use ($value) { return $value; },
255 $context->addFunction($name, $callable)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DCallbackDriverFactory.php18 public function __construct(callable $callable) argument
20 $this->callback = $callable;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst95 used in the ``escape`` call) and the second one must be a valid PHP callable:
105 When called by Twig, the callable receives the Twig environment instance, the
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst274 valid PHP callable) which should return a function (or a filter).
289 If the callable is not able to return a valid function (or filter), it must
568 .. _callback: https://secure.php.net/manual/en/function.is-callable.php
H A Dadvanced.rst129 Creating a filter is as simple as associating a name with a PHP callable::
149 of the filter you will use in templates and the second one is the PHP callable
165 When called by Twig, the PHP callable receives the left side of the filter
814 any valid PHP callable:
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFunctionExpression.php36 $callable = $function->getCallable();
38 $callable = 'twig_constant_is_defined';
41 $this->setAttribute('callable', $callable);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DReplaceFilter.php16 * @param callable $callable Will be called to get the new value for each element to replace
18 public function __construct(callable $callable) argument
20 $this->callback = $callable;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md178 * Support callable typehints (thanks @stof)
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG485 * added the ability to use any PHP callable to define filters, functions, and tests
815 * made macros callable when sandbox mode is enabled
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DCallTest.php130 public function getArguments($callable, $arguments) argument
132 return parent::getArguments($callable, $arguments);
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md104 `isCallable($value, $message = '')` | Check that a value is a callable

123