Home
last modified time | relevance | path

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

/PHP-8.0/ext/enchant/
H A Denchant.stub.php33 function enchant_broker_free_dict(EnchantDictionary $dictionary): bool {}
42 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null…
44 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {}
46 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {}
48 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {}
54 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {}
56 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {}
58 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {}
64 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {}
68 function enchant_dict_get_error(EnchantDictionary $dictionary): string|false {}
[all …]
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php18 function pspell_check(int $dictionary, string $word): bool {}
20 function pspell_suggest(int $dictionary, string $word): array|false {}
22 function pspell_store_replacement(int $dictionary, string $misspelled, string $correct): bool {}
24 function pspell_add_to_personal(int $dictionary, string $word): bool {}
26 function pspell_add_to_session(int $dictionary, string $word): bool {}
28 function pspell_clear_session(int $dictionary): bool {}
30 function pspell_save_wordlist(int $dictionary): bool {}
/PHP-8.0/ext/zlib/
H A Dzlib.c805 HashTable *dictionary = Z_ARR_P(option_buffer); in zlib_create_dictionary_string() local

Completed in 9 milliseconds