Home
last modified time | relevance | path

Searched refs:Config (Results 1 – 25 of 261) sorted by last modified time

1234567891011

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/structstatus/
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/confmanager/lang/de/
H A Dmime.txt5 …xssprotect]] Option zusätzlich deaktivieren, um den HTML Mimetype in der Config-Datei hinzuzufügen.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js64295 function Config(good_length, max_lazy, nice_length, max_chain, func) {
64306 new Config(0, 0, 0, 0, deflate_stored),
64308 new Config(4, 4, 8, 4, deflate_fast),
64310 new Config(4, 5, 16, 8, deflate_fast),
64312 new Config(4, 6, 32, 32, deflate_fast),
64314 new Config(4, 4, 16, 16, deflate_slow),
64316 new Config(8, 16, 32, 32, deflate_slow),
64318 new Config(8, 16, 128, 128, deflate_slow),
64320 new Config(8, 32, 128, 256, deflate_slow),
64322 new Config(32, 128, 258, 1024, deflate_slow),
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js6935 function Config(good_length, max_lazy, nice_length, max_chain, func) { class in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d06000
6947 new Config(0, 0, 0, 0, deflate_stored), /* 0 store only */
6948 new Config(4, 4, 8, 4, deflate_fast), /* 1 max speed, no lazy matches */
6949 new Config(4, 5, 16, 8, deflate_fast), /* 2 */
6950 new Config(4, 6, 32, 32, deflate_fast), /* 3 */
6952 new Config(4, 4, 16, 16, deflate_slow), /* 4 lazy matches */
6953 new Config(8, 16, 32, 32, deflate_slow), /* 5 */
6954 new Config(8, 16, 128, 128, deflate_slow), /* 6 */
6955 new Config(8, 32, 128, 256, deflate_slow), /* 7 */
6956 new Config(32, 128, 258, 1024, deflate_slow), /* 8 */
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22524 /* TODO: FODS Config */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php3 namespace Mpdf\Config;
H A DFontVariables.php3 namespace Mpdf\Config;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php5 use Mpdf\Config\ConfigVariables;
6 use Mpdf\Config\FontVariables;
465 // See Config\FontVariables for these next 5 values
25809 // Check Backup SIP font (defined in Config\FontVariables)
/plugin/combo/vendor/php-webdriver/webdriver/
H A D.php-cs-fixer.dist.php6 return (new PhpCsFixer\Config())
/plugin/structodt/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/slacknotifier/
H A Daction.php15 use dokuwiki\plugin\slacknotifier\helper\Config;
28 /** @var Config */
32 $this->config = new Config($this);
13 use dokuwiki\plugin\slacknotifier\helper\Config; global() alias
/plugin/slacknotifier/helper/
H A DFormatter.php9 /** @var Config */
12 public function __construct(Config $config)
H A DPayload.php
H A DConfig.php18 class Config
17 class Config global() class
/plugin/smtp/
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/firenews/
H A Dtodo.md9 #### Config ideas:
/plugin/archivegenerator/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php29 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 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 …]

1234567891011