Home
last modified time | relevance | path

Searched refs:replace (Results 1126 – 1150 of 1179) sorted by last modified time

1...<<4142434445464748

/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js91 return this.replace( /(^\s*)|(\s*$)/g, '' ) ;
118 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_gecko.js57 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
H A Dfckcommands.js146 alert( FCKLang.UnknownCommand.replace( /%1/g, commandName ) ) ;
H A Dfckstyles.js114 var regex = new RegExp( '^(?:' + FCKConfig.RemoveFormatTags.replace( /,/g,'|' ) + ')$', 'i' ) ;
H A Dfcktoolbaritems.js116 alert( FCKLang.UnknownToolbarItem.replace( /%1/g, itemName ) ) ;
H A Dfckxhtml_ie.js51 … sAttValue = htmlNode.style.cssText.replace( FCKRegexLib.StyleProperties, FCKTools.ToLowerCase ) ;
59 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
H A Dfckconfig.js35 FCKConfig.BasePath = FCKConfig.BasePath.replace( /\\/gi, '/' ) ;
53 FCKConfig.EditorPath = FCKConfig.BasePath.replace( /editor\/$/, '' ) ;
199 html = html.replace( this.RegexEntries[i], _Replace ) ;
215 return html.replace( regex, _Replace ) ;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py29 def escape(text, replace=string.replace): argument
36 text = replace(text, '&', '&amp;') # must be done 1st
37 text = replace(text, '<', '&lt;')
38 text = replace(text, '>', '&gt;')
39 text = replace(text, '"', '&quot;')
40 text = replace(text, "'", '&#39;')
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js254 var sUrl = sHRef.replace( oRegex.UriProtocol, '' ) ;
318 sClass = sClass.replace( FCKRegexLib.FCK_Class, '' ) ;
411 var sWindowName = "'" + GetE('txtPopupName').value.replace(/\W/gi, "") + "'" ;
528 sInnerHtml = sInnerHtml.replace( /^#/, '' ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm54 userFilesPath = replace(userFilesPath, "\", "/", "ALL");
55 userFilesPath = replace(userFilesPath, '//', '/', 'ALL');
66 url.currentFolder = replace(url.currentFolder, "\", "/", "ALL");
67 url.currentFolder = replace(url.currentFolder, '//', '/', 'ALL');
100 …serverPath = replaceNoCase(getBaseTemplatePath(),replace(cgi.script_name,"/",fs,"all"),"") & repla…
107 <cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$",…
124 <cfset userFilesServerPath = replace( userFilesServerPath, "/", fs, "all" ) >
126 <cfset userFilesServerPath = replace( userFilesServerPath, fs & fs, fs, "all") >
H A Dcf5_upload.cfm83 userFilesPath = replace(userFilesPath, "\", "/", "ALL");
84 userFilesPath = replace(userFilesPath, '//', '/', 'ALL');
93 url.currentFolder = replace(url.currentFolder, "\", "/", "ALL");
94 url.currentFolder = replace(url.currentFolder, '//', '/', 'ALL');
118 …serverPath = replaceNoCase(getBaseTemplatePath(),replace(cgi.script_name,"/",fs,"all"),"") & repla…
124 …<cfset resourceTypeUrl = rereplace( replace( Config.QuickUploadPath[url.type], fs, "/", "all"), "/…
139 …<cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$"…
155 <cfset userFilesServerPath = replace( userFilesServerPath, "/", fs, "all" ) >
157 <cfset userFilesServerPath = replace( userFilesServerPath, fs & fs, fs, "all") >
245 fileName = replace( fileName, '.', "_", "all" ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js72 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
117 return this.replace( /(^[ \t\n\r]*)|([ \t\n\r]*$)/g, '' ) ;
123 return this.replace( /^[ \t\n\r]*/g, '' ) ;
129 return this.replace( /[ \t\n\r]*$/g, '' ) ;
134 return this.replace( /\n/g, replacement ) ;
141 return this.replace( regExp,
148 return this.replace( regExp, replacement ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckshowblocks.js43 body.className = body.className.replace( /(^| )FCK__ShowBlocks/g, '' ) ;
H A Dfcktablecommand.js74 return alert( FCKLang.UnknownCommand.replace( /%1/g, this.Name ) ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt1 # replace the name of this file to .htaccess (if using apache),
H A Dfckoutput.py30 def escape(text, replace=string.replace): argument
38 text = replace(text, '&', '&amp;') # must be done 1st
39 text = replace(text, '<', '&lt;')
40 text = replace(text, '>', '&gt;')
41 text = replace(text, '"', '&quot;')
108 'fileUrl': fileUrl.replace ('"', '\\"'),
109 'fileName': fileName.replace ( '"', '\\"' ) ,
110 'customMsg': customMsg.replace ( '"', '\\"' ),
H A Dfckutil.py72 newFileName = newFileName.replace('\\','/') # convert windows to unix path
89 currentFolder = currentFolder.replace('//','/')
117 selfPath = selfPath.replace( '/', os.path.sep)
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js65 data = data.replace( FCKRegexLib.HtmlOpener, '$&<head><title></title></head>' ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso67 -priority='replace',
81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","'
82 + string_replace(#fileName, -find='"', -replace='\\"') + '","'
83 + string_replace(#customMsg, -find='"', -replace='\\"') + '");
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js37 data = data.replace( /</g, '&lt;' ) ;
38 data = data.replace( />/g, '&gt;' ) ;
41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ;
73 data = data.replace( /<br(?=[ \/>]).*?>/gi, '\r\n') ;
79 data = data.replace( /<(?:b|strong)>/gi, '[b]') ;
80 data = data.replace( /<\/(?:b|strong)>/gi, '[/b]') ;
83 data = data.replace( /<(?:i|em)>/gi, '[i]') ;
84 data = data.replace( /<\/(?:i|em)>/gi, '[/i]') ;
87 data = data.replace( /<u>/gi, '[u]') ;
88 data = data.replace( /<\/u>/gi, '[/u]') ;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js176 text = text.replace( /&/g, '&amp;' ) ;
177 text = text.replace( /</g, '&lt;' ) ;
178 text = text.replace( />/g, '&gt;' ) ;
189 text = text.replace( /&gt;/g, '>' ) ;
190 text = text.replace( /&lt;/g, '<' ) ;
191 text = text.replace( /&amp;/g, '&' ) ;
/plugin/jspwiki_import/importer/
H A Dgwt.js267 iframe.contentWindow.location.replace(selectorUrl);
/plugin/remotescript/
H A Dscript.js9 …techange){onreadystatechange();}}};i.escape=function(I){return escape(I).replace(new RegExp("\\+",…
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
H A DJsHttpRequest.js238 return escape(s).replace(new RegExp("\\+","g"),"%2B");

1...<<4142434445464748