Home
last modified time | relevance | path

Searched refs:tableCells (Results 1 – 3 of 3) sorted by relevance

/plugin/prosemirror/parser/
H A DTableRowNode.php9 protected $tableCells = []; variable in dokuwiki\\plugin\\prosemirror\\parser\\TableRowNode
18 $this->tableCells[] = new TableCellNode($cell);
27 $lastCell = end($this->tableCells);
35 $tableCell = array_shift($this->tableCells);
64 foreach ($this->tableCells as $cell) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableRow.php47 public function setTableCells($tableCells) argument
49 $this->tableCells = $tableCells;
56 return $this->tableCells;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableRow.php119 public function setTableCells($tableCells) argument
121 $this->tableCells = $tableCells;
128 return $this->tableCells;