Searched refs:tableRows (Results 1 – 4 of 4) sorted by relevance
8 protected $tableRows = [];15 $this->tableRows[] = new TableRowNode($row, $this);30 $this->numCols = $this->tableRows[0]->countCols();46 foreach ($this->tableRows as $row) {9 protected $tableRows = []; global() variable in dokuwiki\\plugin\\prosemirror\\parser\\TableNode
103 public function setTableRows($tableRows) argument105 $this->tableRows = $tableRows;112 return $this->tableRows;
99 public function setTableRows($tableRows) argument101 $this->tableRows = $tableRows;108 return $this->tableRows;
90 const tableRows = links.map(([page, mediaLinks]) => {102 const table = `${tableHead + tableRows.join('')}</table>`;