Searched refs:htmlDecode (Results 1 – 6 of 6) sorted by relevance
12 function htmlDecode(input) { function34 captured = htmlDecode(captured);
424 …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…
25 …htmlDecode:function(a){return a.replace(k,h)},htmlEncodeAttr:function(a){return CKEDITOR.tools.htm…
844 …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_…
27 …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…
443 htmlDecode: function(a) {450 return CKEDITOR.tools.htmlDecode(a)