Home
last modified time | relevance | path

Searched refs:min (Results 1 – 25 of 41) sorted by last modified time

12

/dokuwiki/lib/plugins/extension/
H A Dstyle.less117 min-height: 24px;
118 min-width: 24px;
/dokuwiki/inc/lang/sv/
H A Dstopwords.txt56 min
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php361 /** @var BigInteger $min
364 list($min) = $min->divide($n);
365 $min = $min->add(self::$one);
367 $primes[$i] = BigInteger::randomRangePrime($min, $max);
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php948 $hour = $sec = $min = '([0-9]{2})';
951 $pcre = '/^' . $wday_name . $space . $mon_name . $space . $day . $space . $hour . ':' . $min . ':' . $sec . $space . $year . $terminator . '$/i';
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
H A Dlessc.inc.php
/dokuwiki/inc/Search/
H A DIndexer.php807 $length_filter = $tokenwild === [] ? $tokenlength : min(array_keys($tokenlength));
876 * @param int $min bottom frequency threshold
877 * @param int $max upper frequency limit. No limit if $max<$min
884 public function histogram($min = 1, $max = 0, $minlen = 3, $key = null)
886 if ($min < 1)
887 $min = 1;
888 if ($max < $min)
897 if ($cnt >= $min && (!$max || $cnt <= $max) && strlen($val) >= $minlen)
906 if ($freq >= $min && (!$max || $freq <= $max))
924 if ($freq >= $min
864 histogram($min = 1, $max = 0, $minlen = 3, $key = null) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php490 $toread = min(8192, $bytes);
/dokuwiki/inc/
H A Dcommon.php1611 * in the middle to shorten but only if at least $min chars are
1617 * @param int $min minimum number of chars to have left for middle shortening
1621 function shorten($keep, $short, $max, $min = 9, $char = '…')
1624 if ($max < $min) return $keep;
1598 shorten($keep, $short, $max, $min = 9, $char = '…') global() argument
H A DPassHash.php232 $text .= substr($bin, 0, min(16, $i));
853 * @param int $min
857 protected function random($min, $max)
860 return random_int($min, $max);
831 random($min, $max) global() argument
H A Dauth.php414 * @param int $min
421 function auth_random($min, $max)
423 return random_int($min, $max);
353 auth_random($min, $max) global() argument
/dokuwiki/inc/parser/
H A Dmetadata.php662 min($this->meta['date']['valid']['age'], $params['refresh']) :
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css761 .ui-slider-horizontal .ui-slider-range-min {
781 .ui-slider-vertical .ui-slider-range-min {
/dokuwiki/inc/lang/cs/
H A Dstopwords.txt416 min
/dokuwiki/lib/scripts/jquery/
H A Dupdate.sh17 wget -nv https://code.jquery.com/jquery-${JQ_VERSION}.min.js -O jquery.min.js
19 wget -nv "$JQUI_HOST/jquery-ui.min.js" -O jquery-ui.min.js
48 sed -i '/sourceMappingURL/d' *.min.js
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php983 $this->last = min($this->users_total, $this->start + $this->pagesize);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1791 $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));
4550 $max_size = min(
/dokuwiki/inc/Utf8/
H A DPhpString.php145 $length = min($strlen - $offset, $length);
/dokuwiki/inc/Action/
H A DLocked.php45 $min = round(($conf['locktime'] - (time() - $locktime)) / 60);
54 $expire . ' (' . $min . ' min)</div></li>';
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less30 min-height: 1.5em;
H A D_diff.css134 min-width: 9em;
H A D_fileuploader.css38 min-height: 70px;
H A D_footnotes.css13 min-width: 5em;
H A D_media_fullscreen.css6 * their site width) are the 4 min-width's (search for @change).
17 /* min-width must be summary of all 3 panels' min-widths */
18 min-width: 50em; /* @change */
34 min-width: 10em; /* @change */
39 min-width: 25em; /* @change */
44 min-width: 15em; /* @change */
56 min-height: 20px;
256 min-height: 130px;
434 min
[all...]

12