Home
last modified time | relevance | path

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

/PHP-8.0/ext/enchant/
H A Denchant.stub.php42 function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null…
44 function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {}
46 function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {}
48 function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {}
54 function enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word): void {}
56 function enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word): void {}
58 function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {}
64 function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {}
H A Denchant.c606 char *word; in PHP_FUNCTION() local
651 char *word; in PHP_FUNCTION() local
669 char *word; in PHP_FUNCTION() local
699 char *word; in PHP_FUNCTION() local
717 char *word; in PHP_FUNCTION() local
735 char *word; in PHP_FUNCTION() local
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php18 function pspell_check(int $dictionary, string $word): bool {}
20 function pspell_suggest(int $dictionary, string $word): array|false {}
24 function pspell_add_to_personal(int $dictionary, string $word): bool {}
26 function pspell_add_to_session(int $dictionary, string $word): bool {}
H A Dpspell.c341 char *word; in PHP_FUNCTION() local
362 char *word; in PHP_FUNCTION() local
419 char *word; in PHP_FUNCTION() local
448 char *word; in PHP_FUNCTION() local
/PHP-8.0/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.0/ext/date/lib/
H A Dparse_date.c541 char *word; in timelib_lookup_relative_text() local
574 char *word; in timelib_lookup_month() local
621 char *word; in timelib_lookup_relunit() local
687 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search()
727 char *word; in timelib_lookup_abbr() local
/PHP-8.0/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
/PHP-8.0/main/
H A Drfc1867.c812 char *key = NULL, *word = pair; local

Completed in 59 milliseconds