Searched refs:targetWidth (Results 1 – 9 of 9) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | RasterImageLink.php | 158 $targetWidth = $fetchRaster->getTargetWidth(); 159 $fetchRaster->checkLogicalRatioAgainstTargetRatio($targetWidth, $targetHeight); 164 $attributes->addOutputAttributeValue("width", $targetWidth . $htmlLengthUnit); 168 $attributes->addStyleDeclarationIfNotSet("max-width", $targetWidth . $cssLengthUnit); 206 if ($breakpointPixels > $targetWidth) { 252 $srcSet .= "$srcUrl {$targetWidth}w"; 253 $sizes .= "{$targetWidth}px"; 299 $attributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeight)); 315 $attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
|
H A D | FetcherRaster.php | 109 $targetWidth = $this->getTargetWidth(); 110 $this->setRequestedWidth($targetWidth); 252 $targetWidth = parent::getTargetWidth(); 254 if ($targetWidth > $intrinsicWidth) { 260 LogUtility::info("For the image ($this), the calculated width of ($targetWidth) cannot be bigger than the intrinsic width of ($targetWidth). The requested width was then set to its natural width ($intrinsicWidth).", self::CANONICAL); 263 return $targetWidth;
|
H A D | FetcherSvg.php | 971 $targetWidth = $this->getTargetWidth(); 1033 ->setAttribute(Dimension::WIDTH_KEY, $targetWidth) 1043 if ($targetWidth !== $targetHeight) { 1052 LogUtility::info("An icon or tile is defined as having the same dimension but the svg ($this) has a target width of ($targetWidth) that is different from the target height ($targetHeight). The icon will be cropped.");
|
/plugin/advrack/ |
H A D | jquery.qtip.js | 711 targetWidth = 0, 793 targetWidth = BROWSER.iOS ? window.innerWidth : target.width(); 816 targetWidth = target.outerWidth(FALSE); 823 targetWidth = pluginCalculations.width; 843 position.left += at.x === RIGHT ? targetWidth : at.x === CENTER ? targetWidth / 2 : 0; 855 this, position, posOptions, targetWidth, targetHeight, tooltipWidth, tooltipHeight 2931 ;PLUGINS.viewport = function(api, position, posOptions, targetWidth, targetHeight, elemWidth, elemH… argument 3031 …left: methodX !== 'none' ? calculate( X, Y, methodX, adjust.x, LEFT, RIGHT, WIDTH, targetWidth, el…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 13628 … var targetWidth = Math.sqrt(width*width + height*height)*0.8; /* page diagnoal * sample factor */ 13646 if(size.width > targetWidth){ 13650 else if(size.width < targetWidth){
|
H A D | pdfmake.min.js.map | 1 …targetWidth","sqrt","textTools","styleContextStack","sizeOfString","defaultFont","getOwnPropertyNa…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 25483 var targetWidth = this.getSum(lower_scale.width, lower_start, lower_end - 1); 25485 if (actualWidth != targetWidth) { 25486 this.setSumWidth(targetWidth, upper_scale, upper_start, upper_end - 1);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …targetWidth","start","curr","tzOffset","getTimezoneOffset","_correct_dst_change","dates","last","l…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|