Searched refs:tableRows (Results 1 – 5 of 5) sorted by relevance
8 protected $tableRows = []; variable in dokuwiki\\plugin\\prosemirror\\parser\\TableNode15 $this->tableRows[] = new TableRowNode($row, $this);30 $this->numCols = $this->tableRows[0]->countCols();46 foreach ($this->tableRows as $row) {
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;
31 private array $tableRows = []; variable in MarkdownToDokuWikiConverter183 $this->tableRows = [];241 $this->tableRows = [$this->parseTableRow($headerLine)];243 $this->tableRows[] = $this->parseTableRow($lines[$i]);267 foreach ($this->tableRows as $rowIndex => $row) {
90 const tableRows = links.map(([page, mediaLinks]) => { constant102 const table = `${tableHead + tableRows.join('')}</table>`;