Home
last modified time | relevance | path

Searched refs:AllowedExtensions (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconfig.py69 AllowedExtensions = {}; DeniedExtensions = {}; variable
109 AllowedExtensions['File'] = ['7z','aiff','asf','avi','bmp','csv','doc','fla','flv','gif','gz','gz…
116 AllowedExtensions['Image'] = ['bmp','gif','jpeg','jpg','png','psd','tif','tiff']
123 AllowedExtensions['Flash'] = ['swf','fla']
130 AllowedExtensions['Media'] = ['aiff','asf','avi','bmp','fla', 'flv','gif','jpeg','jpg','mid','mov'…
H A Dfckcommands.py131 allowedExtensions = Config.AllowedExtensions[resourceType]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm62 // - AllowedExtensions: the possible extensions that can be allowed.
67 // For a file to be uploaded it has to fullfil both the AllowedExtensions
96 Config.AllowedExtensions = StructNew() ;
103 …Config.AllowedExtensions["File"] = "7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,jpeg,jpg,mid…
110 Config.AllowedExtensions["Image"] = "bmp,gif,jpeg,jpg,png,psd,tif,tiff" ;
117 Config.AllowedExtensions["Flash"] = "swf,fla" ;
124 …Config.AllowedExtensions["Media"] = "aiff,asf,avi,bmp,fla,flv,gif,jpeg,jpg,mid,mov,mp3,mp4,mpc,m…
H A Dcf_io.cfm142 <cfif isDefined( "REQUEST.Config.AllowedExtensions." & ARGUMENTS.resourceType )
143 and listLen( REQUEST.Config.AllowedExtensions[ARGUMENTS.resourceType] )
144 …and not listFindNoCase( REQUEST.Config.AllowedExtensions[ARGUMENTS.resourceType], ARGUMENTS.sExten…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp57 ' - AllowedExtensions: the possible extensions that can be allowed.
63 ' For a file to be uploaded it has to fullfil both the AllowedExtensions
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso52 'AllowedExtensions' = map(