Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/parser/
H A Drenderer_xhtml.test.php27 $this->R->table_open();
34 $this->R->table_open(4);
41 $this->R->table_open(4, 4);
48 $this->R->table_open(4, 4, 100);
55 $this->R->table_open(4, 4, 100, 'feature');
62 $this->R->table_open(4, 4, 100, array('feature', 'test'));
69 $this->R->table_open(null, null, null, 'feature');
/dokuwiki/inc/parser/
H A Drenderer.php754 public function table_open($maxcols = null, $numrows = null, $pos = null) function in Doku_Renderer
H A Dxhtml.php1421 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) function in Doku_Renderer_xhtml