Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/date/lib/
H A Dparse_date.c601 char *word; in timelib_lookup_relative_text() local
634 char *word; in timelib_lookup_month() local
693 char *word; in timelib_lookup_relunit() local
770 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search()
810 char *word; in timelib_lookup_abbr() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1070 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in emit_clz_ctz() local
1156 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in emit_rev16() local
1193 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in emit_single_op() local
1757 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in sljit_emit_op0() local
1953 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in sljit_emit_shift_into() local
2809 sljit_ins word = (sljit_ins)(type & SLJIT_32) >> 5; in sljit_emit_select() local
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
/php-src/main/
H A Drfc1867.c798 char *key = NULL, *word = pair; local

Completed in 91 milliseconds