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