Home
last modified time | relevance | path

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

123456

/plugin/combo/ComboStrap/
H A DPageImageTag.php130 $ratio = $tagAttributes->getValueAndRemoveIfPresent(Dimension::RATIO_ATTRIBUTE);
131 if ($width === null && $height !== null && $ratio === null) {
134 if ($width !== null && $height !== null && $ratio === null) {
140 if ($ratio !== null) {
142 $imageFetcher->setRequestedAspectRatio($ratio);
144 LogUtility::error("The ratio value ($ratio) is not a valid ratio for the icon image ($icon)");
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Dbpmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css17 @media screen and (-webkit-min-device-pixel-ratio:0) {
H A Ddmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
/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/_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/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/odt/ODT/
H A DODTUtility.php239 $ratio = 1;
241 $ratio = $height_file/$width_file;
255 $height = $width * $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/achart/assets/
H A Dapexcharts.min.js6 …ction"==typeof i._loaded&&i._loaded.call(i,{width:s.width,height:s.height,ratio:s.width/s.height,u…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md154 …d: [Enhanced Image](https://ckeditor.com/cke4/addon/image2) plugin aspect ratio locking uses an ol…
156 …r-dev/issues/2254): Fixed: [Image](https://ckeditor.com/cke4/addon/image) ratio locking is too pre…
1397 * [#10833](https://dev.ckeditor.com/ticket/10833): Fixed: *Lock ratio* option should be on by defau…
H A Dckeditor.js.unc12442 ratio: 1
H A Dckeditor.js633 …ad",function(){var b=t.getInputElement();if(b){var c=t.type in{checkbox:1,ratio:1}&&CKEDITOR.env.i…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc29 if ( aMatch[ 2 ] == '%' ) // % is allowed - > unlock ratio.
34 // Only if ratio is locked
165 // Check image ratio and original image ratio, but respecting user's preference.
172 dialog.lockRatio = false; // Default: unlock ratio
225 switchLockRatio( dialog, false ); // Unlock ratio
/plugin/ckgedit/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/tagfilter/
H A Dstyle.css736 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
/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/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ExperimentResultMetric.php29 public $ratio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExperimentResultMetric
71 public function setRatio($ratio) argument
73 $this->ratio = $ratio;
77 return $this->ratio;
H A DGoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.php24 public $ratio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval
43 public function setRatio($ratio) argument
45 $this->ratio = $ratio;
49 return $this->ratio;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DLoyaltyPoints.php30 public $ratio; variable in Google\\Service\\ShoppingContent\\LoyaltyPoints
60 public function setRatio($ratio) argument
62 $this->ratio = $ratio;
66 return $this->ratio;
/plugin/c3chart/assets/
H A Dc3.min.js2ratio:this.getRatio("arc",t),index:t.index})},l.prototype.textForArcLabel=function(t){var e,i,n,r,…
H A Dd3.min.js2ratio=function(n){return t((n=+n)>1?n:1)},e}(sd),ld=function t(n){function e(t,e,r,i,o){if((u=t._s… function
/plugin/vshare/
H A Dall.css2 aspect-ratio: 16/9;
/plugin/bpmnioeditor/
H A Dstyle.css839 @media screen and (-webkit-min-device-pixel-ratio:0) {

123456