Searched refs:ConfigAllowedTypes (Results 1 – 9 of 9) sorted by relevance
66 ConfigAllowedTypes = ['File', 'Image', 'Flash', 'Media'] variable
53 if ( not resourceType in Config.ConfigAllowedTypes ):
65 if ( not resourceType in Config.ConfigAllowedTypes ):
47 Dim ConfigAllowedTypes variable48 ConfigAllowedTypes = "File|Image|Flash|Media"
146 oRE.Pattern = "^(" & ConfigAllowedTypes & ")$"
140 <cfelseif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.ty…
65 <cfif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.type)>
52 Config.ConfigAllowedTypes = "File,Image,Flash,Media" ;
160 <cfif not listFindNoCase( REQUEST.Config.ConfigAllowedTypes, ARGUMENTS.resourceType )>