Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
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 …ttributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeight)…
315 …$attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
DFetcherRaster.php109 $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;
DFetcherSvg.php971 $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/
Djquery.fancytree.ui-deps.js907 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/
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/indexmenu/scripts/fancytree/
Djquery.fancytree-all-deps.js902 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 …]
Djquery.fancytree-all-deps.min.js1targetWidth:f,targetHeight:p,elemWidth:a,elemHeight:l,collisionPosition:n,collisionWidth:r,collisi… property
Djquery.fancytree-all-deps.min.js.map1 …","scrollLeft","scrollTop","outerWidth","outerHeight","of","atOffset","targetWidth","targetHeight"…
/plugin/zwidoku/files/
H A Djquery.js9targetWidth:p,targetHeight:f,elemWidth:l,elemHeight:c,collisionPosition:s,collisionWidth:x,collisi… property
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
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){
Dpdfmake.min.js.map1targetWidth","sqrt","textTools","styleContextStack","sizeOfString","defaultFont","getOwnPropertyNa…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
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/
Ddhtmlxgantt.js.map1targetWidth","start","curr","tzOffset","getTimezoneOffset","_correct_dst_change","dates","last","l…
/plugin/openlayersmap/ol/
Dol.js.map1targetWidth = typeof size === 'number' ? size : size[0];\n const targetHeight = typeof size ===…