Home
last modified time | relevance | path

Searched refs:rejected (Results 1 – 25 of 68) sorted by relevance

123

/plugin/elasticsearch/vendor/react/promise/
DREADME.md145 If `$reason` itself is a promise, the promise will be rejected with the outcome
170 Once in the fulfilled or rejected state, a promise becomes immutable.
194 * `$onRejected` will be invoked once the promise is rejected and passed the
216 * [reject()](#reject) - Creating a rejected promise
242 return a rejected promise.
287 when the promise is either fulfilled or rejected.
292 rejected promise, `$newPromise` will reject with the thrown exception or
293 rejected promise's reason.
297 rejected promise, `$newPromise` will reject with the thrown exception or
298 rejected promise's reason.
[all …]
DCHANGELOG.md59 $rejected = new React\Promise\RejectedPromise($reason);
63 $rejected = React\Promise\reject($reason);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md57 echo 'The promise was rejected.';
72 all of the onFulfilled callbacks (resolving a promise with a rejected promise
128 When a promise is rejected, the `$onRejected` callbacks are invoked with the
180 does not return a rejected promise, downstream `$onFulfilled` callbacks are
218 the promise is rejected with the exception and the exception is thrown.
237 Calling `wait` on a promise that has been rejected will throw an exception. If
248 …ion 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with value: foo'
255 promise if it was fulfilled or throw an exception if it was rejected). This is
328 fulfilled promise or if an exception is thrown if the promise is rejected.
341 `rejected`.
[all …]
DCHANGELOG.md7 - Revert "Call handler when waiting on fulfilled/rejected Promise"
14 - Call handler when waiting on fulfilled/rejected Promise
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md71 echo 'The promise was rejected.';
85 all of the onFulfilled callbacks (resolving a promise with a rejected promise
140 When a promise is rejected, the `$onRejected` callbacks are invoked with the
192 does not return a rejected promise, downstream `$onFulfilled` callbacks are
231 the promise is rejected with the exception and the exception is thrown.
250 Calling `wait` on a promise that has been rejected will throw an exception. If
261 …ion 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with value: foo'
267 promise if it was fulfilled or throw an exception if it was rejected). This is
339 fulfilled promise or if an exception is thrown if the promise is rejected.
352 `rejected`.
[all …]
DCHANGELOG.md52 - Revert "Call handler when waiting on fulfilled/rejected Promise"
60 - Call handler when waiting on fulfilled/rejected Promise
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DIs.php42 public static function rejected(PromiseInterface $promise) function in GuzzleHttp\\Promise\\Is
Dfunctions.php336 return Is::rejected($promise);
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DIs.php36 public static function rejected(PromiseInterface $promise): bool function in GuzzleHttp\\Promise\\Is
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.IDBlacklistRegexp.txt7 matches, the ID is rejected. Use this with care: may cause significant
/plugin/snow/
DCONTRIBUTING.md12 Removing the copyright notice will result in your pull request being rejected.
/plugin/asciidocjs/node_modules/promise/
DReadme.md122 …2. `reject` should be called with a single argument. The returned promise will be rejected with t…
132 …empt at a promise) it returns a Promise that takes on the state of `value` (rejected or fulfilled).
136 Returns a rejected promise with the given value.
196 If the promise is fulfilled then `onFulfilled` is called. If the promise is rejected then `onRejec…
198 …t is called throws an exception then the promise returned by `.then` is rejected with that excepti…
/plugin/flowchartjs/
DREADME.md20 c2=>condition: Good idea|rejected
/plugin/authldaplocal/
DREADME.md7 …g for inclusion of that patch into Dokuwiki base. This wishlist bug was rejected and so the next l…
/plugin/webdav/vendor/sabre/dav/
DCONTRIBUTING.md19 instance, we've rejected features in the past because we felt uncomfortable
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md19 instance, we've rejected features in the past because we felt uncomfortable
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md36 Accept invalidly rejected code like `(x).y = 2` again.
/plugin/bible/bible_douayRheims/
D1_Peter.txt29 …2:4. Unto whom coming, as to a living stone, rejected indeed by men but chosen and made honourable…
32 …e is honour: but to them that believe not, the stone which the builders rejected, the same is made…
D1_Timothy.txt55 …4:4. For every creature of God is good, and nothing to be rejected that is received with thanksgiv…
/plugin/asciidocjs/node_modules/asap/
DREADME.md221 rejected promises and do not need a second safety net.
/plugin/fckg/
DChanges132 rejected (function: DetectHtml) them because they contained a <title> tag.
/plugin/asciidocjs/node_modules/core-js/
DREADME.md717 #then(resolved(var), rejected(var)) -> promise
718 #catch(rejected(var)) -> promise
1528 Promise.try(() => { throw 42; }).catch(it => console.log(`Promise, rejected as ${it}`));
1692 …//github.com/zloirock/core-js/blob/v2.6.12/modules/es7.set.to-json.js) (rejected and will be remov…
1695 #toJSON() -> array (rejected and will be removed from core-js@3)
1697 #toJSON() -> array (rejected and will be removed from core-js@3)
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js.map1rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n f…
/plugin/codemirror/dist/modes/
Decl.min.js.map1 …om range rank ranked realformat recordof regexfind regexreplace regroup rejected rollup round roun…
/plugin/asciidocjs/node_modules/glob/
DREADME.md383 Patches that fail tests or reduce performance will be rejected.

123