Home
last modified time | relevance | path

Searched refs:_Replace (Results 1 – 2 of 2) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckconfig.js175 function _Replace( protectedSource ) function in FCKConfig.ProtectedSource.Protect
183 html = html.replace( this.RegexEntries[i], _Replace ) ;
191 function _Replace( m, opener, index ) function in FCKConfig.ProtectedSource.Revert
198 return html.replace( /(<|&lt;)!--\{PS..(\d+)\}--(>|&gt;)/g, _Replace ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckconfig.js191 function _Replace( protectedSource ) function in FCKConfig.ProtectedSource.Protect
199 html = html.replace( this.RegexEntries[i], _Replace ) ;
207 function _Replace( m, opener, index ) function in FCKConfig.ProtectedSource.Revert
215 return html.replace( regex, _Replace ) ;