| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | LoyaltyPoints.php | 30 public $ratio; variable in Google\\Service\\ShoppingContent\\LoyaltyPoints 60 public function setRatio($ratio) argument 62 $this->ratio = $ratio; 66 return $this->ratio;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.php | 24 public $ratio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval 43 public function setRatio($ratio) argument 45 $this->ratio = $ratio; 49 return $this->ratio;
|
| D | GoogleCloudDialogflowCxV3ExperimentResultMetric.php | 29 public $ratio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExperimentResultMetric 71 public function setRatio($ratio) argument 73 $this->ratio = $ratio; 77 return $this->ratio;
|
| /plugin/combo/ComboStrap/ |
| H A D | FetcherImage.php | 57 $ratio = $this->getRequestedAspectRatio(); 58 $url->addQueryParameterIfNotPresent(Dimension::RATIO_ATTRIBUTE, $ratio); 339 $ratio = $this->getCalculatedRequestedAspectRatioAsFloat(); 341 $ratio = $this->getIntrinsicAspectRatio(); 343 return self::round($width / $ratio); 353 $ratio = $this->getCalculatedRequestedAspectRatioAsFloat(); 354 [$croppedWidth, $croppedHeight] = $this->getCroppingDimensionsWithRatio($ratio); 389 $ratio = $this->getCalculatedRequestedAspectRatioAsFloat(); 391 $ratio = $this->getIntrinsicAspectRatio(); 393 return self::round($ratio * $height); [all …]
|
| H A D | PageImageTag.php | 130 $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)");
|
| H A D | ConditionalLength.php | 147 $ratio = $this->getRatio(); 148 if ($ratio > 1) { 149 …throw new ExceptionBadArgument("The length ratio ($ratio) is greater than 1. It should be less tha…
|
| H A D | ColorRgb.php | 724 $ratio = ($lighter->getLuminance() + 0.05) / ($darker->getLuminance() + 0.05); 725 return floor($ratio * 100) / 100; 735 $ratio = $this->getContrastRatio($targetColor); 738 while ($ratio < $minimum) { 744 $ratio = $newColorRgb->getContrastRatio($targetColor);
|
| /plugin/ckgedit/ckeditor/skins/moono/ |
| D | skin.js | 89 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/ckgdoku/ckeditor/skins/moono/ |
| D | skin.js | 89 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/colorswatch/ |
| D | style.css | 16 --ratio: 0.66; 25 height: calc(var(--ratio) * var(--tiny-height) * 1rem); 34 height: calc(var(--ratio) * var(--small-height) * 1rem); 43 height: calc(var(--ratio) * var(--middle-height) * 1rem); 52 height: calc(var(--ratio) * var(--large-height) * 1rem);
|
| /plugin/photogallery/ |
| D | syntax.php | 707 $ratio = $this->_fill_ratio($mw,$mh,$vpw,$vph); 708 $iw = floor($mw * $ratio); 709 $ih = floor($mh * $ratio); 716 $ratio = $this->_fit_ratio($mw,$mh,$vpw,$vph); 717 $iw = floor($mw * $ratio); 718 $ih = floor($mh * $ratio); 837 $ratio = 1; 839 $ratio = $maxw/$w; 840 if($h * $ratio > $maxh){ 841 $ratio = $maxh/$h; [all …]
|
| /plugin/galleryv1.5/inc/ |
| D | image.php | 37 $ratio = $width / $height; variable 52 $new_width = floor(str_replace('h','',$size) * $ratio); 56 $new_height = floor(str_replace('w','',$size) / $ratio);
|
| D | magazinelayout.class.php | 267 $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/freechat/phpfreechat/lib/csstidy-1.2/ |
| D | css_optimiser.php | 297 $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/pagecss/vendor/csstidy-2.2.1/ |
| H A D | css_optimiser.php | 387 $ratio = $css->print->get_ratio(); variable 406 if ($ratio>0) $ratio = '<span style="color:green">'.$ratio.'%</span> variable 407 ('.$diff.' Bytes)'; else $ratio = '<span variable 408 style="color:red;">'.$ratio.'%</span> ('.$diff.' Bytes)'; 422 …ize('input'),'KB, ',$lang[$l][38],':',$css->print->size('output'),'KB, ',$lang[$l][36],': ',$ratio;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | SizeConverter.php | 153 private function multiplyFontSize($fontsize, $maxsize, $ratio) argument 156 return $fontsize * $ratio; 159 return $maxsize * $ratio;
|
| /plugin/livemark/ |
| D | action.php | 102 $ratio=$src_width/imagesx($watermark)*$size; 103 $watermark_width = imagesx($watermark)*$ratio; 104 $watermark_height = imagesy($watermark)*$ratio;
|
| /plugin/orphanmedia2/ |
| D | syntax.php | 278 $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/orphanmedia/ |
| D | syntax.php | 277 $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/openlayersmapoverlays/lib/ |
| D | layers.js | 59 …ratio:2,resFactor:null,response:null,activate:function(){var activated=OpenLayers.Strategy.prototy… property
|
| /plugin/dirtylittlehelper/mermaid/editor/src/components/ |
| D | Links.svelte | 19 const ratio = box.height / box.width; 21 canvas.height = userimagewidth * ratio; 23 const ratio = box.width / box.height; 24 canvas.width = userimageheight * ratio;
|
| /plugin/combo/resources/slot/ |
| H A D | main-header.md | 4 <page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" lazy=…
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.mpeg.php | 616 …$ratio = (float) (isset($lookup[$mpeg_version][$rawaspectratio]) ? $lookup[$mpeg_version][$rawaspe… 617 if ($mpeg_version == 2 && $ratio != 1) { 619 $ratio = $ratio * $height / $width; 621 return $ratio;
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | aspect-ratio-fill.svg | 1 <svg class="bi bi-aspect-ratio-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColo…
|
| /plugin/combo/resources/theme/default/pages/partials/ |
| H A D | main-header-partial.hbs | 10 …{{#page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" zo…
|