Home
last modified time | relevance | path

Searched refs:wordl (Results 1 – 23 of 23) sorted by relevance

/dports/irc/ircII/ircii-20210314/script/
H A Dfunctions56 @ IRCII.wordl = @IRCII.word
58 if (IRCII.wordl > IRCII.width)
60 { @ function_return = [$([${(IRCII.width - ircII.wordl)/2}])] ## IRCII.word }
73 @ sr.wordl = @sr.word
79 while (sr.cnt1 < sr.wordl)
/dports/math/freefem++/FreeFem-sources-4.6/unit/base/
H A Dlength.edp5 string str = "Hello, wordl!";
/dports/irc/epic4/epic4-2.10.9/script/
H A Dfunctions89 @ IRCII.wordl = @IRCII.word
91 if (IRCII.wordl > IRCII.width)
93 { @ function_return = [$([${(IRCII.width - ircII.wordl)/2}])] ## IRCII.word }
112 @ sr.wordl = @sr.word
118 while (sr.cnt1 < sr.wordl)
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-utils.c1899 wordl = words; in header_encode_phrase_merge_words()
1900 while (wordl) { in header_encode_phrase_merge_words()
1901 word = wordl->data; in header_encode_phrase_merge_words()
1902 nextl = g_list_next (wordl); in header_encode_phrase_merge_words()
1917 nextl = g_list_next (wordl); in header_encode_phrase_merge_words()
1931 wordl = g_list_next (wordl); in header_encode_phrase_merge_words()
1952 GList *words, *wordl; in camel_header_encode_phrase() local
1969 wordl = words; in camel_header_encode_phrase()
1970 while (wordl) { in camel_header_encode_phrase()
1974 word = wordl->data; in camel_header_encode_phrase()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/lolli42/finediff/
H A DREADME.md68 echo $diff->process('hello wordl', 'c5i:2c6i:s');
/dports/www/typo3-11/typo3_src-11.5.7/vendor/lolli42/finediff/
H A DREADME.md68 echo $diff->process('hello wordl', 'c5i:2c6i:s');
/dports/irc/epic5/epic5-2.1.6/source/
H A Dfunctions.c4153 char **wordl; in BUILT_IN_FUNCTION() local
4156 if (!(wordc = splitw(words, &wordl, DWORD_DWORDS))) in BUILT_IN_FUNCTION()
4159 qsort((void *)wordl, wordc, sizeof(char *), sort_it); in BUILT_IN_FUNCTION()
4160 retval = unsplitw(&wordl, wordc, DWORD_DWORDS); in BUILT_IN_FUNCTION()
4200 char **wordl; in BUILT_IN_FUNCTION() local
4203 if (!(wordc = splitw(words, &wordl, DWORD_DWORDS))) in BUILT_IN_FUNCTION()
4205 qsort((void *)wordl, wordc, sizeof(char *), num_sort_it); in BUILT_IN_FUNCTION()
4206 retval = unsplitw(&wordl, wordc, DWORD_DWORDS); in BUILT_IN_FUNCTION()
7515 unsigned char **wordl; in BUILT_IN_FUNCTION() local
7523 if (!(wordc = new_split_string(input, &wordl, delim))) in BUILT_IN_FUNCTION()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/i960/
H A Di960.cpp491 int word, wordl, wordh; in check_irqs() local
495 wordl = (lvl % 4) * 8; in check_irqs()
496 wordh = (wordl + 8) - 1; in check_irqs()
501 for (irq = wordh; irq >= wordl; irq--) { in check_irqs()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/i960/
H A Di960.cpp491 int word, wordl, wordh; in check_irqs() local
495 wordl = (lvl % 4) * 8; in check_irqs()
496 wordh = (wordl + 8) - 1; in check_irqs()
501 for (irq = wordh; irq >= wordl; irq--) { in check_irqs()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dfunctions.c3739 char **wordl; in BUILT_IN_FUNCTION() local
3742 if (!(wordc = splitw(words, &wordl))) in BUILT_IN_FUNCTION()
3745 qsort((void *)wordl, wordc, sizeof(char *), sort_it); in BUILT_IN_FUNCTION()
3746 retval = unsplitw(&wordl, wordc); in BUILT_IN_FUNCTION()
3786 char **wordl; in BUILT_IN_FUNCTION() local
3789 if (!(wordc = splitw(words, &wordl))) in BUILT_IN_FUNCTION()
3791 qsort((void *)wordl, wordc, sizeof(char *), num_sort_it); in BUILT_IN_FUNCTION()
3792 retval = unsplitw(&wordl, wordc); in BUILT_IN_FUNCTION()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dfunctions.c4563 char **wordl; in BUILT_IN_FUNCTION() local
4565 wordc = splitw(words, &wordl); in BUILT_IN_FUNCTION()
4566 qsort((void *)wordl, wordc, sizeof(char *), sort_it); in BUILT_IN_FUNCTION()
4567 return unsplitw(&wordl, wordc); /* DONT USE RETURN_STR() HERE */ in BUILT_IN_FUNCTION()
4687 char **wordl; in BUILT_IN_FUNCTION() local
4689 wordc = splitw(words, &wordl); in BUILT_IN_FUNCTION()
4690 qsort((void *)wordl, wordc, sizeof(char *), num_sort_it); in BUILT_IN_FUNCTION()
4692 return unsplitw(&wordl, wordc); /* DONT USE RETURN_STR() HERE */ in BUILT_IN_FUNCTION()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dfunctions.c4563 char **wordl; in BUILT_IN_FUNCTION() local
4565 wordc = splitw(words, &wordl); in BUILT_IN_FUNCTION()
4566 qsort((void *)wordl, wordc, sizeof(char *), sort_it); in BUILT_IN_FUNCTION()
4567 return unsplitw(&wordl, wordc); /* DONT USE RETURN_STR() HERE */ in BUILT_IN_FUNCTION()
4687 char **wordl; in BUILT_IN_FUNCTION() local
4689 wordc = splitw(words, &wordl); in BUILT_IN_FUNCTION()
4690 qsort((void *)wordl, wordc, sizeof(char *), num_sort_it); in BUILT_IN_FUNCTION()
4692 return unsplitw(&wordl, wordc); /* DONT USE RETURN_STR() HERE */ in BUILT_IN_FUNCTION()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/po/
H A Dtr.po2720 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/po/
H A Dtr.po2720 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/devel/arm-elf-binutils/binutils-2.37/gas/po/
H A Dtr.po2995 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/devel/gnulibiberty/binutils-2.37/gas/po/
H A Dtr.po2995 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/po/
H A Dtr.po2994 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/devel/djgpp-binutils/binutils-2.17/gas/po/
H A Dtr.po2994 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/devel/binutils/binutils-2.37/gas/po/
H A Dtr.po2995 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/lib/WordNet/
H A Dwordvectors.dat39051 wordl 3531 1 11491 1 8975 1 16217 1 12638 1 10119 1 10868 1 11512 1 6771 1 4119 1 16051 1 1748 1
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/po/
H A Dtr.po3363 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/po/
H A Dtr.po3363 " -mno-skip-bug iki-wordlük işlemler atlanırken uyarmaz\n"
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/docs/locale/fr/LC_MESSAGES/
H A Dguides.po14091 "``$vars``. Notre vue ``hello/wordl`` pourrait être modifié pour accepter une"