Searched refs:metaRegExp (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 694 …TOR.plugins.clipboard.dataTransfer=function(a,b){a&&(this.$=a);this._={metaRegExp:/^<meta.*?>/i,bo… property in AnonymousFunctione4ea003848400._ 696 …tFilesCount()&&"file://"==c.substring(0,7)&&(c=""):(c=c.replace(this._.metaRegExp,""),(d=this._.bo…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 745 …TOR.plugins.clipboard.dataTransfer=function(a,b){a&&(this.$=a);this._={metaRegExp:/^<meta.*?>/i,bo… property in CKEDITOR.plugins.clipboard.dataTransfer._ 752 a.type)return a}catch(b){}},_stripHtml:function(a){if(a&&a.length){a=a.replace(this._.metaRegExp,""…
|
H A D | ckeditor.js.unc | 14799 metaRegExp: /^<meta.*?>/i, 14910 a = a.replace(this._.metaRegExp, "");
|