Home
last modified time | relevance | path

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

/PHP-8.1/ext/enchant/
H A Denchant.stub.php45 function enchant_broker_free_dict(EnchantDictionary $dictionary): bool {}
58 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null…
60 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {}
66 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {}
68 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {}
74 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {}
76 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {}
78 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {}
84 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {}
88 function enchant_dict_get_error(EnchantDictionary $dictionary): string|false {}
[all …]
/PHP-8.1/ext/pspell/
H A Dpspell.stub.php36 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 {}
/PHP-8.1/ext/zlib/
H A Dzlib.c805 HashTable *dictionary = Z_ARR_P(option_buffer); in zlib_create_dictionary_string() local

Completed in 17 milliseconds