Home
last modified time | relevance | path

Searched defs:onRejected (Results 1 – 22 of 22) sorted by last modified time

/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4357 Promise.prototype.then = function (onFulfilled, onRejected) { argument
4372 function QueueItem(promise, onFulfilled, onRejected) { argument
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php85 callable $onRejected = null, argument
H A DCompletedFutureValue.php62 callable $onRejected = null, argument
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php337 callable $onRejected = null, argument
/plugin/elasticsearch/vendor/react/promise/src/
H A DExtendedPromiseInterface.php22 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null); argument
37 public function otherwise(callable $onRejected); argument
H A DFulfilledPromise.php21 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
36 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
49 public function otherwise(callable $onRejected) argument
H A DLazyPromise.php18 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
23 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
28 public function otherwise(callable $onRejected) argument
H A DPromise.php28 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
58 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
74 public function otherwise(callable $onRejected) argument
115 resolver(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) global() argument
[all...]
H A DPromiseInterface.php40 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null); argument
H A DRejectedPromise.php21 public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
36 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument
53 public function otherwise(callable $onRejected) argument
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php104 function then(callable $onFulfilled = null, callable $onRejected = null) {
131 function error(callable $onRejected) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php21 private $onRejected; variable in GuzzleHttp\\Handler\\MockHandler
36 callable $onRejected = null
53 callable $onRejected = null
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEach.php29 callable $onRejected = null
56 callable $onRejected = null
H A DEachPromise.php25 private $onRejected; variable in GuzzleHttp\\Promise\\EachPromise
H A DPromiseInterface.php31 callable $onRejected = null
44 public function otherwise(callable $onRejected);
H A DRejectedPromise.php28 callable $onRejected = null
56 public function otherwise(callable $onRejected)
H A Dfunctions.php263 callable $onRejected = null
289 callable $onRejected = null
H A DCoroutine.php91 callable $onRejected = null
96 public function otherwise(callable $onRejected)
H A DFulfilledPromise.php28 callable $onRejected = null
53 public function otherwise(callable $onRejected)
H A DPromise.php33 callable $onRejected = null
55 public function otherwise(callable $onRejected)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php103 private function onRejected(RequestInterface $req, array $options) function in GuzzleHttp\\RetryMiddleware
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php92 function then(callable $onFulfilled = null, callable $onRejected = null) {
129 function otherwise(callable $onRejected) {
299 function error(callable $onRejected) {