Home
last modified time | relevance | path

Searched refs:min (Results 226 – 250 of 1165) sorted by relevance

12345678910>>...47

/plugin/approve/
H A Dstyle.less7 min-height: 20px;
/plugin/tumblr/
H A Dstyle.less87 min-width: 10em;
113 min-width: 8em;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php30 $rect->ll->x = min($rect->ll->x, $point->x);
31 $rect->ll->y = min($rect->ll->y, $point->y);
H A Dbox.table.php253 $wc->fraction = min($rest, $wc->fraction);
350 $row->content[$i_col]->rowspan = min($row->content[$i_col]->rowspan,
359 … for ($k=$i_row+1; $k<min($i_row + $row->content[$i_col]->rowspan, count($this->content)); $k++) {
671 min($cwc->apply_inverse($widths[$i], $base_width),
705 min($cwc->apply_inverse($widths[$i], $base_width),
1094 (is_null($hc->min)) &&
1113 (!is_null($hc->min) ? !$hc->min[1] : true) &&
1208 $this->put_width(min($this->get_max_width($context), $this->get_width()));
/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]));
550 var n = Math.min(Math.min(r,g),b);
/plugin/jdraw/
H A Dstyle.css13 min-height: 15px !important;
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-dist.js27 file.min(distLodash)
/plugin/vkeyboard/
H A Dstyle.css21 min-width:0;
22 min-height:0;
36 min-width:0;
37 min-height:0;
195 min-width:0.75em;
/plugin/fckg/
H A Dstyle.css21 min-width:0;
22 min-height:0;
36 min-width:0;
37 min-height:0;
203 min-width:0.75em;
/plugin/indobible/
H A Dstyle.css5 min-width: 400px;
/plugin/runcommand/
H A Dsyntax.php397 function renderJQuerySlider($name, $min, $max, $value, $step) { argument
402 …$result .= "min: ".$min.", max: ".$max.", value: ".$value.", step: ".$step.", orientation: \"horiz…
425 function renderJQuerySpinner($name, $min, $max, $value) { argument
428 …return "jQuery( \"#".$id."\" ).spinner({ min: \"".$min."\", max: \"".$max."\" }).val(\"".$value."\…
/plugin/diagramsnet/lib/shapes/
H A DmxC4.js35 var headSize = Math.min(w / 2, h / 3);
62 var headSize = Math.min(rect.width / 2, rect.height / 3);
99 var headSize = Math.min(w * 0.45, h * 0.45);
126 var headSize = Math.min(rect.width * 0.45, rect.height * 0.45);
/plugin/elasticsearch/action/
H A Dsearch.php142 if ($INPUT->has('min')) {
143 $this->addDateSubquery($subqueries, $INPUT->str('min'));
245 * @param string $min Modified at the latest one {year|month|week} ago
247 protected function addDateSubquery($subqueries, $min) argument
249 if (!in_array($min, ['year', 'month', 'week'])) return;
253 ['gte' => date('Y-m-d', strtotime('1 ' . $min . ' ago'))]
503 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), 'p' => ($cur-1)])) . '">';
514 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), '
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Ddisplay-bs-4.css6 @media (min-width: 1200px) {
/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A DRandom.php69 min(
/plugin/move/helper/
H A Dhandler.php161 $min = min(count($selfpath), count($goalpath));
162 for($common = 0; $common < $min; $common++) {
/plugin/unsplashdoku/
H A Daction.php50 …$body_style = 'body { ' . 'min-height: 100%; ' . $background_image . ' background-size: cover; ' …
/plugin/socialshareprivacy2/SSP/
H A DREADME.md107 …* [jquery.socialshareprivacy.min.js](http://panzi.github.com/SocialSharePrivacy/javascripts/jquery…
109 …* [jquery.socialshareprivacy.min.de.js](http://panzi.github.com/SocialSharePrivacy/javascripts/jqu…
110 …* [jquery.socialshareprivacy.min.fr.js](http://panzi.github.com/SocialSharePrivacy/javascripts/jqu…
113 …* [jquery.socialshareprivacy.min.css](http://panzi.github.com/SocialSharePrivacy/stylesheets/jquer…
141 s.src = 'jquery.socialshareprivacy.min.autoload.js';
1339 build/jquery.socialshareprivacy.min.js
1340 build/jquery.socialshareprivacy.min.autoload.js
1341 build/jquery.socialshareprivacy.min.de.js
1342 build/jquery.socialshareprivacy.min.fr.js
1343 build/jquery.socialshareprivacy.min.css
[all …]
/plugin/loadskin/
H A Dall.css4 @media only screen and (min-width: 801px) {
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js417 d[i][j] = Math.min(d[i][j], d[i - 2][j - 2] + cost);
1448 var min = Math.min(searchToken.length, lab.length);
1450 if (searchToken.substring(0, min) == lab.substring(0, min))
1482 var min = Math.min(wrd.length, searchToken.length);
1484 if (searchToken.substring(0, min) == wrd.substring(0, min))
2348 var min, max, delta, h, s, l;
2351 min = Math.min(r, Math.min(g, b));
2353 delta = max - min;
2354 l = (min + max) / 2;
/plugin/daftdrafts/
H A Dstyle.css6 min-height: 40px;
/plugin/passwordgrey/
H A Dstyle.css7 min-width: 20px;
/plugin/bez/lib/jquery.form-validator/lang/
H A Dpl.js56 min: 'min', property in $.formUtils.LANG
/plugin/anewssystem/
H A Dsyntax.php939 $min = 1000;
945 $min = min($val,$min);
948 $delta = ($max-$min)/16;
950 if ($val < $min+round($delta)) $class = 'newscloud1';
951 elseif ($val < $min+round(2*$delta)) $class = 'newscloud2';
952 elseif ($val < $min+round(4*$delta)) $class = 'newscloud3';
953 elseif ($val < $min+round(8*$delta)) $class = 'newscloud4';
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php209 ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
218 … ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {

12345678910>>...47