Lines Matching refs:Config
17 final class Config {} class
34 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {}
49 …ing $language, string $spelling = "", string $jargon = "", string $encoding = ""): PSpell\Config {}
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 {}