Searched refs:howMany (Results 1 – 9 of 9) sorted by relevance
/plugin/elasticsearch/vendor/react/promise/src/ |
H A D | functions.php | 141 * 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 D | README.md | 547 $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 D | script.js | 852 function getRandomBytes(howMany) { argument 855 for (i = 0; i < howMany; i++) {
|
/plugin/dokucrypt2/ |
H A D | script.js | 922 // Returns an array containing "howMany" random bytes. 924 function getRandomBytes(howMany) { argument 927 for (i = 0; i < howMany; i++) {
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 4435 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 D | dhtmlxgantt.js | 13 …howMany=function(){return this._howMany},c.prototype.setHowMany=function(t){this._howMany=t},c.pro…
|
H A D | dhtmlxgantt.js.map | 1 …howMany","isArrayResolved","_canPossiblyFulfill","_getRangeError","_addFulfilled","_fulfilled","_a…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 14860 StyleContextStack.prototype.pop = function(howMany) { 14861 howMany = howMany || 1; 14863 while(howMany-- > 0) {
|
H A D | pdfmake.min.js.map | 1 …howMany","autopush","styleNames","styleOverrideObject","pushSOO","pushedItems","autoColumns","auto…
|