Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/parser/
H A Drenderer_xhtml.test.php85 $this->R->tablecell_open(1, null, 1, 'first value');
88 $this->R->tablecell_open(1, null, 1, 'second');
94 $this->R->tablecell_open();
97 $this->R->tablecell_open();
/dokuwiki/inc/parser/
H A Drenderer.php848 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) function in Doku_Renderer
H A Dxhtml.php1574 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) function in Doku_Renderer_xhtml