Home
last modified time | relevance | path

Searched refs:_row (Results 1 – 7 of 7) sorted by relevance

/plugin/phpipam/
H A Dsyntax.php902 $_row = 0 ;
923 $_row = 1 ;
1048 $_row += 1 ;
1069 $_row += 1 ;
1182 $_row = 0 ;
1191 $_row += 1 ;
1202 $_row += 1 ;
1215 $_row += 1 ;
1226 $_row += 1 ;
1242 unset($_row) ;
[all …]
/plugin/pubchem/
H A Dsyntax.php126 $this->_row($renderer,$this->getLang('mol_formula'),$formula);
127 $this->_row($renderer,$this->getLang('mol_weight'), $mw);
128 $this->_row($renderer,'LogP',$xlogp);
258 function _row(&$renderer,$head,$cell){
245 function _row(&$renderer,$head,$cell){ global() function in syntax_plugin_pubchem
/plugin/displayorphans/
H A Drenderer.php36 { $this->_row($renderer, $id, $item, ++$rownum, $type, $showColumns); }
63 …function /* void */ _row(Doku_Renderer $renderer, $id, $item, $rownum, $type, array $showColumns =… function in renderer_plugin_displayorphans
/plugin/nssize/
H A Dsyntax.php42 $this->_row($renderer,$name,$nssize,$alert);
99 function _row(&$renderer,$head,$cell,$strong){ function in syntax_plugin_nssize
/plugin/edittable/renderer/
H A Dinverse.php23 private $_row = 0; variable in renderer_plugin_edittable_inverse
588 $this->_row = 0;
598 $this->_table[++$this->_row] = array();
619 $this->_table[$this->_row][$this->_key] = compact('tag', 'colspan', 'align', 'rowspan');
633 $this->_table[$this->_row][$this->_key]['text'] = trim(substr($this->doc, $this->_pos));
635 $this->_key += $this->_table[$this->_row][$this->_key]['colspan'];
/plugin/edittable/lib/
H A Dhandsontable.full.js4753 var _row = __webpack_require__(256);
4755 var _row2 = _interopRequireDefault(_row);
14304 for (var _row = 0, _len = instance.countSourceRows(); _row < _len; _row++) {
14305 if (priv.cellSettings[_row]) {
14307 priv.cellSettings[_row].splice(visualColumnIndex, amount);
26996 var _row = __webpack_require__(256);
26998 var _row2 = _interopRequireDefault(_row);
47589 for (var _row = topLeft.row; _row <= bottomRight.row; _row += 1) {
47591 var _cellProperties = instance.getCellMeta(_row, _col);
47609 var dataAtCell = instance.getDataAtCell(_row, _col);
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js435 this._row = row;
451 delete this._row;
511 this.style = this._mergeStyle(this._row.style, this._column.style, {});
558 return this._row.worksheet;
563 return this._row.worksheet.workbook;
621 return this._row.number;
726 var worksheet = this._row.worksheet;
3772 var _row = this.worksheet.getRow(ref.row + _i);
3775 var _cell = _row.getCell(ref.col + _j);
4733 … var cellToBeMerged = _this4.getRow(cell._row._number + nInserts).getCell(colNumber);
[all …]