Home
last modified time | relevance | path

Searched refs:downloadFile (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/sysutils/nix/nix-2.3.10/maintainers/
H A Dupload-release.pl53 sub downloadFile { subroutine
86 downloadFile("tarball", "2"); # .tar.bz2
87 my ($tarball, $tarballHash) = downloadFile("tarball", "3"); # .tar.xz
88 downloadFile("binaryTarball.i686-linux", "1");
89 downloadFile("binaryTarball.x86_64-linux", "1");
90 downloadFile("binaryTarball.aarch64-linux", "1");
91 downloadFile("binaryTarball.x86_64-darwin", "1");
92 downloadFile("installerScript", "1");
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/PlugIns/
H A DZoomDownload.m185 [downloadFile release]; downloadFile = nil;
455 if (downloadFile) {
457 [downloadFile release];
458 downloadFile = nil;
482 if (downloadFile) {
484 [downloadFile release];
485 downloadFile = nil;
502 if (downloadFile) {
520 if (downloadFile) {
523 [downloadFile release];
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/Input/
H A DDownload.hs27 downloadFile insecure (file <.> "part") url
31 downloadFile :: Bool -> FilePath -> String -> IO ()
32 downloadFile insecure file url = do function
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extensionmanager/Classes/Remote/
H A DTerExtensionRemote.php102 $response = $this->downloadFile('extensions.md5');
126 $extensionListXml = $this->downloadFile('extensions.xml.gz');
140 protected function downloadFile(string $remotePath): ResponseInterface function in TYPO3\\CMS\\Extensionmanager\\Remote\\TerExtensionRemote
166 $downloadedContent = (string)$this->downloadFile($remotePath)->getBody()->getContents();
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DUpdateWorker.cpp56 downloadFile.setFileName(filename); in download()
57 downloadFile.open(QIODevice::WriteOnly); in download()
148 downloadFile.remove(); in abortDownload()
178 emit downloadFinished(downloadFile.fileName()); in serveDownloadFinish()
184 downloadFile.write(downloadReply->readAll()); in process()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/updater/
H A DUpdateService.java472 private void showDownloadNotification(File downloadFile) { in showDownloadNotification() argument
480 if (downloadFile != null) in showDownloadNotification()
540 File downloadFile = new File(path, fileName); in downloadUpdatePackage() local
547 if (verifyDownloadedPackage(downloadFile)) { in downloadUpdatePackage()
549 return downloadFile; in downloadUpdatePackage()
552 downloadFile.delete(); in downloadUpdatePackage()
570 showDownloadNotification(downloadFile); in downloadUpdatePackage()
582 output = new BufferedOutputStream(new FileOutputStream(downloadFile)); in downloadUpdatePackage()
608 downloadFile.delete(); in downloadUpdatePackage()
613 return downloadFile; in downloadUpdatePackage()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/updater/
H A DUpdateService.java460 private void showDownloadNotification(File downloadFile) {
468 if (downloadFile != null)
528 File downloadFile = new File(path, fileName);
535 if (verifyDownloadedPackage(downloadFile)) {
537 return downloadFile;
540 downloadFile.delete();
557 showDownloadNotification(downloadFile);
569 output = new BufferedOutputStream(new FileOutputStream(downloadFile));
595 downloadFile.delete();
600 return downloadFile;
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/manual/ssh/sftpfsmodel/
H A Dwindow.cpp48 connect(m_ui->downloadButton, &QAbstractButton::clicked, this, &SftpFsWindow::downloadFile); in SftpFsWindow()
79 void SftpFsWindow::downloadFile() in downloadFile() function in SftpFsWindow
88 const SftpJobId jobId = m_fsModel->downloadFile(selectedIndexes.at(1), targetFilePath); in downloadFile()
/dports/biology/mmseqs2/MMseqs2-13-45111/data/workflow/
H A Dcreatetaxdb.sh36 downloadFile() { function
67downloadFile "https://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz" "${TMP_PATH}/taxdump.tar.gz"
92 downloadFile "$URL" "${TMP_PATH}/idmapping.dat.gz"
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/interop/client/
H A Dmain.go114 err := downloadFile(r, urls[0], false)
126 if err := downloadFile(r, url, false); err != nil {
185 return downloadFile(cl, url, use0RTT)
191 func downloadFile(cl http.RoundTripper, url string, use0RTT bool) error { func
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/interop/client/
H A Dmain.go114 err := downloadFile(r, urls[0], false)
126 if err := downloadFile(r, url, false); err != nil {
185 return downloadFile(cl, url, use0RTT)
191 func downloadFile(cl http.RoundTripper, url string, use0RTT bool) error { func
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/interop/client/
H A Dmain.go114 err := downloadFile(r, urls[0], false)
126 if err := downloadFile(r, url, false); err != nil {
185 return downloadFile(cl, url, use0RTT)
191 func downloadFile(cl http.RoundTripper, url string, use0RTT bool) error { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/interop/client/
H A Dmain.go114 err := downloadFile(r, urls[0], false)
126 if err := downloadFile(r, url, false); err != nil {
185 return downloadFile(cl, url, use0RTT)
191 func downloadFile(cl http.RoundTripper, url string, use0RTT bool) error { func
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/interop/client/
H A Dmain.go117 err := downloadFile(r, urls[0], false)
129 if err := downloadFile(r, url, false); err != nil {
188 return downloadFile(cl, url, use0RTT)
194 func downloadFile(cl http.RoundTripper, url string, use0RTT bool) error { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/interop/client/
H A Dmain.go114 err := downloadFile(r, urls[0], false)
126 if err := downloadFile(r, url, false); err != nil {
185 return downloadFile(cl, url, use0RTT)
191 func downloadFile(cl http.RoundTripper, url string, use0RTT bool) error { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/interop/client/
H A Dmain.go117 err := downloadFile(r, urls[0], false)
129 if err := downloadFile(r, url, false); err != nil {
188 return downloadFile(cl, url, use0RTT)
194 func downloadFile(cl http.RoundTripper, url string, use0RTT bool) error { func
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/bytestring-progress-1.4/
H A DExample.hs15 downloadFile :: String -> FilePath -> IO ()
16 downloadFile url path = do function
62downloadFile "http://ftp.ndlug.nd.edu/pub/fedora/linux/releases/16/Fedora/x86_64/iso/Fedora-16-x86…
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/
H A Drepo-service-helper.h32 downloadFile(QString()); in onGetDirentsFailure()
36 void downloadFile(const QString &id);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/controller/
H A DRegisterController.php39 \GO\Base\Util\Http::downloadFile(new \GO\Base\Fs\MemoryFile('Group-Office_email.reg', $data));
82 \GO\Base\Util\Http::downloadFile(new \GO\Base\Fs\MemoryFile('Group-Office_email.reg', $data));
/dports/net-p2p/amule/aMule-2.3.3/src/utils/plasmamule/
H A Dplasma-engine-plasmamule.cpp124 QFile downloadFile(downloadFileName); in downloadFinished() local
126 if (!downloadFile.open (QIODevice::WriteOnly | QIODevice::Append)) in downloadFinished()
132 QDataStream out(&downloadFile); in downloadFinished()
134 downloadFile.close(); in downloadFinished()
138 downloadFile.remove(); in downloadFinished()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/plasmamule/
H A Dplasma-engine-plasmamule.cpp124 QFile downloadFile(downloadFileName);
126 if (!downloadFile.open (QIODevice::WriteOnly | QIODevice::Append))
132 QDataStream out(&downloadFile);
134 downloadFile.close();
138 downloadFile.remove();
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp38 void HttpConnection::downloadFile(const string& aUrl) { in downloadFile() function in dcpp::HttpConnection
133 downloadFile(currentUrl); in on()
172 downloadFile(location302); in on()
192 downloadFile(currentUrl); in on()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp38 void HttpConnection::downloadFile(const string& aUrl) { in downloadFile() function in dcpp::HttpConnection
133 downloadFile(currentUrl); in on()
172 downloadFile(location302); in on()
192 downloadFile(currentUrl); in on()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp38 void HttpConnection::downloadFile(const string& aUrl) { in downloadFile() function in dcpp::HttpConnection
133 downloadFile(currentUrl); in on()
172 downloadFile(location302); in on()
192 downloadFile(currentUrl); in on()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp38 void HttpConnection::downloadFile(const string& aUrl) { in downloadFile() function in dcpp::HttpConnection
133 downloadFile(currentUrl); in on()
172 downloadFile(location302); in on()
192 downloadFile(currentUrl); in on()

12345678910>>...22