Searched refs:config (Results 1 – 15 of 15) sorted by relevance
/web-php/include/ |
H A D | header.inc | 9 if (isset($config['css'])) { 12 if (isset($config["css_overwrite"])) { 13 $css_files = $config["css_overwrite"]; 30 if ($config["cache"]) { 31 if (is_numeric($config["cache"])) { 32 $timestamp = $config["cache"]; 44 if (!isset($config["languages"])) { 45 $config["languages"] = []; 92 <?php if (isset($config['meta_tags'])) { echo $config['meta_tags']; } ?> 296 <?php if (!empty($config['intro'])):?> [all …]
|
H A D | footer.inc | 3 if (!empty($config['spanning-content'])) { 5 echo $config['spanning-content']; 10 <?php if (!empty($config['related_menu']) || !empty($config['related_menu_deprecated'])): ?> 14 <?php if (!empty($config['related_menu'])): ?> 15 <?php foreach($config['related_menu'] as $section): ?> 38 <?php if (!empty($config['related_menu_deprecated'])): ?> 42 <?php foreach ($config['related_menu_deprecated'] as $item): ?> 54 <?php if (!empty($config['sidebar'])): ?> 56 <div class="inner"><?php echo $config['sidebar']; ?></div> 94 if (isset($config['elephpants']) && $config['elephpants']) {
|
H A D | layout.inc | 427 function site_header(string $title = 'Hypertext Preprocessor', array $config = []): void 463 $config = array_merge($defaults, $config); 465 $config["headsup"] = get_news_changes(); 467 $lang = (new Languages())->convert($config["lang"]); 468 $curr = $config["current"]; 469 $classes = $config['classes']; 473 $config["css_overwrite"] = ["/styles/i-love-markdown.css"]; 483 function site_footer(array $config = []): void
|
H A D | shared-manual.inc | 313 $config = [ 329 site_header($setup["this"][1] . " - Manual ", $config); 331 $languageChooser = manual_language_chooser($config['lang'], $config['thispage']);
|
H A D | errors.inc | 333 'tidy.default-config' => 'tidy.configuration.php#ini.tidy.default-config',
|
/web-php/ |
H A D | .php-cs-fixer.php | 5 $config = new PhpCsFixer\Config(); variable 7 $finder = $config->getFinder() 14 $config 72 return $config;
|
H A D | Makefile | 15 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose
|
H A D | composer.lock | 366 "fidry/php-cs-fixer-config": "^1.1.2", 2808 "symfony/config": "^6.4|^7.0", 2964 "symfony/config": "^6.4|^7.0", 3266 "config",
|
/web-php/.github/workflows/ |
H A D | integrate.yaml | 40 run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV" 85 run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV" 98 …run: "vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.php --diff --dry-run --show-progre… 141 run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
H A D | update-screenshots.yaml | 47 run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
H A D | pr-preview.yml | 78 run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
/web-php/fonts/Font-Awesome/ |
H A D | README.txt | 32 - config.json - keeps your settings. You can import it back into fontello
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 461 . Fixed bug #55067 (MySQL doesn't support compression - wrong config option). 529 and an --man-dir argument to php-config. (Hannes)
|
H A D | NEWS_5_4_0_RC1.txt | 506 . Fixed bug #55067 (MySQL doesn't support compression - wrong config option). 574 and an --man-dir argument to php-config. (Hannes) 2662 - Fixed bug #47318 (UMR when trying to activate user config). (Pierre) 3167 - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment). 3383 - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=path). 3917 - Fixed bug #35981 (pdo-pgsql should not use pkg-config when not present). 3966 - Fixed bug #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS). 4416 - Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config 4789 - Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60). (Ilia) 5552 - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
|
H A D | NEWS_5_4_0_beta1.txt | 410 . Fixed bug #55067 (MySQL doesn't support compression - wrong config option). 478 and an --man-dir argument to php-config. (Hannes) 2566 - Fixed bug #47318 (UMR when trying to activate user config). (Pierre) 3071 - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment). 3287 - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=path). 3821 - Fixed bug #35981 (pdo-pgsql should not use pkg-config when not present). 3870 - Fixed bug #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS). 4320 - Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config 4693 - Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60). (Ilia) 5456 - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
|
Completed in 82 milliseconds