Searched refs:pageHeight (Results 1 – 14 of 14) sorted by relevance
| /plugin/lightbox/ |
| D | script.js | 101 pageHeight = windowHeight; 103 pageHeight = yScroll; 114 arrayPageSize = [pageWidth,pageHeight,windowWidth,windowHeight];
|
| /plugin/diagramsnet/lib/js/ |
| D | export.js | 543 data.scale = Math.min((data.pageHeight * v) / (gb.height / graph.view.scale), 558 var ph = data.pageHeight || xmlDoc.documentElement.getAttribute('pageHeight');
|
| D | extensions.min.js | 1033 e;b.pageHeight=a.pageFormat.height*x;b.backgroundClr=a.background;b.mathEnabled=a.mathEnabled;b.sha… 1046 ….cells[x],k=null!=w.parent?f[w.parent.id]:null,null!=k&&(w=A(w,k,a,c,b.pageHeight),null!=w&&n.appe… 1049 B.pageWidth,f));C.appendChild(d("PageHeight",B.pageHeight,f));C.appendChild(b("PageScale",B.pageSca…
|
| /plugin/revealjs/js/ |
| D | reveal.js | 843 pageHeight = Math.floor( slideSize.height * ( 1 + config.margin ) ); 850 injectStyleSheet( '@page{size:'+ pageWidth +'px '+ pageHeight +'px; margin: 0px;}' ); 857 document.body.style.height = pageHeight + 'px'; 876 top = ( pageHeight - slideHeight ) / 2; 879 var numberOfPages = Math.max( Math.ceil( contentHeight / pageHeight ), 1 ); 886 top = Math.max( ( pageHeight - contentHeight ) / 2, 0 ); 893 page.style.height = ( ( pageHeight + config.pdfPageHeightOffset ) * numberOfPages ) + 'px';
|
| /plugin/lytebox/ |
| D | lytebox.js | 816 var pageHeight = (yScroll < windowHeight) ? windowHeight : yScroll; 818 return new Array(pageWidth, pageHeight, windowWidth, windowHeight);
|
| /plugin/diagramsnet/lib/ |
| D | electron.js | 1358 height: (args.pageHeight * 1.025) * MICRON_TO_PIXEL
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | VsdxExport.js | 666 var shape = convertMxCell2Shape(cell, layerIndex, graph, xmlDoc, modelAttrib.pageHeight);
|
| D | importer.js | 705 var pageHeight = page.getPageDimensions().y; 711 this.addShape(graph, shape, p? p : parent, pageId, pageHeight); 719 … var edgeId = this.addConnectedEdge(graph, entry.getValue(), pageId, pageHeight); 738 … return null; })(this.parentsMap, edgeShapeEntry.getKey()), edgeShapeEntry.getValue(), pageHeight); 747 return pageHeight; 1193 … mxVsdxCodec.prototype.addConnectedEdge = function (graph, connect, pageId, pageHeight) { argument 1209 var parentHeight = pageHeight; 1381 … mxVsdxCodec.prototype.addUnconnectedEdge = function (graph, parent, edgeShape, pageHeight) { argument 1382 var parentHeight = pageHeight;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | ElectronApp.js | 44 pageHeight: pageFormat.height, property
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 9840 this.pageHeight = this.viewport.height; 9841 this.pageRatio = this.pageWidth / this.pageHeight; 9893 this.pageHeight = this.viewport.height; 9894 this.pageRatio = this.pageWidth / this.pageHeight; 10854 …var pageHeight = (changeOrientation ? pageView.width : pageView.height) / pageView.scale / _ui_uti… 10863 y = y !== null ? y : pageHeight; 10887 height = pageHeight;
|
| D | viewer.js.map | 1 …pageHeight","widthScale","heightScale","boundingRect","_updateLocation","normalizedScaleValue","pd…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 70667 var pageHeight = calculatePageHeight(pages, docDefinition.pageMargins); 70668 this.pdfKitDoc.options.size = [pageSize.width, pageHeight];
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …pageHeight","gap","scaleLinear","interpolateHcl","theSidePad","theTopPad","bottomXAxis","topXAxis"…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …pageHeight) {\n var barHeight = conf.barHeight;\n var gap = barHeight + conf.barGap;\n va…
|