Home
last modified time | relevance | path

Searched refs:min (Results 1 – 21 of 21) sorted by relevance

/web-php/
H A Ddownload-logos.php22 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 Dhome.css112 @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 Dtheme-medium.css443 @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 Dtheme-base.css244 @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 Dadd-note.css22 @media (min-width:768px) {
H A Dphp8.css419 min-width: 178px;
/web-php/src/UserNotes/
H A DSorter.php92 $this->minVote = min($this->minVote, ($note->upvotes - $note->downvotes));
94 $this->minAge = min($this->minAge, $note->ts);
/web-php/js/
H A Dcommon.js549 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 Dsearch.js437 selectedIndex = Math.min(
/web-php/include/
H A Dfooter.inc100 …$jsfiles = ["ext/jquery-3.6.0.min.js", "ext/FuzzySearch.min.js", "ext/mousetrap.min.js", "ext/jque…
H A Derrors.inc304 …'session.upload-progress.min-freq' => 'session.configuration.php#ini.session.upload-progress.min-f…
/web-php/images/
H A Delephpants.php39 $count = min((int) $_REQUEST['count'], 50);
/web-php/js/ext/
H A Djquery.scrollTo.min.js7min(attr[key],max)}if(!i&&settings.axis.length>1){if(prev===attr[key]){attr={}}else if(queue){anim…
H A DFuzzySearch.min.js10min(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 Dfontello.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Dfontello-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
/web-php/releases/8.3/
H A Drelease.inc389 // 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 Drelease.inc237 * @Assert\Length(min=5)
256 new \Assert\Length(min: 5))
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt1107 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
H A DNEWS_5_4_0_RC1.txt1152 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
H A DNEWS_5_4_0_beta1.txt1056 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).

Completed in 102 milliseconds