Searched refs:rowHeight (Results 1 – 11 of 11) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
| D | TableRow.php | 33 public function setRowHeight(Dimension $rowHeight) argument 35 $this->rowHeight = $rowHeight; 42 return $this->rowHeight;
|
| /plugin/twcheckliste/theme_twCheckliste/ |
| D | packery.pkgd.min.js | 12 …s.layout.size["inner"+n];e||(s=Math.max(s,this.layout.maxY),this.layout.rowHeight||(s-=this.layout… 13 …his._applyGridGutter(o,this.columnWidth),r=this._applyGridGutter(r,this.rowHeight)),i.width=Math.m…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 24717 var rowHeight = void 0; 24721 rowHeight = rowHeightFn(i); 24723 if (rowHeight === undefined) { 24724 rowHeight = ViewportRowsCalculator.DEFAULT_HEIGHT; 24731 …if (sum >= scrollOffset && sum + rowHeight <= scrollOffset + viewportHeight - horizontalScrollbarH… 24738 sum += rowHeight; 24756 … var viewportSum = startPositions[this.endRow] + rowHeight - startPositions[this.startRow - 1]; 26837 rowHeight: function rowHeight(row) { 27605 var height = this.wot.wtSettings.settings.rowHeight(sourceRow); 44675 var rowHeight = this.hot.view.wt.wtTable.getRowHeight(i) || 23; [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …rowHeight=void 0;for(var i=0;i<totalRows;i++){rowHeight=rowHeightFn(i);if(rowHeight===undefined){r…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 12 …x:"",suffix:""},block:{useMaxWidth:!0,padding:8},packet:{useMaxWidth:!0,rowHeight:32,bitWidth:32,b… 2180 …rowHeight:[],width:0,height:E,verticalPadding:_,horizontalPadding:C};w.sort(function(k,L){return k… 2583 …rowHeight:[],width:0,height:L,verticalPadding:I,horizontalPadding:M,centerX:0,centerY:0};P&&(B.ide…
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 7625 var rowHeight = rowEl.height(); // TODO: cache somehow? 7640 if (trEl.position().top + trHeight > rowHeight) {
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 19896 var rowHeight = grid.getItemHeight(); 19897 relTargetPos = (eventTop - rowTop) / rowHeight;
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …rowHeight:function(){},defaultRowHeight:23,defaultColumnWidth:50,selections:null,hideBorderOnMouse… method 35 …unHooks("afterGetColumnHeaderRenderers",t),t},columnWidth:e.getColWidth,rowHeight:e.getRowHeight,c…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …rowHeight:r}),((a+=r)>=e||u===t.length-1)&&(n[i]=o,o.key=l++,o.firstRowIndex=s,o.lastRowIndex=u,o=…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 358 return this.nativeRow + Math.min(this.rowHeight - 1, this.nativeRowOff) / this.rowHeight; 362 this.nativeRowOff = Math.floor((v - this.nativeRow) * this.rowHeight);
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …temTop(targetTaskId);\n\t\t\tvar rowHeight = grid.getItemHeight();\n\t\t\trelTargetPos = (eventTop…
|