Home
last modified time | relevance | path

Searched defs:otherwise (Results 1 – 11 of 11) sorted by relevance

/plugin/elasticsearch/vendor/react/promise/src/
H A DExtendedPromiseInterface.php37 public function otherwise(callable $onRejected); function
H A DFulfilledPromise.php49 public function otherwise(callable $onRejected) function in React\\Promise\\FulfilledPromise
H A DRejectedPromise.php53 public function otherwise(callable $onRejected) function in React\\Promise\\RejectedPromise
H A DLazyPromise.php28 public function otherwise(callable $onRejected) function in React\\Promise\\LazyPromise
H A DPromise.php74 public function otherwise(callable $onRejected) function in React\\Promise\\Promise
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromiseInterface.php44 public function otherwise(callable $onRejected); function
H A DRejectedPromise.php56 public function otherwise(callable $onRejected) function in GuzzleHttp\\Promise\\RejectedPromise
H A DFulfilledPromise.php53 public function otherwise(callable $onRejected) function in GuzzleHttp\\Promise\\FulfilledPromise
H A DCoroutine.php96 public function otherwise(callable $onRejected) function in GuzzleHttp\\Promise\\Coroutine
H A DPromise.php55 public function otherwise(callable $onRejected) function in GuzzleHttp\\Promise\\Promise
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php129 function otherwise(callable $onRejected) { function in Sabre\\Event\\Promise