Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php33 const FULFILLED = 1; define in Sabre\\Event\\Promise
105 case self::FULFILLED :
145 $this->state = self::FULFILLED;
202 if ($this->state === self::FULFILLED) {
281 if ($this->state === self::FULFILLED) {
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php27 const FULFILLED = 1; define in Sabre\\Event\\Promise
111 case self::FULFILLED :
147 $this->state = self::FULFILLED;
234 if ($this->state === self::FULFILLED) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php44 if ($this->state === self::FULFILLED) {
68 if ($this->state === self::FULFILLED) {
110 $this->settle(self::FULFILLED, $value);
149 $id = $state === self::FULFILLED ? 1 : 2;
H A DPromiseInterface.php17 const FULFILLED = 'fulfilled'; define
H A DIs.php34 return $promise->getState() === PromiseInterface::FULFILLED;
H A DUtils.php82 'state' => PromiseInterface::FULFILLED,
266 $results[$idx] = ['state' => PromiseInterface::FULFILLED, 'value' => $value];
H A DFulfilledPromise.php65 return self::FULFILLED;
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4317 var FULFILLED = ['FULFILLED'];
4358 if (typeof onFulfilled !== 'function' && this.state === FULFILLED ||
4364 var resolver = this.state === FULFILLED ? onFulfilled : onRejected;
4422 self.state = FULFILLED;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js42761 var FULFILLED = 1;
42809 var ok = state.state == FULFILLED;
42930 state.state = FULFILLED;
55235 var FULFILLED = ['FULFILLED'];
55283 …if (typeof onFulfilled !== 'function' && this.state === FULFILLED || typeof onRejected !== 'functi…
55290 var resolver = this.state === FULFILLED ? onFulfilled : onRejected;
55359 self.state = FULFILLED;