Searched refs:ConfigAllowedCommands (Results 1 – 9 of 9) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
H A D | config.py | 63 ConfigAllowedCommands = [ 'QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateF… variable
|
H A D | upload.py | 50 if ( not command in Config.ConfigAllowedCommands ):
|
H A D | connector.py | 62 if ( not command in Config.ConfigAllowedCommands ):
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | config.asp | 43 Dim ConfigAllowedCommands variable 44 ConfigAllowedCommands = "QuickUpload|FileUpload|GetFolders|GetFoldersAndFiles|CreateFolder"
|
H A D | io.asp | 158 oRE.Pattern = "^(" & ConfigAllowedCommands & ")$"
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf5_connector.cfm | 136 <cfelseif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, …
|
H A D | cf5_upload.cfm | 60 <cfif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, url.…
|
H A D | config.cfm | 49 …Config.ConfigAllowedCommands = "QuickUpload,FileUpload,GetFolders,GetFoldersAndFiles,CreateFold…
|
H A D | cf_io.cfm | 170 <cfif not listFindNoCase( REQUEST.Config.ConfigAllowedCommands, ARGUMENTS.sCommand )>
|