Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php141 * Returns a promise that will resolve when `$howMany` of the supplied items in
143 * will be an array of length `$howMany` containing the resolution values of the
146 * The returned promise will reject if it becomes impossible for `$howMany` items
147 * to resolve (that is, when `(count($promisesOrValues) - $howMany) + 1` items
149 * `(count($promisesOrValues) - $howMany) + 1` rejection reasons.
152 * if `$promisesOrValues` contains less items than `$howMany`.
155 * @param int $howMany
158 function some($promisesOrValues, $howMany) argument
163 return new Promise(function ($resolve, $reject, $notify) use ($promisesOrValues, $howMany, $cancellationQueue) {
165 ->done(function ($array) use ($howMany,
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md547 $promise = React\Promise\some(array|React\Promise\PromiseInterface $promisesOrValues, integer $howMany);
550 Returns a promise that will resolve when `$howMany` of the supplied items in
552 will be an array of length `$howMany` containing the resolution values of the
555 The returned promise will reject if it becomes impossible for `$howMany` items
556 to resolve (that is, when `(count($promisesOrValues) - $howMany) + 1` items
558 `(count($promisesOrValues) - $howMany) + 1` rejection reasons.
561 if `$promisesOrValues` contains less items than `$howMany`.
/plugin/dokucrypt/
H A Dscript.js852 function getRandomBytes(howMany) { argument
855 for (i = 0; i < howMany; i++) {
/plugin/dokucrypt2/
H A Dscript.js924 function getRandomBytes(howMany) { argument
927 for (i = 0; i < howMany; i++) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js4435 SomePromiseArray.prototype.howMany = function () { method in SomePromiseArray
4445 if (this._fulfilled() === this.howMany()) {
4446 this._values.length = this.howMany();
4447 if (this.howMany() === 1 && this._unwrap) {
4518 function some(promises, howMany) { argument
4519 if ((howMany | 0) !== howMany || howMany < 0) {
4524 ret.setHowMany(howMany);
4529 Promise.some = function (promises, howMany) { argument
4530 return some(promises, howMany);
4533 Promise.prototype.some = function (howMany) { argument
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13howMany=function(){return this._howMany},c.prototype.setHowMany=function(t){this._howMany=t},c.pro…
H A Ddhtmlxgantt.js.map1howMany","isArrayResolved","_canPossiblyFulfill","_getRangeError","_addFulfilled","_fulfilled","_a…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js14860 StyleContextStack.prototype.pop = function(howMany) {
14861 howMany = howMany || 1;
14863 while(howMany-- > 0) {
H A Dpdfmake.min.js.map1howMany","autopush","styleNames","styleOverrideObject","pushSOO","pushedItems","autoColumns","auto…