Home
last modified time | relevance | path

Searched refs:download_file (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Ddownload_item_impl_unittest.cc320 return download_file; in DoIntermediateRename()
354 if (download_file) in CleanupItem()
501 download_file = in TEST_F()
519 download_file = in TEST_F()
773 *download_file, in TEST_F()
1881 *download_file, in TEST_F()
1924 *download_file, in TEST_F()
1970 *download_file, in TEST_F()
2023 *download_file, in TEST_F()
2139 EXPECT_CALL(*download_file, in TEST_F()
[all …]
H A Ddownload_job.cc30 DownloadFile* download_file = download_item_->GetDownloadFile(); in Pause() local
31 if (download_file) { in Pause()
36 base::Unretained(download_file))); in Pause()
45 DownloadFile* download_file = download_item_->GetDownloadFile(); in Resume() local
46 if (download_file) { in Resume()
51 base::Unretained(download_file))); in Resume()
80 DownloadFile* download_file = download_item_->GetDownloadFile(); in AddInputStream() local
81 if (!download_file) { in AddInputStream()
91 base::Unretained(download_file), in AddInputStream()
/dports/astro/py-astropy/astropy-5.0/astropy/utils/tests/
H A Dtest_data.py39 download_file,
454 download_file(u1, cache=True)
457 download_file(u2, cache=True)
1370 download_file(u, cache=True)
1426 f = download_file(u)
1443 download_file(u, cache=True)
1498 download_file(u, cache=True)
1645 download_file(u, cache=True)
2079 download_file(u)
2088 download_file(u, cache=True)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Ddownload_item_impl_unittest.cc384 if (download_file) in CleanupItem()
443 MockDownloadFile* download_file = in TEST_F() local
531 download_file = in TEST_F()
549 download_file = in TEST_F()
803 *download_file, in TEST_F()
1913 *download_file, in TEST_F()
1956 *download_file, in TEST_F()
2002 *download_file, in TEST_F()
2055 *download_file, in TEST_F()
2171 EXPECT_CALL(*download_file, in TEST_F()
[all …]
H A Ddownload_job.cc30 DownloadFile* download_file = download_item_->GetDownloadFile(); in Pause() local
31 if (download_file) { in Pause()
36 base::Unretained(download_file))); in Pause()
45 DownloadFile* download_file = download_item_->GetDownloadFile(); in Resume() local
46 if (download_file) { in Resume()
51 base::Unretained(download_file))); in Resume()
80 DownloadFile* download_file = download_item_->GetDownloadFile(); in AddInputStream() local
81 if (!download_file) { in AddInputStream()
91 base::Unretained(download_file), in AddInputStream()
/dports/sysutils/kubectl/kubernetes-1.22.2/hack/lib/
H A Detcd.sh128 download_file="etcd-v${ETCD_VERSION}-darwin-amd64.zip"
129 url="https://github.com/coreos/etcd/releases/download/v${ETCD_VERSION}/${download_file}"
130 kube::util::download_file "${url}" "${download_file}"
131 unzip -o "${download_file}"
133 rm "${download_file}"
136 download_file="etcd-v${ETCD_VERSION}-linux-${arch}.tar.gz"
137 kube::util::download_file "${url}" "${download_file}"
138 tar xzf "${download_file}"
140 rm "${download_file}"
/dports/sysutils/apcupsd/apcupsd-3.14.14/platforms/mingw/
H A Dbuild-win32-cross-tools157 download_file "$GCC_CORE_ARCHIVE" "$GCC_URL"
159 download_file "$GCC_GPP_ARCHIVE" "$GCC_URL"
162 download_file "$GCC_G77_ARCHIVE" "$GCC_URL"
171 download_file "$GCC_ADA_ARCHIVE" "$GCC_URL"
174 download_file "$BINUTILS_ARCHIVE" "$BINUTILS_URL"
175 download_file "$MINGW_ARCHIVE" "$MINGW_URL"
176 download_file "$MINGW_DLL_ARCHIVE" "$MINGW_URL"
177 download_file "$W32API_ARCHIVE" "$MINGW_URL"
180 download_file "$OPENGL_ARCHIVE" "$SDL_URL"
188 function download_file
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/platforms/mingw/
H A Dbuild-win32-cross-tools157 download_file "$GCC_CORE_ARCHIVE" "$GCC_URL"
159 download_file "$GCC_GPP_ARCHIVE" "$GCC_URL"
162 download_file "$GCC_G77_ARCHIVE" "$GCC_URL"
171 download_file "$GCC_ADA_ARCHIVE" "$GCC_URL"
174 download_file "$BINUTILS_ARCHIVE" "$BINUTILS_URL"
175 download_file "$MINGW_ARCHIVE" "$MINGW_URL"
176 download_file "$MINGW_DLL_ARCHIVE" "$MINGW_URL"
177 download_file "$W32API_ARCHIVE" "$MINGW_URL"
180 download_file "$OPENGL_ARCHIVE" "$SDL_URL"
188 function download_file
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/tests/
H A Dtest_httpdownloader.py24 from deluge.httpdownloader import download_file
158 d = download_file(self.get_url(), fname('index.html'))
164 d = download_file(url, fname('none'))
172 d = download_file(url, fname('monster'), headers=cookie)
183 d = download_file(url, fname('original'))
195 d = download_file(url, fname('original'))
206 d = download_file(url, fname('original'))
213 d = download_file(url, fname('original'))
220 d = download_file(url, fname('forced'), force_filename=True)
227 d = download_file(url, fname('gzip_encoded'))
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/tools/
H A Ddownload-assets.py13 def download_file(from_url, output_dir): function
39 download_file(DOWNLOAD_PATH+"words/words.rcc", OUTPUT_FOLDER+"words/")
43 download_file(DOWNLOAD_PATH+"full-"+AUDIO_FORMAT+".rcc", OUTPUT_FOLDER)
47download_file(DOWNLOAD_PATH+"backgroundMusic/backgroundMusic-"+AUDIO_FORMAT+".rcc", OUTPUT_FOLDER+…
51 download_file(lang_url, OUTPUT_FOLDER+"voices-"+AUDIO_FORMAT+"/")
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dbuild-svn-deps-win.pl388 sub download_file { subroutine
411 download_file($AWK_URL, "$SRCDIR\\awk.exe", \$AWK_FILE);
415 download_file($PROJREF_URL, "$SRCDIR\\ProjRef.py", \$PROJREF_FILE);
419 download_file($BDB_URL, "$SRCDIR\\db.zip", \$BDB_FILE);
420 download_file($ZLIB_URL, "$SRCDIR\\zlib.zip", \$ZLIB_FILE);
422 download_file($HTTPD_URL, "$SRCDIR\\httpd.tar.bz2", \$HTTPD_FILE);
423 download_file($APR_URL, "$SRCDIR\\apr.tar.bz2", \$APR_FILE);
424 download_file($APU_URL, "$SRCDIR\\apr-util.tar.bz2", \$APU_FILE);
425 download_file($API_URL, "$SRCDIR\\apr-iconv.tar.bz2", \$API_FILE);
426 download_file($PCRE_URL, "$SRCDIR\\pcre.zip", \$PCRE_FILE);
[all …]
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dbuild-svn-deps-win.pl388 sub download_file { subroutine
411 download_file($AWK_URL, "$SRCDIR\\awk.exe", \$AWK_FILE);
415 download_file($PROJREF_URL, "$SRCDIR\\ProjRef.py", \$PROJREF_FILE);
419 download_file($BDB_URL, "$SRCDIR\\db.zip", \$BDB_FILE);
420 download_file($ZLIB_URL, "$SRCDIR\\zlib.zip", \$ZLIB_FILE);
422 download_file($HTTPD_URL, "$SRCDIR\\httpd.tar.bz2", \$HTTPD_FILE);
423 download_file($APR_URL, "$SRCDIR\\apr.tar.bz2", \$APR_FILE);
424 download_file($APU_URL, "$SRCDIR\\apr-util.tar.bz2", \$APU_FILE);
425 download_file($API_URL, "$SRCDIR\\apr-iconv.tar.bz2", \$API_FILE);
426 download_file($PCRE_URL, "$SRCDIR\\pcre.zip", \$PCRE_FILE);
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dbuild-svn-deps-win.pl388 sub download_file { subroutine
411 download_file($AWK_URL, "$SRCDIR\\awk.exe", \$AWK_FILE);
415 download_file($PROJREF_URL, "$SRCDIR\\ProjRef.py", \$PROJREF_FILE);
419 download_file($BDB_URL, "$SRCDIR\\db.zip", \$BDB_FILE);
420 download_file($ZLIB_URL, "$SRCDIR\\zlib.zip", \$ZLIB_FILE);
422 download_file($HTTPD_URL, "$SRCDIR\\httpd.tar.bz2", \$HTTPD_FILE);
423 download_file($APR_URL, "$SRCDIR\\apr.tar.bz2", \$APR_FILE);
424 download_file($APU_URL, "$SRCDIR\\apr-util.tar.bz2", \$APU_FILE);
425 download_file($API_URL, "$SRCDIR\\apr-iconv.tar.bz2", \$API_FILE);
426 download_file($PCRE_URL, "$SRCDIR\\pcre.zip", \$PCRE_FILE);
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dbuild-svn-deps-win.pl388 sub download_file { subroutine
411 download_file($AWK_URL, "$SRCDIR\\awk.exe", \$AWK_FILE);
415 download_file($PROJREF_URL, "$SRCDIR\\ProjRef.py", \$PROJREF_FILE);
419 download_file($BDB_URL, "$SRCDIR\\db.zip", \$BDB_FILE);
420 download_file($ZLIB_URL, "$SRCDIR\\zlib.zip", \$ZLIB_FILE);
422 download_file($HTTPD_URL, "$SRCDIR\\httpd.tar.bz2", \$HTTPD_FILE);
423 download_file($APR_URL, "$SRCDIR\\apr.tar.bz2", \$APR_FILE);
424 download_file($APU_URL, "$SRCDIR\\apr-util.tar.bz2", \$APU_FILE);
425 download_file($API_URL, "$SRCDIR\\apr-iconv.tar.bz2", \$API_FILE);
426 download_file($PCRE_URL, "$SRCDIR\\pcre.zip", \$PCRE_FILE);
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/darknet/
H A Dextractor.py12 from mmdnn.conversion.common.utils import download_file
38 …architecture_file = download_file(cls.architecture_map[architecture]['config'], directory=path, lo…
43 …weight_file = download_file(cls.architecture_map[architecture]['weights'], directory=path, local_f…
59 download_file(cls._base_model_url + "cfg/coco.data", directory='./')
60 download_file(cls._base_model_url + "data/coco.names", directory='./data/')
/dports/net/py-s3transfer/s3transfer-0.5.0/tests/functional/
H A Dtest_processpool.py121 self.downloader.download_file(self.bucket, self.key, self.filename)
132 self.downloader.download_file(
136 self.downloader.download_file(
164 downloader.download_file(self.bucket, self.key, self.filename)
183 self.downloader.download_file(
194 self.downloader.download_file(
202 self.downloader.download_file(
213 self.downloader.download_file(
223 future = self.downloader.download_file(
231 future = self.downloader.download_file(
[all …]
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon_install.pl402 sub download_file { subroutine
461 my $gcc_binary_download_result = download_file($full_path, $distribution_file_name);
648 my $luajit_download_result = download_file(
694 …my $lpeg_download_result = download_file("http://www.inf.puc-rio.br/~roberto/lpeg/$archive_file_na…
726 …my $json_c_download_result = download_file("https://github.com/json-c/json-c/archive/$archive_name…
856 …my $log4cpp_download_result = download_file($log4cpp_url, $distro_file_name, '23aa5bd7d6f79992c92b…
913 …my $gobgp_download_result = download_file("https://github.com/osrg/gobgp/archive/$distro_file_name…
967 …my $golang_download_result = download_file("https://storage.googleapis.com/golang/$distro_file_nam…
990 …my $protobuf_download_result = download_file("https://github.com/google/protobuf/archive/$distro_f…
1039 …my $hiredis_download_result = download_file("https://github.com/redis/hiredis/archive/$disto_file_…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dmaven_packages_spec.rb173 download_file(
231 subject { download_file(file_name: package_file.file_name) }
270 download_file(file_name: package_file.file_name)
312 download_file(file_name: package_file.file_name)
330 download_file(
354 download_file(file_name: package_file.file_name)
401 subject { download_file(file_name: package_file.file_name) }
440 download_file(file_name: package_file.file_name)
480 download_file(file_name: package_file.file_name)
625 subject { download_file(file_name: package_file.file_name) }
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dsetup_multiversion_mongodb.py78 def download_file(url, file_name, download_retries=5): function
162 download_file("https://downloads.mongodb.org/full.json", temp_file)
192 download_file = self.download_version(version)
193 if download_file:
194 installed_dir = self.uncompress_download(download_file)
273 download_file(latest_url, temp_file)
283 download_file(url, temp_file)
286 def uncompress_download(self, download_file): argument
292 _, file_suffix = os.path.splitext(download_file)
295 with zipfile.ZipFile(download_file) as zip_handle:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/projects/
H A Ddownload_service_spec.rb15 @link_to_file = download_file(@project, url)
31 @link_to_file = download_file(@project, url)
43 @link_to_file = download_file(@project, url)
54 def download_file(repository, url) method
/dports/graphics/clutter/clutter-1.26.4/build-aux/mingw/
H A Dmingw-fetch-dependencies.sh47 function download_file () function
296 download_file "$TOR_URL/$bin" "$bn"
300 download_file "$TOR_DEP_URL/$dep" "$dep";
305 download_file "$dep" "$bn";
310 download_file "$dep" "$bn";
315 download_file "$GNOME_SOURCES_URL/$dep" "$src";
318 download_file "$CONFIG_GUESS_URL" "config.guess";
/dports/www/yt-dlp/yt-dlp-2021.12.27/test/
H A Dtest_overwrites.py15 download_file = join(root_dir, 'test.webm') variable
22 open(download_file, 'a').close()
34 self.assertTrue(os.path.getsize(download_file) < 1)
46 self.assertTrue(os.path.getsize(download_file) > 1)
/dports/devel/py-pythonbrew/pythonbrew-1.3/pythonbrew/commands/
H A Dupdate.py61 download_file = PATH_ETC_CONFIG
64 d.download(distname, download_url, download_file)
95 download_file = os.path.join(PATH_DISTS, distname)
98 d.download(distname, download_url, download_file)
105 if not extract_downloadfile(content_type, download_file, extract_dir):
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/.travis/
H A Dscript-macos.sh22 download_file() { function
26 download_file {download/,https://download.sourceforge.net/libpng/}libpng-"$LIBPNG_VERSION".tar.xz
27 download_file {download/,https://www.cairographics.org/releases/}pixman-"$PIXMAN_VERSION".tar.gz
28 download_file {download/,https://www.cairographics.org/releases/}cairo-"$CAIRO_VERSION".tar.xz
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/.travis/
H A Dscript-macos.sh22 download_file() {
26 download_file {download/,https://download.sourceforge.net/libpng/}libpng-"$LIBPNG_VERSION".tar.xz
27 download_file {download/,https://www.cairographics.org/releases/}pixman-"$PIXMAN_VERSION".tar.gz
28 download_file {download/,https://www.cairographics.org/releases/}cairo-"$CAIRO_VERSION".tar.xz

12345678910>>...30