Home
last modified time | relevance | path

Searched refs:cdata (Results 151 – 175 of 203) sorted by path

123456789

/plugin/sql2wiki/syntax/
H A Dquery.php113 $renderer->cdata($this->getLang('none'));
135 $renderer->cdata($header);
153 $renderer->cdata($td);
164 $renderer->cdata($td);
/plugin/sqlraw/
H A Dsyntax.php222 $renderer->cdata($header);
231 $renderer->cdata($cell);
251 $renderer->cdata($cell);
304 $renderer->cdata('Access denied to CSV data');
/plugin/starred/
H A Dsyntax.php53 $R->cdata($this->getLang('login'));
65 $R->cdata($this->getLang('none'));
78 $R->cdata(' ' . dformat($time, '%f'));
/plugin/statdisplay/helper/
H A Dtable.php65 $R->cdata('No such table: ' . $command);
430 $this->R->cdata($data);
462 $this->R->cdata($data);
/plugin/strata/helper/
H A Dutil.php219 if(!$firstValue) $R->cdata($separator);
246 $R->cdata($f['caption']);
/plugin/strata/lib/
H A Dstrata_type.php29 $renderer->cdata($value);
/plugin/strata/syntax/
H A Dentry.php282 $R->cdata($heading);
287 $R->cdata(' (');
292 if($i!=0) $R->cdata(', ');
297 $R->cdata(')');
319 if($i!=0) $R->cdata(', ');
335 $R->cdata(' ');
H A Dinfo.php85 $R->cdata($data['name']);
89 $R->cdata(' ('.$kind.' hint: '. $data['meta']['hint'] .')');
92 // $R->cdata(' in '.$data['plugin'].' plugin');
96 $R->cdata($data['meta']['desc']);
99 $R->cdata(' (');
101 $R->cdata(implode(', ',$data['meta']['tags']));
103 $R->cdata(')');
H A Dlist.php49 $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata list'));
97 if($fieldCount>1) $R->cdata('; ');
98 if($fieldCount==1) $R->cdata(' (');
103 if($fieldCount>1) $R->cdata(')');
H A Dselect.php340 $R->cdata($this->helper->getLang('content_error_explanation'));
345 $R->cdata($this->helper->getLang('content_error_explanation__non_xhtml'));
H A Dtable.php70 $R->cdata($f['caption']);
96 $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata table'));
/plugin/strata/types/
H A Ddate.php23 $R->cdata($date->format($format));
25 $R->cdata($value);
/plugin/struct/meta/
H A DAggregationList.php30 $this->renderer->cdata($this->helper->getLang('none'));
154 if ($header !== '') $this->renderer->cdata($header . ' ');
156 $this->renderer->cdata($this->helper->getLang('na'));
H A DAggregationTable.php29 $this->renderer->cdata($this->helper->getLang('none'));
161 $this->renderer->cdata('#');
184 $this->renderer->cdata($header);
360 $this->renderer->cdata($rownum + $this->searchConfig->getOffset() + 1);
389 $this->renderer->cdata($this->helper->getLang('none'));
417 $this->renderer->cdata('∑ ');
H A DAggregationValue.php43 $this->renderer->cdata($this->helper->getLang('none'));
/plugin/struct/renderer/
H A Dcsv.php137 public function cdata($text) function in renderer_plugin_struct_csv
146 #region overrides using cdata for output
153 $this->cdata($title);
161 $this->cdata($title);
166 $this->cdata($address);
174 $this->cdata($match);
180 $this->cdata($acronym);
185 $this->cdata($text);
190 $this->cdata($text);
195 $this->cdata("\
[all...]
/plugin/struct/syntax/
H A Doutput.php178 $renderer->cdata($schemadata->getSchema()->getTranslatedLabel());
187 $renderer->cdata($field->getColumn()->getTranslatedLabel());
/plugin/struct/types/
H A DAbstractBaseType.php320 $R->cdata($value);
338 $R->cdata(', ');
H A DColor.php40 $R->cdata($value);
56 $R->cdata(implode(', ', $values));
H A DDate.php33 $R->cdata($out);
H A DDecimal.php60 $R->cdata(
90 $R->cdata($this->config['prefix'] . $value . $this->config['postfix']);
H A DLongText.php31 $R->cdata($this->config['prefix'] . $value . $this->config['postfix']);
H A DText.php24 $R->cdata($this->config['prefix'] . $value . $this->config['postfix']);
H A DUser.php54 $R->cdata($name);
/plugin/structautolink/_test/
H A DRendererTest.php61 …$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

123456789