Home
last modified time | relevance | path

Searched refs:max (Results 401 – 425 of 1190) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php598 $max = chr((1 << $msb) - 1) . $max;
771 * @param Engine $max
782 $temp = $max;
783 $max = $min;
802 * @param Engine $max
813 $temp = $max;
814 $max = $min;
822 $max = $max->subtract($min->subtract(static::$one[static::class]));
1120 $max = $nums[0];
1122 $max = $max->compare($nums[$i]) < 0 ? $nums[$i] : $max;
[all …]
H A DGMP.php491 * @param Engine $max
498 if ($p <= $max->value) {
515 * @param GMP $max
518 public static function randomRangePrime(GMP $min, GMP $max) argument
520 return self::randomRangePrimeOuter($min, $max);
533 * @param GMP $max
536 public static function randomRange(GMP $min, GMP $max) argument
538 return self::randomRangeHelper($min, $max);
610 public static function max(GMP ...$nums) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
619 * @param GMP $max
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange.php25 public $max; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange
34 public function setMax($max) argument
36 $this->max = $max;
43 return $this->max;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DRange.php22 public $max; variable in Google\\Service\\Monitoring\\Range
25 public function setMax($max) argument
27 $this->max = $max;
31 return $this->max;
H A DGoogleMonitoringV3Range.php22 public $max; variable in Google\\Service\\Monitoring\\GoogleMonitoringV3Range
25 public function setMax($max) argument
27 $this->max = $max;
31 return $this->max;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php217 return max(0, $nextTime - $currentTime) * 1000000;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php145 $concurrency = max($concurrency - count($this->pending), 0);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php543 $max = 0;
550 $max = max(count($naf[$a]), count($naf[$b]), $max);
578 $max = max(count($jsf[0]), $max);
579 if ($max > 0) {
580 $naf[$a] = array_fill(0, $max, 0);
581 $naf[$b] = array_fill(0, $max, 0);
587 for ($j = 0; $j < $max; $j++) {
599 for ($i = $max; $i >= 0; $i--) {
657 $max = (1 << $wnd) - 1;
658 $dbl = $max == 1 ? null : $this->doublePoint($point);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php599 $pad = max(32, $length + $pad % 32);
H A DRijndael.php559 $this->Nr = max($this->Nk, $this->Nb) + 6;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php629 'max' => new static($max)
691 * @param BigInteger $max
694 public static function randomRangePrime(BigInteger $min, BigInteger $max) argument
710 * @param BigInteger $max
713 public static function randomRange(BigInteger $min, BigInteger $max) argument
716 return new static($class::randomRange($min->value, $max->value));
779 public static function max(BigInteger ...$nums) function in phpseclib3\\Math\\BigInteger
785 return new static($class::max(...$nums));
792 * @param BigInteger $max
795 public function between(BigInteger $min, BigInteger $max) argument
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php38 $this->maxNestingLevel = max($maxNestingLevel, 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DBucket.php25 public $max; variable in Google\\Service\\PagespeedInsights\\Bucket
35 public function setMax($max) argument
37 $this->max = $max;
44 return $this->max;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1815 … $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDoubleRange.php22 public $max; variable in Google\\Service\\Bigquery\\DoubleRange
25 public function setMax($max) argument
27 $this->max = $max;
31 return $this->max;
/plugin/a2s/
H A DASCIIToSVG.php3096 $maxCols = max($maxCols, count($this->grid[$r]));
3889 $maxY = max($p->gridY, $nP->gridY);
3903 $maxX = max($p->gridX, $nP->gridX);
3927 $bound = max($p->gridY, $nP->gridY) - min($p->gridY, $nP->gridY);
H A Dstyle.css5 max-width: 100%;
/plugin/c3chart/assets/
H A Dc3.css207 .c3-chart-arcs .c3-chart-arcs-gauge-max {
H A Dc3.min.js2max(this.innerTickSize,0)+this.tickPadding},e.prototype.lineY2=function(t){var e=this,i=e.scale(t)…
H A Dd3.min.js2max(0,e),i=Math.floor(Math.log(r)/Math.LN10),o=r/Math.pow(10,i);return i>=0?(o>=Ra?10:o>=La?5:o>=q… function
H A Djs-yaml.min.js2max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.…
/plugin/wideredit/
H A Dscript.js49 let max = 0;
50 if (r1max !== '' && r2max !== '') max = Math.max(parseInt(r1max), parseInt(r2max));
52 return `${min}-${max}`;
/plugin/twofactorgoogleauth/
H A DQRCode.php504 $m = (max(abs($ii), abs($jj)) & 1) ^ 3;
/plugin/tablelayout/script/
H A Dtablelayout_functions.js8 var max = 0;
10 if (max < row.cells.length) {
11 max = row.cells.length;
15 return max;
H A Dscript.js145 var columnCount = $table.find('tr').toArray().reduce(function (max, row) { argument
146 return Math.max(max, jQuery(row).find('td,th').length);

1...<<11121314151617181920>>...48