Searched refs:maxh (Results 1 – 4 of 4) sorted by relevance
| /plugin/photogallery/ |
| D | syntax.php | 836 function _fit_ratio($w, $h, $maxw, $maxh){ argument 840 if($h * $ratio > $maxh){ 841 $ratio = $maxh/$h; 844 elseif($h > $maxh){ 845 $ratio = $maxh/$h; 853 function _fill_ratio($w, $h, $maxw, $maxh){ argument 857 if($h * $ratio < $maxh){ 858 $ratio = $maxh/$h; 861 elseif($h > $maxh){ 862 $ratio = $maxh/$h;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Img.php | 166 $maxw = $maxh = $minw = $minh = false; 183 $maxh = $this->sizeConverter->convert( 190 $maxh = $this->sizeConverter->convert( 360 if ($maxh && $h > $maxh) { 361 $h = $maxh;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 8889 $maxh = $this->h; 8896 $maxh -= $this->watermark_size * 2; 8899 if ($h > $maxh) { 8900 $h = $maxh; 8909 $maxh = $this->h - ($this->tMargin + $this->bMargin); 8912 if ($h > $maxh) { 8913 $h = $maxh; 8919 if ($h > $maxh) { 8920 $h = $maxh; 8929 if ($h > $maxh) { [all …]
|
| /plugin/jsoneditor/script/ |
| D | jsoneditor.min.js | 2 …maxh>o)&&(n=s);!1===n&&(a.push({width:0,minh:999999,maxh:0,editors:[]}),n=a.length-1),a[n].editors… property
|