Searched refs:table_open (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/_test/tests/inc/parser/ |
| H A D | renderer_xhtml.test.php | 27 $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 D | renderer.php | 754 public function table_open($maxcols = null, $numrows = null, $pos = null) function in Doku_Renderer
|
| H A D | xhtml.php | 1421 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) function in Doku_Renderer_xhtml
|