Home
last modified time | relevance | path

Searched refs:download (Results 101 – 125 of 25339) sorted by relevance

12345678910>>...1014

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/
H A Ddownload_manager_bridge.cc20 using download::DownloadItem;
35 download::DownloadItem* download, in AddCompletedDownload() argument
38 download::features::kUseDownloadOfflineContentProvider)) { in AddCompletedDownload()
46 ConvertUTF8ToJavaString(env, download->GetMimeType()); in AddCompletedDownload()
49 int64_t file_size = download->GetReceivedBytes(); in AddCompletedDownload()
51 ConvertUTF8ToJavaString(env, download->GetOriginalUrl().spec()); in AddCompletedDownload()
53 env, download->GetReferrerUrl().spec()); in AddCompletedDownload()
55 base::android::ConvertUTF8ToJavaString(env, download->GetGuid()); in AddCompletedDownload()
67 download::DownloadItem* download) { in RemoveCompletedDownload() argument
69 download::features::kUseDownloadOfflineContentProvider)) { in RemoveCompletedDownload()
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/ansible-galaxy-collection/tasks/
H A Ddownload.yml2 - name: create test download dir
4 path: '{{ galaxy_dir }}/download'
11 chdir: '{{ galaxy_dir }}/download'
15 path: '{{ galaxy_dir }}/download/collections'
40 chdir: '{{ galaxy_dir }}/download'
44 path: '{{ galaxy_dir }}/download/collections'
61 - name: test install of download requirements file
98 dest: '{{ galaxy_dir }}/download/download.yml'
101 …d: ansible-galaxy collection download -r '{{ galaxy_dir }}/download/download.yml' -s galaxy_ng -p …
157 - name: download a tar.gz file
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dresume.cc94 if (!resume_load_bitfield(download, object)) in resume_load_progress()
99 FileList* fileList = download.file_list(); in resume_load_progress()
201 if (!download.is_hash_checked()) { in resume_save_progress()
206 download.sync_chunks(); in resume_save_progress()
209 if (!download.is_hash_checked()) { in resume_save_progress()
223 resume_save_bitfield(download, object); in resume_save_progress()
228 FileList* fileList = download.file_list(); in resume_save_progress()
306 download.set_bitfield(true); in resume_load_bitfield()
309 download.set_bitfield(false); in resume_load_bitfield()
395 FileList* fileList = download.file_list(); in resume_check_target_files()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_target_determiner.h74 download::DownloadItem* download,
76 download::DownloadPathReservationTracker::FilenameConflictAction
141 download::DownloadItem* download,
176 download::DownloadItem::MixedContentStatus status);
199 void ReserveVirtualPathDone(download::PathValidationResult result,
212 base::Optional<download::DownloadSchedule> download_schedule);
334 void OnDownloadDestroyed(download::DownloadItem* download) override;
341 download::DownloadPathReservationTracker::FilenameConflictAction
343 download::DownloadDangerType danger_type_;
355 download::DownloadItem* download_;
[all …]
H A Ddownload_item_model.cc50 using download::DownloadItem;
100 const DownloadItem* download) { in Get() argument
106 DownloadItem* download) { in GetOrCreate() argument
131 download::DownloadItem* download) { in Wrap() argument
133 new DownloadItemModel(download), in Wrap()
139 : download_(download) { in DownloadItemModel()
235 case download::DOWNLOAD_DANGER_TYPE_DANGEROUS_URL: in IsMalicious()
242 case download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS: in IsMalicious()
246 case download::DOWNLOAD_DANGER_TYPE_MAX: in IsMalicious()
386 download::DownloadItem::MixedContentStatus
[all …]
H A Ddownload_target_determiner_unittest.cc70 using download::DownloadItem;
187 void(download::DownloadItem*,
191 void(download::DownloadItem*,
195 void(download::DownloadItem*,
199 void(download::DownloadItem*,
207 DownloadItem* download, in ReserveVirtualPath() argument
299 download::MockDownloadItem* item);
459 download::MockDownloadItem* item) { in RunTestCase()
476 download::MockDownloadItem* item) { in RunDownloadTargetDeterminer()
576 DownloadItem* download, in NullPromptUser() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/holding_space/
H A Dholding_space_downloads_delegate.cc72 for (auto* download : downloads) { in OnManagerInitialized() local
73 switch (download->GetState()) { in OnManagerInitialized()
75 download_item_observer_.Add(download); in OnManagerInitialized()
77 case download::DownloadItem::COMPLETE: in OnManagerInitialized()
78 case download::DownloadItem::CANCELLED: in OnManagerInitialized()
93 download::DownloadItem* item) { in OnDownloadCreated()
101 download::DownloadItem* item) { in OnDownloadUpdated()
103 case download::DownloadItem::COMPLETE: in OnDownloadUpdated()
106 case download::DownloadItem::CANCELLED: in OnDownloadUpdated()
107 case download::DownloadItem::INTERRUPTED: in OnDownloadUpdated()
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/display/
H A Dwindow_download_statusbar.cc73 (int)m_download->download()->connection_list()->size(), in redraw()
75 (int)m_download->download()->connection_list()->min_size(), in redraw()
76 (int)m_download->download()->connection_list()->max_size(), in redraw()
77 (int)m_download->download()->uploads_min(), in redraw()
78 (int)m_download->download()->uploads_max(), in redraw()
79 (int)m_download->download()->downloads_min(), in redraw()
80 (int)m_download->download()->downloads_max(), in redraw()
81 (int)m_download->download()->peers_currently_unchoked(), in redraw()
82 (int)m_download->download()->peers_currently_interested(), in redraw()
83 (int)m_download->download()->peers_complete(), in redraw()
[all …]
/dports/lang/racket/racket-8.3/collects/pkg/private/
H A Ddownload.rkt17 (provide download-file!
18 download-repo!
31 (define (do-cache-file file url key checksum use-cache? download-printf download!)
38 download!
48 [else (download!)]))
51 #:download-printf [download-printf #f]
60 (define (download!)
82 use-cache? download-printf download!)))
95 #:download-printf [download-printf #f]
102 (define (download!)
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/pkg/private/
H A Ddownload.rkt17 (provide download-file!
18 download-repo!
31 (define (do-cache-file file url key checksum use-cache? download-printf download!)
38 download!
48 [else (download!)]))
51 #:download-printf [download-printf #f]
60 (define (download!)
82 use-cache? download-printf download!)))
95 #:download-printf [download-printf #f]
102 (define (download!)
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/ansible-galaxy-collection/tasks/
H A Ddownload.yml2 - name: create test download dir
4 path: '{{ galaxy_dir }}/download'
7 - name: download collection with multiple dependencies
11 chdir: '{{ galaxy_dir }}/download'
15 path: '{{ galaxy_dir }}/download/collections'
32 - name: test install of download requirements file
35 chdir: '{{ galaxy_dir }}/download/collections'
69 dest: '{{ galaxy_dir }}/download/download.yml'
72 …ble-galaxy collection download -r '{{ galaxy_dir }}/download/download.yml' -s {{ fallaxy_ah_server…
128 - name: download a tar.gz file
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/downloads/content/
H A Ddownloads.css7 richlistitem[type="download"] {
8 -moz-binding: url('chrome://browser/content/downloads/download.xml#download');
11 richlistitem[type="download"]:not([selected]) button {
21 richlistitem[type="download"].download-state[state="1"]:not([exists]) > .downloadButtonArea,
22 richlistitem[type="download"].download-state[state="1"]:not([exists]) > toolbarseparator {
58 richlistitem.download {
62 richlistitem.download[active] {
63 -moz-binding: url("chrome://browser/content/downloads/download.xml#download");
66 richlistitem.download button {
96 .download-state[state="8"]:not(.temporary-block)
[all …]
/dports/net/p5-Net-Google-Code/Net-Google-Code-0.19/t/
H A D10.downloads.t18 my $download = Net::Google::Code::Download->new(
22 $download->load;
23 is( $download->name, 'Net-Google-Code-0.01.tar.gz', 'name is set' );
24 is( $download->size, '37.4 KB', 'size is parsed' );
25 is( $download->count, 16, 'count is parsed' );
26 is( scalar @{ $download->labels }, 2, 'labels number' );
27 is( $download->labels->[0], '0.01', '1st label is parsed' );
28 is( $download->labels->[1], 'simple', '2nd label is parsed' );
30 $download->checksum,
35 $download->download_url,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/downloads/
H A DnsIDownloadManager.idl121 * by the download manager when the download is finished,
149 * Retrieves a download managed by the download manager. This can be one that
160 * Retrieves a download managed by the download manager. This can be one that
174 * download.
186 * Also notifies observers of the "download-manager-remove-download-guid"
190 * Also may notify observers of the "download-manager-remove-download" topic
191 * with the download id as the subject, if the download removed is public
266 * Also notifies observers of the "download-manager-remove-download-gui"
267 * and "download-manager-remove-download" topics with a null subject to
276 * Also notifies observers of the "download-manager-remove-download-gui"
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/downloads/
H A DDownloadsViewUI.jsm118 * old history download for which the target file is unknown, the download
144 * that download element.
215 let download = element._shell.download;
231 // the list (either a history download or a completed session download).
236 let download = elt._shell.download;
237 if (download.stopped && !(download.canceled && download.hasPartialData)) {
852 return this.download.canceled || this.download.error;
854 return this.download.hasPartialData && !this.download.error;
868 return this.download.hasPartialData || !this.download.stopped;
990 this.download,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/downloads/
H A DDownloadsViewUI.jsm118 * old history download for which the target file is unknown, the download
144 * that download element.
215 let download = element._shell.download;
231 // the list (either a history download or a completed session download).
236 let download = elt._shell.download;
237 if (download.stopped && !(download.canceled && download.hasPartialData)) {
852 return this.download.canceled || this.download.error;
854 return this.download.hasPartialData && !this.download.error;
868 return this.download.hasPartialData || !this.download.stopped;
990 this.download,
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/minibar/
H A DDownloadBar.java20 import org.gudy.azureus2.core3.download.DownloadManager;
24 import org.gudy.azureus2.plugins.download.Download;
25 import org.gudy.azureus2.plugins.download.DownloadException;
62 result = new DownloadBar(download, main); in open()
67 public static void close(DownloadManager download) { in close() argument
72 private DownloadManager download; field in DownloadBar
81 this.download = download; in DownloadBar()
85 public Object getContextObject() {return this.download;} in getContextObject()
117 ManagerUtils.queue(download, splash); in buildMenu()
129 ManagerUtils.stop(download, splash); in buildMenu()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/misc/python/test/
H A Dtest_cudaarithm.py27 self.assertTrue(np.allclose(cuMatDst.download(),npMat))
32 self.assertTrue(np.allclose(cuMatDst.download(),npMat >> shift))
48 self.assertTrue(np.allclose(cv.cuda.add(cuMat1, cuMat2).download(),
85 self.assertTrue(np.allclose(cv.cuda.abs(cuMat1).download(),
89 self.assertTrue(np.allclose(cuMatDst.download(),np.abs(npMat1)))
92 cv.cuda.abs(cuMat1).download()))
96 self.assertTrue(np.allclose(cuMatDst.download(),cv.cuda.abs(cuMat1).download()))
103 self.assertTrue(np.allclose(cuMatDst.download(),npMat1))
105 self.assertTrue(np.allclose(cv.cuda.pow(cuMat1, 2).download(),
174 self.assertTrue(np.allclose(cuMatDst.download(),
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/downloads/
H A DDownloadsViewUI.jsm98 * old history download for which the target file is unknown, the download
101 getDisplayName(download) {
104 : download.source.url;
112 getSizeWithUnits(download) {
125 // the list (either a history download or a completed session download).
130 let download = elt._shell.download;
131 if (download.stopped && !(download.canceled && download.hasPartialData)) {
440 this.download.speed,
685 return this.download.canceled || this.download.error;
687 return this.download.hasPartialData && !this.download.error;
[all …]
H A DDownloadsMacFinderProgress.jsm41 onDownloadAdded(download) {
42 if (download.stopped) {
50 let path = download.target.path;
57 if (download.hasProgress) {
58 finderProgress.updateProgress(download.currentBytes, download.totalBytes);
65 onDownloadChanged(download) {
66 let path = download.target.path;
72 } else if (download.stopped) {
76 finderProgress.updateProgress(download.currentBytes, download.totalBytes);
80 onDownloadRemoved(download) {
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.rhino3d.com4 Disallow: /download/rhino/5.0/evaluationtimed
5 Disallow: /en/download/rhino/5.0/evaluationtimed
6 Disallow: /es/download/rhino/5.0/evaluationtimed
7 Disallow: /fr/download/rhino/5.0/evaluationtimed
8 Disallow: /de/download/rhino/5.0/evaluationtimed
9 Disallow: /tw/download/rhino/5.0/evaluationtimed
10 Disallow: /it/download/rhino/5.0/evaluationtimed
11 Disallow: /cn/download/rhino/5.0/evaluationtimed
12 Disallow: /cz/download/rhino/5.0/evaluationtimed
13 Disallow: /pl/download/rhino/5.0/evaluationtimed
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/background_service/
H A Din_memory_download_driver.cc10 namespace download { namespace
32 entry.guid = download.guid(); in CreateDriverEntry()
33 entry.state = ToDriverEntryState(download.state()); in CreateDriverEntry()
34 entry.paused = download.paused(); in CreateDriverEntry()
38 entry.url_chain = download.url_chain(); in CreateDriverEntry()
47 auto blob_handle = download.ResultAsBlob(); in CreateDriverEntry()
110 downloads_.emplace(guid, std::move(download)); in Start()
170 DCHECK(download); in OnDownloadComplete()
173 switch (download->state()) { in OnDownloadComplete()
194 DCHECK(download); in OnUploadProgress()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/background_service/
H A Din_memory_download_driver.cc10 namespace download { namespace
32 entry.guid = download.guid(); in CreateDriverEntry()
33 entry.state = ToDriverEntryState(download.state()); in CreateDriverEntry()
34 entry.paused = download.paused(); in CreateDriverEntry()
38 entry.url_chain = download.url_chain(); in CreateDriverEntry()
47 auto blob_handle = download.ResultAsBlob(); in CreateDriverEntry()
110 downloads_.emplace(guid, std::move(download)); in Start()
170 DCHECK(download); in OnDownloadComplete()
173 switch (download->state()) { in OnDownloadComplete()
194 DCHECK(download); in OnUploadProgress()
[all …]
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/tests/unit/requests/
H A Dtest_download.py93 assert not download.finished
133 assert not download.finished
156 assert not download.finished
178 assert download.finished
238 assert not download.finished
243 assert download.finished
342 assert not download.finished
427 assert download.finished
496 assert download.finished
556 download._finished = True
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownloadManager.cpp49 OwnPtr<Download> download = Download::create(downloadID, request); in startDownload() local
50 download->start(initiatingPage); in startDownload()
53 m_downloads.set(downloadID, download.leakPtr()); in startDownload()
62 m_downloads.set(downloadID, download.leakPtr()); in convertHandleToDownload()
67 Download* download = m_downloads.get(downloadID); in cancelDownload() local
68 if (!download) in cancelDownload()
71 download->cancel(); in cancelDownload()
74 void DownloadManager::downloadFinished(Download* download) in downloadFinished() argument
76 ASSERT(m_downloads.contains(download->downloadID())); in downloadFinished()
77 m_downloads.remove(download->downloadID()); in downloadFinished()
[all …]

12345678910>>...1014