Home
last modified time | relevance | path

Searched defs:word (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/enchant/
H A Denchant.stub.php78 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null…
80 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {}
86 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {}
88 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {}
94 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {}
96 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {}
98 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {}
104 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {}
H A Denchant.c596 char *word; in PHP_FUNCTION() local
641 char *word; in PHP_FUNCTION() local
659 char *word; in PHP_FUNCTION() local
689 char *word; in PHP_FUNCTION() local
707 char *word; in PHP_FUNCTION() local
725 char *word; in PHP_FUNCTION() local
/PHP-8.3/ext/pspell/
H A Dpspell.stub.php54 function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {}
60 function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {}
62 function pspell_add_to_personal(PSpell\Dictionary $dictionary, string $word): bool {}
63 function pspell_add_to_session(PSpell\Dictionary $dictionary, string $word): bool {}
H A Dpspell.c400 zend_string *word; in PHP_FUNCTION() local
420 zend_string *word; in PHP_FUNCTION() local
472 zend_string *word; in PHP_FUNCTION() local
499 zend_string *word; in PHP_FUNCTION() local
/PHP-8.3/ext/standard/
H A Dmetaphone.c131 static char Lookahead(char *word, int how_far) in Lookahead()
171 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p… in metaphone()
/PHP-8.3/ext/date/lib/
H A Dparse_date.c605 char *word; in timelib_lookup_relative_text() local
638 char *word; in timelib_lookup_month() local
697 char *word; in timelib_lookup_relunit() local
774 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search()
814 char *word; in timelib_lookup_abbr() local
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1044 sljit_ins word = (op & SLJIT_32) >> 5; in emit_clz_ctz() local
1108 sljit_ins word = (op & SLJIT_32) >> 5; in emit_single_op() local
1652 sljit_ins word = (op & SLJIT_32) >> 5; in sljit_emit_op0() local
1841 sljit_ins word = (op & SLJIT_32) >> 5; in sljit_emit_shift_into() local
/PHP-8.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
/PHP-8.3/main/
H A Drfc1867.c796 char *key = NULL, *word = pair; local

Completed in 77 milliseconds