Home
last modified time | relevance | path

Searched refs:Dictionary (Results 1 – 25 of 30) sorted by relevance

12

/PHP-8.1/ext/pspell/
H A Dpspell.stub.php11 final class Dictionary {} class
23 …elling = "", string $jargon = "", string $encoding = "", int $mode = 0): PSpell\Dictionary|false {}
32 ): PSpell\Dictionary|false {}
34 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {}
36 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 {}
[all …]
H A Dpspell_arginfo.h4 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.1/ext/fileinfo/tests/upstream/
H A Dzstd-v0.8-FF.result1 Zstandard compressed data (v0.8+), Dictionary ID: 67305985
H A Dzstd-3-skippable-frames.result1 Zstandard compressed data (v0.8+), Dictionary ID: 1
H A Dzstd-skippable-frame-C.result1 Zstandard compressed data (v0.8+), Dictionary ID: 1
H A Dzstd-v0.7-21.result1 Zstandard compressed data (v0.7), Dictionary ID: 1
H A Dzstd-v0.7-22.result1 Zstandard compressed data (v0.7), Dictionary ID: 513
H A Dzstd-v0.8-01.result1 Zstandard compressed data (v0.8+), Dictionary ID: 2
H A Dzstd-v0.8-02.result1 Zstandard compressed data (v0.8+), Dictionary ID: 770
H A Dzstd-v0.8-03.result1 Zstandard compressed data (v0.8+), Dictionary ID: 84148994
H A Dzstd-v0.8-16.result1 Zstandard compressed data (v0.8+), Dictionary ID: 770
H A Dzstd-v0.8-21.result1 Zstandard compressed data (v0.8+), Dictionary ID: 1
H A Dzstd-v0.8-22.result1 Zstandard compressed data (v0.8+), Dictionary ID: 513
H A Dzstd-v0.8-23.result1 Zstandard compressed data (v0.8+), Dictionary ID: 67305985
H A Dzstd-v0.8-F4.result1 Zstandard compressed data (v0.8+), Dictionary ID: None
H A Dzstd-v0.7-00.result1 Zstandard compressed data (v0.7), Dictionary ID: None
H A Dzstd-v0.8-00.result1 Zstandard compressed data (v0.8+), Dictionary ID: None
H A Dzstd-v0.8-20.result1 Zstandard compressed data (v0.8+), Dictionary ID: None
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug77638_1.phpt7 var_export(new COM("Scripting.Dictionary"));
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug79299.phpt7 $dict = new COM("Scripting.Dictionary");
H A Dbug45280.phpt7 $dict = new COM("Scripting.Dictionary");
H A Dbug34272.phpt10 $dict = new COM("Scripting.Dictionary");
/PHP-8.1/ext/zlib/tests/
H A Dbug73944.phpt2 Bug #73944: Dictionary option of intflate_init() does not work
H A Ddictionary_usage.phpt30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
/PHP-8.1/ext/pspell/tests/
H A D003.phpt38 pspell_check(): Argument #1 ($dictionary) must be of type PSpell\Dictionary, bool given

Completed in 29 milliseconds

12