Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/
Dfckjscoreextensions.js66 String.prototype.ReplaceAll = function( searchArray, replaceArray ) argument
72 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js66 String.prototype.ReplaceAll = function( searchArray, replaceArray ) argument
72 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js101 String.prototype.ReplaceAll = function( searchArray, replaceArray ) argument
107 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
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/
Dfck_dialog_common.js165 String.prototype.ReplaceAll = function( searchArray, replaceArray ) argument
171 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;