Home
last modified time | relevance | path

Searched refs:htmlDecode (Results 1 – 6 of 6) sorted by relevance

/plugin/interwikipaste/
H A Dscript.js12 function htmlDecode(input) { function
34 captured = htmlDecode(captured);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md424 …hod-htmlEncode) and [`CKEDITOR.tools.htmlDecode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools…
801 …t/11536): Added the [`CKEDITOR.tools.htmlDecode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools…
H A Dckeditor.js25htmlDecode:function(a){return a.replace(k,h)},htmlEncodeAttr:function(a){return CKEDITOR.tools.htm…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md844 …code) and [`CKEDITOR.tools.htmlDecode()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
1221 …Added the [`CKEDITOR.tools.htmlDecode()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
H A Dckeditor.js27 …ng(a).replace(f,"\x26amp;").replace(g,"\x26gt;").replace(k,"\x26lt;")},htmlDecode:function(a){retu…
28 htmlDecodeAttr:function(a){return CKEDITOR.tools.htmlDecode(a)},transformPlainTextToHtml:function(a…
H A Dckeditor.js.unc443 htmlDecode: function(a) {
450 return CKEDITOR.tools.htmlDecode(a)