Home
last modified time | relevance | path

Searched refs:config (Results 1 – 13 of 13) sorted by relevance

/web-php/include/
H A Dheader.inc9 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']; } ?>
164 <?php if (!empty($config['intro'])):?>
[all …]
H A Dfooter.inc3 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>
82 if (isset($config['elephpants']) && $config['elephpants']) {
H A Dlayout.inc423 function site_header(string $title = 'Hypertext Preprocessor', array $config = []): void
437 $config = array_merge($defaults, $config);
439 $config["headsup"] = get_news_changes();
441 $lang = language_convert($config["lang"]);
442 $curr = $config["current"];
443 $classes = $config['classes'];
447 $config["css_overwrite"] = ["/styles/i-love-markdown.css"];
457 function site_footer(array $config = []): void
H A Dshared-manual.inc308 $config = [
324 site_header($setup["this"][1] . " - Manual ", $config);
326 $languageChooser = manual_language_chooser($config['lang'], $config['thispage']);
H A Derrors.inc331 'tidy.default-config' => 'tidy.configuration.php#ini.tidy.default-config',
/web-php/
H A D.php-cs-fixer.php5 $config = new PhpCsFixer\Config(); variable
7 $finder = $config->getFinder()
14 $config
72 return $config;
H A DMakefile14 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose
H A Dcomposer.lock2087 "symfony/config": "^6.4|^7.0",
2243 "symfony/config": "^6.4|^7.0",
2542 "config",
/web-php/.github/workflows/
H A Dintegrate.yaml40 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…
131 run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
/web-php/fonts/Font-Awesome/
H A DREADME.txt32 - config.json - keeps your settings. You can import it back into fontello
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt461 . Fixed bug #55067 (MySQL doesn't support compression - wrong config option).
529 and an --man-dir argument to php-config. (Hannes)
H A DNEWS_5_4_0_RC1.txt506 . 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 DNEWS_5_4_0_beta1.txt410 . 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 71 milliseconds