Home
last modified time | relevance | path

Searched refs:download (Results 126 – 150 of 27515) sorted by relevance

12345678910>>...1101

/dports/www/firefox/firefox-99.0/browser/components/downloads/
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 …]
H A DDownloadsViewUI.jsm133 * old history download for which the target file is unknown, the download
226 let download = element._shell.download;
234 download.target?.exists || download.target?.partFileExists
369 // the list (either a history download or a completed session download).
374 let download = elt._shell.download;
375 if (download.stopped && !(download.canceled && download.hasPartialData)) {
1018 return this.download.canceled || this.download.error;
1020 return this.download.hasPartialData && !this.download.error;
1034 return this.download.hasPartialData || !this.download.stopped;
1141 this.download,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/downloads/
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/mail/thunderbird/thunderbird-91.8.0/browser/components/downloads/
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/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/startstoprules/always/
H A DRunEverythingPlugin.java132 Download download ) in downloadAdded() argument
134 log( "added: " + download.getName() + ", state = " + Download.ST_NAMES[ download.getState()]); in downloadAdded()
148 download.addListener( this ); in downloadAdded()
155 Download download ) in downloadRemoved() argument
160 downloads.remove( download ); in downloadRemoved()
188 Download download, in stateChanged() argument
199 Download download, in positionChanged() argument
372 private Download download; field in RunEverythingPlugin.downloadData
378 download = _download; in downloadData()
384 return( download ); in getDownload()
[all …]
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/tests/system/requests/
H A Dtest_download.py223 def check_tombstoned(download, transport): argument
224 assert download.finished
227 download.consume(transport)
401 assert download.finished
408 download.media_url,
426 assert download.finished
444 start_byte = download.start
445 end_byte = download.end
450 while not download.finished:
455 assert download.bytes_downloaded == next_byte - download.start
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/cmake/modules/
H A DInstallPETSC.cmake5 --download-fftw
6 --download-hypre
7 --download-metis
8 --download-ml
9 --download-mpich
10 --download-mumps
11 --download-parmetis
12 --download-pastix
13 --download-ptscotch
14 --download-scalapack
[all …]
/dports/graphics/sswf/sswf-1.8.4/dev/
H A Dsendweb42 DOWNLOAD=tmp/download.html
324 OUTPUT=tmp/download-doc.html
339 OUTPUT=tmp/download-irix.html
400 cat tmp/download-source.html
401 cat tmp/download-doc.html
402 cat tmp/download-linux.html
403 cat tmp/download-debian.html
406 cat tmp/download-irix.html
407 cat tmp/download-macosx.html
408 cat tmp/download-mingw.html
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_download.cc185 download->set_root_directory(name + download->info()->name()); in apply_d_directory()
187 download->set_root_directory(name + "/" + download->info()->name()); in apply_d_directory()
195 download->download()->set_connection_type(t); in apply_d_connection_type()
205 download->download()->set_download_choke_heuristic(t); in apply_d_choke_heuristics()
207 download->download()->set_upload_choke_heuristic(t); in apply_d_choke_heuristics()
233 int64_t bytesDone = download->download()->bytes_done(); in retrieve_d_ratio()
314 const torrent::Bitfield* bitField = download->download()->file_list()->bitfield(); in retrieve_d_bitfield()
343 if (download->download()->info()->is_private()) in apply_d_add_peer()
364 const uint8_t* seen = download->download()->chunks_seen(); in d_chunks_seen()
369 uint32_t size = download->download()->file_list()->size_chunks(); in d_chunks_seen()
[all …]
/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-downloads-manager.c145 download_completed_cb (EphyDownload *download, in download_completed_cb() argument
154 download_failed_cb (EphyDownload *download, in download_failed_cb() argument
177 g_assert (EPHY_IS_DOWNLOAD (download)); in ephy_downloads_manager_add_download()
179 if (g_list_find (manager->downloads, download)) in ephy_downloads_manager_add_download()
185 g_signal_connect (download, "completed", in ephy_downloads_manager_add_download()
188 g_signal_connect (download, "error", in ephy_downloads_manager_add_download()
207 g_assert (EPHY_IS_DOWNLOAD (download)); in ephy_downloads_manager_remove_download()
226 EphyDownload *download = EPHY_DOWNLOAD (l->data); in ephy_downloads_manager_has_active_downloads() local
228 if (ephy_download_is_active (download)) in ephy_downloads_manager_has_active_downloads()
253 EphyDownload *download = EPHY_DOWNLOAD (l->data); in ephy_downloads_manager_get_estimated_progress() local
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/tracker/dht/
H A DDHTTrackerPlugin.java797 Download download ) in removeDownload() argument
845 Download download, in checkDownloadForRegistration() argument
1135 download, in checkDownloadForRegistration()
1618 Download download )
1764 log( download,
2511 Download download )
2734 scrapes.put( download, download.getLastScrapeResult());
3133 Download download,
3193 Download download )
3210 Download download,
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/docs/web/examples/
H A Dindex.rst12 - :download:`httpclient.py` - use ``twisted.web.client.Agent`` to download a web page.
13 - (deprecated) :download:`getpage.py` - use ``twisted.web.client.getPage`` to download a web page.
21 - :download:`xmlrpcclient.py` - use ``twisted.web.xmlrpc.Proxy`` to call remote XML-RPC methods
22 - :download:`xmlrpc-debug.py` - use ``xmlrpc.Proxy``'s ``queryFactory`` to debug raw XML-RPC traffic
29 - :download:`proxy.py` - use ``twisted.web.proxy.Proxy`` to make the simplest proxy
32 - :download:`rootscript.py` - example use of ``twisted.web.vhost.NameVirtualHost``
39 - :download:`hello.rpy` - use ``twisted.web.static`` to create a static resource to serve
40 - :download:`fortune.rpy` - create a resource that returns the output of a process run on the server
41 - :download:`report.rpy` - display various properties of a resource, including path, host, and port
43 - :download:`simple.rtl` - example use of ``twisted.web.resource.ResourceTemplate``
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/background_fetch/
H A Dbackground_fetch_download_client.cc28 download::Client::FailureReason reason) { in ToBackgroundFetchFailureReason()
30 case download::Client::FailureReason::NETWORK: in ToBackgroundFetchFailureReason()
35 case download::Client::FailureReason::UNKNOWN: in ToBackgroundFetchFailureReason()
37 case download::Client::FailureReason::ABORTED: in ToBackgroundFetchFailureReason()
56 for (const auto& download : downloads) { in OnServiceInitialized() local
63 if (download.completion_info) { in OnServiceInitialized()
65 OnDownloadSucceeded(download.guid, *download.completion_info); in OnServiceInitialized()
71 if (download.paused) { in OnServiceInitialized()
112 const download::CompletionInfo& info, in OnDownloadFailed()
113 download::Client::FailureReason reason) { in OnDownloadFailed()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/escl/
H A Descl_newjob.c98 char *content = realloc(download->memory, download->size + realsize + 1); in download_callback()
104 download->memory = content; in download_callback()
105 memcpy(&(download->memory[download->size]), str, realsize); in download_callback()
106 download->size = download->size + realsize; in download_callback()
107 download->memory[download->size] = 0; in download_callback()
159 if (download == NULL) { in escl_newjob()
271 download->size = 0; in escl_newjob()
332 free(download->memory); in escl_newjob()
334 download->size = 0; in escl_newjob()
343 if (download != NULL) in escl_newjob()
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.leeds.ac.uk6 Disallow: /download/99/university_of_leeds_undergraduate_offer_guide
7 Disallow: /downloads/download/95/university_of_leeds_undergraduate_offer_guide
10 Disallow: /download/337/your_home
11 Disallow: /downloads/download/334/your_home
14 Disallow: /download/336/your_place
15 Disallow: /downloads/download/333/your_place
18 Disallow: /download/387/postgraduate_your_offer_2017
19 Disallow: /downloads/download/382/postgraduate_your_offer_2017
22 Disallow: /download/310/postgraduate_your_place
23 Disallow: /downloads/download/308/postgraduate_your_place
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_item_model.h23 public download::DownloadItem::Observer {
25 static DownloadUIModelPtr Wrap(download::DownloadItem* download);
29 explicit DownloadItemModel(download::DownloadItem* download);
56 download::DownloadItem::MixedContentStatus GetMixedContentStatus()
61 download::DownloadItem* download() override;
65 download::DownloadItem::DownloadState GetState() const override;
67 download::DownloadDangerType GetDangerType() const override;
102 void OnDownloadUpdated(download::DownloadItem* download) override;
103 void OnDownloadOpened(download::DownloadItem* download) override;
104 void OnDownloadDestroyed(download::DownloadItem* download) override;
[all …]
H A Ddownload_service_factory.cc80 : public download::BlobContextGetterFactory {
107 download::DownloadService* DownloadServiceFactory::GetForKey( in GetForKey()
109 return static_cast<download::DownloadService*>( in GetForKey()
131 download::DownloadClient::OFFLINE_PAGE_PREFETCH, in BuildServiceInstanceFor()
137 download::DownloadClient::BACKGROUND_FETCH, in BuildServiceInstanceFor()
138 std::make_unique<download::DeferredClientWrapper>( in BuildServiceInstanceFor()
144 download::DownloadClient::PLUGIN_VM_IMAGE, in BuildServiceInstanceFor()
145 std::make_unique<download::DeferredClientWrapper>( in BuildServiceInstanceFor()
160 return download::BuildInMemoryDownloadService( in BuildServiceInstanceFor()
175 std::unique_ptr<download::TaskScheduler> task_scheduler; in BuildServiceInstanceFor()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/startstoprules/defaultplugin/
H A DStartStopRulesDefaultPlugin.java735 download); in downloadAdded()
1453 download.initialize(); in process()
1481 download.restart(); in process()
1493 download.start(); in process()
1923 !( download.isChecking() || download.isMoving()) && in handleInCompleteDownload()
1988 download.start(); in handleInCompleteDownload()
2011 download.restart(); in handleInCompleteDownload()
2129 download.start(); in handleCompletedDownload()
2139 download.start(); in handleCompletedDownload()
2351 download.start(); in handleCompletedDownload()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/downloads/
H A Ddownloads_list_tracker.h31 : public download::AllDownloadItemNotifier::Observer {
58 download::DownloadItem* download_item) override;
60 download::DownloadItem* download_item) override;
72 download::DownloadItem* item) const;
75 bool IsIncognito(const download::DownloadItem& item) const;
77 const download::DownloadItem* GetItemForTesting(size_t index) const;
83 bool operator()(const download::DownloadItem* a,
84 const download::DownloadItem* b) const;
95 bool ShouldShow(const download::DownloadItem& item) const;
110 download::AllDownloadItemNotifier main_notifier_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/downloads/
H A Ddownloads_list_tracker.h31 : public download::AllDownloadItemNotifier::Observer {
58 download::DownloadItem* download_item) override;
60 download::DownloadItem* download_item) override;
72 download::DownloadItem* item) const;
75 bool IsIncognito(const download::DownloadItem& item) const;
77 const download::DownloadItem* GetItemForTesting(size_t index) const;
83 bool operator()(const download::DownloadItem* a,
84 const download::DownloadItem* b) const;
95 bool ShouldShow(const download::DownloadItem& item) const;
110 download::AllDownloadItemNotifier main_notifier_;
[all …]
/dports/net/storj/storj-1.45.3/vendor/storj.io/uplink/
H A Ddownload.go95download: stream.NewDownloadRange(ctx, objectDownload, streams, streamRange.Start, streamRange.Lim…
103 download *stream.Download member
110 func (download *Download) Info() *Object {
111 return download.object
116 func (download *Download) Read(p []byte) (n int, err error) {
117 n, err = download.download.Read(p)
118 return n, convertKnownErrors(err, download.bucket, download.object.Key)
122 func (download *Download) Close() error {
124 download.download.Close(),
125 download.streams.Close(),
[all …]
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/Resource/Text/DataBase/
H A DCodecID_Audio_Mpeg4.csv2 A104;AMR;;;http://www.apple.com/quicktime/download/standalone.html;Wide band
6 alaw;ADPCM;;;http://www.apple.com/quicktime/download/standalone.html;
11 dvca;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
14 fl32;PCM ; ;;http://www.apple.com/quicktime/download/standalone.html;
15 fl64;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
16 ima4;ADPCM;;;http://www.apple.com/quicktime/download/standalone.html;
17 in24;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
18 in32;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
28 NONE;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
34 raw ;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
[all …]
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/Resource/Text/DataBase/
H A DCodecID_Audio_Mpeg4.csv2 A104;AMR;;;http://www.apple.com/quicktime/download/standalone.html;Wide band
6 alaw;ADPCM;;;http://www.apple.com/quicktime/download/standalone.html;
11 dvca;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
14 fl32;PCM ; ;;http://www.apple.com/quicktime/download/standalone.html;
15 fl64;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
16 ima4;ADPCM;;;http://www.apple.com/quicktime/download/standalone.html;
17 in24;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
18 in32;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
28 NONE;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
34 raw ;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
[all …]
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/Resource/Text/DataBase/
H A DCodecID_Audio_Mpeg4.csv2 A104;AMR;;;http://www.apple.com/quicktime/download/standalone.html;Wide band
6 alaw;ADPCM;;;http://www.apple.com/quicktime/download/standalone.html;
11 dvca;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
14 fl32;PCM ; ;;http://www.apple.com/quicktime/download/standalone.html;
15 fl64;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
16 ima4;ADPCM;;;http://www.apple.com/quicktime/download/standalone.html;
17 in24;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
18 in32;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
28 NONE;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
34 raw ;PCM;;;http://www.apple.com/quicktime/download/standalone.html;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Ddownload_item_impl_delegate.cc14 namespace download { namespace
34 DownloadItemImpl* download, in DetermineDownloadTarget() argument
37 base::FilePath target_path(download->GetForcedFilePath()); in DetermineDownloadTarget()
46 DownloadItemImpl* download, in ShouldCompleteDownload() argument
52 DownloadItemImpl* download, in ShouldOpenDownload() argument
76 void DownloadItemImplDelegate::UpdatePersistence(DownloadItemImpl* download) {} in UpdatePersistence() argument
78 void DownloadItemImplDelegate::OpenDownload(DownloadItemImpl* download) {} in OpenDownload() argument
83 void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {} in DownloadRemoved() argument
93 return download::AutoResumptionHandler::Get() in IsActiveNetworkMetered()
94 ? download::AutoResumptionHandler::Get()->IsActiveNetworkMetered() in IsActiveNetworkMetered()
[all …]

12345678910>>...1101