Home
last modified time | relevance | path

Searched refs:download_id (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/www/opencart/opencart-3.0.3.8/upload/admin/model/catalog/
H A Ddownload.php6 $download_id = $this->db->getLastId();
9 …NTO " . DB_PREFIX . "download_description SET download_id = '" . (int)$download_id . "', language_…
12 return $download_id;
15 public function editDownload($download_id, $data) { argument
18 …ELETE FROM " . DB_PREFIX . "download_description WHERE download_id = '" . (int)$download_id . "'");
25 public function deleteDownload($download_id) { argument
26 …db->query("DELETE FROM " . DB_PREFIX . "download WHERE download_id = '" . (int)$download_id . "'");
27 …ELETE FROM " . DB_PREFIX . "download_description WHERE download_id = '" . (int)$download_id . "'");
30 public function getDownload($download_id) { argument
77 public function getDownloadDescriptions($download_id) { argument
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/store/
H A Dweb_store.py31 def __init__(self, download_id, filename, parent=None): argument
42 self.download_id = download_id
57 def add_item(self, download_id, filename): argument
59 item = DownloadItem(download_id, filename, self)
61 self.items[download_id] = item
63 def update_item(self, download_id, done, total): argument
64 item = self.items.get(download_id)
68 def remove_item(self, download_id): argument
69 item = self.items.pop(download_id, None)
166 download_id = download_item.id()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/
H A Ddownload_slice_info.cc12 : download_id(kInvalidDownloadId), in DownloadSliceInfo()
17 DownloadSliceInfo::DownloadSliceInfo(DownloadId download_id, in DownloadSliceInfo() argument
21 : download_id(download_id), in DownloadSliceInfo()
31 return download_id == rhs.download_id && offset == rhs.offset && in operator ==()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/
H A Ddownload_slice_info.cc12 : download_id(kInvalidDownloadId), in DownloadSliceInfo()
17 DownloadSliceInfo::DownloadSliceInfo(DownloadId download_id, in DownloadSliceInfo() argument
21 : download_id(download_id), in DownloadSliceInfo()
31 return download_id == rhs.download_id && offset == rhs.offset && in operator ==()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Ddownload_ukm_helper.cc27 void DownloadUkmHelper::RecordDownloadStarted(int download_id, in RecordDownloadStarted() argument
34 .SetDownloadId(download_id) in RecordDownloadStarted()
43 int download_id, in RecordDownloadInterrupted() argument
51 builder.SetDownloadId(download_id) in RecordDownloadInterrupted()
65 int download_id, in RecordDownloadResumed() argument
70 .SetDownloadId(download_id) in RecordDownloadResumed()
77 int download_id, in RecordDownloadCompleted() argument
83 .SetDownloadId(download_id) in RecordDownloadCompleted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Ddownload_ukm_helper.cc27 void DownloadUkmHelper::RecordDownloadStarted(int download_id, in RecordDownloadStarted() argument
34 .SetDownloadId(download_id) in RecordDownloadStarted()
43 int download_id, in RecordDownloadInterrupted() argument
51 builder.SetDownloadId(download_id) in RecordDownloadInterrupted()
65 int download_id, in RecordDownloadResumed() argument
70 .SetDownloadId(download_id) in RecordDownloadResumed()
77 int download_id, in RecordDownloadCompleted() argument
83 .SetDownloadId(download_id) in RecordDownloadCompleted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/
H A Doffline_page_archive_publisher.h32 PublishedArchiveId(int64_t download_id, const base::FilePath& new_file_path) in PublishedArchiveId()
33 : download_id(download_id), new_file_path(new_file_path) {} in PublishedArchiveId()
35 return download_id == other.download_id &&
42 int64_t download_id = kArchiveNotPublished; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/
H A Doffline_page_archive_publisher.h32 PublishedArchiveId(int64_t download_id, const base::FilePath& new_file_path) in PublishedArchiveId()
33 : download_id(download_id), new_file_path(new_file_path) {} in PublishedArchiveId()
35 return download_id == other.download_id &&
42 int64_t download_id = kArchiveNotPublished; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dprefetch_downloader_impl.cc73 void PrefetchDownloaderImpl::StartDownload(const std::string& download_id, in StartDownload() argument
78 "', download_id=" + download_id); in StartDownload()
165 std::hash<std::string>{}(outstanding_download_id), "download_id",
203 "Downloader: Download succeeded, download_id=" + download_id);
215 "Downloader: Download failed, download_id=" + download_id);
227 "Downloader: Download started, download_id=" + download_id +
238 std::hash<std::string>{}(download_id), "download_id", download_id);
H A Dtest_prefetch_downloader.cc21 void TestPrefetchDownloader::StartDownload(const std::string& download_id, in StartDownload() argument
27 requested_downloads_[download_id] = request; in StartDownload()
38 const std::string& download_id, in OnDownloadSucceeded() argument
42 void TestPrefetchDownloader::OnDownloadFailed(const std::string& download_id) {} in OnDownloadFailed() argument
H A Dprefetch_downloader_impl.h43 void StartDownload(const std::string& download_id,
51 void OnDownloadSucceeded(const std::string& download_id,
54 void OnDownloadFailed(const std::string& download_id) override;
69 void OnStartDownload(const std::string& download_id,
H A Dprefetch_downloader.h38 virtual void StartDownload(const std::string& download_id,
56 virtual void OnDownloadSucceeded(const std::string& download_id,
61 virtual void OnDownloadFailed(const std::string& download_id) = 0;
H A Dtest_prefetch_downloader.h30 void StartDownload(const std::string& download_id,
38 void OnDownloadSucceeded(const std::string& download_id,
41 void OnDownloadFailed(const std::string& download_id) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dprefetch_downloader_impl.cc73 void PrefetchDownloaderImpl::StartDownload(const std::string& download_id, in StartDownload() argument
78 "', download_id=" + download_id); in StartDownload()
165 std::hash<std::string>{}(outstanding_download_id), "download_id",
203 "Downloader: Download succeeded, download_id=" + download_id);
215 "Downloader: Download failed, download_id=" + download_id);
227 "Downloader: Download started, download_id=" + download_id +
238 std::hash<std::string>{}(download_id), "download_id", download_id);
H A Dtest_prefetch_downloader.cc21 void TestPrefetchDownloader::StartDownload(const std::string& download_id, in StartDownload() argument
27 requested_downloads_[download_id] = request; in StartDownload()
38 const std::string& download_id, in OnDownloadSucceeded() argument
42 void TestPrefetchDownloader::OnDownloadFailed(const std::string& download_id) {} in OnDownloadFailed() argument
H A Dprefetch_downloader_impl.h43 void StartDownload(const std::string& download_id,
51 void OnDownloadSucceeded(const std::string& download_id,
54 void OnDownloadFailed(const std::string& download_id) override;
69 void OnStartDownload(const std::string& download_id,
H A Dprefetch_downloader.h38 virtual void StartDownload(const std::string& download_id,
56 virtual void OnDownloadSucceeded(const std::string& download_id,
61 virtual void OnDownloadFailed(const std::string& download_id) = 0;
H A Dtest_prefetch_downloader.h30 void StartDownload(const std::string& download_id,
38 void OnDownloadSucceeded(const std::string& download_id,
41 void OnDownloadFailed(const std::string& download_id) override;
/dports/databases/py-python-arango/python-arango-7.2.0/docs/
H A Dbackup.rst65 download_id = result['download_id']
68 backup.download(download_id=download_id)
71 backup.download(download_id=download_id, abort=True)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/public/common/
H A Ddownload_ukm_helper.h30 static void RecordDownloadStarted(int download_id,
38 static void RecordDownloadInterrupted(int download_id,
46 static void RecordDownloadResumed(int download_id,
51 static void RecordDownloadCompleted(int download_id,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/public/common/
H A Ddownload_ukm_helper.h30 static void RecordDownloadStarted(int download_id,
38 static void RecordDownloadInterrupted(int download_id,
46 static void RecordDownloadResumed(int download_id,
51 static void RecordDownloadCompleted(int download_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/offline_pages/android/
H A Doffline_page_archive_publisher_impl.cc127 if (id.download_id == kArchivePublishedWithoutDownloadId) { in UnpublishArchives()
130 } else if (id.download_id != kArchiveNotPublished) { in UnpublishArchives()
131 download_manager_ids.push_back(id.download_id); in UnpublishArchives()
183 int64_t download_id = in AddCompletedDownload() local
187 DCHECK_NE(download_id, kArchivePublishedWithoutDownloadId); in AddCompletedDownload()
188 if (download_id == kArchiveNotPublished) in AddCompletedDownload()
192 return {SavePageResult::SUCCESS, {download_id, page.file_path}}; in AddCompletedDownload()
/dports/devel/p5-Pithub/Pithub-0.01036/lib/Pithub/Repos/
H A DDownloads.pm26 croak 'Missing key in parameters: download_id' unless $args{download_id};
30 …( '/repos/%s/%s/downloads/%s', delete $args{user}, delete $args{repo}, delete $args{download_id} ),
38 croak 'Missing key in parameters: download_id' unless $args{download_id};
42 …( '/repos/%s/%s/downloads/%s', delete $args{user}, delete $args{repo}, delete $args{download_id} ),
/dports/finance/frontaccounting/frontaccounting/admin/
H A Dattachments.php49 $download_id = $_GET['dl']; variable
51 $download_id = find_submit('download'); variable
53 if ($download_id != -1)
55 $row = get_attachment($download_id);
59 $Ajax->redirect($_SERVER['PHP_SELF'].'?dl='.$download_id);
/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v330/
H A Dremove_attachment_flash.php65 $download_id = (int) $this->db->sql_fetchfield('group_id');
68 if (empty($download_id))
78 SET group_id = $download_id" . '

1234567