Home
last modified time | relevance | path

Searched refs:_ProtectData (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcodeformatter.js48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) function
62 var sFormatted = html.replace( this.Regex.ProtectedTags, FCKCodeFormatter._ProtectData ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js47_ProtectData=function(A,B,C,D){return B+'___FCKpd___'+FCKCodeFormatter.ProtectedData.AddItem(C)+D;… function
H A Dfckeditorcode_gecko.js46_ProtectData=function(A,B,C,D){return B+'___FCKpd___'+FCKCodeFormatter.ProtectedData.AddItem(C)+D;… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js57_ProtectData=function(A,B,C,D){return B+'___FCKpd___'+(FCKCodeFormatter.ProtectedData.push(C)-1)+D… function
H A Dfckeditorcode_ie.js61_ProtectData=function(A,B,C,D){return B+'___FCKpd___'+(FCKCodeFormatter.ProtectedData.push(C)-1)+D… function