Home
last modified time | relevance | path

Searched refs:PromiseInterface (Results 26 – 41 of 41) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnPromise.php22 class ReturnPromise implements PromiseInterface
H A DReturnArgumentPromise.php23 class ReturnArgumentPromise implements PromiseInterface
H A DCallbackPromise.php24 class CallbackPromise implements PromiseInterface
H A DThrowPromise.php25 class ThrowPromise implements PromiseInterface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php4 use GuzzleHttp\Promise\PromiseInterface; alias
65 * @return ResponseInterface|PromiseInterface
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php14 if ($value instanceof PromiseInterface) {
H A DRejectedPromise.php14 if ($reason instanceof PromiseInterface) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DFulfilledPromise.php11 class FulfilledPromise implements PromiseInterface
H A DRejectedPromise.php11 class RejectedPromise implements PromiseInterface
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md23 * [PromiseInterface](#promiseinterface)
24 * [PromiseInterface::then()](#promiseinterfacethen)
162 ### PromiseInterface subsection
180 #### PromiseInterface::then() argument
222 The ExtendedPromiseInterface extends the PromiseInterface with useful shortcut
249 * [PromiseInterface::then()](#promiseinterfacethen)
487 promise which only implements [PromiseInterface](#promiseinterface), this
511 $promise = React\Promise\all(array|React\Promise\PromiseInterface $promisesOrValues);
522 $promise = React\Promise\race(array|React\Promise\PromiseInterface $promisesOrValues);
531 $promise = React\Promise\any(array|React\Promise\PromiseInterface
173 ImplementationsPromise""API""PromiseInterface global() argument
213 See alsoPromise""API""PromiseInterface global() argument
[all...]
H A DCHANGELOG.md201 * BC break: Remove `ResolverInterface` and `PromiseInterface` from
203 * BC break: Change signature of `PromiseInterface`.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php7 use GuzzleHttp\Promise\PromiseInterface; alias
28 * @return PromiseInterface
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php151 if (!$promise instanceof Promise\PromiseInterface) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md75 - Bug fix: futures now extend from React's PromiseInterface to ensure that they
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md148 and they are handled by the `MethodProphecy::will(PromiseInterface $promise)` method.
166 `Prophecy\Promise\PromiseInterface`.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md315 - `then(callable $onFulfilled, callable $onRejected) : PromiseInterface`
319 - `otherwise(callable $onRejected) : PromiseInterface`

12