Home
last modified time | relevance | path

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

/PHP-8.3/ext/pspell/
H A Dpspell.stub.php52 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {}
68 function pspell_config_runtogether(PSpell\Config $config, bool $allow): bool {}
69 function pspell_config_mode(PSpell\Config $config, int $mode): bool {}
70 function pspell_config_ignore(PSpell\Config $config, int $min_length): bool {}
71 function pspell_config_personal(PSpell\Config $config, string $filename): bool {}
72 function pspell_config_dict_dir(PSpell\Config $config, string $directory): bool {}
73 function pspell_config_data_dir(PSpell\Config $config, string $directory): bool {}
74 function pspell_config_repl(PSpell\Config $config, string $filename): bool {}
75 function pspell_config_save_repl(PSpell\Config $config, bool $save): bool {}
H A Dpspell.c194 PspellConfig *config; in PHP_FUNCTION() local
287 PspellConfig *config; in PHP_FUNCTION() local
376 PspellConfig *config; in PHP_FUNCTION() local
571 PspellConfig *config; in PHP_FUNCTION() local
637 PspellConfig *config; in PHP_FUNCTION() local
655 PspellConfig *config; in PHP_FUNCTION() local
681 PspellConfig *config; in PHP_FUNCTION() local
699 PspellConfig *config; in pspell_config_path() local
741 PspellConfig *config; in PHP_FUNCTION() local
765 PspellConfig *config; in PHP_FUNCTION() local
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c213 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
242 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
267 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
302 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
547 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
736 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
899 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
936 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
1445 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section() local
1483 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.h50 char *config; member
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_config_s *config; member
H A Dfpm_unix.c117 struct fpm_worker_pool_config_s *config = wp->config; in fpm_unix_test_config() local
/PHP-8.3/ext/tidy/
H A Dtidy.stub.php814 function tidy_parse_string(string $string, array|string|null $config = null, ?string $encoding = nu…
820 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu…
824 function tidy_repair_string(string $string, array|string|null $config = null, ?string $encoding = n…
826 function tidy_repair_file(string $filename, array|string|null $config = null, ?string $encoding = n…
869 …public function __construct(?string $filename = null, array|string|null $config = null, ?string $e…
884 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = …
887 …public function parseString(string $string, array|string|null $config = null, ?string $encoding = …
893 …public static function repairString(string $string, array|string|null $config = null, ?string $enc…
899 …public static function repairFile(string $filename, array|string|null $config = null, ?string $enc…
/PHP-8.3/sapi/apache2handler/
H A Dapache_config.c49 HashTable config; member
H A Dsapi_apache2.c571 HashTable config; in php_apache_ini_dtor() member
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php718 public mixed $config; variable in DOMDocument
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4319 static zend_result accel_preload(const char *config, bool in_child)
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1872 uint32_t config; member
/PHP-8.3/ext/openssl/
H A Dopenssl.c827 …t char * section_label, const char * config_filename, const char * section, CONF *config) /* {{{ */ in php_openssl_config_check_syntax()
/PHP-8.3/Zend/
H A Dzend_compile.c6838 zend_internal_attribute *config; in zend_compile_attributes() local

Completed in 106 milliseconds