/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 25 global $Config ; 30 $Config['Enabled'] = false ; 34 $Config['UserFilesPath'] = '/userfiles/' ; 40 $Config['UserFilesAbsolutePath'] = '' ; 44 $Config['ForceSingleExtension'] = true ; 48 $Config['SecureImageUploads'] = true; 51 $Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndF… 54 $Config['ConfigAllowedTypes'] = array('File', 'Image', 'Flash', 'Media') ; 58 $Config['HtmlExtensions'] = array("html", "htm", "xml", "xsd", "txt", "js") ; 112 $Config['AllowedExtensions']['File'] = array('7z', 'aiff', 'asf', 'avi', 'bmp', 'csv', 'doc', 'fla'… [all …]
|
D | io.php | 30 global $Config ; 33 return $Config['QuickUploadPath'][$resourceType] ; 35 return $Config['FileTypesPath'][$resourceType] ; 40 global $Config ; 43 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 ) 44 return $Config['QuickUploadAbsolutePath'][$resourceType] ; 47 return Server_MapPath( $Config['QuickUploadPath'][$resourceType] ) ; 51 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 ) 52 return $Config['FileTypesAbsolutePath'][$resourceType] ; 55 return Server_MapPath( $Config['FileTypesPath'][$resourceType] ) ; [all …]
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 29 global $Config ; 42 $Config['Enabled'] = true ; 51 $Config['osDarwin'] = DWFCK_is_OS('DARWIN') ? true : false; 70 $Config['osWindows'] = $isWindows; 85 $Config['isWinStyle'] = $useWinStyle; 87 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 97 $Config['UserFilesPath'] = $savedir .'/pages/'; 98 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 100 else $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); 104 …$Config['UserFilesAbsolutePath'] = realpath(DOKU_INC . $Dwfck_conf_values['ckg_savedir'] . '/pages… [all …]
|
D | io.php | 32 global $Config ; 35 return $Config['QuickUploadPath'][$resourceType] ; 37 return $Config['FileTypesPath'][$resourceType] ; 42 global $Config ; 45 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 ) 46 return $Config['QuickUploadAbsolutePath'][$resourceType] ; 49 return Server_MapPath( $Config['QuickUploadPath'][$resourceType] ) ; 53 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 ) 54 return $Config['FileTypesAbsolutePath'][$resourceType] ; 57 return Server_MapPath( $Config['FileTypesPath'][$resourceType] ) ; [all …]
|
D | commands.php | 75 global $Config; 82 if($Config['osWindows']) { 170 global $Config; 174 global $Config; 185 if($Config['osWindows']) { 217 $absolute_path = $Config['UserFilesAbsolutePath']; 318 global $Config; 361 …if($Dwfck_conf_values['fnencode'] == 'url' || ($Config['osWindows'] && !isset($Dwfck_conf_values['… 364 if($Config['osWindows']) { 428 global $Config; [all …]
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 29 global $Config ; 42 $Config['Enabled'] = true ; 51 $Config['osDarwin'] = DWFCK_is_OS('DARWIN') ? true : false; 70 $Config['osWindows'] = $isWindows; 85 $Config['isWinStyle'] = $useWinStyle; 87 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 97 $Config['UserFilesPath'] = $savedir .'/pages/'; 98 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 100 else $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); 104 $Config['UserFilesAbsolutePath'] = $Dwfck_conf_values['ckg_savedir'] . '/pages/'; [all …]
|
D | io.php | 32 global $Config ; 35 return $Config['QuickUploadPath'][$resourceType] ; 37 return $Config['FileTypesPath'][$resourceType] ; 42 global $Config ; 45 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 ) 46 return $Config['QuickUploadAbsolutePath'][$resourceType] ; 49 return Server_MapPath( $Config['QuickUploadPath'][$resourceType] ) ; 53 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 ) 54 return $Config['FileTypesAbsolutePath'][$resourceType] ; 57 return Server_MapPath( $Config['FileTypesPath'][$resourceType] ) ; [all …]
|
D | commands.php | 76 global $Config; 83 if($Config['osWindows']) { 171 global $Config; 175 global $Config; 186 if($Config['osWindows']) { 218 $absolute_path = $Config['UserFilesAbsolutePath']; 319 global $Config; 362 …if($Dwfck_conf_values['fnencode'] == 'url' || ($Config['osWindows'] && !isset($Dwfck_conf_values['… 365 if($Config['osWindows']) { 429 global $Config; [all …]
|
D | util.php | 231 global $Config; 241 if($Config['isWinStyle'] || $Config['osWindows']) { 252 $len = strlen($Config[$path_type[$type]]); 267 $return_path = $Config[$path_type[$type]] ."$file_type/$path" . '/'; 272 $return_path = $Config[$path_type[$type]] .'image/' . $path . '/';
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 29 global $Config ; 42 $Config['Enabled'] = true ; 51 $Config['osDarwin'] = DWFCK_is_OS('DARWIN') ? true : false; 120 $Config['osWindows'] = $isWindows; 135 $Config['isWinStyle'] = $useWinStyle; 137 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 148 $Config['UserFilesPath'] = $savedir .'/pages/'; 149 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 151 else $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); 153 …$Config['UserFilesAbsolutePath'] = str_replace('\\media', '\\pages', $Config['UserFilesAbsolutePat… [all …]
|
D | io.php | 30 global $Config ; 33 return $Config['QuickUploadPath'][$resourceType] ; 35 return $Config['FileTypesPath'][$resourceType] ; 40 global $Config ; 43 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 ) 44 return $Config['QuickUploadAbsolutePath'][$resourceType] ; 47 return Server_MapPath( $Config['QuickUploadPath'][$resourceType] ) ; 51 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 ) 52 return $Config['FileTypesAbsolutePath'][$resourceType] ; 55 return Server_MapPath( $Config['FileTypesPath'][$resourceType] ) ; [all …]
|
D | commands.php | 77 global $Config; 85 if($Config['osWindows']) { 172 global $Config; 177 global $Config; 188 if($Config['osWindows']) { 219 $absolute_path = $Config['UserFilesAbsolutePath']; 317 global $Config; 360 …if($Dwfck_conf_values['fnencode'] == 'url' || ($Config['osWindows'] && !isset($Dwfck_conf_values['… 363 if($Config['osWindows']) { 432 global $Config; [all …]
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/php/ |
D | config.php | 25 global $Config ; 28 $Config['Enabled'] = false ; 32 $Config['UserFilesPath'] = '/userfiles/' ; 38 $Config['UserFilesAbsolutePath'] = '' ; 42 $Config['ForceSingleExtension'] = true ; 44 $Config['AllowedExtensions']['File'] = array() ; 45 $Config['DeniedExtensions']['File'] = array('html','htm','php','php2','php3','php4','php5','phtml'… 47 $Config['AllowedExtensions']['Image'] = array('jpg','gif','jpeg','png') ; 48 $Config['DeniedExtensions']['Image'] = array() ; 50 $Config['AllowedExtensions']['Flash'] = array('swf','fla') ; [all …]
|
D | connector.php | 33 if ( !$Config['Enabled'] ) 39 if ( isset( $Config['UserFilesPath'] ) ) 40 $GLOBALS["UserFilesPath"] = $Config['UserFilesPath'] ; 49 if ( strlen( $Config['UserFilesAbsolutePath'] ) > 0 ) 51 $GLOBALS["UserFilesDirectory"] = $Config['UserFilesAbsolutePath'] ;
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/php/ |
D | config.php | 25 global $Config ; 28 $Config['Enabled'] = false ; 32 $Config['UseFileType'] = false ; 35 $Config['UserFilesPath'] = '/userfiles/' ; 41 $Config['UserFilesAbsolutePath'] = '' ; 45 $Config['ForceSingleExtension'] = true ; 47 $Config['AllowedExtensions']['File'] = array() ; 48 $Config['DeniedExtensions']['File'] = array('html','htm','php','php2','php3','php4','php5','phtml'… 50 $Config['AllowedExtensions']['Image'] = array('jpg','gif','jpeg','png') ; 51 $Config['DeniedExtensions']['Image'] = array() ; [all …]
|
D | upload.php | 38 if ( !$Config['Enabled'] ) 52 if ( $Config['ForceSingleExtension'] ) 69 $arAllowed = $Config['AllowedExtensions'][$sType] ; 70 $arDenied = $Config['DeniedExtensions'][$sType] ; 83 if ( isset( $Config['UserFilesAbsolutePath'] ) && strlen( $Config['UserFilesAbsolutePath'] ) > 0 ) 84 $sServerDir = $Config['UserFilesAbsolutePath'] ; 86 $sServerDir = GetRootPath() . $Config["UserFilesPath"] ; 88 if ( $Config['UseFileType'] ) 114 if ( $Config['UseFileType'] ) 115 $sFileUrl = $Config["UserFilesPath"] . $sType . '/' . $sFileName ; [all …]
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
D | config.cfm | 26 Config = StructNew() ; 29 Config.Enabled = true ; 32 Config.UserFilesPath = "/userfiles/" ; 38 Config.ServerPath = "" ; 42 Config.ForceSingleExtension = true ; 46 Config.SecureImageUploads = true; 49 …Config.ConfigAllowedCommands = "QuickUpload,FileUpload,GetFolders,GetFoldersAndFiles,CreateFold… 52 Config.ConfigAllowedTypes = "File,Image,Flash,Media" ; 57 Config.HtmlExtensions = "html,htm,xml,xsd,txt,js" ; 96 Config.AllowedExtensions = StructNew() ; [all …]
|
D | cf_io.cfm | 39 <cfreturn REQUEST.Config['QuickUploadPath'][ARGUMENTS.resourceType]> 41 <cfreturn REQUEST.Config['FileTypesPath'][ARGUMENTS.resourceType]> 50 <cfif isDefined( "REQUEST.Config.QuickUploadAbsolutePath" ) 51 and structkeyexists( REQUEST.Config.QuickUploadAbsolutePath, ARGUMENTS.resourceType ) 52 and Len( REQUEST.Config.QuickUploadAbsolutePath[ARGUMENTS.resourceType] )> 53 <cfreturn REQUEST.Config.QuickUploadAbsolutePath[ARGUMENTS.resourceType]> 56 <cfreturn expandpath( REQUEST.Config.QuickUploadPath[ARGUMENTS.resourceType] )> 58 <cfif isDefined( "REQUEST.Config.FileTypesAbsolutePath" ) 59 and structkeyexists( REQUEST.Config.FileTypesAbsolutePath, ARGUMENTS.resourceType ) 60 and Len( REQUEST.Config.FileTypesAbsolutePath[ARGUMENTS.resourceType] )> [all …]
|
D | cf5_upload.cfm | 60 <cfif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, url.… 65 <cfif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.type)> 124 …<cfset resourceTypeUrl = rereplace( replace( Config.QuickUploadPath[url.type], fs, "/", "all"), "/… 125 <cfif isDefined( "Config.QuickUploadAbsolutePath" ) 126 and structkeyexists( Config.QuickUploadAbsolutePath, url.type ) 127 and Len( Config.QuickUploadAbsolutePath[url.type] )> 128 <cfset userFilesServerPath = Config.QuickUploadAbsolutePath[url.type] & url.currentFolder> 134 <cfset userFilesServerPath = rootPath & Config.QuickUploadPath[url.type] & url.currentFolder> 139 …<cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$"… 140 <cfif isDefined( "Config.FileTypesAbsolutePath" ) [all …]
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
D | connector.py | 34 import config as Config namespace 47 if not(Config.Enabled): 62 if ( not command in Config.ConfigAllowedCommands ): 65 if ( not resourceType in Config.ConfigAllowedTypes ): 70 self.userFilesFolder = Config.QuickUploadAbsolutePath[resourceType] 71 self.webUserFilesFolder = Config.QuickUploadPath[resourceType] 73 self.userFilesFolder = Config.FileTypesAbsolutePath[resourceType] 74 self.webUserFilesFolder = Config.FileTypesPath[resourceType]
|
D | upload.py | 31 import config as Config namespace 39 if not(Config.Enabled): 50 if ( not command in Config.ConfigAllowedCommands ): 53 if ( not resourceType in Config.ConfigAllowedTypes ): 57 self.userFilesFolder = Config.QuickUploadAbsolutePath[resourceType] 58 self.webUserFilesFolder = Config.QuickUploadPath[resourceType]
|
/plugin/wysiwyg/fckeditor/_samples/php/ |
D | sample02.php | 93 $oFCKeditor->Config['AutoDetectLanguage'] = false ; 94 $oFCKeditor->Config['DefaultLanguage'] = $_GET['Lang'] ; 98 $oFCKeditor->Config['AutoDetectLanguage'] = true ; 99 $oFCKeditor->Config['DefaultLanguage'] = 'en' ;
|
/plugin/grensladawritezor/fckeditor/_samples/php/ |
D | sample02.php | 93 $oFCKeditor->Config['AutoDetectLanguage'] = false ; 94 $oFCKeditor->Config['DefaultLanguage'] = $_GET['Lang'] ; 98 $oFCKeditor->Config['AutoDetectLanguage'] = true ; 99 $oFCKeditor->Config['DefaultLanguage'] = 'en' ;
|
/plugin/wysiwyg/fckeditor/_samples/perl/ |
D | sample02.cgi | 146 $Config{'AutoDetectLanguage'} = "false"; 147 $Config{'DefaultLanguage'} = $FORM{'Lang'}; 149 $Config{'AutoDetectLanguage'} = "true"; 150 $Config{'DefaultLanguage'} = 'en' ;
|
/plugin/grensladawritezor/fckeditor/_samples/perl/ |
D | sample02.cgi | 146 $Config{'AutoDetectLanguage'} = "false"; 147 $Config{'DefaultLanguage'} = $FORM{'Lang'}; 149 $Config{'AutoDetectLanguage'} = "true"; 150 $Config{'DefaultLanguage'} = 'en' ;
|