Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php62 fn($cell) => $this->parseAlign($this->cellText($cell)),
229 * @param array $cell the cell as a list of handler calls
234 protected function trimCell(array $cell): array argument
237 $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 …]
/dokuwiki/lib/styles/
H A Dall.css53 /* table cell alignment */
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt318 … 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 |
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt318 … 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 |
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css248 display: table-cell;
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt3319 Spaces between pipes and cell content are trimmed. Block-level elements cannot
3371 Include a pipe in a cell's content by escaping it, including inside other
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6 …oating:function(t){return/left|right/.test(t.css("float"))||/inline|table-cell/.test(t.css("displa…