Home
last modified time | relevance | path

Searched refs:ratio (Results 76 – 100 of 147) sorted by path

123456

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 … 'rand-nth',\n 'random-sample',\n 'range',\n 'ratio?',\n 'ratio…
H A D2.2.js.map1ratio and the size of the other dimension, or failing that, using the image’s intrinsic size, or f…
H A D3.3.js.map1ratio between the device width (`device-width` in portrait mode or `device-height` in landscape mo…
H A Dbundle.js396ratio=this._splitView.getViewSize(0)/this._dim.width)},void 0));let n=(e,t)=>{e instanceof u.b&&("…
H A Dbundle.js.map1ratio) {\n\n function resquarify(parent, x0, y0, x1, y1) {\n if ((rows = parent._squarify) && …
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte19 const ratio = box.height / box.width;
21 canvas.height = userimagewidth * ratio;
23 const ratio = box.width / box.height;
24 canvas.width = userimageheight * ratio;
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1ratio=function(e){return t((e=+e)>1?e:1)},n}(tp),rp=function(){var t=np,e=!1,n=1,r=1,i=[0],a=Nd,o=… function
H A Dmermaid.min.js.map1ratio","nodeValue","sumValue","minValue","maxValue","newRatio","minRatio","beta","dice","squarify"…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2074 // Scale the image, while preserving its intrinsic aspect ratio (if any),
2084 // Scale the image, while preserving its intrinsic aspect ratio (if any),
2446 // Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest
2456 // Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest
2649 // Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area.
2658 // Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area.
4660 // % ratio divided between word-spacing and kashida-spacing
14497 $ratio = $actual_h / $use_w;
14502 if (($ratio / $target) > 1) {
14508 $bpcstart = ($ratio /
[all...]
H A DSizeConverter.php153 private function multiplyFontSize($fontsize, $maxsize, $ratio) argument
156 return $fontsize * $ratio;
159 return $maxsize * $ratio;
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt132 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
/plugin/farmer/
H A Dall.less11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/plugin/farmer/css/
H A Dchosen.less437 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …arch]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js5 …=Number},u.sticky=function(n){return arguments.length?(h=n,o=null,u):h},u.ratio=function(n){return… function
H A Dholder.min.js12ratio;break;case"height":g.width=g.height*h.ratio}}var j={mode:"image",holderSettings:{dimensions:…
/plugin/flowcharts/
H A Dmermaid.min.js1ratio=function(e){return t((e=+e)>1?e:1)},n}(tp),rp=function(){var t=np,e=!1,n=1,r=1,i=[0],a=Cd,o=… function
/plugin/flowplay/flowplayer/
H A DREADME.txt111 …ially the size is maximized according to the 'videoHeight' setting and preserving the aspect ratio.
/plugin/flowplay2/flowplayer/
H A DREADME.txt283 …ially the size is maximized according to the 'videoHeight' setting and preserving the aspect ratio.
/plugin/flowplayer/player/
H A DREADME.txt455 - logo now takes 6.5% of the screen height, width is scaled so that the aspect ratio is preserved
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php297 $ratio = $css->print->get_ratio(); variable
311 if($ratio>0) $ratio = '<span style="color:green;">'.$ratio.'%</span> variable
312 ('.$diff.' Bytes)'; else $ratio = '<span variable
313 style="color:red;">'.$ratio.'%</span> ('.$diff.' Bytes)';
328 …ize('input').'KB, '.$lang[$l][38].':'.$css->print->size('output').'KB, '.$lang[$l][36].': '.$ratio;
/plugin/gallery/
H A Dsyntax.php
/plugin/galleryv1.5/inc/
H A Dimage.php37 $ratio = $width / $height; variable
52 $new_width = floor(str_replace('h','',$size) * $ratio);
56 $new_height = floor(str_replace('w','',$size) / $ratio);
H A Dmagazinelayout.class.php267 $ratio = $w / $h;
283 $opts['ratio'] = $ratio;
307 $ratio = $width / $height;
322 $new_width = floor(str_replace('h','',$size) * $ratio);
326 $new_height = floor(str_replace('w','',$size) / $ratio);
347 $ratio = $img['meta']->getResizeRatio($img['w_lightbox'],$img['h_lightbox']);
348 $w_lightbox = floor($w_lightbox * $ratio);
349 $h_lightbox = floor($h_lightbox * $ratio);
/plugin/galleryv1.5/
H A Dscript.js308 var ratio = 1.0;
310 ratio = ((targ.w / orig.w) < (targ.h / orig.h)) ? targ.w / orig.w : targ.h / orig.h;
311 imag.width = Math.floor(orig.w * ratio);
312 imag.height = Math.floor(orig.h * ratio);
313 self._expandable = (ratio < 1.0) ? true : false;

123456