Home
last modified time | relevance | path

Searched refs:newSize (Results 1 – 21 of 21) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DFpdiTrait.php147 $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) argument
247 $pageHeightDifference = $this->h - $newSize['height'];
250 $widthRatio = $newSize['width'] / $originalSize['width'];
251 $heightRatio = $newSize['height'] / $originalSize['height'];
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdfTplTrait.php121 $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;
DFpdiTrait.php420 $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/
Dscript.js143 var newSize = context.measureText(text).width;
152 if (newSize == baselineSize) {
/plugin/advrack/
Djquery.qtip.js2256 coords, bigCoords, translate, newSize, border, BACKING_STORE_RATIO;
2300 newSize = this.size = this._calculateSize(corner);
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[…
2311 round(mimic.y === TOP ? newSize[1] - curSize[1] : 0)
2316 round(mimic.x === LEFT ? newSize[0] - curSize[0] : 0),
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);
[all …]
/plugin/s5/ui/dokuwiki/
Dslides.js416 var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale));
417 fontSize(newSize + 'px');
/plugin/s5/ui/default/
Dslides.js417 var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale));
418 fontSize(newSize + 'px');
/plugin/s5reloaded/ui/thesis/
Dslides.js835 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/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;retu…
Dvorbis.js2newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;retu…
Dopus.js2newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;retu…
/plugin/edittable/lib/
Dhandsontable.full.js43745 _this.newSize = null;
43798 this.addHook('beforeColumnResize', function (currentColumn, newSize, isDoubleClick) { argument
43799 return _this2.onBeforeColumnResize(currentColumn, newSize, isDoubleClick);
44068 … var hookNewSize = _this4.hot.runHooks('beforeColumnResize', selectedCol, _this4.newSize, true);
44071 _this4.newSize = hookNewSize;
44077 … _this4.setManualSize(selectedCol, _this4.newSize); // double click sets by auto row size plugin
44086 _this4.hot.runHooks('afterColumnResize', selectedCol, _this4.newSize, true);
44133 this.newSize = this.startWidth;
44153 _this6.newSize = _this6.setManualSize(selectedCol, _this6.currentWidth);
44179 _this7.hot.runHooks('beforeColumnResize', selectedCol, _this7.newSize);
[all …]
/plugin/zwidoku/files/
H A Djs.js1newSize=context.measureText(text).width;delete canvas;if(newSize==baselineSize){return false;}else…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js20847 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;
22459 return gantt.callEvent("onGridResize", [initialWidth, newSize]);
[all …]
/plugin/jsontable/script/
Dhandsontable.full.min.js35newSize=null,n.startY=null,n.startWidth=null,n.startOffset=null,n.handle=document.createElement("D…
/plugin/pdfjs/pdfjs/web/
Dviewer.js10375 this.resize = function (newSize, pagesToKeep) {
10376 size = newSize;
Dviewer.js.map1newSize. The optional\n * parameter pagesToKeep is, if present, an array of pages to push to the…
/plugin/processing/
Dscript.js4325 p.expand = function(ary, newSize) { argument
4333 temp.length = newSize;
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1newSize","groups","_eachChild","_syncGroupSize","_xLayout","getNextSibling","ownSize","resizeSibli…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1newSize = item.row.domNode.offsetHeight;\n item.size = newSize;\n item.lastD…