Home
last modified time | relevance | path

Searched refs:cdata (Results 76 – 100 of 203) sorted by last modified time

123456789

/plugin/strata/syntax/
H A Dinfo.php85 $R->cdata($data['name']);
89 $R->cdata(' ('.$kind.' hint: '. $data['meta']['hint'] .')');
92 // $R->cdata(' in '.$data['plugin'].' plugin');
96 $R->cdata($data['meta']['desc']);
99 $R->cdata(' (');
101 $R->cdata(implode(', ',$data['meta']['tags']));
103 $R->cdata(')');
H A Dselect.php340 $R->cdata($this->helper->getLang('content_error_explanation'));
345 $R->cdata($this->helper->getLang('content_error_explanation__non_xhtml'));
H A Dtable.php70 $R->cdata($f['caption']);
96 $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata table'));
/plugin/strata/types/
H A Ddate.php23 $R->cdata($date->format($format));
25 $R->cdata($value);
/plugin/strata/helper/
H A Dutil.php219 if(!$firstValue) $R->cdata($separator);
246 $R->cdata($f['caption']);
/plugin/markdowku/
H A Dboldasterisk.php40 $renderer->cdata($data[1]);
H A Dcodespans2.php29 $renderer->cdata(substr($data[0], 2, -2));
H A Dcodespans3.php29 $renderer->cdata(substr($data[0], 3, -3));
H A Danchorsreference.php51 $renderer->cdata($data[1]);
H A Dcodespans1.php30 $renderer->cdata(substr($data[0], 1, -1));
H A Dcodespans4.php29 $renderer->cdata(substr($data[0], 4, -4));
H A Dcodespans5.php29 $renderer->cdata(substr($data[0], 5, -5));
H A Dimagesreference.php51 $renderer->cdata($data[1]);
H A Ditalicasterisk.php45 $renderer->cdata($data[1]);
H A Ditalicunderline.php50 $renderer->cdata($data[1]);
52 $renderer->cdata($data[1]);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js86 function v(b){var d={z:b.z||b.cdata,A:b.A||b.comment,B:b.B||b.endDoc,t:b.t||b.endTag,e:b.e||b.pcdat…
94 d.length&&(a=d[e].v);d.length=e;b.push("</",a,">")}}}},pcdata:b,rcdata:b,cdata:b,endDoc:function(a)…
H A Dviewer.min.js86 function v(b){var d={z:b.z||b.cdata,A:b.A||b.comment,B:b.B||b.endDoc,t:b.t||b.endTag,e:b.e||b.pcdat…
94 d.length&&(a=d[e].v);d.length=e;b.push("</",a,">")}}}},pcdata:b,rcdata:b,cdata:b,endDoc:function(a)…
H A Dapp.min.js84 function v(b){var d={z:b.z||b.cdata,A:b.A||b.comment,B:b.B||b.endDoc,t:b.t||b.endTag,e:b.e||b.pcdat…
92 d.length&&(a=d[e].v);d.length=e;b.push("</",a,">")}}}},pcdata:b,rcdata:b,cdata:b,endDoc:function(a)…
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js82 function v(b){var d={z:b.z||b.cdata,A:b.A||b.comment,B:b.B||b.endDoc,t:b.t||b.endTag,e:b.e||b.pcdat…
90 d.length&&(a=d[e].v);d.length=e;b.push("</",a,">")}}}},pcdata:b,rcdata:b,cdata:b,endDoc:function(a)…
/plugin/symbols4odt/
H A Dsyntax.php131 $renderer->cdata($data["substitute4ODT"]);
/plugin/multiselect/
H A Dsyntax.php119 $renderer->cdata("\n");
125 $renderer->cdata("\n");
131 $renderer->cdata("\n");
143 $renderer->cdata("\n");
/plugin/outliner/
H A Dsyntax.php128 $renderer->cdata($data[1]);
/plugin/mediathumbnails/
H A Dsyntax.php117 $renderer->cdata("");
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js1 …TA\[/,{token:"delimiter.cdata",next:"@cdata"}],[/&\w+;/,"string.escape"]],cdata:[[/[^\]]+/,""],[/\… property in AnonymousFunction6184fb570100.o.tokenizer
H A D68.68.js.map1cdata', next: '@cdata' }],\n [/&\\w+;/, 'string.escape']\n ],\n cdata: [\…

123456789