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