Home
last modified time | relevance | path

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

/web-php/styles/
H A Dphp8.css24 max-width: 100%;
53 max-width: 100%;
61 max-width: 90%;
74 @media (max-width: 480px) {
91 @media (max-width: 480px) {
143 @media (max-width: 640px) {
189 @media (max-width: 1000px) {
198 @media (max-width: 640px) {
232 @media (max-width: 810px) {
269 max-width: 820px;
[all …]
H A Dsupported-versions.css16 @media (max-width: 767px) {
31 max-width: 100%;
H A Dtheme-base.css99 max-width: none;
166 max-width: 100% !important;
255 @media (max-width: 480px) {
273 @media (max-width: 767px) {
289 @media (max-width: 979px) {
1086 max-height: 210px;
1191 @media (max-width: 465px) {
1629 @media (max-width:767px) {
1690 max-height: 0;
1714 max-height: 50rem;
[all …]
H A Dhome.css21 max-width: 240px;
177 @media (min-width: 768px) and (max-width: 784px) {
H A Dtheme-medium.css555 max-height: 5rem;
583 max-height: 100%;
/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) * …
H A Dindex.php35 $timestamp = max($timestamps);
/web-php/releases/
H A Dfeed.php68 $updated = date(DATE_ATOM, max($maxtime));
83 $FEED_UPDATED = max($maxtime, $FEED_UPDATED);
88 $FEED_UPDATED = date(DATE_ATOM, max($FEED_UPDATED));
H A Dindex.php24 $max = (int) ($_GET['max'] ?? 1); variable
25 if ($max == -1) {
26 $max = PHP_INT_MAX; variable
31 if ($max <= $count) {
90 $latest = max($active_majors);
H A DNEWS_5_4_0_beta2.txt138 . Added process.max to control the number of process FPM can fork. FR #55166.
1107 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
H A DNEWS_5_4_0_RC1.txt181 . Added process.max to control the number of process FPM can fork. FR #55166.
1152 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
H A DNEWS_5_4_0_beta1.txt87 . Added process.max to control the number of process FPM can fork. FR #55166.
1056 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
/web-php/js/ext/
H A Djquery.scrollTo.min.js7max=$scrollTo.max(elem,axis);if(toff){attr[key]=toff[pos]+(win?0:prev-$elem.offset()[pos]);if(sett… function
H A Dmousetrap.min.js7 d,e){var f=g(a,d,e),h;d={};var k=0,l=!1;for(h=0;h<f.length;++h)f[h].seq&&(k=Math.max(k,f[h].level))…
/web-php/include/
H A Derrors.inc149 'max-execution-time' => 'info.configuration.php#ini.max-execution-time',
150 'max-input-time' => 'info.configuration.php#ini.max-input-time',
151 'max-input-vars' => 'info.configuration.php#ini.max-input-vars',
181 'post-max-size' => 'ini.core.php#ini.post-max-size',
201 'upload-max-filesize' => 'ini.core.php#ini.upload-max-filesize',
231 'odbc.max-persistent' => 'odbc.configuration.php#ini.uodbc.max-persistent',
232 'odbc.max-links' => 'odbc.configuration.php#ini.uodbc.max-links',
238 'mysql.max-links' => 'mysql.configuration.php#ini.mysql.max-links',
247 'mysqli.max-links' => 'mysqli.configuration.php#ini.mysqli.max-links',
255 'oci8.max-persistent' => 'oci8.configuration.php#ini.oci8.max-persistent',
[all …]
H A Dlayout.inc345 function print_news($news, $dog, $max = 5, $onlyyear = null, $return = false) {
361 if ($count > $max) {
H A Dshared-manual.inc302 $lastmod = max($timestamps);
/web-php/src/UserNotes/
H A DSorter.php91 $this->maxVote = max($this->maxVote, ($note->upvotes - $note->downvotes));
93 $this->maxAge = max($this->maxAge, $note->ts);
/web-php/js/
H A Dsearch-index.php37 $time = max(filemtime($indexfile), filemtime($descfile));
H A Dcommon.js580 … var multiplier = (this.range.max - this.range.min) / (this.domain.max - this.domain.min);
582 value = Math.max(value, this.domain.min);
/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;

Completed in 70 milliseconds