Home
last modified time | relevance | path

Searched refs:maxwidth (Results 1 – 25 of 26) sorted by relevance

12

/plugin/gallery/
H A Dsyntax.php
/plugin/orphanmedia/
H A Dsyntax.php813 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 Dsyntax.php814 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 Ddokuwiki-oembed.txt32 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 Ddokuwiki-oembed.org36 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 DODTUtility.php190 * @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 DODTDocument.php1545 public function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){ argument
1546 return ODTUtility::getImageSize($src, $maxwidth, $maxheight);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php302 …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 Dphpthumb.class.php3388 $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 Dmagazinelayout.class.php212 function magazinelayout($maxwidth=600,$padding=3,$imagetemplate='') argument
214 $this->_fullwidth = $maxwidth;
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmultiline.js19maxwidth: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 Dmultiline.js19maxwidth: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 DTable.php466 $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 Dpage.php1689 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 Djax.js19 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2148 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 DMML_HTMLorMML.js50 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DAM_HTMLorMML.js49 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DAccessible.js66 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DTeX-MML-AM_HTMLorMML.js63 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DMML_HTMLorMML-full.js52 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DAM_HTMLorMML-full.js52 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DTeX-MML-AM_SVG-full.js59 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DAccessible-full.js69 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…
H A DTeX-MML-AM_HTMLorMML-full.js66 …RANSPARENT,dir:"ltr",scriptlevel:0,displaystyle:a.AUTO,display:"inline",maxwidth:"",overflow:a.OVE…

12