Home
last modified time | relevance | path

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

123456789

/plugin/struct/types/
H A DAbstractBaseType.php320 $R->cdata($value);
338 $R->cdata(', ');
/plugin/highlightjs/highlight/styles/
H A Dgithub.css71 .preprocessor, .pi, .doctype, .shebang, .cdata {
H A Dsunburst.css29 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
/plugin/outliner/
H A Dsyntax.php128 $renderer->cdata($data[1]);
/plugin/youtrack/syntax/
H A Dlist.php122 $renderer->cdata($lang['nothingfound']);
/plugin/aclinfo/
H A Dsyntax.php74 $R->cdata(sprintf($this->getLang('perm'.$p), urldecode($who)));
/plugin/struct/meta/
H A DAggregationValue.php43 $this->renderer->cdata($this->helper->getLang('none'));
/plugin/showif/
H A Dsyntax.php.alternative.version105 // unmatched data is cdata
106 $handler->_addCall('cdata', array($match), $pos);
/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/mapillary/
H A Dsyntax.php178 $renderer->cdata(' (CC BY-SA 4.0)');
/plugin/dokutexit/
H A Dlatex.php156 function cdata($text) { function in Doku_Renderer_latex
290 $this->cdata($text);
390 $this->cdata($x . "x" . $y);
650 $this->cdata(' '.$lang['by'].' '.$name);
655 $this->cdata(' ('.$item->get_date($conf['dformat']).')');
661 $this->cdata($item->get_description());
663 $this->cdata(strip_tags($item->get_description()));
676 $this->cdata($lang['rssfailed']);
/plugin/header3/
H A Drenderer.php38 function cdata($text) { function in renderer_plugin_header3
/plugin/accscounter/syntax/
H A Dpopularity.php133 $renderer->cdata('(' . $count . ')');
/plugin/dwtimeline/syntax/
H A Dtimeline.php91 $renderer->doc .= $renderer->cdata($indata);
/plugin/datepicker/
H A Dsyntax.php106 $renderer->cdata("\n");
/plugin/ifauthex/
H A Dsyntax.php170 $renderer->cdata($exprOrMatch);
/plugin/dokutranslate/
H A Dsyntax.php202 $renderer->cdata($data[1]);
337 $renderer->cdata($data[1]);
/plugin/statdisplay/helper/
H A Dtable.php65 $R->cdata('No such table: ' . $command);
430 $this->R->cdata($data);
462 $this->R->cdata($data);
/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/emoji/
H A Dsyntax.php130 $renderer->cdata($unicode . "\xEF\xB8\x8E");
/plugin/tabbox/
H A Dsyntax.php117 $renderer->cdata($match);
/plugin/rack/
H A Dsyntax.php154 $renderer->cdata('No data found');
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php196 $renderer->cdata($this->getLang('none'));
/plugin/do/syntax/
H A Ddolist.php113 $R->cdata($this->getLang('none'));
/plugin/snap/
H A Dsyntax.php.ori57 list($state, $cdata) = $data;
104 $param=$cdata;

123456789