Searched refs:currentHeight (Results 1 – 15 of 15) sorted by relevance
| /plugin/c3chart/assets/ |
| D | c3.min.js | 2 …currentHeight=t.getCurrentHeight(),t.margin=e.axis_rotated?{top:t.getHorizontalAxisHeight("y2")+t.…
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 3796 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,
|
| D | viewer.js.map | 1 …currentHeight","viewWidth","viewHeight","viewRight","viewBottom","hiddenHeight","hiddenWidth","id"…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 12577 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),
|
| D | fabric.min.js | 8 …currentHeight=p.y;if(currentWidth<0){currentWidth=Math.abs(currentWidth)}var _hypotenuse=Math.sqrt…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 15831 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 D | js.js | 1 …currentHeight=instance.rootElement.style.height;if(currentHeight!==''){currentHeight=parseInt(inst…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 19780 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++) {
|
| D | pdf.worker.js.map | 1 …currentHeight","symbolCodeLength","tableB1","getStandardTable","symbolWidths","deltaHeight","huffm…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 13924 var currentHeight = (line) ? line.getHeight() : 0; 13927 while (line && (maxHeight === -1 || currentHeight < maxHeight)) { 13932 currentHeight += line.getHeight(); field
|
| D | pdfmake.min.js.map | 1 …currentHeight","getHeight","maxHeight","textNode","hasEnoughSpaceForInline","shift","lastLineInPar…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …currentHeight=null,n.newSize=null,n.startY=null,n.startHeight=null,n.startOffset=null,n.handle=doc…
|
| /plugin/html5video2/script/ |
| D | video.min.js | 12 …}},e.currentWidth=function(){return this.currentDimension("width")},e.currentHeight=function(){ret…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 70052 var currentHeight = (line) ? line.getHeight() : 0; 70082 while (line && (maxHeight === -1 || currentHeight < maxHeight)) { 70087 currentHeight += line.getHeight();
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …currentHeight = measureTextHeight(font);\n heights.push(currentHeight);\n lineHeight = Math.…
|