Home
last modified time | relevance | path

Searched refs:max (Results 1026 – 1050 of 1190) sorted by last modified time

1...<<4142434445464748

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.MaxImgLength.txt
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js2024 if (initialVariation < 0) { iv = Math.max(numberOfVars + initialVariations, 0); }
2044 …if (initialHalfmove < 0) { ih = Math.max(StartPlyVar[iv] + PlyNumberVar[iv] + 1 + initialHalfmove,…
/plugin/panoview/
H A Dsyntax.php81 … $data['maxZoom'] = ceil(sqrt(max($data['imageWidth'], $data['imageHeight']) / $data['tileSize']));
H A Dscript.js216 calcWidth = Math.max(calcWidth - 2 * border, 0);
217 calcHeight = Math.max(calcHeight - 2 * border, 0);
260 } while (fullSize < Math.max(this.width, this.height));
311 var inv = Math.max(this.imgsize.x, this.imgsize.y) /
H A Dtiles.php35 $data['max'] = max($data['width'], $data['height']);
65 http_conditionalRequest(max($data['mtime'], $data['selft']));
/plugin/graphviz/
H A Dimg.php18 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/graphgear/
H A Dload.php23 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
24 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/godiag/
H A Dsyntax.php705 $size = max($sizex, $sizey, $this->dgm['board_size']);
/plugin/badbehaviour/bad-behavior/
H A Dpost.inc.php48 $screener = max($screener1[0], $screener2[0]);
/plugin/ditaa/
H A Daction.php58 … header('Expires: ' . gmdate("D, d M Y H:i:s", time() + max($conf['cachetime'], 3600)) . ' GMT');
59 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js359 max: 300,
/plugin/xssnipper/
H A Dstyle.css37 max-width: 100% !important;
/plugin/anewssystem/
H A Dsyntax.php940 $max = 1;
946 $max = max($val,$max);
948 $delta = ($max-$min)/16;
/plugin/visrep/
H A Dimg.php17 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 3…
/plugin/dirpictures/
H A Dstyle.css22 max-width: 350px;
47 text-decoration: none;max-width: 320px;
82 max-width: 350px;
107 text-decoration: none;max-width: 320px;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php729 …$number_of_values = @max(count(csstidy_optimise::explode_ws(',',$input_css['background-image'])),c…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js713 max: function(iterator, context) { method in Enumerable
/plugin/plantuml/
H A Dimg.php17 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + max($conf['cachetime'], 3600)) . ' GMT');
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],…
/plugin/tile/
H A Dstyle.css52 max-height: 9em;
53 max-width: 9em;
/plugin/widearea/widearea/
H A Dwidearea.css59 max-width: 900px !important;
/plugin/patchpanel/
H A Dstyle.css44 max-width: 100%;
/plugin/indexnumber/
H A Dscript.js12 maxnumber = Math.max(maxnumber, result[1]);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js473 if(h !== null) { h = Math.max(0.0, this.minH, Math.min(6.0, this.maxH, h)); }
474 if(s !== null) { s = Math.max(0.0, this.minS, Math.min(1.0, this.maxS, s)); }
475 if(v !== null) { v = Math.max(0.0, this.minV, Math.min(1.0, this.maxV, v)); }
488 if(r !== null) { r = Math.max(0.0, Math.min(1.0, r)); }
489 if(g !== null) { g = Math.max(0.0, Math.min(1.0, g)); }
490 if(b !== null) { b = Math.max(0.0, Math.min(1.0, b)); }
498 this.hsv[0] = Math.max(0.0, this.minH, Math.min(6.0, this.maxH, hsv[0]));
501 this.hsv[1] = hsv[1]===null ? null : Math.max(0.0, this.minS, Math.min(1.0, this.maxS, hsv[1]));
503 this.hsv[2] = hsv[2]===null ? null : Math.max(0.0, this.minV, Math.min(1.0, this.maxV, hsv[2]));
551 var v = Math.max(Math.max(r,g),b);

1...<<4142434445464748