Lines Matching defs:renderer

57     public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
59 parent::__construct($id, $mode, $renderer, $searchConfig);
223 $this->renderer->doc .= '<table>';
224 $this->renderer->doc .= '<thead>';
226 $this->renderer->doc .= '</thead>';
227 $this->renderer->doc .= '<tbody>';
231 $this->renderer->doc .= '</tbody>';
232 $this->renderer->doc .= '<tfoot>';
234 $this->renderer->doc .= '</tfoot>';
235 $this->renderer->doc .= '</table>';
238 $this->renderer->cdata($lang['nothingfound']);
266 $this->renderer->doc .= '<tr>';
267 $this->renderer->doc .= '<th></th>';
269 $this->renderer->doc .= '<th colspan="' . $days . '">' . $name . '</th>';
271 $this->renderer->doc .= '</tr>';
281 $this->renderer->doc .= '<tr class="days">';
282 $this->renderer->doc .= '<th></th>';
291 $this->renderer->doc .= '<td title="' . $title . '" class="' . $class . '">' . $text . '</td>';
293 $this->renderer->doc .= '</tr>';
324 $this->renderer->doc .= '<tr>';
325 $this->renderer->doc .= '<th>';
326 $row[$this->labelRef]->render($this->renderer, $this->mode);
327 $this->renderer->doc .= '</th>';
331 $this->renderer->doc .= '<td title="' . $this->intervalFormat($day, 'long') . '"></td>';
337 $this->renderer->doc .= '<td colspan="' . count($r2) . '" class="task" ' . $style . '>';
338 $row[$this->titleRef]->render($this->renderer, $this->mode);
340 $this->renderer->doc .= '<dl class="flyout">';
342 $this->renderer->doc .= '<dd>';
343 $value->render($this->renderer, $this->mode);
344 $this->renderer->doc .= '<dd>';
347 $this->renderer->doc .= '</dl>';
349 $this->renderer->doc .= '</td>';
354 $this->renderer->doc .= '<td title="' . $this->intervalFormat($day, 'long') . '"></td>';
357 $this->renderer->doc .= '</tr>';