Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/plugin/dbquery/syntax/
H A Dquery.php76 * @param Doku_Renderer $R
78 public function renderStatus($result, $html, Doku_Renderer $R) argument
82 $R->doc .= $html;
89 * @param Doku_Renderer $R
91 public function renderResultTable($result, Doku_Renderer $R) argument
96 $R->cdata($lang['nothingfound']);
100 $R->table_open();
101 $R->tablethead_open();
102 $R->tablerow_open();
105 $R->tableheader_open();
[all …]
/plugin/dig/
Dsyntax.php48 public function render($mode, Doku_Renderer $R, $data) argument
52 $R->table_open();
53 $R->tablethead_open();
54 $R->tablerow_open();
55 $R->tableheader_open();
56 $R->cdata($this->getLang('host'));
57 $R->tableheader_close();
58 $R->tableheader_open();
59 $R->cdata($this->getLang('ip'));
60 $R->tableheader_close();
[all …]
/plugin/strata/syntax/
Dtable.php27 function render($mode, Doku_Renderer $R, $data) { argument
30 $R->table_open();
31 $R->tablerow_open();
32 $R->tablecell_open();
33 $this->displayError($mode, $R, $data);
34 $R->tablecell_close();
35 $R->tablerow_close();
36 $R->table_close();
61 … $this->ui_container_open($mode, $R, $data, array('strata-container', 'strata-container-table'));
62 $R->table_open();
[all …]
Dlist.php23 function render($mode, Doku_Renderer $R, $data) { argument
26 $R->listu_open();
27 $R->listitem_open(1);
28 $R->listcontent_open();
29 $this->displayError($mode, $R, $data);
30 $R->listcontent_close();
31 $R->listitem_close();
32 $R->listu_close();
45 $R->listu_open();
46 $R->listitem_open(1);
[all …]
Dentry.php246 function render($mode, Doku_Renderer $R, $data) { argument
277 …if($mode == 'xhtml') { $R->doc .= '<div class="strata-entry" id="'.Clean::deaccent(strtolower($hea…
278 if($mode == 'odt' && isset($currentPosition) && method_exists ($R, 'insertBookmark')) {
279 $R->insertBookmark($currentPosition, false);
281 $R->table_open();
282 $R->tablerow_open();
283 $R->tableheader_open(2);
285 $R->cdata($heading);
289 $R->emphasis_open();
290 $R->cdata(' (');
[all …]
Dradar.php28 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; }
[all …]
Dinfo.php75 public function render($mode, Doku_Renderer $R, $data) { argument
79 $R->listu_open();
81 $R->listitem_open(1);
82 $R->listcontent_open();
84 $R->strong_open();
85 $R->cdata($data['name']);
86 $R->strong_close();
89 $R->cdata(' ('.$kind.' hint: '. $data['meta']['hint'] .')');
95 $R->linebreak();
96 $R->cdata($data['meta']['desc']);
[all …]
/plugin/slider/
Dsyntax.php132 * @param Doku_Renderer $R The renderer
136 public function render($mode, Doku_Renderer $R, $data) { argument
143 $R->doc .= '<div class="clearer"></div>';
144 $R->doc .= '<ul class="plugin_slider">';
147 $this->close_slide($R);
151 $this->open_slide($R, $img);
154 $this->close_slide($R);
157 $R->doc .= '</ul>';
158 $R->doc .= '<div class="clearer"></div>';
167 * @param Doku_Renderer $R
[all …]
/plugin/davcal/syntax/
H A Dtable.php134 function render($format, Doku_Renderer $R, $data) { argument
137 $R->meta['plugin_davcal']['table'] = true;
219 $R->table_open();
220 $R->tablethead_open();
221 $R->tableheader_open();
222 $R->doc .= $data['onlystart'] ? hsc($this->getLang('at')) : hsc($this->getLang('from'));
223 $R->tableheader_close();
226 $R->tableheader_open();
227 $R->doc .= hsc($this->getLang('to'));
228 $R->tableheader_close();
[all …]
/plugin/translationbuddy/
Dsyntax.php80 function _showData(&$R, $data){ argument
136 $R->doc .= '<b>New pages last '.hsc($data['daysnew']).' days</b>';
137 $R->listu_open();
139 $R->listitem_open(1);
140 $R->listcontent_open();
141 $R->doc .= '<a href="'.wl($page).'">'.$page.'</a>';
142 $R->listcontent_close();
143 $R->listitem_close();
145 $R->listu_close();
146 $R->doc .= '<b>Translation status</b>';
[all …]
/plugin/statdisplay/helper/
Dtable.php17 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();
[all …]
/plugin/starred/
Dsyntax.php44 public function render($mode, Doku_Renderer $R, $data) argument
50 $R->info['cache'] = false;
53 $R->cdata($this->getLang('login'));
61 $R->doc .= '<div class="plugin_starred">';
64 $R->doc .= '<p>';
65 $R->cdata($this->getLang('none'));
66 $R->p_close();
68 $R->doc .= '</div>';
72 $R->doc .= '<ul>';
74 $R->listitem_open(1);
[all …]
/plugin/abbrlist/
Dsyntax.php106 function render($format, &$R, $data) { argument
115 $R->table_open();
116 $R->tablethead_open();
117 $R->tableheader_open();
118 $R->doc .= $this->getLang('key');
119 $R->tableheader_close();
120 $R->tableheader_open();
121 $R->doc .= $this->getLang('value');
122 $R->tableheader_close();
123 $R->tablethead_close();
[all …]
/plugin/criticmarkup/
Dsyntax.php100 public function render($mode, Doku_Renderer $R, $data) { argument
113 $R->doc .= '<ins>';
114 $R->cdata($data['text']);
115 $R->doc .= '</ins>';
119 $R->doc .= '<del>';
120 $R->cdata($data['text']);
121 $R->doc .= '</del>';
125 $R->doc .= '<mark>';
126 $R->cdata($data['text']);
127 $R->doc .= '</mark>';
[all …]
/plugin/strata/helper/
Dutil.php161 * @param R the renderer
165 function renderPredicate($mode, &$R, &$T, $p) { argument
167 $this->renderField($mode, $R, $T, $p, $typename, $hint);
176 * @param R the renderer
183 function renderValue($mode, &$R, &$T, $value, $typename, $hint=null, &$type=null) { argument
188 $this->openValue($mode, $R, $typename);
189 $type->render($mode, $R, $T, $value, $hint);
190 $this->closeValue($mode, $R);
199 * @param R the renderer
208 …function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $s… argument
[all …]
/plugin/tabbox/
Dsyntax.php128 * @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
[all …]
/plugin/youtrack/
Dhelper.php243 * @param Doku_Renderer $R Renderer
247 function renderIssueTable(Doku_Renderer &$R, $issues, $cols) { argument
248 $R->table_open(count($cols));
249 $R->tablethead_open();
250 $R->tablerow_open();
252 $R->tableheader_open();
253 $R->cdata($col);
254 $R->tableheader_close();
256 $R->tablerow_close();
257 $R->tablethead_close();
[all …]
/plugin/davcard/syntax/
Dcard.php99 function render($format, Doku_Renderer $R, $data) { argument
105 $R->meta['plugin_davcard']['webdavclient'][] = $connectionId;
137 $R->doc .= sprintf($this->getLang('contact_not_found'), $srch);
141 $R->doc .= '<a class="url fn plugin_davcard_url" href="#" data-davcarduri="'
143 $R->doc .= '<span class="plugin_davcard_popup vcard">';
146 $R->doc .= '<span class="adr">';
153 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>';
156 … $R->doc .= '<span class="street-address">'.hsc($dat['address'][2]).'</span><br>';
160 $R->doc .= '<span class="postal-code">'.hsc($dat['address'][5]).' </span>';
164 $R->doc .= '<span class="locality">'.hsc($dat['address'][3]).'</span><br>';
[all …]
Dbook.php124 function render($format, Doku_Renderer $R, $data) argument
132 …$R->doc .= '<div class="davcardAddressbookAddNew"><a href="#" class="davcardAddressbookAddNew">'.$…
134 $R->doc .= '<div id="davcardAddressbookList" data-addressbookpage="'.$ID.'">';
135 $R->doc .= '<table class="davcardAddressbookTable">';
136 …$R->doc .= '<tr><th>'.$this->getLang('name').'</th><th>'.$this->getLang('address').'</th><th>'.$th…
192 …$R->doc .= '<tr><td><a href="#" class="plugin_davcard_edit_vcard" data-davcardid="'.$id.'" data-da…
195 $R->doc .= '<span class="adr">';
202 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>';
205 … $R->doc .= '<span class="street-address">'.hsc($dat['address'][2]).'</span><br>';
209 … $R->doc .= '<span class="postal-code">'.hsc($dat['address'][5]).' </span>';
[all …]
/plugin/navi/
Dsyntax.php58 public function render($format, Doku_Renderer $R, $data) argument
65 $R->meta['relation']['naviplugin'][] = $fn;
69 $R->info['cache'] = false; // no cache please
73 $R->doc .= '<div class="plugin__navi ' . ($options['js'] ? 'js' : '') . '">';
74 $this->renderTree($navItems, $parentPath, $R, $options['full']);
75 $R->doc .= '</div>';
95 $R = new \Doku_Renderer_xhtml();
96 $this->render('xhtml', $R, [
103 return $R->doc;
215 * @param Doku_Renderer $R should closed subitems still be rendered?
[all …]
/plugin/blog/syntax/
Dautoarchive.php103 function _buildTimeChooser(&$R, &$entries, $now){ argument
120 $R->doc .= '<div class="autoarchive_selector">';
122 $R->listu_open();
123 $R->listitem_open(1);
124 $R->listcontent_open();
125 $R->doc .= $y.'<span>:</span>';
126 $R->listcontent_close();
129 $R->listu_open();
130 $R->listitem_open(2);
131 $R->listcontent_open();
[all …]
/plugin/struct/types/
H A DMedia.php50 public function renderValue($value, \Doku_Renderer $R, $mode) argument
57 if (!empty($R->info['struct_table_hash'])) {
64 if (is_a($R, '\Doku_Renderer_xhtml')) {
66 … $html = $R->internalmedia($value, null, null, $width, $height, null, 'direct', true);
68 $R->internalmedia($value, null, null, $width, $height, null, 'direct');
70 } elseif (is_a($R, '\Doku_Renderer_xhtml')) {
72 $html = $R->externalmedia($value, null, null, $width, $height, null, 'direct', true);
74 $R->externalmedia($value, null, null, $width, $height, null, 'direct');
81 … $hash = empty($R->info['struct_table_hash']) ? '' : "[gal-" . $R->info['struct_table_hash'] . "]";
84 $R->doc .= $html;
[all …]
/plugin/unblink/
Dsyntax.php45 function render($mode, Doku_Renderer $R, $data) { argument
51 $R->cdata($title?$title:$login);
60 $R->cdata($title?$title:$login);
79 … $R->doc .= '<a href="'.$this->getConf('profileurl').$uinfo['uid'].'" class="unblink_plugin">';
80 $R->doc .= hsc($title);
82 $R->doc .= '<span class="unblink_popup" title="Visit Profile">';
83 $R->doc .= '<img src="'.hsc($img).'" class="medialeft" width="64" height="64" alt="" />';
84 $R->doc .= '<b>'.hsc($uinfo['name']).'</b><br />';
85 if($uinfo['name'] != $login) $R->doc .= '<i>'.hsc($login).'</i><br />';
86 $R->doc .= '<br />';
[all …]
/plugin/structsection/
Dsyntax.php83 public function render($mode, \Doku_Renderer $R, $handlerData) argument
112 $R->finishSectionEdit($pos - 1);
113 $R->doc .= self::XHTML_OPEN;
136 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
138 $R->section_open($lvl);
141 $R->doc = substr($R->doc, 0, -2) . ' ' . $structDataAttribute . '>' . "\n";
143 $field->render($R, $mode);
144 $R->section_close();
149 $R->finishSectionEdit($pos);
150 $R->doc .= self::XHTML_CLOSE;
[all …]
/plugin/structautolink/_test/
DRendererTest.php17 $R = new \renderer_plugin_structautolink();
18 $R->setGlossary([
26 $result = $R->findMatchingTokens($text);
53 $R = new \renderer_plugin_structautolink();
54 $R->setGlossary([
61 …$R->cdata('Was wir über Künstliche Intelligenz wissen, kann uns nur Machine Learning beantworten.'…
62 $R->cdata('Künstliche Intelligenz ist KI'); // should not be linked again
63 $R->cdata('dl ist egal.'); // lowercase != uppercase
64 $result = $R->doc;

12345678910>>...23