Searched refs:howMany (Results 1 – 10 of 10) sorted by relevance
/plugin/elasticsearch/vendor/react/promise/src/ |
D | functions.php | 155 * @param int $howMany 158 function some($promisesOrValues, $howMany) argument 163 …return new Promise(function ($resolve, $reject, $notify) use ($promisesOrValues, $howMany, $cancel… 165 … ->done(function ($array) use ($howMany, $cancellationQueue, $resolve, $reject, $notify) { 166 if (!\is_array($array) || $howMany < 1) { 173 if ($len < $howMany) { 177 $howMany, 178 1 === $howMany ? '' : 's', 185 $toResolve = $howMany;
|
/plugin/elasticsearch/vendor/react/promise/ |
D | README.md | 547 …ise = 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/ |
D | script.js | 852 function getRandomBytes(howMany) { argument 855 for (i = 0; i < howMany; i++) {
|
/plugin/dokucrypt2/ |
D | script.js | 924 function getRandomBytes(howMany) { argument 927 for (i = 0; i < howMany; i++) {
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
D | dhtmlxgantt.js | 4435 SomePromiseArray.prototype.howMany = function () { 4445 if (this._fulfilled() === this.howMany()) { 4446 this._values.length = this.howMany(); 4447 if (this.howMany() === 1 && this._unwrap) { 4471 if (this.howMany() > this._canPossiblyFulfill()) { 4518 function some(promises, howMany) { 4519 if ((howMany | 0) !== howMany || howMany < 0) { 4524 ret.setHowMany(howMany); 4529 Promise.some = function (promises, howMany) { 4530 return some(promises, howMany); [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
D | dhtmlxgantt.js | 13 …howMany=function(){return this._howMany},c.prototype.setHowMany=function(t){this._howMany=t},c.pro…
|
D | dhtmlxgantt.js.map | 1 …howMany","isArrayResolved","_canPossiblyFulfill","_getRangeError","_addFulfilled","_fulfilled","_a…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 14860 StyleContextStack.prototype.pop = function(howMany) { 14861 howMany = howMany || 1; property 14863 while(howMany-- > 0) {
|
D | pdfmake.min.js.map | 1 …howMany","autopush","styleNames","styleOverrideObject","pushSOO","pushedItems","autoColumns","auto…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 72136 StyleContextStack.prototype.pop = function (howMany) { 72137 howMany = howMany || 1; 72139 while (howMany-- > 0) {
|