Home
last modified time | relevance | path

Searched refs:Replace (Results 226 – 233 of 233) sorted by last modified time

12345678910

/plugin/wysiwyg/fckeditor/editor/lang/
H A Dfa.js91 Replace : "جایگزینی", property in FCKLang
H A Den.js91 Replace : "Replace", property in FCKLang
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js704 attValue = attValue.Replace( FCKRegexLib.StyleVariableAttName, this._GetVariableReplace, this ) ;
716 attValue = attValue.Replace( FCKRegexLib.StyleVariableAttName, this._GetVariableReplace, this ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbaritems.js102 …case 'Replace' : oItem = new FCKToolbarButton( 'Replace' , FCKLang.Replace, null, null, null, nu…
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js137 String.prototype.Replace = function( regExp, replacement, thisObj ) method in String
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm84 <cfset bad_word = Replace(bad_word, "'", "\'", "ALL")>
87 <cfset sug_list = ListQualify(Replace(sug_list, "'", "\'", "ALL"), "'")>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp190 SanitizeFolderName = oRegex.Replace( sNewFolderName, "_" )
203 sNewFileName = oRegex.Replace( sNewFileName, "_" )
208 SanitizeFileName = oRegex.Replace( sNewFileName, "_" )
217 …d(" & errorNumber & ",""" & Replace( fileUrl, """", "\""" ) & """,""" & Replace( fileName, """", "…
H A Dutil.asp29 RemoveFromStart = oRegex.Replace( sourceString, "" )
37 RemoveFromEnd = oRegex.Replace( sourceString, "" )
41 ConvertToXmlAttribute = Replace( value, "&", "&amp;" )

12345678910