Home
last modified time | relevance | path

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

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