/plugin/gallery/ |
H A D | syntax.php |
|
/plugin/orphanmedia/ |
H A 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/orphanmedia2/ |
H A 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/oembed/docs/ |
H A 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}}~%%''
|
H A 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}}~~
|
/plugin/odt/ODT/ |
H A 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;
|
H A D | ODTDocument.php | 1545 public function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ argument 1546 return ODTUtility::getImageSize($src, $maxwidth, $maxheight);
|
/plugin/photogallery/phpThumb/ |
H A 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);
|
H A 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/galleryv1.5/inc/ |
H A 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/ |
H A D | multiline.js | 19 …maxwidth:1.33,toobig:800,nestfactor:400,spacefactor:-100,spaceoffset:2,spacelimit:1,fence:500,clos… property in AnonymousFunction84890cf10100.e
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
H A D | multiline.js | 19 …maxwidth:1.33,toobig:800,nestfactor:400,spacefactor:-100,spaceoffset:2,spacelimit:1,fence:500,clos… property in AnonymousFunction9e1c34ac0100.e
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A 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/ |
H A 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/ |
H A D | jax.js | 19 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 2148 function SetBackground(&$properties, &$maxwidth) 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); 6814 // if it's justified, we need to find the char/word spacing (or if orphans have allowed length of line to go over the maxwidth) 19052 function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer = [], $checkletter = false) 19075 if ($objattr['type'] != 'hr' && isset($objattr['width']) && ($objattr['width'] / $this->shrin_k) > ($maxwidth + 0.0001)) { 19162 // Warn user that maxwidth is insufficient 19163 if ($letterwidth > $maxwidth 2131 SetBackground(& $properties, & $maxwidth) global() argument 18988 TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer = [], $checkletter = false) global() argument [all...] |
/plugin/diagramsnet/lib/math/config/ |
H A D | MML_HTMLorMML.js | 50 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | AM_HTMLorMML.js | 49 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | Accessible.js | 66 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | TeX-MML-AM_HTMLorMML.js | 63 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | MML_HTMLorMML-full.js | 52 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | AM_HTMLorMML-full.js | 52 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | TeX-MML-AM_SVG-full.js | 59 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | Accessible-full.js | 69 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|
H A D | TeX-MML-AM_HTMLorMML-full.js | 66 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
|