Home
last modified time | relevance | path

Searched defs:onRejected (Results 1 – 25 of 42) sorted by relevance

12

/plugin/elasticsearch/vendor/react/promise/src/
DRejectedPromise.php21 …public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
36 …public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
53 public function otherwise(callable $onRejected)
DFulfilledPromise.php21 …public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
36 …public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
49 public function otherwise(callable $onRejected)
DLazyPromise.php18 …public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
23 …public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
28 public function otherwise(callable $onRejected)
DPromise.php28 …public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
58 …public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
74 public function otherwise(callable $onRejected)
115 …private function resolver(callable $onFulfilled = null, callable $onRejected = null, callable $onP…
DExtendedPromiseInterface.php22 …public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgre…
37 public function otherwise(callable $onRejected);
/plugin/webdav/vendor/sabre/event/lib/
DPromise.php92 function then(callable $onFulfilled = null, callable $onRejected = null) {
129 function otherwise(callable $onRejected) {
299 function error(callable $onRejected) {
/plugin/asciidocjs/node_modules/promise/
DReadme.md200 #### Promise#catch(onRejected) argument
204 #### Promise#done(onFulfilled, onRejected) argument
210 #### Promise#nodeify(callback)
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DEach.php27 callable $onRejected = null
50 callable $onRejected = null
DFulfilledPromise.php35 callable $onRejected = null
58 public function otherwise(callable $onRejected): PromiseInterface
DRejectedPromise.php35 callable $onRejected = null
60 public function otherwise(callable $onRejected): PromiseInterface
DPromiseInterface.php31 callable $onRejected = null
42 public function otherwise(callable $onRejected): PromiseInterface;
DCoroutine.php88 callable $onRejected = null
93 public function otherwise(callable $onRejected): PromiseInterface
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DEach.php29 callable $onRejected = null
56 callable $onRejected = null
DPromiseInterface.php31 callable $onRejected = null
44 public function otherwise(callable $onRejected);
DRejectedPromise.php28 callable $onRejected = null
56 public function otherwise(callable $onRejected)
DFulfilledPromise.php28 callable $onRejected = null
53 public function otherwise(callable $onRejected)
DCoroutine.php91 callable $onRejected = null
96 public function otherwise(callable $onRejected)
DPromise.php33 callable $onRejected = null
55 public function otherwise(callable $onRejected)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DMockHandler.php21 private $onRejected; variable in GuzzleHttp\\Handler\\MockHandler
36 callable $onRejected = null
53 callable $onRejected = null
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DMockHandler.php45 private $onRejected; variable in GuzzleHttp\\Handler\\MockHandler
55 …WithMiddleware(array $queue = null, callable $onFulfilled = null, callable $onRejected = null): Ha…
69 …unction __construct(array $queue = null, callable $onFulfilled = null, callable $onRejected = null)
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php104 function then(callable $onFulfilled = null, callable $onRejected = null) {
131 function error(callable $onRejected) {
/plugin/asciidocjs/node_modules/promise/setimmediate/
Dcore.js72 Promise.prototype.then = function(onFulfilled, onRejected) { argument
81 function safeThen(self, onFulfilled, onRejected) { argument
186 function Handler(onFulfilled, onRejected, promise){ argument
/plugin/asciidocjs/node_modules/promise/lib/
Dcore.js72 Promise.prototype.then = function(onFulfilled, onRejected) { argument
81 function safeThen(self, onFulfilled, onRejected) { argument
186 function Handler(onFulfilled, onRejected, promise){ argument
/plugin/asciidocjs/node_modules/promise/domains/
Dcore.js72 Promise.prototype.then = function(onFulfilled, onRejected) { argument
81 function safeThen(self, onFulfilled, onRejected) { argument
186 function Handler(onFulfilled, onRejected, promise){ argument
/plugin/asciidocjs/node_modules/promise/src/
Dcore.js72 Promise.prototype.then = function(onFulfilled, onRejected) { argument
81 function safeThen(self, onFulfilled, onRejected) { argument
186 function Handler(onFulfilled, onRejected, promise){ argument

12