/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
D | util.asp | 29 RemoveFromStart = oRegex.Replace( sourceString, "" ) 37 RemoveFromEnd = oRegex.Replace( sourceString, "" ) 41 ConvertToXmlAttribute = Replace( value, "&", "&" )
|
D | io.asp | 190 SanitizeFolderName = oRegex.Replace( sNewFolderName, "_" ) 203 sNewFileName = oRegex.Replace( sNewFileName, "_" ) 208 SanitizeFileName = oRegex.Replace( sNewFileName, "_" ) 217 …d(" & errorNumber & ",""" & Replace( fileUrl, """", "\""" ) & """,""" & Replace( fileName, """", "…
|
/plugin/authyubikey/lib/ |
D | NEWS | 17 *** Replace use of 'split' with 'explode'. 18 *** Replace use of '&new' with 'new'.
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/ |
D | upload.asp | 36 …d(" & errorNumber & ",""" & Replace( fileUrl, """", "\""" ) & """,""" & Replace( fileName, """", "…
|
/plugin/sphinxsearch/ |
D | plugin.info.txt | 6 desc Replace the default search with Sphinx Search
|
/plugin/aceeditor/ |
D | plugin.info.txt | 6 desc Replace textarea with Ace editor
|
/plugin/sphinxsearch-was/ |
H A D | plugin.info.txt | 6 desc Replace the default search with Sphinx Search
|
/plugin/extendpage/ |
D | plugin.info.txt | 6 desc Extend/Replace pages with id matching a regex by content from a different page
|
D | README.md | 3 Extend/Replace pages with id matching a regex by content from a different page.
|
/plugin/simplebox/ |
D | README.md | 13 Replace `BOX_COLOR` with a color code, `BOX_SIZE` with the size and `BOX_CONTENT` with the content.
|
/plugin/golocal/src/setup/ |
D | linux.go | 73 path = strings.Replace(path, ":\\", "/", -1)
|
D | windows.go | 85 return strings.Replace(path, "/", "\\", -1)
|
D | darwin.go | 43 path = strings.Replace(path, ":\\", "/", -1)
|
/plugin/ckgedit/ckeditor/lang/ |
D | en.js.4.9 | 5 …Replace actual contents","options":"Template Options","selectPromptMsg":"Please select the templat…
|
D | lang_array.txt | 173 "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/ |
D | fckjscoreextensions.js | 137 String.prototype.Replace = function( regExp, replacement, thisObj ) method in String
|
/plugin/autolink4/lang/en/ |
D | admin_help.txt | 11 …* 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/ |
D | spellchecker.cfm | 86 <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/ |
D | spellchecker.cfm | 84 <cfset bad_word = Replace(bad_word, "'", "\'", "ALL")> 87 <cfset sug_list = ListQualify(Replace(sug_list, "'", "\'", "ALL"), "'")>
|
/plugin/ckgdoku/ckeditor/lang/ |
D | lang_array.txt | 173 "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/ |
D | golocal.go | 97 path = strings.Replace(path, "//", ":\\", 1)
|
/plugin/asciidocjs/node_modules/pug-walk/ |
D | README.md | 79 // Replace the Tag with the Text 128 // Replace the block with its contents
|
/plugin/table2csv/ |
D | README.md | 16 …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/ |
D | fcktoolbaritems.js | 102 …case 'Replace' : oItem = new FCKToolbarButton( 'Replace' , FCKLang.Replace, null, null, null, nu…
|
/plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
D | fcktoolbaritems.js | 101 …case 'Replace' : oItem = new FCKToolbarButton( 'Replace' , FCKLang.Replace, null, null, null, nu…
|