/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | FpdiTrait.php | 147 $newSize = $this->fpdiUseImportedPage($pageId, $x, $y, $width, $height, $adjustPageSize); 149 $this->setImportedPageLinks($pageId, $x, $y, $newSize); 151 return $newSize; 242 * @param array $newSize The size. 244 public function setImportedPageLinks($pageId, $x, $y, $newSize) 247 $pageHeightDifference = $this->h - $newSize['height']; 250 $widthRatio = $newSize['width'] / $originalSize['width']; 251 $heightRatio = $newSize['height'] / $originalSize['height']; 255 setImportedPageLinks($pageId, $x, $y, $newSize) global() argument
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 121 $newSize = $this->getTemplateSize($tpl, $width, $height); 123 $this->setPageFormat($newSize, $newSize['orientation']); 130 ($newSize['width'] / $originalSize['width']), 131 ($newSize['height'] / $originalSize['height']), 133 ($this->h - $y - $newSize['height']) * $this->k, 138 return $newSize;
|
H A D | FpdiTrait.php | 420 $newSize = $this->getTemplateSize($pageId, $width, $height); 422 $this->setPageFormat($newSize, $newSize['orientation']); 429 ($newSize['width'] / $originalSize['width']), 430 ($newSize['height'] / $originalSize['height']), 432 ($this->h - $y - $newSize['height']) * $this->k, 437 return $newSize;
|
/plugin/block/ |
H A D | script.js | 143 var newSize = context.measureText(text).width; 152 if (newSize == baselineSize) {
|
/plugin/advrack/ |
H A D | jquery.qtip.js | 2302 width: newSize[0], 2303 height: newSize[1], 2304 lineHeight: newSize[1]+'px' 2310 …round(mimic.x === LEFT ? border : mimic.x === RIGHT ? newSize[0] - curSize[0] - border : (newSize[… 2317 …round(mimic.y === TOP ? border : mimic.y === BOTTOM ? newSize[1] - curSize[1] - border : (newSize[… 2333 inner.attr(WIDTH, newSize[0] * SCALE).attr(HEIGHT, newSize[1] * SCALE); 2334 inner.css(WIDTH, newSize[0]).css(HEIGHT, newSize[1]); 2363 coordsize: (newSize[0]+border) + ' ' + (newSize[1]+border), 2367 width: newSize[0] + border, 2368 height: newSize[1] + border [all …]
|
/plugin/s5/ui/default/ |
H A D | slides.js | 417 var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale)); 418 fontSize(newSize + 'px');
|
/plugin/s5/ui/dokuwiki/ |
H A D | slides.js | 416 var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale)); 417 fontSize(newSize + 'px');
|
/plugin/s5reloaded/ui/thesis/ |
H A D | slides.js | 835 var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale)); 836 extendImgSizes(newSize); // scalable images extension 837 extendCanSizes(newSize); // scalable canvas extension 838 extendObjSizes(newSize); // scalable object extension 839 fontSize(newSize,"px");
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 2 …newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;retu… argument
|
H A D | vorbis.js | 2 …newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;retu… argument
|
H A D | opus.js | 2 …newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;retu… argument
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 43745 _this.newSize = null; 44071 _this4.newSize = hookNewSize; 44133 this.newSize = this.startWidth; 44187 _this7.hot.runHooks('afterColumnResize', selectedCol, _this7.newSize); 44194 if (this.newSize != this.startWidth) { 45566 _this.newSize = null; 45875 _this4.newSize = hookNewSize; 45931 this.newSize = this.startHeight; 45977 _this7.hot.runHooks('beforeRowResize', selectedRow, _this7.newSize); 45985 _this7.hot.runHooks('afterRowResize', selectedRow, _this7.newSize); [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 20847 Layout.prototype._syncCellSizes = function(groupName, newSize){ argument 20863 this._syncGroupSize(groups[groupName], newSize); 20868 Layout.prototype._syncGroupSize = function(cells, newSize){ argument 20887 cells[i].$config.gravity = k * newSize; 20889 resizeSibling.$config[property] = totalSize - newSize; 20890 resizeSibling.$config.gravity = totalGravity - k * newSize; 20894 cells[i].$config[property] = newSize; 20899 this.$gantt.config.grid_width = newSize; 22458 var newSize = gridFirst ? newBehindSize : newFrontSize; 22464 var newSize = gridFirst ? newBackSize : newFrontSize; [all …]
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 10375 this.resize = function (newSize, pagesToKeep) { 10376 size = newSize;
|
H A D | viewer.js.map | 1 …newSize. The optional\n * parameter pagesToKeep is, if present, an array of pages to push to the…
|
/plugin/processing/ |
H A D | script.js | 4325 p.expand = function(ary, newSize) { argument 4333 temp.length = newSize;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …newSize","groups","_eachChild","_syncGroupSize","_xLayout","getNextSibling","ownSize","resizeSibli…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …newSize = item.row.domNode.offsetHeight;\n item.size = newSize;\n item.lastD…
|