Home
last modified time | relevance | path

Searched refs:FileTypesPath (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconfig.py70 FileTypesPath = {}; FileTypesAbsolutePath = {}; variable
111 FileTypesPath['File'] = UserFilesPath + 'file/'
113 QuickUploadPath['File'] = FileTypesPath['File']
118 FileTypesPath['Image'] = UserFilesPath + 'image/'
120 QuickUploadPath['Image'] = FileTypesPath['Image']
125 FileTypesPath['Flash'] = UserFilesPath + 'flash/'
127 QuickUploadPath['Flash'] = FileTypesPath['Flash']
132 FileTypesPath['Media'] = UserFilesPath + 'media/'
134 QuickUploadPath['Media'] = FileTypesPath['Media']
H A Dconnector.py74 self.webUserFilesFolder = Config.FileTypesPath[resourceType]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm70 // - FileTypesPath: the virtual folder relative to the document root where
79 // Attention: The above 'FileTypesPath' must point to the same directory.
98 Config.FileTypesPath = StructNew() ;
105 Config.FileTypesPath["File"] = Config.UserFilesPath & 'file/' ;
107 Config.QuickUploadPath["File"] = Config.FileTypesPath["File"] ;
112 Config.FileTypesPath["Image"] = Config.UserFilesPath & 'image/' ;
114 Config.QuickUploadPath["Image"] = Config.FileTypesPath["Image"] ;
119 Config.FileTypesPath["Flash"] = Config.UserFilesPath & 'flash/' ;
121 Config.QuickUploadPath["Flash"] = Config.FileTypesPath["Flash"] ;
126 Config.FileTypesPath["Media"] = Config.UserFilesPath & 'media/' ;
[all …]
H A Dcf_io.cfm41 <cfreturn REQUEST.Config['FileTypesPath'][ARGUMENTS.resourceType]>
64 <cfreturn expandpath( REQUEST.Config.FileTypesPath[ARGUMENTS.resourceType] )>
H A Dcf5_connector.cfm107 <cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$",…
119 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
H A Dcf5_upload.cfm139 …<cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$"…
149 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp66 ' - FileTypesPath: the virtual folder relative to the document root where
75 ' Attention: The above 'FileTypesPath' must point to the same directory.