Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js694 …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 Dckeditor.js745 …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 Dckeditor.js.unc14799 metaRegExp: /^<meta.*?>/i,
14910 a = a.replace(this._.metaRegExp, "");