Home
last modified time | relevance | path

Searched refs:cdata (Results 176 – 200 of 203) sorted by last modified time

123456789

/plugin/nslist/
H A Dsyntax.php111 if($data['date']) $R->cdata(' '.dformat($item['mtime']));
/plugin/dokutranslate/
H A Dsyntax.php202 $renderer->cdata($data[1]);
337 $renderer->cdata($data[1]);
/plugin/yql/
H A Dsyntax.php173 $renderer->cdata($val);
217 $renderer->cdata((string)$item->$val);
235 $renderer->cdata($error);
/plugin/youtrack/
H A Dhelper.php253 $R->cdata($col);
269 $R->cdata($issue[$col]);
/plugin/youtrack/syntax/
H A Dlist.php122 $renderer->cdata($lang['nothingfound']);
/plugin/mantis/lib/
H A Dnusoap.php7045 $cdata = isset($this->message[$pos]['cdata']) ? $this->message[$pos]['cdata'] : '';
7047 …$ret = $this->decodeSimple($cdata, $this->message[$pos]['type'], isset($this->message[$pos]['type_…
7053 …$ret = $this->decodeSimple($cdata, $this->message[$parent]['arrayType'], isset($this->message[$par…
H A Dclass.soap_parser.php613 $cdata = isset($this->message[$pos]['cdata']) ? $this->message[$pos]['cdata'] : '';
615 …$ret = $this->decodeSimple($cdata, $this->message[$pos]['type'], isset($this->message[$pos]['type_…
621 …$ret = $this->decodeSimple($cdata, $this->message[$parent]['arrayType'], isset($this->message[$par…
/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/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/showif/
H A Dsyntax.php.alternative.version105 // unmatched data is cdata
106 $handler->_addCall('cdata', array($match), $pos);
/plugin/aceeditor/
H A Dbuild.js1cdata:[{token:"text",regex:"\\]\\]>",next:"start"},{token:"text",regex:"\\s+"},{token:"text",regex… property in AnonymousFunction3f7200172f200.o.$rules
/plugin/eventline/
H A Dplain.php46 function cdata($text) { function in Doku_Renderer_plain
/plugin/xbr/
H A Drenderer.php30 function cdata($text) { function in renderer_plugin_xbr
/plugin/rack/
H A Dsyntax.php154 $renderer->cdata('No data found');
/plugin/fedauth/
H A 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/jquery-syntax/jquery-syntax/base/
H A 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/semanticdata/syntax/
H A Dtable.php268 $R->cdata($this->getLang('none'));
H A Dlist.php38 $R->cdata($this->getLang('none'));
/plugin/jsonrpc/
H A DIJR_Message.php81 function cdata($parser, $cdata) { function in IJR_Message
82 $this->_currentTagContents .= $cdata;
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt162 cdata CDATA section
H A Dreadme.rus.txt167 cdata раздел CDATA
/plugin/highlightjs/highlight/styles/
H A Dir_black.css25 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
H A Dsunburst.css29 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
H A Dgithub.css71 .preprocessor, .pi, .doctype, .shebang, .cdata {
/plugin/replace/
H A Dsyntax.php67 $handler->_addCall('cdata', array($match), $pos);

123456789