Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 – 15 of 15) sorted by relevance

/plugin/c3chart/assets/
Dc3.min.js2currentHeight=t.getCurrentHeight(),t.margin=e.axis_rotated?{top:t.getHorizontalAxisHeight("y2")+t.…
/plugin/pdfjs/pdfjs/web/
Dviewer.js3796 var currentHeight = element.offsetTop + element.clientTop;
3800 var viewBottom = currentHeight + viewHeight;
3806 } else if ((horizontal ? currentWidth : currentHeight) > lastEdge) {
3810 … if (viewBottom <= top || currentHeight >= bottom || viewRight <= left || currentWidth >= right) {
3814 var hiddenHeight = Math.max(0, top - currentHeight) + Math.max(0, viewBottom - bottom);
3820 y: currentHeight,
Dviewer.js.map1currentHeight","viewWidth","viewHeight","viewRight","viewBottom","hiddenHeight","hiddenWidth","id"…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js12577 currentWidth = p.x, currentHeight = p.y;
12586 Math.pow(currentHeight / 2, 2)),
12589 isFinite(currentHeight / currentWidth)
12590 ? currentHeight / currentWidth
12599 wh = new fabric.Point(currentWidth, currentHeight),
Dfabric.min.js8currentHeight=p.y;if(currentWidth<0){currentWidth=Math.abs(currentWidth)}var _hypotenuse=Math.sqrt…
/plugin/edittable/lib/
Dhandsontable.full.js15831 var currentHeight = instance.rootElement.style.height;
15832 if (currentHeight !== '') {
15833 currentHeight = parseInt(instance.rootElement.style.height, 10); property
15889 …if (!init && instance.view && (currentHeight === '' || height === '' || height === void 0) && curr…
45565 _this.currentHeight = null;
45748 this.handle.style.top = this.startOffset + this.currentHeight + 'px';
45948 this.currentHeight = this.startHeight + ((0, _event.pageY)(event) - this.startY);
45951 _this6.newSize = _this6.setManualSize(selectedRow, _this6.currentHeight);
/plugin/zwidoku/files/
H A Djs.js1currentHeight=instance.rootElement.style.height;if(currentHeight!==''){currentHeight=parseInt(inst…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js19780 var currentHeight = 0;
19794 currentHeight += deltaHeight;
19814 …bitmap = decodeTextRegion(huffman, refinement, currentWidth, currentHeight, 0, numberOfInstances, …
19820 …bitmap = decodeRefinement(currentWidth, currentHeight, refinementTemplateIndex, symbol, rdx, rdy, …
19827 …bitmap = decodeBitmap(false, currentWidth, currentHeight, templateIndex, false, null, at, decoding…
19838 collectiveBitmap = readUncompressedBitmap(huffmanInput, totalWidth, currentHeight);
19843 collectiveBitmap = decodeMMRBitmap(huffmanInput, totalWidth, currentHeight, false);
19865 for (y = 0; y < currentHeight; y++) {
Dpdf.worker.js.map1currentHeight","symbolCodeLength","tableB1","getStandardTable","symbolWidths","deltaHeight","huffm…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js13924 var currentHeight = (line) ? line.getHeight() : 0;
13927 while (line && (maxHeight === -1 || currentHeight < maxHeight)) {
13932 currentHeight += line.getHeight(); field
Dpdfmake.min.js.map1currentHeight","getHeight","maxHeight","textNode","hasEnoughSpaceForInline","shift","lastLineInPar…
/plugin/jsontable/script/
Dhandsontable.full.min.js35currentHeight=null,n.newSize=null,n.startY=null,n.startHeight=null,n.startOffset=null,n.handle=doc…
/plugin/html5video2/script/
Dvideo.min.js12 …}},e.currentWidth=function(){return this.currentDimension("width")},e.currentHeight=function(){ret…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js70052 var currentHeight = (line) ? line.getHeight() : 0;
70082 while (line && (maxHeight === -1 || currentHeight < maxHeight)) {
70087 currentHeight += line.getHeight();
/plugin/openlayersmap/ol/
Dol.js.map1currentHeight = measureTextHeight(font);\n heights.push(currentHeight);\n lineHeight = Math.…