Lines Matching refs:PSpell

5 namespace PSpell {  namespace
41 …elling = "", string $jargon = "", string $encoding = "", int $mode = 0): PSpell\Dictionary|false {}
50 ): PSpell\Dictionary|false {}
52 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {}
54 function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {}
60 function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {}
61 …function pspell_store_replacement(PSpell\Dictionary $dictionary, string $misspelled, string $corre…
62 function pspell_add_to_personal(PSpell\Dictionary $dictionary, string $word): bool {}
63 function pspell_add_to_session(PSpell\Dictionary $dictionary, string $word): bool {}
64 function pspell_clear_session(PSpell\Dictionary $dictionary): bool {}
65 function pspell_save_wordlist(PSpell\Dictionary $dictionary): bool {}
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 {}