Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/info/
H A Dsyntax.php196 $doc .= '<tr><th rowspan="' . $c . '">Parameters</th><td>';
258 $rowspan = '';
260 $rowspan = ' rowspan="' . count($modes) . '"';
270 $doc .= '<td class="rightalign" ' . $rowspan . '>';
/dokuwiki/inc/parser/
H A Drenderer.php828 * @param int $rowspan
830 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1)
846 * @param int $rowspan
848 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
725 tableheader_open($colspan = 1, $align = null, $rowspan = 1) global() argument
741 tablecell_open($colspan = 1, $align = null, $rowspan = 1) global() argument
H A Dxhtml.php1533 * @param int $rowspan
1536 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null)
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)
1590 if ($rowspan > 1) {
1591 $this->doc .= ' rowspan="' . $rowspan
1440 tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) global() argument
1476 tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) global() argument
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt341 Apart from the rowspan syntax those cells should not contain anything else.