Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/react/promise/src/
Dfunctions.php155 * @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/
DREADME.md547 …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/
Dscript.js852 function getRandomBytes(howMany) { argument
855 for (i = 0; i < howMany; i++) {
/plugin/dokucrypt2/
Dscript.js924 function getRandomBytes(howMany) { argument
927 for (i = 0; i < howMany; i++) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js4435 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/
Ddhtmlxgantt.js13howMany=function(){return this._howMany},c.prototype.setHowMany=function(t){this._howMany=t},c.pro…
Ddhtmlxgantt.js.map1howMany","isArrayResolved","_canPossiblyFulfill","_getRangeError","_addFulfilled","_fulfilled","_a…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js14860 StyleContextStack.prototype.pop = function(howMany) {
14861 howMany = howMany || 1; property
14863 while(howMany-- > 0) {
Dpdfmake.min.js.map1howMany","autopush","styleNames","styleOverrideObject","pushSOO","pushedItems","autoColumns","auto…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js72136 StyleContextStack.prototype.pop = function (howMany) {
72137 howMany = howMany || 1;
72139 while (howMany-- > 0) {