Home
last modified time | relevance | path

Searched refs:max (Results 26 – 50 of 1190) sorted by relevance

12345678910>>...48

/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php114 $max = count($path);
116 for ($i = 0; $i < $max; $i++) {
117 if ($i == ($max - 1)) {
191 $max = count($paths);
193 for ($i = 0; $i < $max; $i++) {
207 $max = count($paths);
210 for ($i = 0; $i < $max - 1; $i++) {
226 for ($i = 0; $i < $max; $i++) {
233 $max = count($original);
235 for ($i = 0; $i < $max; $i++) {
/plugin/qc/
H A Dadmin.php62 $max = $this->getConf('maxshowen');
63 if (!$max || $max <= 0) $max = 25;
68 echo '<p>' . sprintf($this->getLang('admin_desc'), $max) . '</p>';
83 if ($max == 0) break;
91 $max--;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiGeometry.php139 $max = ~PHP_INT_MAX;
142 if ($componentMax > $max) {
143 $max = $componentMax;
146 return $max > ~PHP_INT_MAX ? $max : null;
192 $max = ~PHP_INT_MAX;
195 if ($componentMax > $max) {
196 $max = $componentMax;
199 return $max > ~PHP_INT_MAX ? $max
[all...]
/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/diagramsnet/lib/shapes/
H A DmxInfographic.js1037 var rx = Math.max(0, Math.min(w * 0.5, w * 0.5 - dy));
1038 var ry = Math.max(0, Math.min(h * 0.5, h * 0.5 - dy));
1077 var rx = Math.max(0, Math.min(w * 0.5, w * 0.5 - dy));
1078 var ry = Math.max(0, Math.min(h * 0.5, h * 0.5 - dy));
1206 var h1 = Math.max(h - w * 0.3, 0);
1250 var h1 = Math.max(h - w * 0.3, 0);
1295 var h1 = Math.max(w * 0.1, 0);
1343 var h1 = Math.max(w * 0.1, 0);
1499 var rxMin = Math.max(rx * 0.1, 6);
2503 var x1 = Math.max(dx - dy * 0.35, 0);
[all …]
H A DmxBasic.js37 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
225 dx = Math.max(r + dy * 0.5, dx);
282 dx = Math.max(r + dy * 0.5, dx);
333 {name: 'dy', dispName: 'Wave Size', type: 'float', min:0, max:1, defVal: 0.3}
619 {name: 'dx', dispName: 'Top', type: 'float', min:0, max:1, defVal:0.5}
699 {name: 'dx', dispName: 'Bottom', type: 'float', min:0, max:1, defVal:0.25}
835 {name: 'dx', dispName: 'Top', type: 'float', min:0, max:1, defVal:0.5},
836 {name: 'dy', dispName: 'Bottom', type: 'float', min:0, max:1, defVal:0.9}
945 {name: 'dx1', dispName: 'Top', type: 'float', min:0, max:1, defVal:0.4},
946 {name: 'dx2', dispName: 'Bottom', type: 'float', min:0, max:1, defVal:0.6},
[all …]
/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 DPHP32.php303 * @param PHP32 $max
306 public static function randomRangePrime(PHP32 $min, PHP32 $max) argument
308 return self::randomRangePrimeOuter($min, $max);
321 * @param PHP32 $max
324 public static function randomRange(PHP32 $min, PHP32 $max) argument
326 return self::randomRangeHelper($min, $max);
357 public static function max(PHP32 ...$nums) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
366 * @param PHP32 $max
369 public function between(PHP32 $min, PHP32 $max) argument
371 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
H A DPHP64.php307 * @param PHP64 $max
310 public static function randomRangePrime(PHP64 $min, PHP64 $max) argument
312 return self::randomRangePrimeOuter($min, $max);
325 * @param PHP64 $max
328 public static function randomRange(PHP64 $min, PHP64 $max) argument
330 return self::randomRangeHelper($min, $max);
361 public static function max(PHP64 ...$nums) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
370 * @param PHP64 $max
373 public function between(PHP64 $min, PHP64 $max) argument
375 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegoptimFilter.php28 private $max; variable in Assetic\\Filter\\JpegoptimFilter
45 public function setMax($max) argument
47 $this->max = $max;
62 if ($this->max) {
63 $pb->add('--max='.$this->max);
/plugin/externalembed/
H A Dscreen.css9 /*max-width: 100%;*/
35 max-width: 640px;
39 max-width: 854px;
43 max-width: 1280px;
47 max-width: 1920px;
59 max-width: 100%;
90 max-width: 300px;
98 max-width: 100%;
/plugin/struct/types/
H A DColor.php126 $max = max([$red, $green, $blue]);
128 if ($max === $red) {
129 $hue = ($green - $blue) / ($max - $min);
131 if ($max === $green) {
132 $hue = 2 + ($blue - $red) / ($max - $min);
134 if ($max === $blue) {
135 $hue = 4 + ($red - $green) / ($max - $min);
/plugin/cloud/
H A Dsyntax.php80 $cloud = $this->_getTagCloud($num, $min, $max, $namespaces, $tag);
89 $max = 0;
92 $max = max($size, $max);
99 $cloud = $this->_getWordCloud($num, $min, $max);
102 $delta = ($max-$min)/16;
229 function _getWordCloud($num, &$min, &$max) { argument
254 return $this->_sortCloud($cloud, $num, $min, $max);
275 function _getTagCloud($num, &$min, &$max, $namespaces, helper_plugin_tag $tag) { argument
280 return $this->_sortCloud($cloud, $num, $min, $max);
286 function _sortCloud($cloud, $num, &$min, &$max) { argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dmax.test2 "max" function
4 {{ max([2, 1, 3, 5, 4]) }}
5 {{ max(2, 1, 3, 5, 4) }}
6 {{ max({2:"two", 1:"one", 3:"three", 5:"five", 4:"for"}) }}
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmmultiscripts.js19max(0,l),0);if(!e&&!i){m=Math.max(m,c.TeX.sub1*N,H.subscriptshift);if(k){m=Math.max(m,k.h-(4/5)*K)…
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
H A DRandom.php120 $max = $this->sample(
130 ->when(function () use ($max, &$sum, &$sampler) {
131 for ($i = 0; $i < $max; ++$i) {
136 ->float($sum / $max)
181 $max = $this->sample(
191 ->when(function () use ($max, &$sum, &$sampler) {
192 for ($i = 0; $i < $max; ++$i) {
197 ->float($sum / $max)
/plugin/gtime/gtlib/util/
H A DGTBaseX.php36 private $max; variable in GTBaseX
73 $this->max = -1;
81 for ($i = 0; $i < ($this->max - $this->min) + 1; $i++) {
94 for ($i = 0; $i < ($this->max - $this->min) + 1; $i++) {
103 if ($pad >= $this->min && $pad <= $this->max && $this->values[$pad - $this->min] != -1) {
161 if ($c >= $this->min && $c <= $this->max && $this->values[$c - $this->min] != -1) {
242 if ($next < $this->min || $next > $this->max) {
285 if ($this->max == -1 || $this->max < $c) {
286 $this->max = $c;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.colors.inc.php171 $r = min(255,max(0,$matches[1]));
172 $g = min(255,max(0,$matches[2]));
173 $b = min(255,max(0,$matches[3]));
179 $r = min(255,max(0,$matches[1]*255/100));
180 $g = min(255,max(0,$matches[2]*255/100));
181 $b = min(255,max(0,$matches[3]*255/100));
/plugin/loglog/helper/
H A Dlogging.php48 * @param int $max
51 public function readLines($min, $max) argument
54 $candidateLines = $this->readChunks($min, $max);
58 if ($parsedLine['dt'] >= $min && $parsedLine['dt'] <= $max) {
71 * @param int $max end time (in seconds)
74 protected function readChunks($min, $max) argument
117 if ($cdate > $max) continue; // haven't reached wanted area, yet
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateHistogram.php117 * @param string $max see link for formatting options
121 public function setExtendedBounds(string $min = '', string $max = ''): self argument
125 $bounds['max'] = $max;
126 // switch if min is higher then max
127 if (\strtotime($min) > \strtotime($max)) {
128 $bounds['min'] = $max;
129 $bounds['max'] = $min;
/plugin/cumulus/
H A Dsyntax.php118 $cloud = $this->_getTagCloud($options['max'], $min, $max, $tag);
124 $cloud = $this->_getWordCloud($options['max'], $min, $max);
128 $delta = ($max-$min)/16;
180 function _getNamespaceCloud($num, &$min, &$max) { argument
191 return $this->_sortCloud($cloud, $num, $min, $max);
198 function _getWordCloud($num, &$min, &$max) { argument
230 return $this->_sortCloud($cloud, $num, $min, $max);
255 function _getTagCloud($num, &$min, &$max, &$tag) { argument
257 return $this->_sortCloud($cloud, $num, $min, $max);
264 function _sortCloud($cloud, $num, &$min, &$max) { argument
[all …]
/plugin/indobible/
H A Dstyle.css6 /* If max-width does not work, try using width instead */
7 max-height: 400px !important;
16 max-width:500px;
17 max-height:350px;
/plugin/distribute/
H A Dhelper.funcs.util.php8 $max = 0;
10 $max = max($max, filemtime("$f/$file"));
11 return $max;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php19 protected $max = 74; variable in splitbrain\\phpcli\\TableFormatter
34 $this->max = $width - 1;
74 return $this->max;
80 * @param int $max
82 public function setMaxWidth($max) argument
84 $this->max = $max;
150 $remain = $this->max - $alloc;
165 $remain = $this->max - $alloc;

12345678910>>...48