/plugin/combo/ComboStrap/ |
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 …ttributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeight)… 315 …$attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
|
D | FetcherRaster.php | 109 $targetWidth = $this->getTargetWidth(); 110 $this->setRequestedWidth($targetWidth); 252 $targetWidth = parent::getTargetWidth(); 254 if ($targetWidth > $intrinsicWidth) { 260 …image ($this), the calculated width of ($targetWidth) cannot be bigger than the intrinsic width of… 263 return $targetWidth;
|
D | FetcherSvg.php | 971 $targetWidth = $this->getTargetWidth(); 1033 ->setAttribute(Dimension::WIDTH_KEY, $targetWidth) 1043 if ($targetWidth !== $targetHeight) { 1052 … having the same dimension but the svg ($this) has a target width of ($targetWidth) that is differ…
|
/plugin/indexmenu/scripts/fancytree/modules/ |
D | jquery.fancytree.ui-deps.js | 907 var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions, 925 targetWidth = dimensions.width; 970 basePosition.left += targetWidth; 972 basePosition.left += targetWidth / 2; 981 atOffset = getOffsets( offsets.at, targetWidth, targetHeight ); 1022 targetWidth: targetWidth, property 1043 right = left + targetWidth - elemWidth, 1051 width: targetWidth, 1064 if ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) { 1189 data.targetWidth : [all …]
|
/plugin/advrack/ |
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/indexmenu/scripts/fancytree/ |
D | jquery.fancytree-all-deps.js | 902 var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions, 920 targetWidth = dimensions.width; 965 basePosition.left += targetWidth; 967 basePosition.left += targetWidth / 2; 976 atOffset = getOffsets( offsets.at, targetWidth, targetHeight ); 1017 targetWidth: targetWidth, property 1038 right = left + targetWidth - elemWidth, 1046 width: targetWidth, 1059 if ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) { 1184 data.targetWidth : [all …]
|
D | jquery.fancytree-all-deps.min.js | 1 …targetWidth:f,targetHeight:p,elemWidth:a,elemHeight:l,collisionPosition:n,collisionWidth:r,collisi… property
|
D | jquery.fancytree-all-deps.min.js.map | 1 …","scrollLeft","scrollTop","outerWidth","outerHeight","of","atOffset","targetWidth","targetHeight"…
|
/plugin/zwidoku/files/ |
H A D | jquery.js | 9 …targetWidth:p,targetHeight:f,elemWidth:l,elemHeight:c,collisionPosition:s,collisionWidth:x,collisi… property
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
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){
|
D | pdfmake.min.js.map | 1 …targetWidth","sqrt","textTools","styleContextStack","sizeOfString","defaultFont","getOwnPropertyNa…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
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/ |
D | dhtmlxgantt.js.map | 1 …targetWidth","start","curr","tzOffset","getTimezoneOffset","_correct_dst_change","dates","last","l…
|
/plugin/openlayersmap/ol/ |
D | ol.js.map | 1 …targetWidth = typeof size === 'number' ? size : size[0];\n const targetHeight = typeof size ===…
|