Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/enchant/
H A Denchant.stub.php65 function enchant_broker_free_dict(EnchantDictionary $dictionary): bool {}
78 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null…
80 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {}
86 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {}
88 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {}
94 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {}
96 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {}
98 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {}
104 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {}
108 function enchant_dict_get_error(EnchantDictionary $dictionary): string|false {}
[all …]
/PHP-8.3/ext/pspell/
H A Dpspell.stub.php54 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 {}
/PHP-8.3/ext/zlib/
H A Dzlib.c803 HashTable *dictionary = Z_ARR_P(option_buffer); in zlib_create_dictionary_string() local

Completed in 30 milliseconds