Home
last modified time | relevance | path

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

/PHP-8.0/ext/pspell/
H A Dpspell.stub.php16 function pspell_new_config(int $config): int|false {}
34 function pspell_config_runtogether(int $config, bool $allow): bool {}
36 function pspell_config_mode(int $config, int $mode): bool {}
38 function pspell_config_ignore(int $config, int $min_length): bool {}
40 function pspell_config_personal(int $config, string $filename): bool {}
42 function pspell_config_dict_dir(int $config, string $directory): bool {}
44 function pspell_config_data_dir(int $config, string $directory): bool {}
46 function pspell_config_repl(int $config, string $filename): bool {}
48 function pspell_config_save_repl(int $config, bool $save): bool {}
H A Dpspell.c71 PspellConfig *config = (PspellConfig *)rsrc->ptr; in php_pspell_close_config() local
126 PspellConfig *config; in PHP_FUNCTION() local
222 PspellConfig *config; in PHP_FUNCTION() local
314 PspellConfig *config; in PHP_FUNCTION() local
524 PspellConfig *config; in PHP_FUNCTION() local
590 PspellConfig *config; in PHP_FUNCTION() local
608 PspellConfig *config; in PHP_FUNCTION() local
634 PspellConfig *config; in PHP_FUNCTION() local
654 PspellConfig *config; in pspell_config_path() local
698 PspellConfig *config; in PHP_FUNCTION() local
[all …]
/PHP-8.0/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.0/sapi/fpm/fpm/
H A Dfpm_conf.c208 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
223 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
248 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
283 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
527 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
694 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
852 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
884 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
1394 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section() local
1432 void *config = NULL; in fpm_conf_ini_parser_entry() local
[all …]
H A Dfpm.c44 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_a… in fpm_init()
H A Dfpm.h44 char *config; member
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_config_s *config; member
/PHP-8.0/sapi/apache2handler/
H A Dapache_config.c49 HashTable config; member
H A Dsapi_apache2.c555 HashTable config; in php_apache_ini_dtor() member
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4437 static int accel_preload(const char *config, zend_bool in_child)
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1831 uint32_t config; member
/PHP-8.0/ext/openssl/
H A Dopenssl.c800 static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_f… in php_openssl_config_check_syntax()
/PHP-8.0/Zend/
H A Dzend_compile.c6247 zend_internal_attribute *config; in zend_compile_attributes() local

Completed in 108 milliseconds