Lines Matching refs:R
128 * @param Doku_Renderer_xhtml $R
132 protected function _openTab(Doku_Renderer_xhtml $R, $name, $pos) { argument
136 $level = $this->_getProtected($R, 'lastlevel') + 1;
140 $R->doc .= '<div class="tabboxtab" id="tab_'.$tabid.'">'.DOKU_LF;
143 …$R->doc .= DOKU_LF . '<h' . $level . ' class="hl '. $R->startSectionEdit($pos, array('target' => …
145 …$R->doc .= DOKU_LF . '<h' . $level . ' class="hl '. $R->startSectionEdit($pos, 'section', $name) …
147 $R->doc .= $R->_xmlEntities($name);
148 $R->doc .= "</h$level>" . DOKU_LF;
156 * @param Doku_Renderer_xhtml $R
159 protected function _closeTab(Doku_Renderer_xhtml $R, $pos) { argument
160 $R->finishSectionEdit($pos);
161 $R->doc .= DOKU_LF.'</div>'.DOKU_LF;
168 * @param Doku_Renderer_xhtml $R
170 protected function _openBox(Doku_Renderer_xhtml $R) { argument
171 $R->doc .= '<div class="plugin_tabbox">' . DOKU_LF;
178 * @param Doku_Renderer_xhtml $R
180 protected function _closeBox(Doku_Renderer_xhtml $R) { argument
181 $R->doc .= '</div>' . DOKU_LF;