Searched refs:targetHeight (Results 1 – 10 of 10) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | RasterImageLink.php | 114 $targetHeight = $fetchRaster->getTargetHeight(); 120 $attributes->addOutputAttributeValue("height", $targetHeight . $htmlLengthUnit); 124 $attributes->addStyleDeclarationIfNotSet("max-height", $targetHeight . $cssLengthUnit); 159 $fetchRaster->checkLogicalRatioAgainstTargetRatio($targetWidth, $targetHeight); 299 …tributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeight)); 315 …$attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
|
| H A D | FetcherRaster.php | 108 $targetHeight = $this->getTargetHeight(); 111 $this->setRequestedHeight($targetHeight);
|
| H A D | FetcherSvg.php | 972 $targetHeight = $this->getTargetHeight(); 1034 ->setAttribute(Dimension::HEIGHT_KEY, $targetHeight); 1043 if ($targetWidth !== $targetHeight) { 1052 …et width of ($targetWidth) that is different from the target height ($targetHeight). The icon will…
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.ui-deps.js | 907 var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions, 926 targetHeight = dimensions.height; 976 basePosition.top += targetHeight; 978 basePosition.top += targetHeight / 2; 981 atOffset = getOffsets( offsets.at, targetWidth, targetHeight ); 1023 targetHeight: targetHeight, property 1045 bottom = top + targetHeight - elemHeight, 1052 height: targetHeight 1067 if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) { 1226 data.targetHeight : [all …]
|
| /plugin/advrack/ |
| D | jquery.qtip.js | 712 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/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree-all-deps.js | 902 var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions, 921 targetHeight = dimensions.height; 971 basePosition.top += targetHeight; 973 basePosition.top += targetHeight / 2; 976 atOffset = getOffsets( offsets.at, targetWidth, targetHeight ); 1018 targetHeight: targetHeight, property 1040 bottom = top + targetHeight - elemHeight, 1047 height: targetHeight 1062 if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) { 1221 data.targetHeight : [all …]
|
| D | jquery.fancytree-all-deps.min.js | 1 …targetHeight:p,elemWidth:a,elemHeight:l,collisionPosition:n,collisionWidth:r,collisionHeight:o,off… property
|
| D | jquery.fancytree-all-deps.min.js.map | 1 …"scrollTop","outerWidth","outerHeight","of","atOffset","targetWidth","targetHeight","targetOffset"…
|
| /plugin/zwidoku/files/ |
| H A D | jquery.js | 9 …targetHeight:f,elemWidth:l,elemHeight:c,collisionPosition:s,collisionWidth:x,collisionHeight:C,off… property
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …targetHeight = typeof size === 'number' ? size : size[1];\n const outWidth = Math.round(targetW…
|