Home
last modified time | relevance | path

Searched refs:min (Results 26 – 41 of 41) sorted by path

12

/dokuwiki/lib/tpl/dokuwiki/css/
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...]
H A D_modal.css41 min-height: 16px;
H A D_search.less70 min-width: 10em;
H A Dcontent.less91 min-width: 50%;
99 min-width: 50%;
137 min-height: 16px;
H A Dpagetools.less19 min-height: 190px; /* 30 (= height of icons) x 6 (= maximum number of possible tools) + 2x5 */
/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/vendor/geshi/geshi/
H A DCHANGELOG917 - Removed min and max tab width checks
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
H A Dlessc.inc.php
/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/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php621 /** @var BigInteger $min
625 'min' => new static($min),
687 * @param BigInteger $min
691 public static function randomRangePrime(BigInteger $min, BigInteger $max)
694 return new static($class::randomRangePrime($min->value, $max->value));
700 * Returns a random number between $min and $max where $min and $max
703 * BigInteger::randomRange($min, $max)
704 * BigInteger::randomRange($max, $min)
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2417 $packet_size = $length > 0 ? min($this->max_sftp_packet, $length - $read) : $this->max_sftp_packet;
H A DSSH2.php1791 $keyLength = min($kexHash->getLengthInBytes(), max($encryptKeyLength, $decryptKeyLength));
4550 $max_size = min(
/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/splitbrain/php-archive/src/
H A DTar.php490 $toread = min(8192, $bytes);
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php312 $scale = min($width / $this->width, $height / $this->height);

12