Home
last modified time | relevance | path

Searched refs:min (Results 1 – 19 of 19) 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/include/
H A Dfooter.inc88 …<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSH…
90 …$jsfiles = ["ext/hogan-3.0.2.min.js", "ext/typeahead.min.js", "ext/mousetrap.min.js", "ext/jquery.…
H A Derrors.inc302 …'session.upload-progress.min-freq' => 'session.configuration.php#ini.session.upload-progress.min-f…
/web-php/styles/
H A Dhome.css111 @media (min-width: 540px) {
118 min-width: 188px;
126 @media (min-width: 992px) {
164 @media (min-width: 768px) {
177 @media (min-width: 768px) and (max-width: 784px) {
H A Dtheme-medium.css523 @media (min-width: 980px) {
541 @media (min-width: 425px) {
553 min-width: 5rem;
554 min-height: 5rem;
575 @media (min-width: 425px) {
596 @media (min-width: 425px) {
H A Dadd-note.css22 @media (min-width:768px) {
H A Dtheme-base.css291 @media (min-width: 980px) {
293 @media (min-width: 1200px) {
295 @media (min-width: 1500px) {
811 min-height: 11rem;
1040 min-width: 100%;
1549 @media (min-width: 768px) {
1601 @media (min-width: 1200px) {
1724 @media (min-width:768px) {
1741 @media (min-width:980px) {
1743 @media (min-width:1200px) {
[all …]
H A Dphp8.css5 @media (max-width: 979px) and (min-width: 768px) {
422 min-width: 178px;
/web-php/js/
H A Dcommon.js469 min: 200, property in AnonymousFunction2c689dc12200.settings
490 if (sd > settings.min && toTopHidden) {
493 } else if (sd <= settings.min && !toTopHidden) {
580 … var multiplier = (this.range.max - this.range.min) / (this.domain.max - this.domain.min);
582 value = Math.max(value, this.domain.min);
583 return (value - this.domain.min) * multiplier + this.range.min;
/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/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…
/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