Home
last modified time | relevance | path

Searched refs:targetHeight (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DRasterImageLink.php114 $targetHeight = $fetchRaster->getTargetHeight();
120 $attributes->addOutputAttributeValue("height", $targetHeight . $htmlLengthUnit);
124 $attributes->addStyleDeclarationIfNotSet("max-height", $targetHeight . $cssLengthUnit);
159 $fetchRaster->checkLogicalRatioAgainstTargetRatio($targetWidth, $targetHeight);
299 $attributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
315 $attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
H A DFetcherRaster.php108 $targetHeight = $this->getTargetHeight();
111 $this->setRequestedHeight($targetHeight);
H A DFetcherSvg.php972 $targetHeight = $this->getTargetHeight();
1034 ->setAttribute(Dimension::HEIGHT_KEY, $targetHeight);
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.js712 targetHeight = 0,
794 targetHeight = BROWSER.iOS ? window.innerHeight : target.height();
817 targetHeight = target.outerHeight(FALSE);
824 targetHeight = pluginCalculations.height;
844 position.top += at.y === BOTTOM ? targetHeight : at.y === CENTER ? targetHeight / 2 : 0;
855 this, position, posOptions, targetWidth, targetHeight, tooltipWidth, tooltipHeight
2931 ;PLUGINS.viewport = function(api, position, posOptions, targetWidth, targetHeight, elemWidth, elemH… argument
3032 …top: methodY !== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, e…
/plugin/openlayersmap/ol7/
H A Dol.js.map