Home
last modified time | relevance | path

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

123456

/plugin/openlayersmap/
H A Dscript.js617 ratio: 1,
657 ratio: 1,
673 // ratio: 1.1,
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59ratio:2,resFactor:null,response:null,activate:function(){var activated=OpenLayers.Strategy.prototy…
/plugin/openlayersmapoverlays/
H A Dscript.js121 ratio: 1.1,
/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/orphanmedia2/
H A Dsyntax.php278 $ratio = $h_max / $h;
280 $w = floor($w * $ratio);
283 $ratio = $w_max / $w;
285 $h = floor($h * $ratio);
816 $ratio = 1;
818 if($w >= $maxwidth){ $ratio = $maxwidth/$w; }
819 elseif($h > $maxheight) { $ratio = $maxheight/$h; }
822 if($h >= $maxheight) { $ratio = $maxheight/$h; }
823 elseif($w > $maxwidth) { $ratio = $maxwidth/$w; }
825 return $ratio;
/plugin/passpolicy/
H A Dwords.txt2858 ratio
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js48834 ratio = new Float32Array(1);
48838 ratio[0] = i;
48839 fn(ratio, 0, color, 0);
H A Dpdf.worker.js.map1ratio","cssColor","background","RadialAxial","coordsArr","shadingType","r0","csNumComps","MeshStre…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css2109 @media screen and (-webkit-min-device-pixel-ratio: 1.1), screen and (min-resolution: 1.1dppx) {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt687 aspect ratio no longer use EXIF thumbnails as source unless
717 ratio at the size you want without knowing ahead of time
1069 * 'bw=0' to force aspect ratio has been replaced by
1070 'far=1' (force aspect ratio)
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default184 …_hexcolor'] = 'FFFFFF'; // Default background color when thumbnail aspect ratio does not match fix…
/plugin/photogallery/
H A Dsyntax.php837 $ratio = 1;
839 $ratio = $maxw/$w;
841 $ratio = $maxh/$h;
845 $ratio = $maxh/$h;
847 $ratio = $maxw/$w;
850 return $ratio;
854 $ratio = 1;
856 $ratio = $maxw/$w;
858 $ratio = $maxh/$h;
862 $ratio = $maxh/$h;
[all …]
/plugin/popupviewer/
H A Dscript.js388 var ratio = width / height;
400 width = (height - additionalHeight) * ratio;
409 height = width / ratio + additionalHeight;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug-1.3a2.css575 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Dfirebug.css2892 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/slider/
H A Djquery.bxslider.js939 var ratio = slider.settings.speed / totalDimens;
943 var newSpeed = ratio * (totalDimens - (Math.abs(parseInt(el.css(property)))));
/plugin/stars/
H A Dreadme.txt18 Usage: [stars=num] where num is a number, eg: 5, or a ratio, eg: 5/7
/plugin/tagfilter/script/select2/
H A Dselect2.css633 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
/plugin/tagfilter/
H A Dstyle.css736 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
/plugin/tuxquote/
H A Dquotes.txt3435 The probability of anything happening is in inverse ratio to it's desirability. <BR> -- Gumperson's…
/plugin/vshare/
H A Dall.css2 aspect-ratio: 16/9;
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt70 [[data_mining:ratio|Ratio]]
75 [[data_mining:ratio|Ratio]]

123456