Lines Matching refs:format
180 function render($format, Doku_Renderer $renderer, $data) { argument
190 if ($format == 'xhtml') {
206 if ($format == 'xhtml' || $format == 'odt') {
208 $html .= $this->link($format, $data['url'], $link, $data['details']['summary']);
214 $html .= ' '. $this->emphasis($format, '('.$data['details']['status'].')');
218 $html = $this->strike($format, $html);
221 $renderer->doc .= $this->html($format, $html);
223 } elseif ($format == 'odt') {
236 function strike($format, $text) { argument
238 if ($format == 'xhtml') {
242 } elseif ($format == 'odt') {
250 function emphasis($format, $text) { argument
251 if ($format == 'xhtml') {
255 } elseif ($format == 'odt') {
263 function html($format, $text) { argument
265 if ($format == 'xhtml') {
267 } elseif ($format == 'odt') {
275 function link($format, $url, $name, $title) { argument
277 if ($format == 'xhtml') {
280 } elseif ($format == 'odt') {