Searched refs:currentRow (Results 1 – 9 of 9) sorted by relevance
| /plugin/swiftmail/Swift/Iterator/ |
| D | MySQLResult.php | 31 protected $currentRow = array(null, null); variable in Swift_Iterator_MySQLResult 76 $this->currentRow = mysql_fetch_array($this->resultSet); 93 $this->currentRow = mysql_fetch_array($this->resultSet); 107 $row = $this->currentRow;
|
| /plugin/fho/ |
| D | script.js | 4 let currentRow = null; // Um die aktuelle Zeile zu speichern 32 currentRow = cell.parentElement; // Speichert die aktuelle Zeile 37 if (isDragging && cell.parentElement === currentRow) { 44 currentRow = null; // Setzt die Zeile zurück
|
| /plugin/edittable/script/ |
| D | contextmenu.js | 16 … for (var currentRow = selection.start.row; currentRow <= selection.end.row; currentRow += 1) { 18 selectionArray.push({row: currentRow, col: currentCol});
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.html5.js | 1099 var currentRow, rowNode; 1101 currentRow = rowPos + 1; 1102 rowNode = _createNode(rels, 'row', { attr: { r: currentRow } }); 1106 var cellId = createCellPos(i) + '' + currentRow;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Dialogs.js | 5702 var currentRow = null; 6234 if (currentRow != null) 6236 currentRow.style.backgroundColor = ''; 6240 currentRow = row; 6241 currentRow.style.backgroundColor = Editor.isDarkMode() ? '#000000' : '#ebf2f9';
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …currentRow){var row=_this2.getAtRow(currentRow);var newRow=void 0;if(_this2.dataType==='array'){ne…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 34331 (0, _number.rangeEach)(startRow, endRow, function (currentRow) { argument 34332 var row = _this2.getAtRow(currentRow); 45563 _this.currentRow = null; 45705 this.currentRow = row; 45721 if (this.currentRow >= start && this.currentRow <= end) { 45726 this.selectedRows.push(this.currentRow); 45729 this.selectedRows.push(this.currentRow);
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …currentRow=null,n.selectedRows=[],n.currentHeight=null,n.newSize=null,n.startY=null,n.startHeight=…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …currentRow","wrappedTxts","currentTextLen","firstPart","lastStr","elementString","requirementDb","…
|