Lines Matching refs:Dictionary
10 final class Dictionary {} class
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 {}