Home
last modified time | relevance | path

Searched refs:ratio (Results 126 – 147 of 147) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12ratio;break;case"height":g.width=g.height*h.ratio}}var j={mode:"image",holderSettings:{dimensions:…
/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/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc28 if ( aMatch[ 2 ] == '%' ) // % is allowed - > unlock ratio.
33 // Only if ratio is locked
164 // Check image ratio and original image ratio, but respecting user's preference.
171 dialog.lockRatio = false; // Default: unlock ratio
224 switchLockRatio( dialog, false ); // Unlock ratio
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js586 …ad",function(){var b=v.getInputElement();if(b){var c=v.type in{checkbox:1,ratio:1}&&CKEDITOR.env.i…
H A DCHANGES.md977 * [#10833](http://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by defaul…
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dskin.js89 function channelBrightness( channel, ratio ) { argument
90 var brighten = ratio < 0 ? (
91 0 | channel * ( 1 + ratio )
93 0 | channel + ( 255 - channel ) * ratio
99 return function( hexColor, ratio ) { argument
103 channels[ i ] = channelBrightness( parseInt( channels[ i ], 16 ), ratio );
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …searched beyond this\n\t * length. A higher limit improves compression ratio but degrades the\n…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js189 var ratio = false;
193 ratio = ( _this.setup.fabric.height / 2 ) / group.height;
209 width: ratio ? group.width * ratio : group.width,
210 height: ratio ? group.height * ratio : group.height,
/plugin/orphanmedia/
H A Dsyntax.php277 $ratio = $h_max / $h;
279 $w = floor($w * $ratio);
282 $ratio = $w_max / $w;
284 $h = floor($h * $ratio);
815 $ratio = 1;
817 if($w >= $maxwidth){ $ratio = $maxwidth/$w; }
818 elseif($h > $maxheight) { $ratio = $maxheight/$h; }
821 if($h >= $maxheight) { $ratio = $maxheight/$h; }
822 elseif($w > $maxwidth) { $ratio = $maxwidth/$w; }
824 return $ratio;
/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/tuxquote/
H A Dquotes.txt3435 The probability of anything happening is in inverse ratio to it's desirability. <BR> -- Gumperson's…
/plugin/livemark/
H A Daction.php102 $ratio=$src_width/imagesx($watermark)*$size;
103 $watermark_width = imagesx($watermark)*$ratio;
104 $watermark_height = imagesy($watermark)*$ratio;
/plugin/advrack/
H A Djquery.qtip.js2174 bigHyp, ratio, result,
2183 ratio = bigHyp / smallHyp;
2185 result = [ round(ratio * width), round(ratio * height) ];
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/jmol2/jmol/
H A DCHANGES.txt4347 # scales with the model, so arrow head:atom size ratio remains constant
/plugin/stars/
H A Dreadme.txt18 Usage: [stars=num] where num is a number, eg: 5, or a ratio, eg: 5/7
/plugin/flowplay2/flowplayer/
H A DREADME.txt283 …ially the size is maximized according to the 'videoHeight' setting and preserving the aspect ratio.
/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/flowplay/flowplayer/
H A DREADME.txt111 …ially the size is maximized according to the 'videoHeight' setting and preserving the aspect 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