Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconfig.py63 ConfigAllowedCommands = [ 'QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateF… variable
H A Dupload.py50 if ( not command in Config.ConfigAllowedCommands ):
H A Dconnector.py62 if ( not command in Config.ConfigAllowedCommands ):
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp43 Dim ConfigAllowedCommands variable
44 ConfigAllowedCommands = "QuickUpload|FileUpload|GetFolders|GetFoldersAndFiles|CreateFolder"
H A Dio.asp158 oRE.Pattern = "^(" & ConfigAllowedCommands & ")$"
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm136 <cfelseif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, …
H A Dcf5_upload.cfm60 <cfif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, url.…
H A Dconfig.cfm49 …Config.ConfigAllowedCommands = "QuickUpload,FileUpload,GetFolders,GetFoldersAndFiles,CreateFold…
H A Dcf_io.cfm170 <cfif not listFindNoCase( REQUEST.Config.ConfigAllowedCommands, ARGUMENTS.sCommand )>