Searched refs:cell (Results 1 – 7 of 7) sorted by relevance
62 fn($cell) => $this->parseAlign($this->cellText($cell)),229 * @param array $cell the cell as a list of handler calls234 protected function trimCell(array $cell): array argument237 $cdataIdx = array_keys(array_filter($cell, fn($c) => $c[0] === 'cdata'));240 $cell[$cdataIdx[0]][1][0] = ltrim($cell[$cdataIdx[0]][1][0]);241 $cell[end($cdataIdx)][1][0] = rtrim($cell[end($cdataIdx)][1][0]);245 $cell,269 foreach ($row as &$cell) {270 foreach ($cell as &$call) {294 foreach ($row as $cell) {[all …]
53 /* table cell alignment */
318 … horizontally, just make the next cell completely empty as shown above. Be sure to have always the…327 As you can see, it's the cell separator before a cell which decides about the formatting:337 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |344 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
248 display: table-cell;
3319 Spaces between pipes and cell content are trimmed. Block-level elements cannot3371 Include a pipe in a cell's content by escaping it, including inside other
6 …oating:function(t){return/left|right/.test(t.css("float"))||/inline|table-cell/.test(t.css("displa…