Home
last modified time | relevance | path

Searched refs:rowspan (Results 1 – 6 of 6) 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.php1533 * @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 Dhandler.php1044 $this->addCall('rowspan', [$match], $pos);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php258 $rowspan = '';
260 $rowspan = ' rowspan="' . count($modes) . '"';
270 $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.