Home
last modified time | relevance | path

Searched refs:onRejected (Results 26 – 37 of 37) sorted by last modified time

12

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php33 callable $onRejected = null argument
37 $this->handlers[] = [$p, $onFulfilled, $onRejected];
52 return $onRejected ? $rejection->then(null, $onRejected) : $rejection;
55 public function otherwise(callable $onRejected) argument
57 return $this->then(null, $onRejected);
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1onRejected;if(null!==e){var t;try{t=e(i._value)}catch(e){return void n.reject(e)}n.resolve(t)}else…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1697onRejected=c,this.callRejected=this.otherCallRejected)}function g(a,b,c){o(function(){var d;try{d=…
H A Dapp.min.js135onRejected;if(null!==e){var t;try{t=e(i._value)}catch(e){return void n.reject(e)}n.resolve(t)}else…
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js13onRejected=c,this.callRejected=this.otherCallRejected)}function g(a,b,c){o(function(){var d;try{d=…
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php89 * @param callable $onRejected
92 function then(callable $onFulfilled = null, callable $onRejected = null) { argument
103 $this->subscribers[] = [$subPromise, $onFulfilled, $onRejected];
113 $this->invokeCallback($subPromise, $onRejected);
126 * @param callable $onRejected
129 function otherwise(callable $onRejected) { argument
131 return $this->then(null, $onRejected);
295 * @param callable $onRejected
299 function error(callable $onRejected) { argument
301 return $this->otherwise($onRejected);
/plugin/revealjs/lib/js/
H A Dpromise.js2onRejected;if(null!==t){var o;try{o=t(e._value)}catch(f){return void i(n.promise,f)}r(n.promise,o)…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3322 then: function then(onFulfilled, onRejected) {
3325 reaction.fail = typeof onRejected == 'function' && onRejected;
3334 'catch': function _catch(onRejected) {
3335 return this.then(undefined, onRejected);
10125 value: function then(onFulfilled, onRejected) {
11997 value: function then(onFulfilled, onRejected) {
H A Dpdf.js.map1onRejected)\n then: function then(onFulfilled, onRejected) {\n var reaction = newPromiseCa…
H A Dpdf.worker.js4491 then: function then(onFulfilled, onRejected) {
4494 reaction.fail = typeof onRejected == 'function' && onRejected;
4503 'catch': function _catch(onRejected) {
4504 return this.then(undefined, onRejected);
H A Dpdf.worker.js.map1onRejected)\n then: function then(onFulfilled, onRejected) {\n var reaction = newPromiseCa…
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js

12