Lines Matching refs:R
28 function render($mode, Doku_Renderer $R, $data) { argument
31 $R->table_open();
32 $R->tablerow_open();
33 $R->tablecell_open();
34 $this->displayError($mode, $R, $data);
35 $R->tablecell_close();
36 $R->tablerow_close();
37 $R->table_close();
64 if($mode == 'xhtml') { $R->doc .= '</thead>'.DOKU_LF; }
75 if($mode == 'xhtml') { $R->doc .= '</tbody>'.DOKU_LF; }
79 $R->table_open();
80 $R->tablerow_open();
81 $R->tablecell_open(count($fields));
82 $R->emphasis_open();
83 … $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata table'));
84 $R->emphasis_close();
85 $R->tablecell_close();
86 $R->tablerow_close();
87 $R->table_close();
91 $R->doc .= "
109 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…