Home
last modified time | relevance | path

Searched refs:cdata (Results 26 – 50 of 203) sorted by last modified time

123456789

/plugin/structprogress/types/
H A DProgress.php72 $R->cdata($value);
90 $R->cdata(join(', ', $values));
/plugin/sql/
H A Dsyntax.php151 $renderer->cdata($header);
163 $renderer->cdata($cell);
181 $renderer->cdata($cell);
/plugin/caption/syntax/
H A Dcaption.php425 $renderer->cdata($this->getLang('figureabbrev'));
427 $renderer->cdata($this->getLang('figurelong'));
429 $renderer->cdata(" " . $this->_fignum . ": ");
433 $renderer->cdata($this->getLang('tableabbrev'));
435 $renderer->cdata($this->getLang('tablelong'));
437 $renderer->cdata(" " . $this->_tabnum . ": ");
455 $renderer->cdata($match);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js75814 cdata: "cdataHandler",
/plugin/tag/syntax/
H A Dsearchtags.php102 $renderer->cdata($lang['nothingfound']);
/plugin/todo/syntax/
H A Dlist.php367 $R->cdata("($done/$todo)");
/plugin/combo/renderer/
H A Danalytics.php790 public function cdata($text) function in renderer_plugin_combo_analytics
794 * It seems that you receive cdata
/plugin/structodt/
H A Drenderer.php18 function cdata($text) { function in renderer_plugin_structodt
/plugin/data/syntax/
H A Dlist.php82 $R->cdata($this->getLang('none'));
H A Dtable.php489 $R->cdata($this->getLang('none'));
/plugin/dwtimeline/syntax/
H A Dmilestone.php97 $renderer->doc .= $renderer->cdata($indata);
H A Dtimeline.php91 $renderer->doc .= $renderer->cdata($indata);
/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/odt/renderer/
H A Dpage.php626 function cdata($text) { function in renderer_plugin_odt_page
1580 if($name) $this->cdata(' '.$lang['by'].' '.$name);
1584 $this->cdata(' ('.$item->get_date($this->config->getParam ('dformat')).')');
1587 $this->cdata(strip_tags($item->get_description()));
1596 $this->cdata($lang['rssfailed']);
/plugin/keyboard/
H A Dsyntax.php151 $renderer->cdata ($out [$index]);
154 $renderer->cdata ('+');
/plugin/prosemirror/
H A Drenderer.php294 public function cdata($text) function in renderer_plugin_prosemirror
334 $this->cdata($text);
346 $this->cdata(trim($text, "\n"));
360 $this->cdata(str_replace("\n", ' ', $text));
370 $this->cdata(trim($text, "\n"));
379 $this->cdata(str_replace("\n", ' ', $text));
389 $this->cdata(trim($text, "\n"));
556 $this->cdata($match);
569 $this->cdata($smiley);
578 $this->cdata(
[all...]
/plugin/blogtng/renderer/
H A Dcomment.php35 $this->cdata($text);
/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
/plugin/structautolink/
H A 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/do/syntax/
H A Ddo.php217 $R->cdata(' (' . $data['task']['msg'] . ')');
H A Ddolist.php113 $R->cdata($this->getLang('none'));
/plugin/ifauthex/
H A Dsyntax.php170 $renderer->cdata($exprOrMatch);
/plugin/structgantt/meta/
H A DGantt.php238 $this->renderer->cdata($lang['nothingfound']);
/plugin/dw2markdown/
H A Drenderer.php76 function cdata($text) { function in Renderer_Plugin_dw2markdown
295 $this->cdata($text);
/plugin/edittable/action/
H A 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;

123456789