Home
last modified time | relevance | path

Searched refs:cdata (Results 151 – 175 of 203) sorted by last modified time

123456789

/plugin/timetrack/
H A Dhelper.php769 $r->cdata($this->getLang('date'));
772 $r->cdata($this->getLang('hours'));
784 $r->cdata($dateText);
787 $r->cdata((int)$data[$dateText]['value']);
797 $r->cdata($this->getLang('sum'));
800 $r->cdata($sum);
/plugin/datepicker/
H A Dsyntax.php106 $renderer->cdata("\n");
/plugin/ckgdoku/action/
H A Dedit.php472 $cdata = unserialize(io_readFile($cname,false));
473 $prefix = isset($cdata['prefix']) ? urldecode($cdata['prefix']) : "" ;
475 $text = urldecode($cdata['text']);
476 $suffix = isset($cdata['suffix']) ? urldecode($cdata['suffix']) : "" ;
480 preg_match_all("/<\/(.*?)\>/", $cdata['text'],$matches);
/plugin/partialsearch/
H A Drenderer.php55 function cdata($text) { function in renderer_plugin_partialsearch
61 parent::cdata($text);
/plugin/xml/
H A Drenderer.php119 function cdata($text) { function in renderer_plugin_xml
/plugin/tabbox/
H A Dsyntax.php117 $renderer->cdata($match);
/plugin/fckg/action/
H A Dedit.php397 $cdata = unserialize(io_readFile($cname,false));
398 $cdata['text'] = urldecode($cdata['text']);
399 preg_match_all("/<\/(.*?)\>/", $cdata['text'],$matches);
402 $this->draft_text = $cdata['text'];
/plugin/definitionlist/
H A Dsyntax.php153 $renderer->cdata($match);
178 $renderer->cdata($tag);
208 $renderer->cdata($match);
273 $renderer->cdata($match);
/plugin/mapillary/
H A Dsyntax.php178 $renderer->cdata(' (CC BY-SA 4.0)');
/plugin/nonblank/
H A Drenderer.php35 function cdata($text) { function in renderer_plugin_nonblank
/plugin/top/
H A Dsyntax.php101 if ($data[1]['score'] === 'true') $renderer->cdata(' (' . $item['value'] . ')');
/plugin/changemarks/
H A Dinserted.php97 $renderer->cdata($data[1]);
H A Dhighlighted.php94 $renderer->cdata($data[1]);
H A Ddeleted.php97 $renderer->cdata($data[1]);
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php73 $this->cdata($name);
/plugin/eventum/
H A Dsyntax.php197 $renderer->cdata($data['error']);
225 $renderer->cdata(': '.$data['title']);
/plugin/cryptsign/
H A Dsyntax.php83 $R->cdata($data['text']);
/plugin/pirate/
H A Drenderer.php25 function cdata($text) { function in renderer_plugin_pirate
/plugin/rating/
H A Dsyntax.php88 if ($data[1]['score'] === 'true') $renderer->cdata(' (' . $item['val'] . ')');
/plugin/unblink/
H A Dsyntax.php51 $R->cdata($title?$title:$login);
60 $R->cdata($title?$title:$login);
/plugin/latexit/_test/
H A Drenderer.test.php125 $this->r->cdata("text");
131 $this->r->cdata('\{}&%$#_~^<>');
/plugin/latexit/
H A Drenderer.php466 function cdata($text) { function in renderer_plugin_latexit
/plugin/header3/
H A Drenderer.php38 function cdata($text) { function in renderer_plugin_header3
/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/mellelexport/
H A Drenderer.php573 …function cdata($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_a… function in renderer_plugin_mellelexport

123456789