Home
last modified time | relevance | path

Searched refs:_stripHtml (Results 1 – 3 of 3) sorted by relevance

/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js1427 _isNumber( _stripHtml( d ), decimalPoint, formatted ) ?
1520 var _stripHtml = function ( d ) { function
/plugin/ckgedit/ckeditor/
Dckeditor.js747 …e try{c=this.$.getData(a)||""}catch(d){c=""}"text/html"!=a||b||(c=this._stripHtml(c))}"Text"==a&&C…
748 …ion(a,b){a=this._.normalizeType(a);"text/html"==a?(this._.data[a]=this._stripHtml(b),this._.native…
749 …=b.getData(a);"text/html"==a&&(b._.nativeHtmlCache=b.getData(a,!0),c=b._stripHtml(c));c&&(b._.data…
752 a.type)return a}catch(b){}},_stripHtml:function(a){if(a&&a.length){a=a.replace(this._.metaRegExp,""…
Dckeditor.js.unc14830 "text/html" != a || b || (c = this._stripHtml(c))
14839 …"text/html" == a ? (this._.data[a] = this._stripHtml(b), this._.nativeHtmlCache = b) : this._.data…
14857 … "text/html" == a && (b._.nativeHtmlCache = b.getData(a, !0), c = b._stripHtml(c));
14908 _stripHtml: function(a) {