Home
last modified time | relevance | path

Searched refs:Config (Results 151 – 175 of 261) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.php_cs9 return Symfony\CS\Config\Config::create()
/plugin/gdpr/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/feedback/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/linkfix/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/farmsync/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/letsencrypt/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/cnmap/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/adminperm/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/404manager/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php76 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 Dconfig.php29 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 Dio.php32 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 Dconnector.php41 if ( !$Config['Enabled'] )
H A Dupload.php40 if ( !$Config['Enabled'] )
H A Dutil.php231 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/highlightparent/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/redissue/
H A DREADME.md38 You can configure Redissue in the Config Manager of DokuWiki:
/plugin/pwaoffline/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/cleanoldips/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/searchdefaults/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/tabbox/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/fckg/fckeditor/
H A Dfckconfig.js50 FCK.Config.ScaytDefLang = AdminSelectedLang;
H A Dfckeditor.js41 this.Config = new Object() ;
156 for ( var o in this.Config )
159 sConfig += encodeURIComponent( o ) + '=' + encodeURIComponent( this.Config[o] ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php77 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 Dconfig.php29 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 …]

1234567891011