Lines Matching refs:PSpell

5 namespace PSpell {  namespace
23 …elling = "", string $jargon = "", string $encoding = "", int $mode = 0): PSpell\Dictionary|false {}
32 ): PSpell\Dictionary|false {}
34 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {}
36 function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {}
42 function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {}
43 …function pspell_store_replacement(PSpell\Dictionary $dictionary, string $misspelled, string $corre…
44 function pspell_add_to_personal(PSpell\Dictionary $dictionary, string $word): bool {}
45 function pspell_add_to_session(PSpell\Dictionary $dictionary, string $word): bool {}
46 function pspell_clear_session(PSpell\Dictionary $dictionary): bool {}
47 function pspell_save_wordlist(PSpell\Dictionary $dictionary): bool {}
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 {}