Home
last modified time | relevance | path

Searched refs:Replace (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dutil.asp29 RemoveFromStart = oRegex.Replace( sourceString, "" )
37 RemoveFromEnd = oRegex.Replace( sourceString, "" )
41 ConvertToXmlAttribute = Replace( value, "&", "&" )
Dio.asp190 SanitizeFolderName = oRegex.Replace( sNewFolderName, "_" )
203 sNewFileName = oRegex.Replace( sNewFileName, "_" )
208 SanitizeFileName = oRegex.Replace( sNewFileName, "_" )
217 …d(" & errorNumber & ",""" & Replace( fileUrl, """", "\""" ) & """,""" & Replace( fileName, """", "…
/plugin/authyubikey/lib/
DNEWS17 *** Replace use of 'split' with 'explode'.
18 *** Replace use of '&new' with 'new'.
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/
Dupload.asp36 …d(" & errorNumber & ",""" & Replace( fileUrl, """", "\""" ) & """,""" & Replace( fileName, """", "…
/plugin/sphinxsearch/
Dplugin.info.txt6 desc Replace the default search with Sphinx Search
/plugin/aceeditor/
Dplugin.info.txt6 desc Replace textarea with Ace editor
/plugin/sphinxsearch-was/
H A Dplugin.info.txt6 desc Replace the default search with Sphinx Search
/plugin/extendpage/
Dplugin.info.txt6 desc Extend/Replace pages with id matching a regex by content from a different page
DREADME.md3 Extend/Replace pages with id matching a regex by content from a different page.
/plugin/simplebox/
DREADME.md13 Replace `BOX_COLOR` with a color code, `BOX_SIZE` with the size and `BOX_CONTENT` with the content.
/plugin/golocal/src/setup/
Dlinux.go73 path = strings.Replace(path, ":\\", "/", -1)
Dwindows.go85 return strings.Replace(path, "/", "\\", -1)
Ddarwin.go43 path = strings.Replace(path, ":\\", "/", -1)
/plugin/ckgedit/ckeditor/lang/
Den.js.4.95Replace actual contents","options":"Template Options","selectPromptMsg":"Please select the templat…
Dlang_array.txt173 "insertOption": "Replace actual contents",
226 "replace": "Replace",
227 "replaceAll": "Replace All",
229 "replaceWith": "Replace with:",
230 "title": "Find and Replace"
648 "btnReplace": "Replace",
649 "btnReplaceAll": "Replace All",
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js137 String.prototype.Replace = function( regExp, replacement, thisObj ) method in String
/plugin/autolink4/lang/en/
Dadmin_help.txt11 …* inword: Replace partial words. DokuWiki defines a word as characters surrounded by spaces or pun…
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm86 <cfset bad_word = Replace(bad_word, "'", "\'", "ALL")>
89 <cfset sug_list = ListQualify(Replace(sug_list, "'", "\'", "ALL"), "'")>
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm84 <cfset bad_word = Replace(bad_word, "'", "\'", "ALL")>
87 <cfset sug_list = ListQualify(Replace(sug_list, "'", "\'", "ALL"), "'")>
/plugin/ckgdoku/ckeditor/lang/
Dlang_array.txt173 "insertOption": "Replace actual contents",
226 "replace": "Replace",
227 "replaceAll": "Replace All",
229 "replaceWith": "Replace with:",
230 "title": "Find and Replace"
648 "btnReplace": "Replace",
649 "btnReplaceAll": "Replace All",
/plugin/golocal/src/
Dgolocal.go97 path = strings.Replace(path, "//", ":\\", 1)
/plugin/asciidocjs/node_modules/pug-walk/
DREADME.md79 // Replace the Tag with the Text
128 // Replace the block with its contents
/plugin/table2csv/
DREADME.md16 …tmarker cannot be part of the table such as a column heading or caption. Replace "any text" with y…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktoolbaritems.js102 …case 'Replace' : oItem = new FCKToolbarButton( 'Replace' , FCKLang.Replace, null, null, null, nu…
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktoolbaritems.js101 …case 'Replace' : oItem = new FCKToolbarButton( 'Replace' , FCKLang.Replace, null, null, null, nu…

12345678910>>...13