Searched refs:min (Results 1 – 21 of 21) sorted by relevance
/web-php/ |
H A D | download-logos.php | 22 function random_bgcolor($min, $max): void argument 25 …sprintf('%02x%02x%02x', mt_rand($min, $max) * 51, mt_rand($min, $max) * 51, mt_rand($min, $max) * …
|
/web-php/styles/ |
H A D | home.css | 112 @media (min-width: 540px) { 119 min-width: 188px; 127 @media (min-width: 992px) { 165 @media (min-width: 768px) { 177 @media (min-width: 768px) and (max-width: 784px) {
|
H A D | theme-medium.css | 443 @media (min-width: 992px) { 456 @media (min-width: 1200px) { 528 min-width: 0; 549 min-width: 0; 682 @media (min-width: 992px) { 1028 @media (min-width: 980px) { 1046 @media (min-width: 425px) { 1058 min-width: 5rem; 1059 min-height: 5rem; 1080 @media (min-width: 425px) { [all …]
|
H A D | theme-base.css | 244 @media (min-width: 980px) { 246 @media (min-width: 1200px) { 248 @media (min-width: 1500px) { 748 min-height: 11rem; 1349 @media (min-width: 768px) { 1376 @media (min-width: 1200px) { 1387 @media (min-width: 1500px) { 1444 @media (min-width:768px) { 1455 @media (min-width:980px) { 1457 @media (min-width:1200px) { [all …]
|
H A D | add-note.css | 22 @media (min-width:768px) {
|
H A D | php8.css | 419 min-width: 178px;
|
/web-php/src/UserNotes/ |
H A D | Sorter.php | 92 $this->minVote = min($this->minVote, ($note->upvotes - $note->downvotes)); 94 $this->minAge = min($this->minAge, $note->ts);
|
/web-php/js/ |
H A D | common.js | 549 min: 200, property in AnonymousFunction2c689dc12100.settings 570 if (sd > settings.min && toTopHidden) { 573 } else if (sd <= settings.min && !toTopHidden) { 660 … var multiplier = (this.range.max - this.range.min) / (this.domain.max - this.domain.min); 662 value = Math.max(value, this.domain.min); 663 return (value - this.domain.min) * multiplier + this.range.min;
|
H A D | search.js | 437 selectedIndex = Math.min(
|
/web-php/include/ |
H A D | footer.inc | 100 …$jsfiles = ["ext/jquery-3.6.0.min.js", "ext/FuzzySearch.min.js", "ext/mousetrap.min.js", "ext/jque…
|
H A D | errors.inc | 304 …'session.upload-progress.min-freq' => 'session.configuration.php#ini.session.upload-progress.min-f…
|
/web-php/images/ |
H A D | elephpants.php | 39 $count = min((int) $_REQUEST['count'], 50);
|
/web-php/js/ext/ |
H A D | jquery.scrollTo.min.js | 7 …min(attr[key],max)}if(!i&&settings.axis.length>1){if(prev===attr[key]){attr={}}else if(queue){anim…
|
H A D | FuzzySearch.min.js | 10 …min(a.length,b),f=0;e-1>f;f++)for(var g=f+1;e>g;g++)u(a[f]+a[g],c,d);return c}function t(a,b,c,d){…
|
/web-php/fonts/Font-Awesome/css/ |
H A D | fontello.css | 15 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
H A D | fontello-embedded.css | 17 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
/web-php/releases/8.3/ |
H A D | release.inc | 389 // Returns a random float between $min and $max, both including. 390 function getFloat(float $min, float $max) { 396 return $offset * ($max - $min) + $min;
|
/web-php/releases/8.1/ |
H A D | release.inc | 237 * @Assert\Length(min=5) 256 new \Assert\Length(min: 5))
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 1107 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
|
H A D | NEWS_5_4_0_RC1.txt | 1152 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
|
H A D | NEWS_5_4_0_beta1.txt | 1056 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
|
Completed in 102 milliseconds