Home
last modified time | relevance | path

Searched refs:cdata (Results 1 – 25 of 219) sorted by relevance

123456789

/plugin/struct/renderer/
Dcsv.php137 public function cdata($text) function in renderer_plugin_struct_csv
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("\r\n");
200 $this->cdata($text);
[all …]
/plugin/folded/syntax/
Ddiv.php43 list($state, $cdata) = $data;
59 if ($cdata)
60 $renderer->doc .= ' '.$renderer->cdata($cdata);
70 $renderer->cdata($cdata);
83 $renderer->cdata($cdata);
87 $renderer->cdata($cdata);
Dspan.php44 list($state, $cdata) = $data;
60 if ($cdata)
61 $renderer->doc .= ' '.$renderer->cdata($cdata);
71 $renderer->cdata($cdata);
80 if ($cdata) $renderer->cdata($cdata);
/plugin/doi/syntax/
Ddoi.php169 $renderer->cdata(' (' . hsc($data['published']) . ')');
177 $renderer->cdata($data['authors'][$i]);
180 $renderer->cdata(', ');
187 $renderer->cdata(' ' . $journal);
191 $renderer->cdata(' ');
193 $renderer->cdata('p' . $data['page']);
200 $renderer->cdata($data['publisher']);
201 $renderer->cdata(' ');
204 $renderer->cdata($data['idtype'] . ':' . hsc($data['id']));
/plugin/strata/syntax/
Dinfo.php85 $R->cdata($data['name']);
89 $R->cdata(' ('.$kind.' hint: '. $data['meta']['hint'] .')');
96 $R->cdata($data['meta']['desc']);
99 $R->cdata(' (');
101 $R->cdata(implode(', ',$data['meta']['tags']));
103 $R->cdata(')');
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(')');
/plugin/latexport/_test/
Ddecorator_math.test.php31 $this->decoratorMath->cdata("Hey");
46 $this->decoratorMath->cdata("Hey");
61 $this->decoratorMath->cdata(" Hey");
76 $this->decoratorMath->cdata(" Hey");
92 $this->decoratorMath->cdata("Hey");
104 $this->decoratorMath->cdata("Hey");
106 $this->decoratorMath->cdata("Hey");
123 $this->decoratorMath->cdata("Hey");
Ddecorator_includer.test.php38 $this->decoratorIncluder->cdata(' ');
58 $this->decoratorIncluder->cdata('Follow the link:');
84 $this->decoratorIncluder->cdata('List item 1');
90 $this->decoratorIncluder->cdata('List item 2');
124 $this->decoratorIncluder->cdata('List item 2');
156 $this->decoratorIncluder->cdata(' ');
163 $this->decoratorIncluder->cdata('Follow the link:');
194 $this->decoratorIncluder->cdata(' ');
220 $this->decoratorIncluder->cdata('Enumerated List item');
255 $this->decoratorIncluder->cdata(' ');
[all …]
/plugin/gemini/
Drenderer.php62 public function cdata($text) function in renderer_plugin_gemini
130 $this->cdata($text);
142 $this->cdata($text);
175 $this->cdata($text);
190 $this->cdata($acronym);
196 $this->cdata($smiley);
205 $this->cdata($entity);
212 $this->cdata($x . '×' . $y);
260 $this->cdata($name);
316 $this->cdata($title);
[all …]
/plugin/dig/
Dsyntax.php56 $R->cdata($this->getLang('host'));
59 $R->cdata($this->getLang('ip'));
62 $R->cdata($this->getLang('ns'));
65 $R->cdata($this->getLang('ssl'));
108 $R->cdata($this->getLang('lastupdate') . ' ' . date('Y-m-d H:i:s'));
216 $R->cdata($key . ': ');
218 $R->cdata($item);
222 $R->cdata($data);
/plugin/prosemirror/
Drenderer.php302 public function cdata($text) function in renderer_plugin_prosemirror
342 $this->cdata($text);
355 $this->cdata(trim($text, "\n"));
370 $this->cdata(str_replace("\n", ' ', $text));
381 $this->cdata(trim($text, "\n"));
391 $this->cdata(str_replace("\n", ' ', $text));
402 $this->cdata(trim($text, "\n"));
568 $this->cdata($match);
581 $this->cdata($smiley);
590 $this->cdata($entity); // FIXME should we handle them special?
[all …]
/plugin/filelist/
DOutput.php88 $renderer->cdata($this->getLang('filename'));
93 $renderer->cdata($this->getLang('filesize'));
99 $renderer->cdata($this->getLang('lastmodified'));
116 $renderer->cdata(filesize_h($item['size']));
122 $renderer->cdata(dformat($item['mtime']));
157 $this->renderer->cdata($file['name']);
165 $this->renderer->cdata($params['listsep'] . filesize_h($file['size']));
169 $this->renderer->cdata($params['listsep'] . dformat($file['mtime']));
/plugin/structautolink/
Drenderer.php43 public function cdata($text) function in renderer_plugin_structautolink
49 parent::cdata($text);
55 parent::cdata($text);
62 parent::cdata(substr($text, $start, $token['pos'] - $start));
68 parent::cdata(substr($text, $start));
/plugin/latexport/implementation/
Ddecorator_persister.php286 function cdata($text) { function in DecoratorPersister
506 $this->cdata($text);
530 $this->cdata($text);
607 $this->cdata($acronym);
616 $this->cdata($smiley);
625 $this->cdata($entity);
644 $this->cdata("`");
651 $this->cdata("´");
658 $this->cdata("’");
665 $this->cdata("“");
[all …]
/plugin/dbquery/syntax/
Dquery.php96 $R->cdata($lang['nothingfound']);
106 $R->cdata($header);
137 $R->cdata($lang['nothingfound']);
151 $R->cdata($header);
204 $R->cdata($content);
227 $R->cdata($instruction[1][0]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.archive.gzip.php209 $cdata = substr($buff, $fpointer);
210 $cdata = substr($cdata, 0, strlen($cdata) - 8);
211 $csize = strlen($cdata);
212 $inflated = gzinflate($cdata);
/plugin/csv/syntax/
Dtable.php66 $renderer->cdata($e->getMessage());
75 $renderer->cdata('No csv data found');
83 $renderer->cdata($message);
125 $renderer->cdata($lines[$k]);
/plugin/structautolink/_test/
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
/plugin/multiselect/
Dsyntax.php119 $renderer->cdata("\n");
125 $renderer->cdata("\n");
131 $renderer->cdata("\n");
143 $renderer->cdata("\n");
/plugin/jquery-syntax/jquery-syntax/base/
Djquery.syntax.brush.xml.css1 .syntax-theme-base .syntax .xml .cdata-content {
4 .syntax-theme-base .syntax .xml .xml-tag, .syntax-theme-base .syntax .xml .cdata {
6 .syntax-theme-base .syntax .xml .tag-name, .syntax-theme-base .syntax .xml .cdata-tag {
/plugin/fedauth/
Daction.php115 if ($cdata = $this->cookie->get()) {
117 $user = $cdata['user'];
130 ($session['prid'] == $cdata['prid']) &&
131 ($session['stok'] == $cdata['stok']) &&
153 if ($pro = $this->providers->get($cdata['prid'])) {
158 … $this->handler =& load_handler_class($this, 'signin', USER_CMD_SCOPE, $cdata['prid'], 'login');
159 $result = $this->handler->callService($pro, $cdata['svcd'], true);
/plugin/starred/
Dsyntax.php53 $R->cdata($this->getLang('login'));
65 $R->cdata($this->getLang('none'));
78 $R->cdata(' ' . dformat($time, '%f'));
/plugin/edittable/action/
Deditor.php216 $cdata = $data[$row][$col];
217 if (!(isset($meta[$row][$col]['hide']) && $meta[$row][$col]['hide']) || $cdata) {
218 $cdata = str_pad('', $lpad).$cdata.str_pad('', $rpad);
224 $table .= $cdata;
/plugin/structgroupby/syntax/
Done.php46 $renderer->cdata('The syntax accepts only one column.');
61 $renderer->cdata('No aggregation function provided or incorrect function name.');
80 $renderer->cdata($sum);
/plugin/sql2wiki/syntax/
Dquery.php113 $renderer->cdata($this->getLang('none'));
135 $renderer->cdata($header);
153 $renderer->cdata($td);
164 $renderer->cdata($td);

123456789