/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 25 global $Config ; 114 $Config['FileTypesPath']['File'] = $Config['UserFilesPath'] . 'file/' ; 115 $Config['FileTypesAbsolutePath']['File']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['… 116 $Config['QuickUploadPath']['File'] = $Config['UserFilesPath'] ; 117 $Config['QuickUploadAbsolutePath']['File']= $Config['UserFilesAbsolutePath'] ; 121 $Config['FileTypesPath']['Image'] = $Config['UserFilesPath'] . 'image/' ; 123 $Config['QuickUploadPath']['Image'] = $Config['UserFilesPath'] ; 128 $Config['FileTypesPath']['Flash'] = $Config['UserFilesPath'] . 'flash/' ; 130 $Config['QuickUploadPath']['Flash'] = $Config['UserFilesPath'] ; 135 $Config['FileTypesPath']['Media'] = $Config['UserFilesPath'] . 'media/' ; [all …]
|
H A D | io.php | 30 global $Config ; 33 return $Config['QuickUploadPath'][$resourceType] ; 35 return $Config['FileTypesPath'][$resourceType] ; 40 global $Config ; 52 return $Config['FileTypesAbsolutePath'][$resourceType] ; 178 global $Config ; 181 $arDenied = $Config['DeniedExtensions'][$resourceType] ; 194 global $Config ; 203 global $Config ; 248 global $Config ; [all …]
|
H A D | commands.php | 168 global $Config ; 185 if ( isset( $Config['SecureImageUploads'] ) ) 193 if ( isset( $Config['HtmlExtensions'] ) ) 195 …if ( !IsHtmlExtension( $sExtension, $Config['HtmlExtensions'] ) && DetectHtml( $oFile['tmp_name'] …
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 29 global $Config ; 42 $Config['Enabled'] = true ; 87 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 98 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 115 $Config['UserFilesAbsolutePath'] = rtrim($Config['UserFilesAbsolutePath'],'/') . '/'; 142 $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); 194 global $Config,$animal; 238 global $Config ; 289 global $Config; 435 global $Config; [all …]
|
H A D | io.php | 32 global $Config ; 35 return $Config['QuickUploadPath'][$resourceType] ; 37 return $Config['FileTypesPath'][$resourceType] ; 42 global $Config ; 93 global $Config ; 125 if ( isset( $Config['ChmodOnFolderCreate'] ) && !$Config['ChmodOnFolderCreate'] ) 196 global $Config ; 212 global $Config ; 221 global $Config ; 271 global $Config ; [all …]
|
H A D | commands.php | 75 global $Config; 82 if($Config['osWindows']) { 170 global $Config; 174 global $Config; 185 if($Config['osWindows']) { 318 global $Config; 428 global $Config; 604 global $Config ; 700 if ( isset( $Config['ChmodOnUpload'] ) && !$Config['ChmodOnUpload'] ) 707 if ( isset( $Config['ChmodOnUpload'] ) && $Config['ChmodOnUpload'] ) [all …]
|
H A 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/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 29 global $Config ; 42 $Config['Enabled'] = true ; 87 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 98 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 113 $Config['UserFilesAbsolutePath'] = rtrim($Config['UserFilesAbsolutePath'],'/') . '/'; 140 $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); 192 global $Config,$animal; 236 global $Config ; 287 global $Config; 433 global $Config; [all …]
|
H A D | io.php | 32 global $Config ; 35 return $Config['QuickUploadPath'][$resourceType] ; 37 return $Config['FileTypesPath'][$resourceType] ; 42 global $Config ; 93 global $Config ; 125 if ( isset( $Config['ChmodOnFolderCreate'] ) && !$Config['ChmodOnFolderCreate'] ) 196 global $Config ; 212 global $Config ; 221 global $Config ; 271 global $Config ; [all …]
|
H A D | commands.php | 76 global $Config; 83 if($Config['osWindows']) { 171 global $Config; 175 global $Config; 186 if($Config['osWindows']) { 319 global $Config; 429 global $Config; 609 global $Config ; 705 if ( isset( $Config['ChmodOnUpload'] ) && !$Config['ChmodOnUpload'] ) 712 if ( isset( $Config['ChmodOnUpload'] ) && $Config['ChmodOnUpload'] ) [all …]
|
H A 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/ |
H A D | config.php | 29 global $Config ; 42 $Config['Enabled'] = true ; 137 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 149 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 151 else $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); 210 global $Config; 220 global $Config; 252 global $Config ; 303 global $Config; 449 global $Config; [all …]
|
H A D | io.php | 30 global $Config ; 33 return $Config['QuickUploadPath'][$resourceType] ; 35 return $Config['FileTypesPath'][$resourceType] ; 40 global $Config ; 91 global $Config ; 123 if ( isset( $Config['ChmodOnFolderCreate'] ) && !$Config['ChmodOnFolderCreate'] ) 194 global $Config ; 210 global $Config ; 219 global $Config ; 270 global $Config ; [all …]
|
H A D | commands.php | 77 global $Config; 85 if($Config['osWindows']) { 172 global $Config; 177 global $Config; 188 if($Config['osWindows']) { 317 global $Config; 432 global $Config; 593 global $Config ; 686 if ( isset( $Config['ChmodOnUpload'] ) && !$Config['ChmodOnUpload'] ) 693 if ( isset( $Config['ChmodOnUpload'] ) && $Config['ChmodOnUpload'] ) [all …]
|
H A 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/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | config.cfm | 26 Config = StructNew() ; 105 Config.FileTypesPath["File"] = Config.UserFilesPath & 'file/' ; 106 …Config.FileTypesAbsolutePath["File"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPath… 107 Config.QuickUploadPath["File"] = Config.FileTypesPath["File"] ; 112 Config.FileTypesPath["Image"] = Config.UserFilesPath & 'image/' ; 113 …Config.FileTypesAbsolutePath["Image"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPat… 114 Config.QuickUploadPath["Image"] = Config.FileTypesPath["Image"] ; 120 …Config.FileTypesAbsolutePath["Flash"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPat… 121 Config.QuickUploadPath["Flash"] = Config.FileTypesPath["Flash"] ; 127 …Config.FileTypesAbsolutePath["Media"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPat… [all …]
|
H A D | cf_io.cfm | 39 <cfreturn REQUEST.Config['QuickUploadPath'][ARGUMENTS.resourceType]> 41 <cfreturn REQUEST.Config['FileTypesPath'][ARGUMENTS.resourceType]> 50 <cfif isDefined( "REQUEST.Config.QuickUploadAbsolutePath" ) 52 and Len( REQUEST.Config.QuickUploadAbsolutePath[ARGUMENTS.resourceType] )> 53 <cfreturn REQUEST.Config.QuickUploadAbsolutePath[ARGUMENTS.resourceType]> 58 <cfif isDefined( "REQUEST.Config.FileTypesAbsolutePath" ) 60 and Len( REQUEST.Config.FileTypesAbsolutePath[ARGUMENTS.resourceType] )> 61 <cfreturn REQUEST.Config.FileTypesAbsolutePath[ARGUMENTS.resourceType]> 143 and listLen( REQUEST.Config.AllowedExtensions[ARGUMENTS.resourceType] ) 149 and listLen( REQUEST.Config.DeniedExtensions[ARGUMENTS.resourceType] ) [all …]
|
H A 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)> 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> 140 <cfif isDefined( "Config.FileTypesAbsolutePath" ) 141 and structkeyexists( Config.FileTypesAbsolutePath, url.type ) 142 and Len( Config.FileTypesAbsolutePath[url.type] )> 143 <cfset userFilesServerPath = Config.FileTypesAbsolutePath[url.type] & url.currentFolder> [all …]
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
H A 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]
|
H A 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/ |
H A 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/ |
H A D | sample02.cgi | 146 $Config{'AutoDetectLanguage'} = "false"; 147 $Config{'DefaultLanguage'} = $FORM{'Lang'}; 149 $Config{'AutoDetectLanguage'} = "true"; 150 $Config{'DefaultLanguage'} = 'en' ;
|
/plugin/diagramsnet/lib/math/extensions/ |
H A D | fast-preview.js | 19 …Config:function(){if(b.config["CHTML-preview"]){MathJax.Hub.Config({"fast-preview":b.config["CHTML…
|
/plugin/jplayer/vendor/mustache/mustache/ |
H A D | .php_cs | 3 use Symfony\CS\Config\Config; 6 $config = Config::create()
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/Resource/ |
H A D | ProjectsLocations.php | 20 use Google\Service\CloudDeploy\Config; alias 52 * @return Config 58 return $this->call('getConfig', [$params], Config::class);
|