Home
last modified time | relevance | path

Searched refs:download_path (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/misc/
H A Dgeolite-update.sh28 download_path="/usr/share/GeoIP/download"
31 download_path="$1/download"
36 prg="wget --continue --directory-prefix=$download_path"
46 [ -d $download_path ] || mkdir $download_path
49 if [ ! -e $download_path/GeoIP.dat.gz ]; then
53 gunzip -c $download_path/GeoIP.dat.gz > $geolite_path/GeoIP.dat
54 rm -f $download_path/GeoIP.dat.gz
67 if [ ! -e $download_path/GeoIPv6.dat.gz ]; then
71 gunzip -c $download_path/GeoIPv6.dat.gz > $geolite_path/GeoIPv6.dat
72 rm -f $download_path/GeoIPv6.dat.gz
/dports/net/py-s3transfer/s3transfer-0.5.0/tests/integration/
H A Dtest_download.py48 self.bucket_name, '1mb.txt', download_path)
50 assert_files_equal(filename, download_path)
63 assert_files_equal(filename, download_path)
199 with open(download_path, 'wb') as f:
203 assert_files_equal(filename, download_path)
213 with open(download_path, 'wb') as f:
217 assert_files_equal(filename, download_path)
227 with open(download_path, 'wb') as f:
231 assert_files_equal(filename, download_path)
241 with open(download_path, 'wb') as f:
[all …]
H A Dtest_processpool.py46 download_path = os.path.join(self.files.rootdir, '1mb.txt')
49 self.bucket_name, '1mb.txt', download_path)
50 assert_files_equal(filename, download_path)
58 download_path = os.path.join(self.files.rootdir, '20mb.txt')
61 self.bucket_name, '20mb.txt', download_path)
62 assert_files_equal(filename, download_path)
71 download_path = os.path.join(self.files.rootdir, '60mb.txt')
76 self.bucket_name, '60mb.txt', download_path)
98 possible_matches = glob.glob('%s*' % download_path)
H A Dtest_crt.py173 download_path, extra_args=extra_args,
176 file_size = self.osutil.get_file_size(download_path)
178 with open(download_path, 'rb') as f:
190 download_path,
195 assert_files_equal(filename, download_path)
206 download_path,
209 assert_files_equal(filename, download_path)
240 for download_path in filenames:
241 assert_files_equal(filename, download_path)
311 download_path,
[all …]
H A Dtest_s3transfer.py265 download_path = os.path.join(self.files.rootdir, 'downloaded.txt')
267 download_path, extra_args=extra_args)
268 with open(download_path, 'rb') as f:
284 download_path = os.path.join(self.files.rootdir, 'downloaded.txt')
286 download_path, callback=progress_callback)
296 download_path = os.path.join(self.files.rootdir, 'downloaded.txt')
298 download_path)
299 assert_files_equal(filename, download_path)
307 download_path = os.path.join(self.files.rootdir, 'downloaded.txt')
309 download_path)
[all …]
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/prerequisites/build-functions/
H A Ddownload_if_necessary.sh11 download_path="${OPENCOARRAYS_SRC_DIR}/prerequisites/downloads"
12 set_SUDO_if_needed_to_write_to_directory "${download_path}"
61 if [[ -f "${download_path}/${url_tail}" || -d "${download_path}/${url_tail}" ]]; then
62 info "Found '${url_tail##*branches/}' in ${download_path}."
83 info "Place the downloaded file in ${download_path} and restart this script."
93 info "${download_path}/${package_source_directory}"
96 pushd "${download_path}"
100 search_path="${download_path}/${package_name}"
102 search_path="${download_path}/${url_tail}"
H A Dbuild_and_install.sh34 …"${download_path}/${package_source_directory}/src/include/mpiimpl.h" > "${download_path}/${package…
35 …cp "${download_path}/${package_source_directory}/src/include/mpiimpl.h.patched" "${download_path}/…
48 export cmake_binary_installer="${download_path}/cmake-${version_to_build}-Linux-x86_64.sh"
62 …C=\"${FC:-'gfortran'}\" CC=\"${CC:-'gcc'}\" CXX=\"${CXX:-'g++'}\" \"${download_path}/${package_sou…
63 …GS:-} FC="${FC:-'gfortran'}" CC="${CC:-'gcc'}" CXX="${CXX:-'g++'}" "${download_path}/${package_sou…
111 info "pushd ${download_path}/${package_source_directory} "
112 …pushd "${download_path}/${package_source_directory}" || emergency "build_and_install.sh: pushd fai…
135 …info "${download_path}/${package_source_directory}/configure --prefix=${install_path} --enable-lan…
136 …"${download_path}/${package_source_directory}/configure" --prefix="${install_path}" --enable-langu…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/bin/
H A Dupdate_telemetry_dependency20 download_path):
37 if not download_path:
38 download_path = '%s/%s' % (
42 download_path += '.exe'
44 download_path)
51 download_path=download_path)
82 options.download_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dependency_manager/dependency_manager/
H A Dcloud_storage_info_unittest.py119 self.download_path = '/foo/download_path'
121 self.download_path, contents='1010110', st_mode=stat.S_IWOTH)
123 'cs_bucket', 'cs_hash', self.download_path, 'cs_remote_path',
134 if not os.path.exists(download_path):
140 os.path.abspath(self.download_path),
146 self.fs.RemoveObject(self.download_path)
158 if not os.path.exists(download_path):
163 os.path.dirname(self.download_path), 'unzip_dir')
175 os.path.dirname(self.download_path), 'unzip_dir_*')
177 os.path.dirname(self.download_path), 'unzip_dir_stale')
[all …]
H A Dbase_config.py147 download_path = platform_info.get('download_path')
148 if download_path:
149 download_path = self._FormatPath(download_path)
150 download_path = os.path.abspath(
151 os.path.join(base_path, download_path))
166 os.path.join(os.path.dirname(download_path),
169 os.path.join(os.path.dirname(download_path),
173 download_path, unzip_path, path_within_archive,
177 cs_bucket, cs_hash, download_path, cs_remote_path,
204 def SetDownloadPath(self, dependency, platform, download_path): argument
[all …]
/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_downloads.cc57 m_ui.download_path->setText in dooble_downloads()
61 m_ui.download_path->setText in dooble_downloads()
107 m_ui.download_path->setToolTip(m_ui.download_path->text()); in dooble_downloads()
115 return m_ui.download_path->text(); in download_path()
594 m_ui.download_path->setToolTip(m_ui.download_path->text()); in slot_download_path_inspection_timer_timeout()
600 m_ui.download_path->setToolTip in slot_download_path_inspection_timer_timeout()
604 m_ui.download_path->setToolTip in slot_download_path_inspection_timer_timeout()
607 m_ui.download_path->setToolTip in slot_download_path_inspection_timer_timeout()
744 QString download_path(""); in slot_populate() local
786 if(download_path.isEmpty() || in slot_populate()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/utils/
H A DDownload.py60 download_path = os.path.join(nuitka_app_dir, os.path.basename(url))
65 if not os.path.isfile(download_path) and not os.path.isfile(exe_path):
94 urlretrieve(url, download_path)
97 urlretrieve(url.replace("https://", "http://"), download_path)
101 % (url, download_path)
104 if not os.path.isfile(exe_path) and os.path.isfile(download_path):
110 zip_file = zipfile.ZipFile(download_path)
125 deleteFile(download_path, must_exist=True)
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/api/Controllers/
H A DReportController.php110 $info = new Info(201, $download_path, InfoType::INFO);
153 $download_path = "";
155 $download_path .= $url_parts["scheme"] . "://";
158 $download_path .= $url_parts["user"];
161 $download_path .= ':' . $url_parts["pass"];
164 $download_path .= $url_parts["host"];
167 $download_path .= ':' . $url_parts["port"];
172 $download_path .= $url_parts["path"] . $jobId;
174 $download_path .= '?' . $url_parts["query"];
177 $download_path .= '#' . $url_parts["fragment"];
[all …]
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/prerequisites/install-binary-functions/
H A Dmove_binaries_to_install_path.sh6 download_path="${4}"
14 info "${SUDO} mv ${download_path}/${package_to_install} ${install_path}"
15 ${SUDO:-} mv "${download_path}/${package_to_install}" "${install_path}"
36 install_or_skip "${SUDO:-}" "${install_path}" "${package_to_install}" "${download_path}"
43 install_or_skip "${SUDO:-}" "${install_path}" "${package_to_install}" "${download_path}"
/dports/games/openage/openage-0.3.0-1262-ga554ab49/buildsystem/modules/
H A DDownloadCache.cmake8 # * download_path: the destination file path.
9 function(download_cache url download_path)
10 set(download_stamp_path "${download_path}.stamp")
12 message(STATUS "using cached ${download_path}")
15 file(DOWNLOAD "${url}" "${download_path}"
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/
H A Dget-kube-binaries.sh150 local -r download_path="$1"
158 mkdir -p "${download_path}"
161 gsutil cp "${url//'https://storage.googleapis.com/'/gs://}" "${download_path}/${file}"
169 …ders:+-H "${curl_headers}"} -fL --retry 3 --keepalive-time 2 "${url}" -o "${download_path}/${file}"
171 wget "${url}" -O "${download_path}/${file}"
178 md5sum=$(md5sum_file "${download_path}/${file}")
180 sha512sum=$(sha512sum_file "${download_path}/${file}")
/dports/www/py-boto3/boto3-1.18.61/tests/integration/
H A Dtest_s3.py536 with open(download_path, 'rb') as f:
575 download_path)
576 assert_files_equal(filename, download_path)
592 download_path)
593 assert_files_equal(filename, download_path)
640 Filename=download_path)
641 assert_files_equal(filename, download_path)
677 bucket.download_file(Key=key, Filename=download_path)
678 assert_files_equal(filename, download_path)
688 obj.download_file(Filename=download_path)
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/attachment/
H A DAttachBase.py145 self.download_path = None
192 return self.download_path
261 if self.download_path and os.path.isfile(self.download_path) \
273 age_in_sec = time.time() - os.stat(self.download_path).st_mtime
295 self.download_path = None
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dgroup_export_spec.rb49 get api(download_path, user)
62 get api(download_path, user)
88 get api(download_path, user)
101 get api(download_path, user)
115 get api(download_path, user)
237 get api(download_path, user)
247 get api(download_path, user)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozboot/mozboot/
H A Dandroid.py154 download_path = os.path.join(path, 'mozboot')
156 os.makedirs(download_path)
158 if e.errno == errno.EEXIST and os.path.isdir(download_path):
163 os.chdir(download_path)
168 abspath = os.path.join(download_path, file)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/tools/
H A Dinstall-build-deps362 download_path = local_path + '.tmp'
364 urlretrieve(url, download_path)
365 os.chmod(download_path, 0o755)
366 actual_sha1 = HashLocalFile(download_path)
368 os.remove(download_path)
370 download_path, expected_sha1, actual_sha1))
372 os.rename(download_path, local_path)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/operations/
H A Dprepare.py296 download_path = os.path.join(download_dir, link.filename)
298 if not os.path.exists(download_path):
302 logger.info('File was already downloaded %s', download_path)
305 hashes.check_against_path(download_path)
310 download_path
312 os.unlink(download_path)
314 return download_path
495 download_path = display_path(download_location)
496 logger.info('Saved %s', download_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/chrome/
H A Ddownload_directory_override_manager_unittest.cc15 std::string download_path; in AssertDownloadDirectoryCommand() local
18 ASSERT_TRUE(command.params.GetString("downloadPath", &download_path)); in AssertDownloadDirectoryCommand()
19 ASSERT_EQ(download_directory, download_path); in AssertDownloadDirectoryCommand()
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/operations/
H A Dprepare.py250 download_path = os.path.join(download_dir, link.filename)
252 if not os.path.exists(download_path):
256 logger.info('File was already downloaded %s', download_path)
259 hashes.check_against_path(download_path)
264 download_path
266 os.unlink(download_path)
268 return download_path
528 download_path = display_path(download_location)
529 logger.info('Saved %s', download_path)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozboot/mozboot/
H A Dandroid.py101 download_path = os.path.join(path, 'mozboot')
103 os.makedirs(download_path)
105 if e.errno == errno.EEXIST and os.path.isdir(download_path):
110 os.chdir(download_path)
115 abspath = os.path.join(download_path, file)
144 os.rmdir(download_path)

1234567