Home
last modified time | relevance | path

Searched refs:REJECTED (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php86 return ['state' => PromiseInterface::REJECTED, 'reason' => $e->getReason()];
88 return ['state' => PromiseInterface::REJECTED, 'reason' => $e];
90 return ['state' => PromiseInterface::REJECTED, 'reason' => $e];
269 $results[$idx] = ['state' => PromiseInterface::REJECTED, 'reason' => $reason];
H A DPromiseInterface.php18 const REJECTED = 'rejected'; define
H A DIs.php44 return $promise->getState() === PromiseInterface::REJECTED;
H A DRejectedPromise.php72 return self::REJECTED;
H A DPromise.php115 $this->settle(self::REJECTED, $reason);
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php32 const REJECTED = 2; define in Sabre\\Event\\Promise
114 case self::REJECTED :
164 $this->state = self::REJECTED;
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php38 const REJECTED = 2; define in Sabre\\Event\\Promise
110 case self::REJECTED :
165 $this->state = self::REJECTED;
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4316 var REJECTED = ['REJECTED'];
4359 typeof onRejected !== 'function' && this.state === REJECTED) {
4433 self.state = REJECTED;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js42762 var REJECTED = 2;
42905 state.state = REJECTED;
55234 var REJECTED = ['REJECTED'];
55283 …tion' && this.state === FULFILLED || typeof onRejected !== 'function' && this.state === REJECTED) {
55373 self.state = REJECTED;