Home
last modified time | relevance | path

Searched refs:cdata (Results 126 – 150 of 203) sorted by path

123456789

/plugin/nslist/
H A Dsyntax.php111 if($data['date']) $R->cdata(' '.dformat($item['mtime']));
/plugin/nspages/printers/
H A Dprinter.php64 $this->renderer->cdata($errorMessage);
79 $this->renderer->cdata($text);
84 $this->renderer->cdata($text);
91 $this->renderer->cdata($this->plugin->getLang(($type == 'page') ? 'nopages' : 'nosubns'));
H A DprinterLineBreak.php26 $this->renderer->cdata(', ');
H A DprinterOneLine.php19 $this->renderer->cdata($sep);
26 $this->renderer->cdata(', ');
/plugin/odp/
H A Drenderer.php571 function cdata($text) { function in renderer_plugin_odp
1293 if($name) $this->cdata(' '.$lang['by'].' '.$name);
1297 $this->cdata(' ('.$item->get_date($conf['dformat']).')');
1300 $this->cdata(strip_tags($item->get_description()));
1309 $this->cdata($lang['rssfailed']);
/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/outliner/
H A Dsyntax.php128 $renderer->cdata($data[1]);
/plugin/partialsearch/
H A Drenderer.php55 function cdata($text) { function in renderer_plugin_partialsearch
61 parent::cdata($text);
/plugin/passwordgrey/syntax/
H A Dpasswordgrey.php118 $renderer->cdata($match);
/plugin/pirate/
H A Drenderer.php25 function cdata($text) { function in renderer_plugin_pirate
/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/pycode/
H A Dsyntax.php557 $renderer->cdata($tree[0][0]);
561 $renderer->cdata($tree[0][0]);
637 $renderer->cdata($note);
663 $renderer->cdata($notfound_lns);
679 $renderer->cdata($notfound_def);
695 $renderer->cdata($notfound_cls);
710 $renderer->cdata($wrong_flag);
726 $renderer->cdata($wrong_lang);
742 $renderer->cdata($error);
/plugin/qc/
H A Drenderer.php324 public function cdata($text)
303 public function cdata($text) global() function in renderer_plugin_qc
/plugin/rack/
H A Dsyntax.php154 $renderer->cdata('No data found');
/plugin/rating/
H A Dsyntax.php88 if ($data[1]['score'] === 'true') $renderer->cdata(' (' . $item['val'] . ')');
/plugin/replace/
H A Dsyntax.php67 $handler->_addCall('cdata', array($match), $pos);
/plugin/rndtxt/
H A Dsyntax.php55 $renderer->cdata($data[$idx]);
/plugin/sapnotelink/
H A Dsyntax.php56 $renderer->cdata ("$sapnote[1]");
/plugin/semanticdata/syntax/
H A Dlist.php38 $R->cdata($this->getLang('none'));
H A Dtable.php268 $R->cdata($this->getLang('none'));
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css54 .token.cdata {
/plugin/showif/
H A Dsyntax.php.alternative.version105 // unmatched data is cdata
106 $handler->_addCall('cdata', array($match), $pos);
/plugin/siteexport/syntax/
H A Dtoc.php265 $renderer->cdata(p_get_metadata($SID, 'description abstract', true));
/plugin/snap/
H A Dsyntax.php.ori57 list($state, $cdata) = $data;
104 $param=$cdata;
/plugin/sql/
H A Dsyntax.php151 $renderer->cdata($header);
163 $renderer->cdata($cell);
181 $renderer->cdata($cell);

123456789