Home
last modified time | relevance | path

Searched refs:n_sugg (Results 1 – 14 of 14) sorted by relevance

/dports/www/mod_php81/php-8.1.1/ext/enchant/
H A Denchant.c613 size_t n_sugg; in PHP_FUNCTION() local
620 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
621 if (suggs && n_sugg) { in PHP_FUNCTION()
623 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
662 size_t n_sugg; in PHP_FUNCTION() local
671 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
672 if (suggs && n_sugg) { in PHP_FUNCTION()
675 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/enchant/
H A Denchant.c624 size_t n_sugg; in PHP_FUNCTION() local
631 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
632 if (suggs && n_sugg) { in PHP_FUNCTION()
634 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
673 size_t n_sugg; in PHP_FUNCTION() local
682 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
683 if (suggs && n_sugg) { in PHP_FUNCTION()
686 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/enchant/
H A Denchant.c613 size_t n_sugg; in PHP_FUNCTION() local
620 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
621 if (suggs && n_sugg) { in PHP_FUNCTION()
623 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
662 size_t n_sugg; in PHP_FUNCTION() local
671 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
672 if (suggs && n_sugg) { in PHP_FUNCTION()
675 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/textproc/php81-enchant/php-8.1.1/ext/enchant/
H A Denchant.c613 size_t n_sugg; in PHP_FUNCTION() local
620 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
621 if (suggs && n_sugg) { in PHP_FUNCTION()
623 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
662 size_t n_sugg; in PHP_FUNCTION() local
671 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
672 if (suggs && n_sugg) { in PHP_FUNCTION()
675 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/textproc/php80-enchant/php-8.0.15/ext/enchant/
H A Denchant.c624 size_t n_sugg; in PHP_FUNCTION() local
631 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
632 if (suggs && n_sugg) { in PHP_FUNCTION()
634 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
673 size_t n_sugg; in PHP_FUNCTION() local
682 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
683 if (suggs && n_sugg) { in PHP_FUNCTION()
686 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/enchant/
H A Denchant.c624 size_t n_sugg; in PHP_FUNCTION() local
631 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
632 if (suggs && n_sugg) { in PHP_FUNCTION()
634 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
673 size_t n_sugg; in PHP_FUNCTION() local
682 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
683 if (suggs && n_sugg) { in PHP_FUNCTION()
686 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/enchant/
H A Denchant.c726 size_t n_sugg; in PHP_FUNCTION() local
733 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
734 if (suggs && n_sugg) { in PHP_FUNCTION()
736 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
777 size_t n_sugg; in PHP_FUNCTION() local
785 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
786 if (suggs && n_sugg) { in PHP_FUNCTION()
790 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/enchant/
H A Denchant.c728 size_t n_sugg; in PHP_FUNCTION() local
735 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
736 if (suggs && n_sugg) { in PHP_FUNCTION()
738 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
779 size_t n_sugg; in PHP_FUNCTION() local
787 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
788 if (suggs && n_sugg) { in PHP_FUNCTION()
792 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/enchant/
H A Denchant.c728 size_t n_sugg; in PHP_FUNCTION() local
735 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
736 if (suggs && n_sugg) { in PHP_FUNCTION()
738 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
779 size_t n_sugg; in PHP_FUNCTION() local
787 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
788 if (suggs && n_sugg) { in PHP_FUNCTION()
792 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/enchant/
H A Denchant.c726 size_t n_sugg; in PHP_FUNCTION() local
733 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
734 if (suggs && n_sugg) { in PHP_FUNCTION()
736 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
777 size_t n_sugg; in PHP_FUNCTION() local
785 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
786 if (suggs && n_sugg) { in PHP_FUNCTION()
790 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/textproc/php74-enchant/php-7.4.27/ext/enchant/
H A Denchant.c728 size_t n_sugg; in PHP_FUNCTION() local
735 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
736 if (suggs && n_sugg) { in PHP_FUNCTION()
738 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
779 size_t n_sugg; in PHP_FUNCTION() local
787 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
788 if (suggs && n_sugg) { in PHP_FUNCTION()
792 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/textproc/php73-enchant/php-7.3.33/ext/enchant/
H A Denchant.c726 size_t n_sugg; in PHP_FUNCTION() local
733 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
734 if (suggs && n_sugg) { in PHP_FUNCTION()
736 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
777 size_t n_sugg; in PHP_FUNCTION() local
785 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
786 if (suggs && n_sugg) { in PHP_FUNCTION()
790 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dspellcheck.cpp575 unsigned n_sugg = 0; in nextWord() local
596 if (++n_sugg == 1) { in nextWord()
602 accept_button.set_sensitive(n_sugg > 0); in nextWord()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_support.c16275 …unsigned int factors[32], n_sugg = gmt_optimal_dim_for_surface (GMT, factors, in_dim[GMT_X], in_di… in gmt_best_dim_choice() local
16276 if (n_sugg) { in gmt_best_dim_choice()