Home
last modified time | relevance | path

Searched refs:promises (Results 1 – 25 of 45) sorted by relevance

12

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions.php136 function inspect_all($promises) argument
138 return Utils::inspectAll($promises);
157 function unwrap($promises) argument
159 return Utils::unwrap($promises);
177 function all($promises, $recursive = false) argument
200 function some($count, $promises) argument
202 return Utils::some($count, $promises);
215 function any($promises) argument
217 return Utils::any($promises);
234 function settle($promises) argument
[all …]
H A DUtils.php106 public static function inspectAll($promises) argument
109 foreach ($promises as $key => $promise) {
130 public static function unwrap($promises) argument
133 foreach ($promises as $key => $promise) {
157 $promises,
171 foreach ($promises as $promise) {
195 * @param mixed $promises Promises or values.
205 $promises,
240 public static function any($promises) argument
259 public static function settle($promises) argument
[all …]
/plugin/webdav/vendor/sabre/event/lib/Promise/
H A Dfunctions.php29 * @param Promise[] $promises
32 function all(array $promises) { argument
34 return new Promise(function($success, $fail) use ($promises) {
39 foreach ($promises as $promiseIndex => $subPromise) {
42 … function($result) use ($promiseIndex, &$completeResult, &$successCount, $success, $promises) {
45 if ($successCount === count($promises)) {
68 * @param Promise[] $promises
71 function race(array $promises) { argument
73 return new Promise(function($success, $fail) use ($promises) {
76 foreach ($promises as $promise) {
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
98 These changes combined mean that rejecting promises with an `Exception` should
102 to kick in which significantly improves performance when rejecting many promises.
107 * Recommend rejecting promises by throwing an exception
124 * Revert automatic cancellation of pending collection promises once the
132 function allAndCancel(array $promises)
134 return \React\Promise\all($promises)
135 ->always(function() use ($promises) {
136 foreach ($promises as $promise) {
149 * Fix `some()` not cancelling pending promises whe
[all...]
H A DREADME.md65 multiple promises and mapping and reducing collections of promises.
67 If you've never heard about promises before,
421 [resolve()](#resolve) for creating resolved promises.
434 [reject()](#reject) for creating rejected promises.
462 promises.
466 promise, all promises in the collection are cancelled. If the collection itself
570 promises and/or values, and `$mapFunc` may return either a value or a promise.
582 promises and/or values, and `$reduceFunc` may return either a value or a
638 Resolved promises forwar
[all...]
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php177 * @param Promise[] $promises
180 static function all(array $promises) { argument
182 return new self(function($success, $fail) use ($promises) {
187 foreach ($promises as $promiseIndex => $subPromise) {
190 … function($result) use ($promiseIndex, &$completeResult, &$successCount, $success, $promises) {
193 if ($successCount === count($promises)) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md6 for a general introduction to promises.
28 - C# style async/await coroutine promises using
63 reject a promise with a *reason*. Resolving a promises triggers callbacks
64 registered with the promises's `then` method. These callbacks are triggered
101 subsequent promises in the chain to only be fulfilled when the returned promise
200 You can synchronously force promises to complete using a promise's `wait`
389 you can use Guzzle promises with [React promises](https://github.com/reactphp/promise)
414 In order to keep the stack size constant, Guzzle promises are resolved
417 any forwarded promises are resolved. When using promises asynchronously in an
419 you do not run the task queue, then promises will not be resolved.
[all …]
H A DCHANGELOG.md8 - Fix pool memory leak when empty array of promises provided
18 - Fix manually settle promises generated with Utils::task
24 - Fixed `each_limit` skipping promises and failing
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php310 * @param Promise[] $promises
314 static function all(array $promises) { argument
316 return Promise\all($promises);
/plugin/authgooglesheets/
H A Dcomposer.lock204 "guzzlehttp/promises": "0.1.1|^1.3",
255 "guzzlehttp/promises": "^1.0",
311 "name": "guzzlehttp/promises",
315 "url": "https://github.com/guzzle/promises.git",
320 …"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a0…
370 "description": "Guzzle promises library",
375 "issues": "https://github.com/guzzle/promises/issues",
376 "source": "https://github.com/guzzle/promises/tree/1.5.1"
388 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md143 promises or predictions. We'll talk about method predictions later in the _Mocks_ section.
165 Keep in mind, that you can always add even more promises by implementing
170 Prophecy enforces same method prophecies and, as a consequence, same promises and
185 you'll use promises for that:
315 Ok, now we know how to define our prophecy method promises, let's get our stub from
334 they define *predictions* instead of *promises* on method prophecies:
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md23 - Guzzle no longer uses ReactPHP promises and now uses the
24 `guzzlehttp/promises` library. We use a custom promise library for three
26 1. React promises (at the time of writing this) are recursive. Promise
28 promises are not recursive as they use a sort of trampolining technique.
29 Note: there has been movement in the React project to modify promises to
32 wait for a result. Guzzle promises allows this functionality (and does
35 promises requires wrapping react promises with RingPHP futures. This
105 with PSR-7 middleware. Due to the use of promises, the middleware system is
/plugin/bible/bible_douayRheims/
H A D2_Peter.txt4 …1:4. By whom he hath given us most great and precious promises: that by these you may be made part…
56 …3:13. But we look for new heavens and a new earth according to his promises, in which justice dwel…
H A DHebrews.txt93 …come not slothful, but followers of them who through faith and patience shall inherit the promises.
94 …6:13. For God making promises to Abraham, because he had no one greater by whom he might swear, sw…
107 …igree is not numbered among them, received tithes of Abraham and blessed him that had the promises.
135 …y, by how much also he is a mediator of a better testament which is established on better promises.
222 …11:13. All these died according to faith, not having received the promises but beholding them afar…
226 …11:17. By faith Abraham, when he was tried, offered Isaac: and he that had received the promises o…
242 …11:33. Who by faith conquered kingdoms, wrought justice, obtained promises, stopped the mouths of …
H A DGalatians.txt61 …3:16. To Abraham were the promises made and to his seed. He saith not: And to his seeds as of many…
66 …3:21. Was the law then against the promises of God: God forbid! For if there had been a law given …
H A D2_Corinthians.txt20 …1:20. For all the promises of God are in him, It is. Therefore also by him, amen to God, unto our …
116 …7:1. Having therefore these promises, dearly beloved, let us cleanse ourselves from all defilement…
/plugin/imapmarkers/
H A Djquery.imagemapster.js3750 promises,
3847 promises = [];
3851 promises.push(p);
3862 promises.push(p);
3867 u.when.all(promises).then(finishResize);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js150 function any(promises) { argument
159 Promise.any = function (promises) { argument
160 return any(promises);
2376 this.constructor$(promises);
3954 function props(promises) { argument
3978 return props(promises);
4069 function race(promises, parent) { argument
4075 promises = util.asArray(promises);
4076 if (promises === null)
4087 var val = promises[i];
[all …]
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1promises\n * should be used directly, but Deferreds can be necessary when the logic to\n * resolve…
H A Dworkbox-bed83ea8.js.map1promises\n * should be used directly, but Deferreds can be necessary when the logic to\n * resolve…
H A Dworkbox-f163abaa.js.map1promises\n * should be used directly, but Deferreds can be necessary when the logic to\n * resolve…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1promises, _a, noSyntaxValidation, noSemanticValidation, noSuggestionDiagnostics, allDiagnostics, d…
/plugin/elasticsearch/
H A Dcomposer.lock403 "promises"
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1promises","promise","setHowMany","setUnwrap","2","firstLineError","schedule","Queue","util","Async…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1120 var promises = [external.Promise.resolve(zipEntries)];
1124 promises.push(checkEntryCRC32(files[i]));
1127 return external.Promise.all(promises);

12