Home
last modified time | relevance | path

Searched refs:path_ext (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/cvsmonitor/cvsmonitor/bundled/File/
H A DWhich.pm26 my @path_ext = ('');
29 push @path_ext, split ';', $ENV{PATHEXT};
32 … push @path_ext, qw(.com .exe .bat); # Win9X or other: doesn't have PATHEXT, so needs hardcoded.
36 push @path_ext, qw(.exe .com);
78 for my $ext (@path_ext) {
84 ($Is_DOSish and grep { $file =~ /$_$/i } @path_ext[1..$#path_ext])
/dports/lang/parrot/parrot-8.1.0/lib/File/
H A DWhich.pm26 my @path_ext = ('');
29 push @path_ext, split ';', $ENV{PATHEXT};
32 … push @path_ext, qw(.com .exe .bat); # Win9X or other: doesn't have PATHEXT, so needs hardcoded.
36 push @path_ext, qw(.exe .com);
78 for my $ext (@path_ext) {
84 ($Is_DOSish and grep { $file =~ /$_$/i } @path_ext[1..$#path_ext])
/dports/sysutils/R-cran-fs/fs/tests/testthat/
H A Dtest-temp.R13 expect_equal(path_ext(tmp_no_ext), "")
14 expect_equal(path_ext(tmp_has_ext), "pdf")
19 expect_equal(path_ext(file_temp_multiple), path_ext(tmpfile_multiple))
22 path_ext(file_temp(ext = "pdf")),
23 path_ext(file_temp(ext = ".pdf"))
H A Dtest-path.R223 expect_equal(path_ext("foo.bar"), "bar")
226 expect_equal(path_ext(".csh.rc"), "rc")
227 expect_equal(path_ext("nodots"), "")
228 expect_equal(path_ext(".cshrc"), "")
231 expect_equal(path_ext("."), "")
232 expect_equal(path_ext(".."), "")
233 expect_equal(path_ext("........"), "")
234 expect_equal(path_ext(""), "")
235 expect_equal(path_ext(".bar"), "")
236 expect_equal(path_ext("foo/.bar"), "")
[all …]
/dports/sysutils/R-cran-fs/fs/man/
H A Dpath_file.Rd6 \alias{path_ext}
9 \alias{path_ext<-}
16 path_ext(path)
22 path_ext(path) <- value
31 the directory portion. \code{path_ext()} returns the last extension (if any) for a
45 path_ext("dir/file.zip")
47 path_ext("file.tar.gz")
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dhardcoded_protos.c70 memset(path_ext, 0, sizeof(PathExtrusion)); in PathExtrusion_GetNode()
76 path_ext->spine = (MFVec3f *) field.far_ptr; in PathExtrusion_GetNode()
82 path_ext->endCap = *(SFBool *) field.far_ptr; in PathExtrusion_GetNode()
91 path_ext->scale = (MFVec2f *) field.far_ptr; in PathExtrusion_GetNode()
100 PathExtrusion path_ext; in TraversePathExtrusion() local
109 if (!path_ext.geometry) return; in TraversePathExtrusion()
131 …stack_2d->path, path_ext.spine, path_ext.creaseAngle, path_ext.beginCap, path_ext.endCap, path_ext in TraversePathExtrusion()
134path_ext.geometry, tr_state, stack->mesh, path_ext.spine, path_ext.creaseAngle, path_ext.beginCap,… in TraversePathExtrusion()
171 memset(path_ext, 0, sizeof(PathExtrusion)); in PlanarExtrusion_GetNode()
183 path_ext->endCap = *(SFBool *) field.far_ptr; in PlanarExtrusion_GetNode()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dhardcoded_protos.c70 memset(path_ext, 0, sizeof(PathExtrusion)); in PathExtrusion_GetNode()
76 path_ext->spine = (MFVec3f *) field.far_ptr; in PathExtrusion_GetNode()
82 path_ext->endCap = *(SFBool *) field.far_ptr; in PathExtrusion_GetNode()
91 path_ext->scale = (MFVec2f *) field.far_ptr; in PathExtrusion_GetNode()
100 PathExtrusion path_ext; in TraversePathExtrusion() local
109 if (!path_ext.geometry) return; in TraversePathExtrusion()
131 …stack_2d->path, path_ext.spine, path_ext.creaseAngle, path_ext.beginCap, path_ext.endCap, path_ext in TraversePathExtrusion()
134path_ext.geometry, tr_state, stack->mesh, path_ext.spine, path_ext.creaseAngle, path_ext.beginCap,… in TraversePathExtrusion()
171 memset(path_ext, 0, sizeof(PathExtrusion)); in PlanarExtrusion_GetNode()
183 path_ext->endCap = *(SFBool *) field.far_ptr; in PlanarExtrusion_GetNode()
[all …]
/dports/www/p5-HTML-Perlinfo/HTML-Perlinfo-1.69/lib/HTML/Perlinfo/
H A DCommon.pm35 my @path_ext = ('');
38 push @path_ext, split ';', $ENV{PATHEXT};
41 … push @path_ext, qw(.com .exe .bat); # Win9X or other: doesn't have PATHEXT, so needs hardcoded.
45 push @path_ext, qw(.exe .com);
87 for my $ext (@path_ext) {
92 ($Is_DOSish and grep { $file =~ /$_$/i } @path_ext[1..$#path_ext])
/dports/www/p5-libapreq2/libapreq2-2.16/win32/
H A DConfigure.pl24 my @path_ext;
25 path_ext();
278 sub path_ext { subroutine
280 push @path_ext, split ';', $ENV{PATHEXT};
281 for my $ext (@path_ext) {
287 push @path_ext, qw(com exe bat);
310 for my $ext (@path_ext) {
/dports/www/libapreq2/libapreq2-2.13/win32/
H A DConfigure.pl24 my @path_ext;
25 path_ext();
278 sub path_ext { subroutine
280 push @path_ext, split ';', $ENV{PATHEXT};
281 for my $ext (@path_ext) {
287 push @path_ext, qw(com exe bat);
310 for my $ext (@path_ext) {
/dports/textproc/p5-DocSet/DocSet-0.19/lib/DocSet/
H A DUtil.pm279 my @path_ext = ('');
282 push @path_ext, split ';', $ENV{PATHEXT};
285 push @path_ext, map { ".$_" } qw(com exe bat); # Win9X
290 for my $ext (@path_ext) {
/dports/devel/R-cran-usethis/usethis/R/
H A Dlogo.R23 logo_path <- proj_path("man", "figures", "logo", ext = path_ext(img))
29 if (path_ext(img) == "svg") {
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dpath-test.c1204 const char *path_ext; in test_path_splitext() member
1229 const char *path_ext; in test_path_splitext() local
1235 svn_path_splitext(&path_root, &path_ext, path, subpool); in test_path_splitext()
1237 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1242 tests[i].path, path_root, path_ext, in test_path_splitext()
1243 tests[i].path_root, tests[i].path_ext); in test_path_splitext()
1255 svn_path_splitext(NULL, &path_ext, path, subpool); in test_path_splitext()
1257 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1262 tests[i].path, path_ext, tests[i].path_ext); in test_path_splitext()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dpath-test.c1204 const char *path_ext; in test_path_splitext() member
1229 const char *path_ext; in test_path_splitext() local
1235 svn_path_splitext(&path_root, &path_ext, path, subpool); in test_path_splitext()
1237 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1242 tests[i].path, path_root, path_ext, in test_path_splitext()
1243 tests[i].path_root, tests[i].path_ext); in test_path_splitext()
1255 svn_path_splitext(NULL, &path_ext, path, subpool); in test_path_splitext()
1257 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1262 tests[i].path, path_ext, tests[i].path_ext); in test_path_splitext()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dpath-test.c1204 const char *path_ext; in test_path_splitext() member
1229 const char *path_ext; in test_path_splitext() local
1235 svn_path_splitext(&path_root, &path_ext, path, subpool); in test_path_splitext()
1237 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1242 tests[i].path, path_root, path_ext, in test_path_splitext()
1243 tests[i].path_root, tests[i].path_ext); in test_path_splitext()
1255 svn_path_splitext(NULL, &path_ext, path, subpool); in test_path_splitext()
1257 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1262 tests[i].path, path_ext, tests[i].path_ext); in test_path_splitext()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dpath-test.c1204 const char *path_ext; in test_path_splitext() member
1229 const char *path_ext; in test_path_splitext() local
1235 svn_path_splitext(&path_root, &path_ext, path, subpool); in test_path_splitext()
1237 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1242 tests[i].path, path_root, path_ext, in test_path_splitext()
1243 tests[i].path_root, tests[i].path_ext); in test_path_splitext()
1255 svn_path_splitext(NULL, &path_ext, path, subpool); in test_path_splitext()
1257 || (strcmp(tests[i].path_ext, path_ext))) in test_path_splitext()
1262 tests[i].path, path_ext, tests[i].path_ext); in test_path_splitext()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_split_cursor.hpp123 string path_ext; in CBDB_SplitCursor() local
124 CDirEntry::SplitPath(path, &path_dir, &path_base, &path_ext); in CBDB_SplitCursor()
125 path_base += path_ext; in CBDB_SplitCursor()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/scripts/lint/
H A Dset_copyright.py69 path_ext = path.split('.')
83 elif path_ext[-1].lower() in allowed_extensions:
86 elif '.'.join(path_ext[-2:]) in allowed_extensions_2:
/dports/games/stendhal/stendhal-1.35/tiled/tileset/
H A Dplaceholdimg115 path_ext = ()
117 path_ext = tuple(os.environ['PATHEXT'].split(delim));
156 for ext in path_ext:
/dports/net/gmid/gmid-1.7.5/
H A Dmime.c81 path_ext(const char *path) in path_ext() function
104 if ((ext = path_ext(path)) == NULL) in mime()
/dports/japanese/p5-Encode-ISO2022/Encode-ISO2022-0.04/ISO2022/
H A DMakefile.PL31 my @path_ext = ('');
32 @path_ext = split(';', $ENV{PATHEXT}) if $^O eq 'MSWin32';
38 for my $ext (@path_ext) {
/dports/japanese/p5-Encode-ISO2022/Encode-ISO2022-0.04/JISLegacy/
H A DMakefile.PL31 my @path_ext = ('');
32 @path_ext = split(';', $ENV{PATHEXT}) if $^O eq 'MSWin32';
38 for my $ext (@path_ext) {
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmergetools.py53 path_ext = [s.lower()
55 return os.path.exists(exe) and ext in path_ext
/dports/japanese/p5-Encode-ISO2022/Encode-ISO2022-0.04/ISOIRSingle/
H A DMakefile.PL35 my @path_ext = ('');
36 @path_ext = split(';', $ENV{PATHEXT}) if $^O eq 'MSWin32';
42 for my $ext (@path_ext) {
/dports/devel/z88dk/z88dk/src/common/t/
H A Dt_fileutil.c111 TEST_ASSERT_EQUAL_STRING("", path_ext("abc")); in t_fileutil_path_ext()
112 TEST_ASSERT_EQUAL_STRING(".xx", path_ext("abc.xx")); in t_fileutil_path_ext()
113 TEST_ASSERT_EQUAL_STRING("", path_ext(".x/abc")); in t_fileutil_path_ext()
115 TEST_ASSERT_EQUAL_STRING("", path_ext("c:abc")); in t_fileutil_path_ext()
116 TEST_ASSERT_EQUAL_STRING("", path_ext("c:/abc")); in t_fileutil_path_ext()
118 TEST_ASSERT_EQUAL_STRING(".c", path_ext("c:abc.c")); in t_fileutil_path_ext()
119 TEST_ASSERT_EQUAL_STRING(".c", path_ext("c:/abc.c")); in t_fileutil_path_ext()
121 TEST_ASSERT_EQUAL_STRING("", path_ext("c:.c")); in t_fileutil_path_ext()
122 TEST_ASSERT_EQUAL_STRING("", path_ext("c:/.c")); in t_fileutil_path_ext()

1234