Home
last modified time | relevance | path

Searched refs:ending (Results 1 – 25 of 7772) sorted by relevance

12345678910>>...311

/dports/textproc/miller/miller-5.10.2/go/reg-test/cases/
H A Dcase-auxents.sh1 run_mlr lecat --mono < $indir/line-ending-cr.bin
2 run_mlr lecat --mono < $indir/line-ending-lf.bin
3 run_mlr lecat --mono < $indir/line-ending-crlf.bin
14 $path_to_mlr termcvt --cr2lf < $indir/line-ending-cr.bin > $outdir/line-ending-temp-1.bin
15 $path_to_mlr termcvt --cr2crlf < $indir/line-ending-cr.bin > $outdir/line-ending-temp-2.bin
16 $path_to_mlr termcvt --lf2cr < $indir/line-ending-lf.bin > $outdir/line-ending-temp-3.bin
17 $path_to_mlr termcvt --lf2crlf < $indir/line-ending-lf.bin > $outdir/line-ending-temp-4.bin
18 $path_to_mlr termcvt --crlf2cr < $indir/line-ending-crlf.bin > $outdir/line-ending-temp-5.bin
19 $path_to_mlr termcvt --crlf2lf < $indir/line-ending-crlf.bin > $outdir/line-ending-temp-6.bin
21 run_mlr hex < $outdir/line-ending-temp-1.bin
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/distrib/
H A Dunpack.csh4 set ending='.map'
6 set ending=''
15 if ( -e $pxk/$MACHINE-cross$ending.Z ) then
16 uncompress < $pxk/$MACHINE-cross$ending.Z > $pxk/$MACHINE-cross$ending
17 chmod 755 $pxk/$MACHINE-cross$ending
19 rm $pxk/$MACHINE-cross$ending.Z
37 if ( -e $psys/pslcomp$ending.Z ) then
38 uncompress < $psys/pslcomp$ending.Z > $psys/pslcomp$ending
39 chmod 755 $psys/pslcomp$ending
40 $psys/sparsify $psys/pslcomp$ending
[all …]
/dports/games/powder/powder118_src/
H A Dgrammar.cpp195 char ending[10]; in gram_makeplural() local
207 ending[epos] = '\0'; in gram_makeplural()
209 ending[epos] = *e; in gram_makeplural()
271 (*ending == 'o') || in gram_makeplural()
272 (*ending == 'x') || in gram_makeplural()
273 (*ending == 'z')) in gram_makeplural()
337 char ending[10]; in gram_isplural() local
349 ending[epos] = *e; in gram_isplural()
358 if (ending[1] == 's') in gram_isplural()
658 char ending[10]; in gram_conjugate() local
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/languages/classes/
H A DLanguageOs.php68 $ending = '';
91 $ending = $hyphen . $jot . 'ы';
94 $ending = $hyphen . $jot . 'æн';
97 $ending = $hyphen . $end_allative;
101 $ending = $hyphen . $jot . 'æ';
103 $ending = $hyphen . $jot . 'æй';
109 $ending = $hyphen . $jot . 'ыл';
112 $ending = $hyphen . $jot . 'ау';
115 $ending = $hyphen . 'имæ';
118 return $word . $ending;
/dports/www/mediawiki136/mediawiki-1.36.3/languages/classes/
H A DLanguageOs.php68 $ending = '';
91 $ending = $hyphen . $jot . 'ы';
94 $ending = $hyphen . $jot . 'æн';
97 $ending = $hyphen . $end_allative;
101 $ending = $hyphen . $jot . 'æ';
103 $ending = $hyphen . $jot . 'æй';
109 $ending = $hyphen . $jot . 'ыл';
112 $ending = $hyphen . $jot . 'ау';
115 $ending = $hyphen . 'имæ';
118 return $word . $ending;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/languages/
H A DLanguageOs.php68 $ending = '';
91 $ending = $hyphen . $jot . 'ы';
94 $ending = $hyphen . $jot . 'æн';
97 $ending = $hyphen . $end_allative;
101 $ending = $hyphen . $jot . 'æ';
103 $ending = $hyphen . $jot . 'æй';
109 $ending = $hyphen . $jot . 'ыл';
112 $ending = $hyphen . $jot . 'ау';
115 $ending = $hyphen . 'имæ';
118 return $word . $ending;
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt2 Test chunk_split() function : usage variations - different double quoted strings for 'ending' argum…
6 * passing different double quoted strings for 'ending' argument to chunk_split()
10 echo "*** Testing chunk_split() : different strings for 'ending' ***\n";
13 $str = "This is to test chunk_split() with various ending string";
16 //different values for 'ending' argument
33 ")ending string(", //sentence as ending string
38 //loop through element of values for 'ending'
47 *** Testing chunk_split() : different strings for 'ending' ***
49 string(56) "This is to test chunk_split() with various ending string"
103ending string(s to t)ending string(est ch)ending string(unk_sp)ending string(lit() )ending string(…
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt2 Test chunk_split() function : usage variations - different double quoted strings for 'ending' argum…
6 * passing different double quoted strings for 'ending' argument to chunk_split()
10 echo "*** Testing chunk_split() : different strings for 'ending' ***\n";
13 $str = "This is to test chunk_split() with various ending string";
16 //different values for 'ending' argument
33 ")ending string(", //sentence as ending string
38 //loop through element of values for 'ending'
47 *** Testing chunk_split() : different strings for 'ending' ***
49 string(56) "This is to test chunk_split() with various ending string"
103ending string(s to t)ending string(est ch)ending string(unk_sp)ending string(lit() )ending string(…
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/v2/
H A Dngx_http_v2_huff_decode.c17 u_char ending; member
22 u_char *ending, ngx_uint_t bits, u_char **dst);
2646 u_char *end, ch, ending; in ngx_http_v2_huff_decode() local
2649 ending = 1; in ngx_http_v2_huff_decode()
2656 if (ngx_http_v2_huff_decode_bits(state, &ending, ch >> 4, dst) in ngx_http_v2_huff_decode()
2666 if (ngx_http_v2_huff_decode_bits(state, &ending, ch & 0xf, dst) in ngx_http_v2_huff_decode()
2678 if (!ending) { in ngx_http_v2_huff_decode()
2695 ngx_http_v2_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_v2_huff_decode_bits() argument
2710 *ending = code.ending; in ngx_http_v2_huff_decode_bits()
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_huff_decode.c17 u_char ending; member
22 u_char *ending, ngx_uint_t bits, u_char **dst);
2646 u_char *end, ch, ending; in ngx_http_v2_huff_decode() local
2649 ending = 1; in ngx_http_v2_huff_decode()
2656 if (ngx_http_v2_huff_decode_bits(state, &ending, ch >> 4, dst) in ngx_http_v2_huff_decode()
2666 if (ngx_http_v2_huff_decode_bits(state, &ending, ch & 0xf, dst) in ngx_http_v2_huff_decode()
2678 if (!ending) { in ngx_http_v2_huff_decode()
2695 ngx_http_v2_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_v2_huff_decode_bits() argument
2710 *ending = code.ending; in ngx_http_v2_huff_decode_bits()
/dports/www/nginx-lite/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_huff_decode.c17 u_char ending; member
22 u_char *ending, ngx_uint_t bits, u_char **dst);
2646 u_char *end, ch, ending; in ngx_http_v2_huff_decode() local
2649 ending = 1; in ngx_http_v2_huff_decode()
2656 if (ngx_http_v2_huff_decode_bits(state, &ending, ch >> 4, dst) in ngx_http_v2_huff_decode()
2666 if (ngx_http_v2_huff_decode_bits(state, &ending, ch & 0xf, dst) in ngx_http_v2_huff_decode()
2678 if (!ending) { in ngx_http_v2_huff_decode()
2695 ngx_http_v2_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_v2_huff_decode_bits() argument
2710 *ending = code.ending; in ngx_http_v2_huff_decode_bits()
/dports/www/nginx-full/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_huff_decode.c17 u_char ending; member
22 u_char *ending, ngx_uint_t bits, u_char **dst);
2646 u_char *end, ch, ending; in ngx_http_v2_huff_decode() local
2649 ending = 1; in ngx_http_v2_huff_decode()
2656 if (ngx_http_v2_huff_decode_bits(state, &ending, ch >> 4, dst) in ngx_http_v2_huff_decode()
2666 if (ngx_http_v2_huff_decode_bits(state, &ending, ch & 0xf, dst) in ngx_http_v2_huff_decode()
2678 if (!ending) { in ngx_http_v2_huff_decode()
2695 ngx_http_v2_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_v2_huff_decode_bits() argument
2710 *ending = code.ending; in ngx_http_v2_huff_decode_bits()
/dports/www/nginx-devel/nginx-1.21.5/src/http/
H A Dngx_http_huff_decode.c17 u_char ending; member
22 u_char *ending, ngx_uint_t bits, u_char **dst);
2646 u_char *end, ch, ending; in ngx_http_huff_decode() local
2649 ending = 1; in ngx_http_huff_decode()
2656 if (ngx_http_huff_decode_bits(state, &ending, ch >> 4, dst) in ngx_http_huff_decode()
2666 if (ngx_http_huff_decode_bits(state, &ending, ch & 0xf, dst) in ngx_http_huff_decode()
2678 if (!ending) { in ngx_http_huff_decode()
2695 ngx_http_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_huff_decode_bits() argument
2710 *ending = code.ending; in ngx_http_huff_decode_bits()
/dports/www/nginx/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_huff_decode.c17 u_char ending; member
22 u_char *ending, ngx_uint_t bits, u_char **dst);
2646 u_char *end, ch, ending; in ngx_http_v2_huff_decode() local
2649 ending = 1; in ngx_http_v2_huff_decode()
2656 if (ngx_http_v2_huff_decode_bits(state, &ending, ch >> 4, dst) in ngx_http_v2_huff_decode()
2666 if (ngx_http_v2_huff_decode_bits(state, &ending, ch & 0xf, dst) in ngx_http_v2_huff_decode()
2678 if (!ending) { in ngx_http_v2_huff_decode()
2695 ngx_http_v2_huff_decode_bits(u_char *state, u_char *ending, ngx_uint_t bits, in ngx_http_v2_huff_decode_bits() argument
2710 *ending = code.ending; in ngx_http_v2_huff_decode_bits()
/dports/textproc/p5-Lingua-Stem-Snowball-No/Snowball-Norwegian-1.2/lib/Lingua/Stem/Snowball/
H A DNo.pm110 foreach my $ending (@endings) {
111 my $endinglen = length $ending; # do this once.
114 if(substr($rs, $rslen - $endinglen, $rslen) eq $ending) {
116 if($ending eq 'erte' || $ending eq 'ert') { # c)
122 elsif($ending eq 's') { # b)
154 my $ending = substr($rs, $rslen - 2, $rslen);
155 if($ending eq 'dt' || $ending eq 'vt') {
162 foreach my $ending (@endings2) {
163 if($rs =~ /\Q$ending\E$/) {
164 $word = substr($word, 0, $wlen - length($ending));
/dports/textproc/p5-Lingua-Stem-Snowball-Se/Snowball-Swedish-1.2/lib/Lingua/Stem/Snowball/
H A DSe.pm97 foreach my $ending (@endings) {
98 my $endinglen = length $ending; # do this once.
102 if($ending eq 's') { # b)
134 my $ending = substr($rs, $rslen - 2, $rslen);
135 if($ending =~ /dd|gd|nn|dt|gt|kt|tt/) {
142 foreach my $ending (@endings2) {
143 if($rs =~ /\Q$ending\E$/)
145 if($ending =~ /lig|ig|els/)
147 my $res = substr($word, 0, $wlen - length($ending));
151 if($ending eq "l${oe}st")
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt2 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argum…
5 /* Prototype : string chunk_split(string $str [, int $chunklen [, string $ending]])
12 * passing different single quoted strings for 'ending' arguments to chunk_split()
16 echo "*** Testing chunk_split() : different single quoted strings as 'ending' ***\n";
20 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
23 //different values for 'ending' argument
40 ') ending string (', //sentence as ending string
46 //loop through each element of values for 'ending'
55 *** Testing chunk_split() : different single quoted strings as 'ending' ***
57 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt2 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argum…
5 /* Prototype : string chunk_split(string $str [, int $chunklen [, string $ending]])
12 * passing different single quoted strings for 'ending' arguments to chunk_split()
16 echo "*** Testing chunk_split() : different single quoted strings as 'ending' ***\n";
20 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
23 //different values for 'ending' argument
40 ') ending string (', //sentence as ending string
46 //loop through each element of values for 'ending'
55 *** Testing chunk_split() : different single quoted strings as 'ending' ***
57 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
[all …]
H A Dchunk_split_basic.phpt5 /* Prototype : string chunk_split(string $str [, int $chunklen [, string $ending]])
13 * arguments as well as with default arguments chunklen and ending
22 $ending = '##';
26 var_dump( chunk_split($str, $chunklen, $ending) );
29 // Calling chunk_split() with default ending string
30 echo "-- Testing chunk_split() with default ending string --\n";
34 //Calling chunk_split() with default chunklen and ending string
35 echo "-- Testing chunk_split() with default chunklen and ending string --\n";
44 -- Testing chunk_split() with default ending string --
50 -- Testing chunk_split() with default chunklen and ending string --
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt2 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argum…
5 /* Prototype : string chunk_split(string $str [, int $chunklen [, string $ending]])
12 * passing different single quoted strings for 'ending' arguments to chunk_split()
16 echo "*** Testing chunk_split() : different single quoted strings as 'ending' ***\n";
20 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
23 //different values for 'ending' argument
40 ') ending string (', //sentence as ending string
46 //loop through each element of values for 'ending'
55 *** Testing chunk_split() : different single quoted strings as 'ending' ***
57 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt2 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argum…
5 /* Prototype : string chunk_split(string $str [, int $chunklen [, string $ending]])
12 * passing different single quoted strings for 'ending' arguments to chunk_split()
16 echo "*** Testing chunk_split() : different single quoted strings as 'ending' ***\n";
20 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
23 //different values for 'ending' argument
40 ') ending string (', //sentence as ending string
46 //loop through each element of values for 'ending'
55 *** Testing chunk_split() : different single quoted strings as 'ending' ***
57 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt2 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argum…
6 * passing different single quoted strings for 'ending' arguments to chunk_split()
10 echo "*** Testing chunk_split() : different single quoted strings as 'ending' ***\n";
14 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
17 //different values for 'ending' argument
34 ') ending string (', //sentence as ending string
40 //loop through each element of values for 'ending'
49 *** Testing chunk_split() : different single quoted strings as 'ending' ***
51 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
75ending string (o test ch) ending string (unk_split) ending string (() with v) ending string (ariou…
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt2 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argum…
6 * passing different single quoted strings for 'ending' arguments to chunk_split()
10 echo "*** Testing chunk_split() : different single quoted strings as 'ending' ***\n";
14 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
17 //different values for 'ending' argument
34 ') ending string (', //sentence as ending string
40 //loop through each element of values for 'ending'
49 *** Testing chunk_split() : different single quoted strings as 'ending' ***
51 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
75ending string (o test ch) ending string (unk_split) ending string (() with v) ending string (ariou…
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/locale/ka/
H A Dsymbols.dic8 . sentence ending (?<=[^\s.])\.(?=[\"'”’)\s]|$)
9 ! sentence ending (?<=[^\s!])\!(?=[\"'”’)\s]|$)
10 ? sentence ending (?<=[^\s?])\?(?=[\"'”’)\s]|$)
12 ; phrase ending (?<=[^\s;]);(?=\s|$)
13 : phrase ending (?<=[^\s:]):(?=\s|$)
22 . sentence ending წერტილი all always
23 ! sentence ending ძახილის ნიშანი all always
24 ? sentence ending კითხვის ნიშანი all always
25 ; phrase ending წერტილმძიმე most always
26 : phrase ending ორწერტილი most always
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/locale/ka/
H A Dsymbols.dic8 . sentence ending (?<=[^\s.])\.(?=[\"'”’)\s]|$)
9 ! sentence ending (?<=[^\s!])\!(?=[\"'”’)\s]|$)
10 ? sentence ending (?<=[^\s?])\?(?=[\"'”’)\s]|$)
12 ; phrase ending (?<=[^\s;]);(?=\s|$)
13 : phrase ending (?<=[^\s:]):(?=\s|$)
22 . sentence ending წერტილი all always
23 ! sentence ending ძახილის ნიშანი all always
24 ? sentence ending კითხვის ნიშანი all always
25 ; phrase ending წერტილმძიმე most always
26 : phrase ending ორწერტილი most always

12345678910>>...311