Home
last modified time | relevance | path

Searched refs:Config (Results 1 – 25 of 261) sorted by path

1234567891011

/plugin/404manager/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/abortlogin/
H A DREADME.md6 ip addresses can be entered in the Config Mgr and the results will
/plugin/actionrenderer/
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/aichat/vendor/mehrab-wj/tiktoken-php/
H A D.php-cs-fixer.dist.php7 return (new PhpCsFixer\Config())
H A Drector.php6 use Rector\Config\RectorConfig;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe37895 Config uration
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js4964 var Config = function (good_length, max_lazy, nice_length, max_chain, func) { class in AnonymousFunction7bc6a8980100.AnonymousFunction7bc6a8984400
4976 new Config(0, 0, 0, 0, deflate_stored), /* 0 store only */
4977 new Config(4, 4, 8, 4, deflate_fast), /* 1 max speed, no lazy matches */
4978 new Config(4, 5, 16, 8, deflate_fast), /* 2 */
4979 new Config(4, 6, 32, 32, deflate_fast), /* 3 */
4981 new Config(4, 4, 16, 16, deflate_slow), /* 4 lazy matches */
4982 new Config(8, 16, 32, 32, deflate_slow), /* 5 */
4983 new Config(8, 16, 128, 128, deflate_slow), /* 6 */
4984 new Config(8, 32, 128, 256, deflate_slow), /* 7 */
4985 new Config(32, 128, 258, 1024, deflate_slow), /* 8 */
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js22277 var Config = function (good_length, max_lazy, nice_length, max_chain, func) {
22289 new Config(0, 0, 0, 0, deflate_stored), /* 0 store only */
22290 new Config(4, 4, 8, 4, deflate_fast), /* 1 max speed, no lazy matches */
22291 new Config(4, 5, 16, 8, deflate_fast), /* 2 */
22292 new Config(4, 6, 32, 32, deflate_fast), /* 3 */
22294 new Config(4, 4, 16, 16, deflate_slow), /* 4 lazy matches */
22295 new Config(8, 16, 32, 32, deflate_slow), /* 5 */
22296 new Config(8, 16, 128, 128, deflate_slow), /* 6 */
22297 new Config(8, 32, 128, 256, deflate_slow), /* 7 */
22298 new Config(32, 128, 258, 1024, deflate_slow), /* 8 */
[all …]
H A Dpdfmake.min.js.map1Config","deflateInfo","TYPED_OK","Uint16Array","Int32Array","sources","shrinkBuf","fnTyped","src_o…
/plugin/archivegenerator/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/articlelinks/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/authdrupal8/
H A DREADME.md47 Easiest way is to go to Admin panel/Config/authentication section Security settings and here select :
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DConfig.php20 class Config extends \Google\Collection class
79 class_alias(Config::class, 'Google_Service_CloudDeploy_Config');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/Resource/
H A DProjectsLocations.php20 use Google\Service\CloudDeploy\Config; alias
52 * @return Config
58 return $this->call('getConfig', [$params], Config::class);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs3 $config = PhpCsFixer\Config::create()
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist3 $config = PhpCsFixer\Config::create()
/plugin/authnc/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/authremoteuser/
H A DREADME.md91 target="_blank">protect the settings</a> against changes via *Config Manager*.
/plugin/booking/
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 Dconnector.php41 if ( !$Config['Enabled'] )
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 Dupload.php40 if ( !$Config['Enabled'] )

1234567891011