Home
last modified time | relevance | path

Searched refs:rowspan (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/parser/
H A Drenderer.php828 * @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 Dxhtml.php1531 * @param int $rowspan
1534 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument
1550 if ($rowspan > 1) {
1551 $this->doc .= ' rowspan="' . $rowspan . '"';
1569 * @param int $rowspan
1572 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument
1588 if ($rowspan > 1) {
1589 $this->doc .= ' rowspan="' . $rowspan . '"';
/dokuwiki/lib/plugins/info/
H A Dsyntax.php235 $rowspan = '';
237 $rowspan = ' rowspan="' . count($modes) . '"';
247 $doc .= '<td class="rightalign" ' . $rowspan . '>';
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt341 Apart from the rowspan syntax those cells should not contain anything else.
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt341 Apart from the rowspan syntax those cells should not contain anything else.