/plugin/orphanmedia2/ |
D | syntax.php | 814 function getResizeRatio($maxwidth,$maxheight=0){ argument 815 if(!$maxheight) $maxheight = $maxwidth; 818 if($w >= $maxwidth){ $ratio = $maxwidth/$w; } 823 elseif($w > $maxwidth) { $ratio = $maxwidth/$w; }
|
/plugin/orphanmedia/ |
D | syntax.php | 813 function getResizeRatio($maxwidth,$maxheight=0){ argument 814 if(!$maxheight) $maxheight = $maxwidth; 817 if($w >= $maxwidth){ $ratio = $maxwidth/$w; } 822 elseif($w > $maxwidth) { $ratio = $maxwidth/$w; }
|
/plugin/odt/ODT/ |
D | ODTUtility.php | 190 * @param int $maxwidth The maximum width the image shall have 196 public static function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ argument 206 if ($maxwidth && $width > $maxwidth) { 207 $height = $height * ($maxwidth/$width); 208 $width = $maxwidth;
|
D | ODTDocument.php | 1545 public function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ argument 1546 return ODTUtility::getImageSize($src, $maxwidth, $maxheight);
|
/plugin/oembed/docs/ |
D | dokuwiki-oembed.org | 36 Some providers can be given extra options in the form ~{{>url?options}}~ such as ~maxwidth~ or ~max… 50 ~{{>http://www.flickr.com/photos/foam/41018347952?maxwidth=800}}~~
|
D | dokuwiki-oembed.txt | 32 Some providers can be given extra options in the form ''%%{{>url?options}}%%'' such as ''%%maxwidth… 44 ''%%{{>http://www.flickr.com/photos/foam/41018347952?maxwidth=800}}~%%''
|
/plugin/photogallery/phpThumb/ |
D | phpthumb.functions.php | 302 …public static function ScaleToFitInBox($width, $height, $maxwidth=null, $maxheight=null, $allow_en… argument 303 $maxwidth = (null === $maxwidth ? $width : $maxwidth); 307 if (($width > $maxwidth) || ($width < $maxwidth)) { 308 $scale_x = ($maxwidth / $width);
|
D | phpthumb.class.php | 3388 $maxwidth = min($this->w, $this->h * $original_aspect_ratio); 3391 $maxwidth = $this->w; 3394 $maxwidth = $this->h * $original_aspect_ratio; 3397 $maxwidth = $this->thumbnailCropW; 3401 …$maxwidth = phpthumb_functions::nonempty_min($this->w, $this->thumbnailCropW, $this->config_outpu… 3404 $maxwidth = min($maxwidth, $maxheight * $original_aspect_ratio); 3405 $maxheight = min($maxheight, $maxwidth / $original_aspect_ratio); 3409 $this->thumbnail_image_width = $maxwidth; 3411 $this->thumbnail_width = $maxwidth;
|
/plugin/gallery/classes/ |
D | XHTMLFormatter.php | 89 $maxwidth = '(100% / ' . $this->options->columns . ') - 1em'; 90 $colwidth = 'min(' . $colwidth . ', ' . $maxwidth . ')';
|
/plugin/galleryv1.5/inc/ |
D | magazinelayout.class.php | 212 function magazinelayout($maxwidth=600,$padding=3,$imagetemplate='') argument 214 $this->_fullwidth = $maxwidth;
|
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
D | multiline.js | 19 …maxwidth:1.33,toobig:800,nestfactor:400,spacefactor:-100,spaceoffset:2,spacelimit:1,fence:500,clos… property
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
D | multiline.js | 19 …maxwidth:1.33,toobig:800,nestfactor:400,spacefactor:-100,spaceoffset:2,spacelimit:1,fence:500,clos… property
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
D | Table.php | 466 $maxwidth = $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']; 474 $maxwidth -= $tblblw; 475 $wmm = $this->sizeConverter->convert($w, $maxwidth, $this->mpdf->FontSize, false);
|
/plugin/odt/renderer/ |
D | page.php | 1689 public function _odtGetImageSize($src, $maxwidth=NULL, $maxheight=NULL){ argument 1690 return $this->document->getImageSize($src, $maxwidth, $maxheight);
|
/plugin/diagramsnet/lib/math/jax/element/mml/ |
D | jax.js | 19 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Mpdf.php | 2148 function SetBackground(&$properties, &$maxwidth) argument 2171 $bsw = $this->sizeConverter->convert($bsw, $maxwidth, $this->FontSize); 2174 $bsh = $this->sizeConverter->convert($bsh, $maxwidth, $this->FontSize); 2219 $x_pos = $this->sizeConverter->convert($x_pos, $maxwidth, $this->FontSize); 2222 $y_pos = $this->sizeConverter->convert($y_pos, $maxwidth, $this->FontSize); 19052 function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer = [], $checkletter = false) argument 19075 … 'hr' && isset($objattr['width']) && ($objattr['width'] / $this->shrin_k) > ($maxwidth + 0.0001)) { 19163 if ($letterwidth > $maxwidth + 0.0001) { 19237 if ($wordwidth > $maxwidth + 0.0001) { 19247 if ($acclongest > $maxwidth + 0.0001) {
|
/plugin/jsoneditor/script/ |
D | jsoneditor.min.js | 2 …maxwidth),3)}},{key:"enable",value:function(){this.always_disabled||(this.editjson_control&&(this.…
|
/plugin/diagramsnet/lib/math/config/ |
D | MML_HTMLorMML.js | 50 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
D | AM_HTMLorMML.js | 49 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
D | Accessible.js | 66 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
D | TeX-MML-AM_HTMLorMML.js | 63 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
D | MML_HTMLorMML-full.js | 52 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
D | TeX-MML-AM_SVG-full.js | 59 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
D | AM_HTMLorMML-full.js | 52 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|
D | Accessible-full.js | 69 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE… property
|