Searched refs:rowspan (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 828 * @param int $rowspan 830 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) argument 846 * @param int $rowspan 848 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) argument
|
| H A D | xhtml.php | 1533 * @param int $rowspan 1536 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument 1552 if ($rowspan > 1) { 1553 $this->doc .= ' rowspan="' . $rowspan . '"'; 1571 * @param int $rowspan 1574 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument 1590 if ($rowspan > 1) { 1591 $this->doc .= ' rowspan="' . $rowspan . '"';
|
| H A D | handler.php | 1044 $this->addCall('rowspan', [$match], $pos);
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 258 $rowspan = ''; 260 $rowspan = ' rowspan="' . count($modes) . '"'; 270 $doc .= '<td class="rightalign" ' . $rowspan . '>';
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 341 Apart from the rowspan syntax those cells should not contain anything else.
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 341 Apart from the rowspan syntax those cells should not contain anything else.
|