Searched refs:Dictionary (Results 1 – 25 of 28) sorted by relevance
12
/PHP-8.2/ext/pspell/ |
H A D | pspell.stub.php | 10 final class Dictionary {} class 41 …elling = "", string $jargon = "", string $encoding = "", int $mode = 0): PSpell\Dictionary|false {} 50 ): PSpell\Dictionary|false {} 52 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {} 54 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 {} [all …]
|
H A D | pspell_arginfo.h | 4 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_pspell_new, 0, 1, PSpell\\Dictionary, MAY_BE_FA… 12 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_pspell_new_personal, 0, 2, PSpell\\Dictionary, … 21 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_pspell_new_config, 0, 1, PSpell\\Dictionary, MA… 26 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 31 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 36 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 46 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0)
|
/PHP-8.2/ext/fileinfo/tests/upstream/ |
H A D | zstd-3-skippable-frames.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
H A D | zstd-skippable-frame-C.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
H A D | zstd-v0.7-21.result | 1 Zstandard compressed data (v0.7), Dictionary ID: 1
|
H A D | zstd-v0.7-22.result | 1 Zstandard compressed data (v0.7), Dictionary ID: 513
|
H A D | zstd-v0.8-01.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 2
|
H A D | zstd-v0.8-02.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 770
|
H A D | zstd-v0.8-03.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 84148994
|
H A D | zstd-v0.8-16.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 770
|
H A D | zstd-v0.8-21.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
H A D | zstd-v0.8-22.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 513
|
H A D | zstd-v0.8-23.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 67305985
|
H A D | zstd-v0.8-FF.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 67305985
|
H A D | zstd-v0.7-00.result | 1 Zstandard compressed data (v0.7), Dictionary ID: None
|
H A D | zstd-v0.8-00.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: None
|
H A D | zstd-v0.8-20.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: None
|
H A D | zstd-v0.8-F4.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: None
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | bug77638_1.phpt | 7 var_export(new COM("Scripting.Dictionary"));
|
/PHP-8.2/ext/com_dotnet/tests/ |
H A D | bug79299.phpt | 7 $dict = new COM("Scripting.Dictionary");
|
H A D | bug45280.phpt | 7 $dict = new COM("Scripting.Dictionary");
|
H A D | bug34272.phpt | 10 $dict = new COM("Scripting.Dictionary");
|
/PHP-8.2/ext/zlib/tests/ |
H A D | bug73944.phpt | 2 Bug #73944: Dictionary option of intflate_init() does not work
|
H A D | dictionary_usage.phpt | 30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
|
/PHP-8.2/ext/pspell/tests/ |
H A D | 003.phpt | 38 pspell_check(): Argument #1 ($dictionary) must be of type PSpell\Dictionary, bool given
|
Completed in 23 milliseconds
12