Home
last modified time | relevance | path

Searched refs:max (Results 51 – 75 of 1190) sorted by relevance

12345678910>>...48

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Bucket.php32 public function setMax(GooglePrivacyDlpV2Value $max) argument
34 $this->max = $max;
41 return $this->max;
/plugin/loglog/_test/
H A DLogging.test.php30 $max = strtotime('2020-10-31');
33 $actual = count($this->logHelper->readLines($min, $max));
41 $max = strtotime('2020-11-30');
42 $lines = $this->logHelper->readLines($min, $max);
/plugin/fckg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js65 var max = FCKConfig.AutoGrowMax;
66 if ( max && max > 0 && height > max )
67 height = max;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php84 'max' => 0
101 'max' => 0
118 'max' => 14
135 'max' => 14
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmmultiscripts.js19max(x,b.TeX.sub1*R,K.subscriptshift);if(o){x=Math.max(x,o.bbox.h-(4/5)*P)}if(y){x=Math.max(x,y.bbo…
/plugin/odt/ODT/
H A DXMLUtil.php52 $max = strlen ($xmlCode);
56 while ($pos < $max) {
118 $max = strlen ($xmlCode);
124 while ($pos < $max) {
191 $max = strlen ($xmlCode);
196 while ($pos < $max) {
210 if ($read >= $max) {
282 $max = strlen ($xmlCode);
285 while ($pos < $max) {
299 if ($read >= $max) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php308 $max = 1;
315 $max = -1;
322 $max = -1;
331 $max = (int) trim($nm[1]);
338 $max = (int) trim($this->_lexer->current()['value'], '{,}');
345 $max = -1;
353 $max = $min;
369 if (-1 != $max && $max < $min) {
374 [$max, $min, $this->_ruleName]
382 $max,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DDistributionUpdate.php65 public function setMax(SplitInt64 $max) argument
67 $this->max = $max;
74 return $this->max;
/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/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.natural.php20 $this->_maxw = max($this->_maxw, $this->_cmaxw);
54 $this->_maxw = max($this->_maxw, $this->_cmaxw);
64 $this->_cmaxw = max($this->_cmaxw,
68 $this->_cmaxw = max($this->_cmaxw,
81 $this->_maxw = max($this->_maxw, $this->_cmaxw);
H A Dstrategy.table.layout.auto.php95 $minwc[$i] = max($minw[$i], $cwc->apply($minw[$i]-$extra, $table_width) + $extra);
96 $maxwc[$i] = max($minw[$i], $cwc->apply($maxw[$i]-$extra, $table_width) + $extra);
135 $width = max($width, $sum_cw + $sum_ucw);
171 $current_max = max($maxw[$i], $maxwc[$i]);
178 $sum_max_cw += max($maxw[$j], $maxwc[$j]);
179 $sum_min_cw += max($minw[$j], $minwc[$j]);
185 …$current_max = min($current_max * $rest / $sum_max_cw, $rest - $sum_min_cw + max($minwc[$i], $minw…
189 $current_max = max($current_max, $minw[$i] == 0 ? $minwc[$i] : $minw[$i]);
/plugin/photogallery/phpThumb/
H A Dphpthumb.unsharp.php113 …$rNew = ((abs($rOrig - $rBlur) >= $threshold) ? max(0, min(255, ($amount * ($rOrig - $rBlur)) + $r…
114 …$gNew = ((abs($gOrig - $gBlur) >= $threshold) ? max(0, min(255, ($amount * ($gOrig - $gBlur)) + $g…
115 …$bNew = ((abs($bOrig - $bBlur) >= $threshold) ? max(0, min(255, ($amount * ($bOrig - $bBlur)) + $b…
137 $rNew = min(255, max(0, ($amount * ($rOrig - $rBlur)) + $rOrig));
138 $gNew = min(255, max(0, ($amount * ($gOrig - $gBlur)) + $gOrig));
139 $bNew = min(255, max(0, ($amount * ($bOrig - $bBlur)) + $bOrig));
/plugin/struct/meta/
H A DAggregationCloud.php8 protected $max;
20 $this->max = $rows[0]['count'];
48 $weight = $this->getWeight($count, $this->min, $this->max);
84 * This interpolates the weight between 70 and 150 based on $min, $max and $current
88 * @param int $max
91 protected function getWeight($current, $min, $max)
93 if ($min == $max) {
96 return round(($current - $min) / ($max - $min) * 80 + 70);
168 getWeight($current, $min, $max) global() argument
/plugin/clearhistory/
H A Dadmin.php156 $max = preg_match_all('/^([0-9]+)\s+?(\S+)\s+?([ECDR])\s+?(\S+)\s+?(\S*)\s+?(.*)$/im',
158 if ($max <= 1) return;
161 …$cmpuser = (empty($match[5][$max - 1])) ? $match[2][$max - 1] : $match[5][$max - 1]; // user or if…
163 for ($i = $max - 1; $i >= 0; $i--) {
200 … @unlink(wikiFN($match[4][$max - 1], $time)); //try the latest name (move plugin) issue #1
/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/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
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/combo/resources/theme/default/components/css/
H A Drem.css6 @media (max-width: 768px) {
12 @media (max-width: 992px) {
18 @media (max-width: 1200px) {
/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js431 var minW = Math.max(w, 50);
571 var minW = Math.max(w, 50, h);
787 {name: 'dx', dispName: 'Door size', type: 'float', min:0, max:1, defVal:0.3}
862 {name: 'dx', dispName: 'Door size', type: 'float', min:0, max:1, defVal:0.3}
988 {name: 'dx', dispName: 'Door size', type: 'float', min:0, max:1, defVal:0.3}
1055 {name: 'dx', dispName: 'Door size', type: 'float', min:0, max:1, defVal:0.3}
1224 c.lineTo(Math.max((dx - 10) * 0.5 + 5, 5), 0);
1225 c.lineTo(Math.max(dx, 5), h - 10);
1227 c.lineTo(w - Math.max((dx - 10) * 0.5 + 5, 5), 0);
1228 c.lineTo(w - Math.max(dx, 5), h - 10);
[all …]
H A DmxAndroid.js73 var trueH = Math.max(h, fontSize * 1.5, 7);
75 var trueW = Math.max(w, minW);
367 var lineH = Math.max(fontSize * 1.5, buttonSize);
372 var trueH = Math.max(h, minH);
394 var trueW = Math.max(w, minW);
490 var lineH = Math.max(fontSize * 1.5, buttonSize);
495 var trueH = Math.max(h, minH);
517 var trueW = Math.max(w, minW);
614 var trueH = Math.max(h, minH);
616 var trueW = Math.max(w, minW);
[all …]
/plugin/data-au/syntax/
H A Dcloud.php156 $max = 0;
159 if(!$max) {
160 $max = $row['cnt'];
166 $this->_cloud_weight($tags, $min, $max, 5);
194 protected function _cloud_weight(&$tags, $min, $max, $levels) { argument
200 $tresholds[$i] = pow($max - $min + 1, $i / $levels) + $min - 1;
/plugin/data/syntax/
H A Dcloud.php170 $max = 0;
173 if (!$max) {
174 $max = $row['cnt'];
180 $this->cloudWeight($tags, $min, $max, 5);
206 * @param $max int The highest count of a single tag
209 protected function cloudWeight(&$tags, $min, $max, $levels)
216 $tresholds[$i] = ($max - $min + 1) ** ($i / $levels) + $min - 1;
200 _cloud_weight(& $tags, $min, $max, $levels) global() argument
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php49 $max = 0;
54 if ($m >= $max) {
55 $max = $m;
88 $current[$j + 1] = \max($current[$j], $prev[$j + 1]);
/plugin/swiftmail/Swift/
H A DBatchMailer.php73 public function setMaxTries($max) argument
75 $this->maxTries = abs($max);
212 if (($max = $this->getMaxSuccessiveFailures())
213 && $successive_fails > $max)
216 … "Too many successive failures. BatchMailer is configured to allow no more than " . $max .
/plugin/latexcaption/
H A Dstyle.less8 max-width: 100%;
55 max-width: 40%;
58 max-width: 50%;
61 max-width: 60%;
64 max-width: 70%;
67 max-width: 80%;
/plugin/shell/
H A DP0wnyShell.css47 max-width: calc(100% - 2 * var(--calculated-margin));
48 max-height: calc(100% - 2 * var(--calculated-margin));
80 @container (max-width: 991px) or (max-height: 600px) {
92 @container (max-width: 767px) {
98 @container (max-width: 320px) {

12345678910>>...48