Home
last modified time | relevance | path

Searched refs:ConfigAllowedTypes (Results 1 – 9 of 9) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconfig.py66 ConfigAllowedTypes = ['File', 'Image', 'Flash', 'Media'] variable
H A Dupload.py53 if ( not resourceType in Config.ConfigAllowedTypes ):
H A Dconnector.py65 if ( not resourceType in Config.ConfigAllowedTypes ):
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp47 Dim ConfigAllowedTypes variable
48 ConfigAllowedTypes = "File|Image|Flash|Media"
H A Dio.asp146 oRE.Pattern = "^(" & ConfigAllowedTypes & ")$"
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm140 <cfelseif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.ty…
H A Dcf5_upload.cfm65 <cfif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.type)>
H A Dconfig.cfm52 Config.ConfigAllowedTypes = "File,Image,Flash,Media" ;
H A Dcf_io.cfm160 <cfif not listFindNoCase( REQUEST.Config.ConfigAllowedTypes, ARGUMENTS.resourceType )>