Home
last modified time | relevance | path

Searched defs:config (Results 1 – 14 of 14) sorted by relevance

/PHP-8.1/ext/pspell/
H A Dpspell.stub.php34 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {}
50 function pspell_config_runtogether(PSpell\Config $config, bool $allow): bool {}
51 function pspell_config_mode(PSpell\Config $config, int $mode): bool {}
52 function pspell_config_ignore(PSpell\Config $config, int $min_length): bool {}
53 function pspell_config_personal(PSpell\Config $config, string $filename): bool {}
54 function pspell_config_dict_dir(PSpell\Config $config, string $directory): bool {}
55 function pspell_config_data_dir(PSpell\Config $config, string $directory): bool {}
56 function pspell_config_repl(PSpell\Config $config, string $filename): bool {}
57 function pspell_config_save_repl(PSpell\Config $config, bool $save): bool {}
H A Dpspell.c196 PspellConfig *config; in PHP_FUNCTION() local
289 PspellConfig *config; in PHP_FUNCTION() local
378 PspellConfig *config; in PHP_FUNCTION() local
573 PspellConfig *config; in PHP_FUNCTION() local
639 PspellConfig *config; in PHP_FUNCTION() local
657 PspellConfig *config; in PHP_FUNCTION() local
683 PspellConfig *config; in PHP_FUNCTION() local
701 PspellConfig *config; in pspell_config_path() local
743 PspellConfig *config; in PHP_FUNCTION() local
767 PspellConfig *config; in PHP_FUNCTION() local
/PHP-8.1/ext/tidy/
H A Dtidy.stub.php5 function tidy_parse_string(string $string, array|string|null $config = null, ?string $encoding = nu…
11 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu…
15 function tidy_repair_string(string $string, array|string|null $config = null, ?string $encoding = n…
17 function tidy_repair_file(string $filename, array|string|null $config = null, ?string $encoding = n…
57 …public function __construct(?string $filename = null, array|string|null $config = null, ?string $e…
72 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = …
75 …public function parseString(string $string, array|string|null $config = null, ?string $encoding = …
81 …public static function repairString(string $string, array|string|null $config = null, ?string $enc…
87 …public static function repairFile(string $filename, array|string|null $config = null, ?string $enc…
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.c209 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
224 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
249 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
284 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
529 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
697 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
855 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
892 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
1402 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section() local
1440 void *config = NULL; in fpm_conf_ini_parser_entry() local
[all …]
H A Dfpm.c44 enum fpm_init_return_status fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, … in fpm_init()
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_config_s *config; member
H A Dfpm.h50 char *config; member
/PHP-8.1/sapi/apache2handler/
H A Dapache_config.c49 HashTable config; member
H A Dsapi_apache2.c560 HashTable config; in php_apache_ini_dtor() member
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php444 public mixed $config; variable in DOMDocument
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c4377 static int accel_preload(const char *config, bool in_child)
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1831 uint32_t config; member
/PHP-8.1/ext/openssl/
H A Dopenssl.c811 …t char * section_label, const char * config_filename, const char * section, CONF *config) /* {{{ */ in php_openssl_config_check_syntax()
/PHP-8.1/Zend/
H A Dzend_compile.c6521 zend_internal_attribute *config; in zend_compile_attributes() local

Completed in 97 milliseconds