Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js66 String.prototype.ReplaceAll = function( searchArray, replaceArray ) argument
72 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js112 String.prototype.ReplaceAll = function( searchArray, replaceArray ) argument
118 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js165 String.prototype.ReplaceAll = function( searchArray, replaceArray ) argument
171 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;