Home
last modified time | relevance | path

Searched refs:suffix (Results 101 – 125 of 34993) sorted by relevance

12345678910>>...1400

/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dbasename_variation2.phpt42 foreach ($suffixes as $suffix) {
43 echo "basename for path $path, supplying suffix $suffix is:\n";
44 var_dump(basename($path, $suffix));
52 basename for path foo, supplying suffix .bar is:
54 basename for path foo, supplying suffix .b is:
56 basename for path foo, supplying suffix . is:
58 basename for path foo, supplying suffix is:
60 basename for path foo, supplying suffix foo is:
68 basename for path foo, supplying suffix / is:
70 basename for path foo, supplying suffix \ is:
[all …]
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/lang/snowball/
H A Dportugese.py89 for suffix in self.__step1_suffixes:
90 if word.endswith(suffix):
91 if suffix == "amente" and r1.endswith(suffix):
111 elif (suffix in ("ira", "iras") and rv.endswith(suffix) and
112 word[-len(suffix) - 1:-len(suffix)] == "e"):
118 elif r2.endswith(suffix):
133 elif suffix == "mente":
171 if rv.endswith(suffix):
175 rv = rv[:-len(suffix)]
187 if rv.endswith(suffix):
[all …]
H A Dfinnish.py74 if r1.endswith(suffix):
75 if suffix == "sti":
76 if suffix in r2:
89 if r1.endswith(suffix):
90 if suffix == "si":
96 elif suffix == "ni":
109 elif suffix == "an":
124 elif suffix == "en":
137 if r1.endswith(suffix):
184 elif suffix == "n":
[all …]
H A Ditalian.py104 if rv.endswith(suffix):
105 if rv[-len(suffix) - 4:-len(suffix)] in ("ando", "endo"):
107 r1 = r1[:-len(suffix)]
108 r2 = r2[:-len(suffix)]
109 rv = rv[:-len(suffix)]
111 elif (rv[-len(suffix) - 2:-len(suffix)] in
121 if word.endswith(suffix):
122 if suffix == "amente" and r1.endswith(suffix):
152 elif r2.endswith(suffix):
210 if rv.endswith(suffix):
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sprio/
H A Dprint.c192 tmp->suffix = suffix; in job_format_add_function()
211 if (suffix) in _print_job_job_id()
219 if (suffix) in _print_job_prefix()
237 if (suffix) in _print_age_priority_normalized()
251 if (suffix) in _print_age_priority_weighted()
270 if (suffix) in _print_assoc_priority_normalized()
284 if (suffix) in _print_assoc_priority_weighted()
296 if (suffix) in _print_cluster_name()
315 if (suffix) in _print_fs_priority_normalized()
329 if (suffix) in _print_fs_priority_weighted()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/squeue/
H A Dopts.c728 suffix ); in parse_format()
778 suffix ); in parse_format()
837 suffix ); in parse_format()
853 suffix ); in parse_format()
864 suffix ); in parse_format()
1040 suffix ); in parse_long_format()
1046 suffix ); in parse_long_format()
1228 suffix ); in parse_long_format()
1280 suffix ); in parse_long_format()
1291 suffix ); in parse_long_format()
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A Dpandoc-citeproc-locators-integrated.md14 [@citekey, 89, and suffix]
18 [@citekey, 123-79, and suffix]
40 [@citekey, IV.2A, and suffix]
42 [@citekey, \[28\], and suffix]
44 [@citekey, \[39-52\], and suffix]
52 [@citekey, \[13\], and suffix]
54 [@citekey, p.3, and suffix]
56 [@citekey, (13 entirely suffix]
58 [@citekey, p.a entirely suffix]
60 [@citekey, s (a) entirely suffix]
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A Dpandoc-citeproc-locators-integrated.md14 [@citekey, 89, and suffix]
18 [@citekey, 123-79, and suffix]
40 [@citekey, IV.2A, and suffix]
42 [@citekey, \[28\], and suffix]
44 [@citekey, \[39-52\], and suffix]
52 [@citekey, \[13\], and suffix]
54 [@citekey, p.3, and suffix]
56 [@citekey, (13 entirely suffix]
58 [@citekey, p.a entirely suffix]
60 [@citekey, s (a) entirely suffix]
[all …]
/dports/games/dangen/dangen-0.5/spqr/
H A Dfragment.c26 int suffix; in fragment_new() local
88 suffix = i * 12 + 4; in fragment_new()
141 int suffix; in fragment_act() local
166 suffix = i * 12 + 4; in fragment_act()
167 my->count_d[suffix + 0] += my->count_d[suffix + 2]; in fragment_act()
168 my->count_d[suffix + 1] += my->count_d[suffix + 3]; in fragment_act()
169 my->count_d[suffix + 10] += my->count_d[suffix + 11]; in fragment_act()
179 int suffix; in fragment_draw() local
243 suffix = i * 12 + 4; in fragment_draw()
247 + my->count_d[suffix + 7] * tenm_sin((int) (my->count_d[suffix + 10])); in fragment_draw()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sinfo/
H A Dprint.c354 tmp->suffix = suffix; in format_add_function()
369 tmp->suffix = suffix; in format_prepend_function()
449 if (suffix) in _print_avail()
467 if (suffix) in _print_cpus()
484 if (suffix) in _print_cpus_aiot()
517 if (suffix) in _print_sct()
535 if (suffix) in _print_sockets()
553 if (suffix) in _print_cores()
571 if (suffix) in _print_threads()
589 if (suffix) in _print_disk()
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/misc/
H A Dfilenames_test.py37 suffix = "TEST_SUFFIX"
41 userNameToFileName(name, prefix=prefix, suffix=suffix),
53 name, exist, prefix=prefix, suffix=suffix)
57 name, exist, prefix=prefix, suffix=suffix)
63 name, exist, prefix=prefix, suffix=suffix)
90 suffix=suffix),
98 suffix=suffix),
106 suffix=suffix),
117 handleClash2(existing=e, prefix=prefix, suffix=suffix),
124 handleClash2(existing=e, prefix=prefix, suffix=suffix),
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Tests/misc/
H A Dfilenames_test.py36 suffix = "TEST_SUFFIX"
40 userNameToFileName(name, prefix=prefix, suffix=suffix),
52 name, exist, prefix=prefix, suffix=suffix)
56 name, exist, prefix=prefix, suffix=suffix)
62 name, exist, prefix=prefix, suffix=suffix)
89 suffix=suffix),
97 suffix=suffix),
105 suffix=suffix),
116 handleClash2(existing=e, prefix=prefix, suffix=suffix),
123 handleClash2(existing=e, prefix=prefix, suffix=suffix),
[all …]
/dports/biology/primer3/primer3-2.3.6/src/
H A Dprint_boulder.c66 char suffix [100]; in print_boulder() local
234 sprintf(suffix, "_%d", i); in print_boulder()
238 printf("PRIMER_PAIR%s_PENALTY=%f\n", suffix, in print_boulder()
262 printf("PRIMER_LEFT%s_SEQUENCE=%s\n", suffix, in print_boulder()
273 printf("PRIMER_LEFT%s=%d,%d\n", suffix, in print_boulder()
277 printf("PRIMER_RIGHT%s=%d,%d\n", suffix, in print_boulder()
400 suffix, fwd->end_stability); in print_boulder()
403 suffix, rev->end_stability); in print_boulder()
438 suffix, intl->seq_quality); in print_boulder()
441 printf("PRIMER_PAIR%s_COMPL_ANY=%.2f\n", suffix, in print_boulder()
[all …]
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DFileTypeStats.cpp125 QString suffix; in collect() local
149 if ( suffix.isEmpty() ) in collect()
166 suffix = suffix.toLower(); in collect()
168 if ( suffix.isEmpty() ) in collect()
169 suffix = NO_SUFFIX; in collect()
172 ++_suffixCount[ suffix ]; in collect()
197 QString suffix = it.key(); in removeCruft() local
200 if ( isCruft( suffix ) ) in removeCruft()
202 cruft << "*." + suffix; in removeCruft()
239 QString suffix = it.key(); in removeEmpty() local
[all …]
/dports/devel/critcl/critcl-3.1.18.1/test/suites/
H A Dcproc.test7 # (1) suffix ('' | '-trace')
13 global suffix
14 if {![info exists suffix]} {
16 } elseif {($suffix ne "") && ($suffix ne "-trace")} {
17 …error "Bad value '$suffix' for parameter 'suffix'. Please define as either empty string, or '-trac…
59 test critcl-cproc${suffix}-2.0 {cproc, simple name} -body {
75 test critcl-cproc${suffix}-2.4 {cproc, client data} -body {
79 test critcl-cproc${suffix}-2.5 {cproc, client data} -body {
83 test critcl-cproc${suffix}-2.6 {cproc, int argument} -body {
103 test critcl-cproc${suffix}-2.9 {cproc, int result} -body {
[all …]
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dprefix.h107 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix))) argument
108 #define BR_PREFIX(suffix) (br_thread_local_store (br_strcat (PREFIX, suffix))) argument
109 #define BR_PREFIXDIR(suffix) (br_thread_local_store (br_strcat (BR_PREFIX, suffix))) argument
110 #define BR_BINDIR(suffix) (br_thread_local_store (br_strcat (BINDIR, suffix))) argument
111 #define BR_SBINDIR(suffix) (br_thread_local_store (br_strcat (SBINDIR, suffix))) argument
112 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) argument
113 #define BR_LIBDIR(suffix) (br_thread_local_store (br_strcat (LIBDIR, suffix))) argument
114 #define BR_LIBEXECDIR(suffix) (br_thread_local_store (br_strcat (LIBEXECDIR, suffix))) argument
115 #define BR_ETCDIR(suffix) (br_thread_local_store (br_strcat (ETCDIR, suffix))) argument
117 #define BR_CONFDIR(suffix) (br_thread_local_store (br_strcat (CONFDIR, suffix))) argument
[all …]
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dprefix.h107 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix))) argument
108 #define BR_PREFIX(suffix) (br_thread_local_store (br_strcat (PREFIX, suffix))) argument
109 #define BR_PREFIXDIR(suffix) (br_thread_local_store (br_strcat (BR_PREFIX, suffix))) argument
110 #define BR_BINDIR(suffix) (br_thread_local_store (br_strcat (BINDIR, suffix))) argument
111 #define BR_SBINDIR(suffix) (br_thread_local_store (br_strcat (SBINDIR, suffix))) argument
112 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) argument
113 #define BR_LIBDIR(suffix) (br_thread_local_store (br_strcat (LIBDIR, suffix))) argument
114 #define BR_LIBEXECDIR(suffix) (br_thread_local_store (br_strcat (LIBEXECDIR, suffix))) argument
115 #define BR_ETCDIR(suffix) (br_thread_local_store (br_strcat (ETCDIR, suffix))) argument
117 #define BR_CONFDIR(suffix) (br_thread_local_store (br_strcat (CONFDIR, suffix))) argument
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dprefix.h99 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix))) argument
100 #define BR_PREFIX(suffix) (br_thread_local_store (br_strcat (PREFIX, suffix))) argument
101 #define BR_PREFIXDIR(suffix) (br_thread_local_store (br_strcat (BR_PREFIX, suffix))) argument
102 #define BR_BINDIR(suffix) (br_thread_local_store (br_strcat (BINDIR, suffix))) argument
103 #define BR_SBINDIR(suffix) (br_thread_local_store (br_strcat (SBINDIR, suffix))) argument
104 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix))) argument
105 #define BR_LIBDIR(suffix) (br_thread_local_store (br_strcat (LIBDIR, suffix))) argument
106 #define BR_LIBEXECDIR(suffix) (br_thread_local_store (br_strcat (LIBEXECDIR, suffix))) argument
107 #define BR_ETCDIR(suffix) (br_thread_local_store (br_strcat (ETCDIR, suffix))) argument
109 #define BR_CONFDIR(suffix) (br_thread_local_store (br_strcat (CONFDIR, suffix))) argument
[all …]

12345678910>>...1400