Home
last modified time | relevance | path

Searched refs:file_glob (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/devel/jsonnet/jsonnet-0.17.0/case_studies/micromanage/
H A Dcmds.py22 def file_glob(given_glob, to, prefix): function
28 more_files = file_glob('%s/*' % f, to, prefix)
48 files = file_glob(cmd['from'], cmd['to'], os.path.dirname(cmd['from']))
/dports/devel/p5-Test-YAML-Valid/Test-YAML-Valid-0.04/lib/Test/YAML/
H A DValid.pm177 my $file_glob = shift;
183 $msg = "$file_glob contains valid YAML files" unless $msg;
184 foreach my $file (glob($file_glob)) {
/dports/devel/py-jsonnet/jsonnet-0.17.0/case_studies/micromanage/
H A Dcmds.py22 def file_glob(given_glob, to, prefix): function
28 more_files = file_glob('%s/*' % f, to, prefix)
48 files = file_glob(cmd['from'], cmd['to'], os.path.dirname(cmd['from']))
/dports/sysutils/fwup/fwup-1.9.0/
H A D.travis.yml61 file_glob: true
74 file_glob: true
86 file_glob: true
/dports/x11-toolkits/pangolin/Pangolin-0.6/CMakeModules/
H A DEmbedBinaryFiles.cmake3 function(embed_binary_files file_glob output)
5 file(GLOB bins ${file_glob})
/dports/devel/py-semver/semver-2.13.0/
H A Dsetup.py52 def rmtree_glob(file_glob): argument
53 for fobj in glob(file_glob):
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker-credential-helpers/
H A D.travis.yml34 # It requires both options `file_glob` and `file`:
36 file_glob: true
/dports/sysutils/docker-credential-pass/docker-credential-helpers-0.6.3/
H A D.travis.yml34 # It requires both options `file_glob` and `file`:
36 file_glob: true
/dports/misc/vxl/vxl-3.3.2/core/vul/
H A Dvul_file.h115 static bool delete_file_glob(std::string const& file_glob);
116 static bool delete_file_glob(char const* file_glob) in delete_file_glob()
117 { return delete_file_glob(std::string(file_glob)); } in delete_file_glob()
H A Dvul_file.cxx237 vul_file::delete_file_glob(std::string const & file_glob) in delete_file_glob() argument
240 std::string command = file_glob; in delete_file_glob()
244 std::string command = "/bin/rm -f " + file_glob; in delete_file_glob()
/dports/sysutils/UEFITool/UEFITool-A59/.github/workflows/
H A Dmain.yml29 file_glob: true
51 file_glob: true
138 file_glob: true
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_io_tools.cxx402 std::string file_glob = folder + "//*.tif"; in load_aster_dem_imgs() local
403 for (vul_file_iterator fn = file_glob.c_str(); fn; ++fn) { in load_aster_dem_imgs()
474 std::string file_glob; in load_satellite_height_imgs() local
476 file_glob = folder + "//scene_*.tif"; in load_satellite_height_imgs()
478 file_glob = folder + "//scene_*" + keywords + ".tif"; in load_satellite_height_imgs()
479 for (vul_file_iterator fn = file_glob.c_str(); fn; ++fn) { in load_satellite_height_imgs()
490 std::string file_glob = folder + "//*.tif"; in load_geocover_imgs() local
491 for (vul_file_iterator fn = file_glob.c_str(); fn; ++fn) { in load_geocover_imgs()
500 std::string file_glob = folder + "//Urextent_*.tif"; in load_urban_imgs() local
501 for (vul_file_iterator fn = file_glob.c_str(); fn; ++fn) { in load_urban_imgs()
/dports/graphics/jp/jp-1.1.12/
H A D.travis.yml9 file_glob: true
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Build/Tests/
H A DTestCyCache.py22 def cache_files(self, file_glob): argument
23 return glob.glob(os.path.join(self.cache_dir, file_glob))
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Build/Tests/
H A DTestCyCache.py22 def cache_files(self, file_glob): argument
23 return glob.glob(os.path.join(self.cache_dir, file_glob))
/dports/lang/cython/Cython-0.29.24/Cython/Build/Tests/
H A DTestCyCache.py22 def cache_files(self, file_glob): argument
23 return glob.glob(os.path.join(self.cache_dir, file_glob))
/dports/lang/cython-devel/cython-2b1e743/Cython/Build/Tests/
H A DTestCyCache.py22 def cache_files(self, file_glob): argument
23 return glob.glob(os.path.join(self.cache_dir, file_glob))
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Build/Tests/
H A DTestCyCache.py22 def cache_files(self, file_glob): argument
23 return glob.glob(os.path.join(self.cache_dir, file_glob))
/dports/cad/digital/Digital-0.27/
H A D.travis.yml17 file_glob: true
/dports/x11/py-caffeine-ng/caffeine-ng-3.5.1/
H A D.travis.yml40 …- dpl --api-key=$RELEASES_TOKEN --provider=releases --file=dist/* --file_glob=true --skip_cleanup=…
/dports/devel/gh/cli-2.4.0/vendor/github.com/joho/godotenv/.github/workflows/
H A Drelease.yml30 file_glob: true
/dports/print/abcm2ps/abcm2ps-8.13.23/
H A D.travis.yml33 # file_glob: true
/dports/games/pioneer/pioneer-20210723/
H A D.travis.yml55 file_glob: true
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/
H A D.travis.yml28 file_glob: true
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/path-clean-0.1.0/
H A D.travis.yml37 file_glob: true

123456789