Home
last modified time | relevance | path

Searched refs:min (Results 251 – 275 of 1165) sorted by relevance

1...<<11121314151617181920>>...47

/plugin/htmlabstract/
H A Dsyntax.php200 $min = ($params['maxlen'] > 400) ? (200) : ($params['maxlen'] / 2);
201 if (FALSE !== ($pos = strrpos($text, "</p>")) && $pos >= $min)
/plugin/pdftools/
H A Dstyle.css93 min-width: 60px;
114 min-width: 80px;
H A Dprint.css12 min-width:70px;
/plugin/sphinxsearch-was/
H A Dfunctions.php407 * @param int $min minimum number of chars to have left for middle shortening
410 function shorten($keep, $short, $max, $min = 9, $char = '⌇') argument
413 if ($max < $min) return $keep;
/plugin/googlemap3/
H A Dgooglemap3.js15 var min = Math.floor((dec_abs - deg)*60);
16 var sec = (((dec_abs - deg)*60 - min)*60).toFixed(4);
19 return (deg + '°' + min + '’' + sec + '”');
/plugin/sphinxsearch/
H A Dfunctions.php415 * @param int $min minimum number of chars to have left for middle shortening
418 function shorten($keep,$short,$max,$min=9,$char='⌇'){ argument
420 if($max < $min) return $keep;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md35 <script src="{{ bower directory }}/snap.svg/dist/snap.svg-min.js" />
36 <script src="{{ bower directory }}/underscore/underscore-min.js" />
37 <script src="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.js" />
43 <link href="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.css" rel="styleshe…
64 <script src="{{ bower directory }}/jquery/dist/jquery.min.js" />
124 <script src="{{ bower directory }}/raphael/raphael-min.js"></script>
/plugin/snow/
H A Dsnowstorm.js165 o.style.top = (Math.min(y, docHeight-storm.flakeHeight)) + 'px';
179 o.style.top = (Math.min(y, docHeight-storm.flakeHeight)) + 'px';
233 function rnd(n,min) { argument
234 if (isNaN(min)) {
235 min = 0;
237 return (Math.random()*n)+min;
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-dist.js52 file.min(path.join(distPath, filename))
/plugin/pageredirect/
H A Dstyle.css6 min-height: 18px;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/az-Latn/
H A Daz-Latn.txt
/plugin/twitter/
H A Daction.php52 …$cache->depends['age'] = !empty($cache->depends['age']) ? min($cache->depends['age'], $max_age) : …
/plugin/redirect/lang/pt-br/
H A Dintro.txt3 …completos (contendo seus namespaces), sem caracteres especiais e em letras minúsculas. O caractere…
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js574 var r = Math.min(h, w) * 0.14;
580 r = Math.min(h, w) * 0.1;
586 r = Math.min(h, w) * 0.22;
593 r = Math.min(h, w) * 0.19;
599 r = Math.min(h, w) * 0.12;
605 r = Math.min(h, w) * 0.1;
656 {name: 'gaugePos', dispName: 'Needle Position', type: 'float', min:0, max:100, defVal:25}
689 gaugePos = Math.min(100, gaugePos);
777 …var gaugePos = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'gaugePos',…
855 var shapeSize = Math.min(w, h) * 0.03;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php400 $minl = min($minl, $pts[$i]);
403 $mint = min($mint, $pts[$i]);
428 $minl = min($minl, $pts[$i]);
431 $mint = min($mint, $pts[$i]);
437 $minl = min($minl, $arg);
441 $mint = min($mint, $arg);
762 $min = $gradient_info['color'][0]['offset'];
774 $offset = ($gradient_info['color'][$i]['offset'] - $min) / $range;
991 $min = $gradient_info['color'][0]['offset'];
1003 $offset = ($gradient_info['color'][$i]['offset'] - $min) /
[all...]
/plugin/schulzevote/
H A Dstyle.css30 min-width: 600px;
/plugin/bookcreator/
H A Dstyle.css22 min-height: 40px;
30 min-height: 52px;
259 min-height: 16px;
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php453 ImageCopy($img,$tmp_img,2,2,$sx,$sy,min($nx+2,$tmp_largeur-$sx),min($ny+2,$tmp_hauteur-$sy));
497 ImageCopy($img,$tmp_img,2,2,$sx,$sy,min($nx+2,$tmp_largeur-$sx),min($ny+2,$tmp_hauteur-$sy));
558 ImageCopy($img,$tmp_img,2,2,$sx,$sy,min($nx+2,$tmp_largeur-$sx),min($ny+2,$tmp_hauteur-$sy));
620 ImageCopy($img,$tmp_img,2,2,$sx,$sy,min($nx+2,$tmp_largeur-$sx),min($ny+2,$tmp_hauteur-$sy));
638 $dx = max($wdim[2], $wdim[4]) - min($wdim[0], $wdim[6])+ceil($taille /8);
639 $dy = max($hdim[1], $hdim[3]) - min($hdim[5], $hdim[7])+ ceil($taille /8);
646 ImageTTFText($img, $taille, $angle, 0, -min($hdim[5], $hdim[7]), $noir, $font, $texte);
663 $dx = max($wdim[2], $wdim[4]) - min($wdim[0], $wdim[6])+ceil($taille /8);
664 $dy = max($hdim[1], $hdim[3]) - min($hdim[5], $hdim[7])+ ceil($taille /8);
671 ImageTTFText($img, $taille, 0, 0, -min($hdim[5], $hdim[7]), $noir, $font, $texte);
[all …]
/plugin/revealjs/css/print/
H A Dpdf.css95 min-height: 1px;
109 min-height: auto !important;
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md10 * Manual Minified - https://github.com/adobe-webplatform/Snap.svg/raw/master/dist/snap.svg-min.js
22 In your HTML file, load simply by: `<script src="snap.svg-min.js"></script>`
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php151 $width = min($width, ($maxLength + 11));
153 $width = min($width, ($maxLength + 41));
/plugin/authwordpress/
H A Dclass-phpass.php114 $output .= $this->itoa64[min($this->iteration_count_log2 +
168 $count_log2 = min($this->iteration_count_log2 + 8, 24);
/plugin/spatialhelper/helper/
H A Dindex.php278 $min = $this->convertRationaltoFloat($param [1]) / 60;
283 return $hem * ($deg + $min + $sec);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php403 $min = $zeRule->getMin();
411 $min,
418 $min,
422 for ($i = 0; $i < $min; ++$i) {
/plugin/combo/ComboStrap/
H A DColorRgb.php374 $min = min($red, $green, $blue);
377 $lightness = ($max + $min) / 2;
378 $d = $max - $min;

1...<<11121314151617181920>>...47