Home
last modified time | relevance | path

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

/PHP-8.1/ext/enchant/
H A Denchant.stub.php58 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null…
60 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {}
66 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {}
68 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {}
74 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {}
76 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {}
78 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {}
84 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {}
H A Denchant.c595 char *word; in PHP_FUNCTION() local
640 char *word; in PHP_FUNCTION() local
658 char *word; in PHP_FUNCTION() local
688 char *word; in PHP_FUNCTION() local
706 char *word; in PHP_FUNCTION() local
724 char *word; in PHP_FUNCTION() local
/PHP-8.1/ext/pspell/
H A Dpspell.stub.php36 function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {}
42 function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {}
44 function pspell_add_to_personal(PSpell\Dictionary $dictionary, string $word): bool {}
45 function pspell_add_to_session(PSpell\Dictionary $dictionary, string $word): bool {}
H A Dpspell.c402 zend_string *word; in PHP_FUNCTION() local
422 zend_string *word; in PHP_FUNCTION() local
474 zend_string *word; in PHP_FUNCTION() local
501 zend_string *word; in PHP_FUNCTION() local
/PHP-8.1/ext/standard/
H A Dmetaphone.c120 static char Lookahead(char *word, int how_far) in Lookahead()
162 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p… in metaphone()
/PHP-8.1/ext/date/lib/
H A Dparse_date.c568 char *word; in timelib_lookup_relative_text() local
601 char *word; in timelib_lookup_month() local
648 char *word; in timelib_lookup_relunit() local
714 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search()
754 char *word; in timelib_lookup_abbr() local
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
/PHP-8.1/main/
H A Drfc1867.c818 char *key = NULL, *word = pair; local

Completed in 52 milliseconds