Home
last modified time | relevance | path

Searched refs:targetWidth (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DRasterImageLink.php158 $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 DFetcherRaster.php109 $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 DFetcherSvg.php971 $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 Djquery.qtip.js711 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 Dpdfmake.js13628 … 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 Dpdfmake.min.js.map1targetWidth","sqrt","textTools","styleContextStack","sizeOfString","defaultFont","getOwnPropertyNa…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js25483 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 Ddhtmlxgantt.js.map1targetWidth","start","curr","tzOffset","getTimezoneOffset","_correct_dst_change","dates","last","l…
/plugin/openlayersmap/ol7/
H A Dol.js.map