Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 25 of 33) sorted by relevance

12

/PHP-8.0/ext/enchant/
H A Denchant.stub.php33 function enchant_broker_free_dict(EnchantDictionary $dictionary): bool {} argument
42 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null… argument
44 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {} argument
46 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {} argument
48 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {} argument
54 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {} argument
56 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {} argument
58 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {} argument
64 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {} argument
68 function enchant_dict_get_error(EnchantDictionary $dictionary): string|false {} argument
[all …]
H A Denchant_arginfo.h41 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
58 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
64 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
69 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
74 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
87 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
93 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
97 ZEND_ARG_OBJ_INFO(0, dictionary, EnchantDictionary, 0)
/PHP-8.0/ext/zlib/tests/
H A Ddictionary_usage.phpt2 Test dictionary usage on zlib methods
10 $r = deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => $dict]);
14 $r = deflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => implode("\0", $dict)."\0"]);
18 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => $dict]);
21 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => ["8"] + range("a", "z")]);
30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
H A Dbug73944.phpt8 $in = inflate_init(ZLIB_ENCODING_RAW, array('dictionary' => str_repeat("\00", 32768)));
12 $in = inflate_init(ZLIB_ENCODING_RAW, array('dictionary' => $a));
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php18 function pspell_check(int $dictionary, string $word): bool {} argument
20 function pspell_suggest(int $dictionary, string $word): array|false {} argument
22 function pspell_store_replacement(int $dictionary, string $misspelled, string $correct): bool {} argument
24 function pspell_add_to_personal(int $dictionary, string $word): bool {} argument
26 function pspell_add_to_session(int $dictionary, string $word): bool {} argument
28 function pspell_clear_session(int $dictionary): bool {} argument
30 function pspell_save_wordlist(int $dictionary): bool {} argument
H A Dpspell_arginfo.h26 ZEND_ARG_TYPE_INFO(0, dictionary, IS_LONG, 0)
31 ZEND_ARG_TYPE_INFO(0, dictionary, IS_LONG, 0)
36 ZEND_ARG_TYPE_INFO(0, dictionary, IS_LONG, 0)
46 ZEND_ARG_TYPE_INFO(0, dictionary, IS_LONG, 0)
/PHP-8.0/sapi/fuzzer/
H A Djson.dict2 # AFL dictionary for JSON
7 # Inspired by a dictionary by Jakub Wilk <jwilk@jwilk.net>
/PHP-8.0/ext/enchant/tests/
H A Ddict_quick_check.phpt10 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
15 die('skip, no dictionary for ' . $tag . ' tag');
H A Dbroker_dict_exists.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Dbroker_request_dict_01.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Dbroker_set_ordering.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Dbroker_request_dict.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_get_error.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_describe.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_quick_check_01.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_suggest.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_add_to_personal.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_add_to_session.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_store_replacement.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_check.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
H A Ddict_is_in_session.phpt9 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
/PHP-8.0/ext/pspell/tests/
H A D003.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');
36 Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is…
H A D005.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');
37 Warning: pspell_new_personal(): PSPELL couldn't open the dictionary. reason: The file "%s005.php" i…
H A D002.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');
H A D004.phpt6 if (!@pspell_new('en')) die('skip English dictionary is not available');

Completed in 27 milliseconds

12