Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 25 of 71) sorted by path

123

/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md371 …form some action when a new access token is granted. To do this, pass a callable to the `setTokenC…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md104 * Allow to pass nullable Response to delay callable
596 You can now pass a callable or an array of associative arrays where each
612 * CurlAdapter and MultiAdapter now use a callable to generate curl resources
H A DUPGRADING.md166 `callable` that follows the RingPHP specification.
323 - QueryAggregators have been rewritten so that they are simply callable
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md315 - `then(callable $onFulfilled, callable $onRejected) : PromiseInterface`
319 - `otherwise(callable $onRejected) : PromiseInterface`
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md217 Provides a read only stream that pumps data from a PHP callable.
219 When invoking the provided callable, the PumpStream will pass the amount of
220 data requested to read to the callable. The callable can choose to ignore
222 returned by the provided callable is buffered internally until drained using
223 the read() function of the PumpStream. The provided callable MUST return
249 public function __construct(StreamInterface $stream, callable $cb)
475 `public static function streamFor(resource|string|null|int|float|bool|StreamInterface|callable|\Ite…
499 - `callable` When a callable is passed, a read-only stream object will be
500 created that invokes the given callable. The callable is invoked with the
501 number of suggested bytes to read. The callable can return any number of
[all …]
/plugin/codemirror/dist/modes/
H A Ddylan.min.js.map1 … \"C-struct\", \"C-union\",\n \"C-function\", \"C-callable-wrapper\"\n …
H A Dpython.min.js.map1 …ltins = [\"abs\", \"all\", \"any\", \"bin\", \"bool\", \"bytearray\", \"callable\", \"chr\",\n …
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1 … 'and',\n 'array',\n 'as',\n 'break',\n 'callable',\n 'case'…
H A D46.46.js.map1 …n',\n 'bool',\n 'buffer',\n 'bytearray',\n 'callable',\n 'chr',…
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md327 The `$callback` parameter of the `ReplaceFilter` constructor accepts any PHP callable.
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php13 * @var callable
18 * @param callable $callable Will be called to get the new value for each property to replace
20 public function __construct(callable $callable) argument
22 $this->callback = $callable;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DReplaceFilter.php11 * @var callable
16 * @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/edittable/action/
H A Deditor.php243 static $callable;
245 if (isset($callable)) {
246 return $callable($str);
250 $callable = 'mb_strwidth';
253 $callable = [Utf8\PhpString::class, 'strlen'];
256 $callable = 'utf8_strlen';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc181 .`setEndpoint(callable $endpoint)`
454 .`instantiate(Elasticsearch\Transport $transport, callable $endpoint, array $registeredNamespaces)`
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md183 $transformedPromise = $promise->then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null);
235 $promise->done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null);
255 $promise->otherwise(callable $onRejected);
281 $newPromise = $promise->always(callable $onFulfilledOrRejected);
330 $promise->progress(callable $onProgress);
370 $resolver = function (callable
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md307 * Added support for injecting a callable AWS credential provider to use static, cached, or custom-sourced credentials [#1667](https://github.com/ruflin/Elastica/pull/1667)
392 * Added `callable` type hinting to `$callback` in `Client` constructor. [#1659](https://github.com/ruflin/Elastica/pull/1659)
1026 - `CallbackStrategy` now will accept any `callable` as callback, not only instance of `Closure`. [#871](https://github.com/ruflin/Elastica/pull/871)
1724 - Added serialization support. Objects can be added to elastica directly when a serializer callable is configured on \Elastica\Type
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst165 - Calling ``AnnotationRegistry#registerLoader($callable)`` to register an autoloader callback. Th…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php112 public static function registerLoader(callable $callable) : void argument
116 self::$loaders[] = $callable;
124 public static function registerUniqueLoader(callable $callable) : void argument
126 if ( ! in_array($callable, self::$loaders, true) ) {
127 self::registerLoader($callable);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php224 * @param callable $callable Callable.
227 public static function registerShutdownFunction($callable) argument
229 return register_shutdown_function($callable);
339 * @param mixed $callable Callable (two parts).
343 function curry($callable) argument
349 return function () use ($callable, $arguments, $ii) {
351 $callable,
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/consistency/Test/Unit/
H A DConsistency.php243 $callable = function () {
245 …s->function->register_shutdown_function = function ($_callable) use (&$called, $self, &$callable) {
250 ->isEqualTo($callable);
255 ->when($result = SUT::registerShutdownFunction($callable))

123