Searched defs:word (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/enchant/ |
H A D | enchant.stub.php | 78 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 D | enchant.c | 596 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.2/ext/pspell/ |
H A D | pspell.stub.php | 54 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 D | pspell.c | 400 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.2/ext/standard/ |
H A D | metaphone.c | 120 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.2/ext/date/lib/ |
H A D | parse_date.c | 605 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.2/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
|
/PHP-8.2/main/ |
H A D | rfc1867.c | 819 char *key = NULL, *word = pair; local
|
Completed in 54 milliseconds