Home
last modified time | relevance | path

Searched refs:tableheader_open (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/inc/parser/
Drenderer_xhtml.test.php73 $this->R->tableheader_open();
76 $this->R->tableheader_open(1, null, 1, 'second');
/dokuwiki/inc/parser/
Drenderer.php830 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) function in Doku_Renderer
Dxhtml.php1536 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) function in Doku_Renderer_xhtml