Lines Matching refs:R

17     private $R = null;  variable in helper_plugin_statdisplay_table
20 * @param Doku_Renderer $R
26 public function table($R, $command, $from = '', $to = '') argument
28 $this->R = $R;
65 $R->cdata('No such table: ' . $command);
73 …$this->R->doc .= '<div class="statdisplay-progress" title="' . $pct . '%"><span style="width: ' . …
149 $this->R->table_open();
151 $this->R->tablerow_open();
153 $this->R->tablerow_close();
155 $this->R->tablerow_open();
162 $this->R->tablerow_close();
167 $this->R->tablerow_open();
185 $this->R->tablerow_close();
188 $this->R->table_close();
201 $this->R->table_open();
203 $this->R->tablerow_open();
205 $this->R->tablerow_close();
207 $this->R->tablerow_open();
210 $this->R->tablerow_close();
212 $this->R->tablerow_open();
215 $this->R->tablerow_close();
217 $this->R->tablerow_open();
220 $this->R->tablerow_close();
222 $this->R->tablerow_open();
225 $this->R->tablerow_close();
227 $this->R->tablerow_open();
230 $this->R->tablerow_close();
232 $this->R->tablerow_open();
236 $this->R->tablerow_close();
238 $this->R->tablerow_open();
242 $this->R->tablerow_close();
244 $this->R->tablerow_open();
248 $this->R->tablerow_close();
250 $this->R->tablerow_open();
254 $this->R->tablerow_close();
256 $this->R->tablerow_open();
260 $this->R->tablerow_close();
262 $this->R->tablerow_open();
266 $this->R->tablerow_close();
268 $this->R->tablerow_open();
270 $this->R->tablerow_close();
273 $this->R->tablerow_open();
276 $this->R->tablerow_close();
279 $this->R->table_close();
290 $this->R->table_open();
292 $this->R->tablerow_open();
294 $this->R->tablerow_close();
296 $this->R->tablerow_open();
300 $this->R->tablerow_close();
302 $this->R->tablerow_open();
313 $this->R->tablerow_close();
323 $this->R->tablerow_open();
338 $this->R->tablerow_close();
341 $this->R->table_close();
370 $this->R->table_open();
372 $this->R->tablerow_open();
374 $this->R->tablerow_close();
376 $this->R->tablerow_open();
384 $this->R->tablerow_close();
393 $this->R->tablerow_open();
398 $this->R->tablerow_close();
403 $this->R->table_close();
429 $this->R->tableheader_open($col, 'center', $row);
430 $this->R->cdata($data);
431 $this->R->tableheader_close();
461 $this->R->tablecell_open($span, $align);
462 $this->R->cdata($data);
463 $this->R->tablecell_close();