Home
last modified time | relevance | path

Searched refs:download (Results 251 – 275 of 39163) sorted by relevance

1...<<11121314151617181920>>...1567

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/downloads/
H A DDownloadHistory.jsm96 * @param download
101 if (download.source.isPrivate || !download.stopped) {
124 if (download.error && download.error.reputationCheckVerdict) {
323 * instead of the history download. In case this session download is not
352 * The object may contain a session download, a history download, or both. When
353 * both a history and a session download are present, the session download gets
389 get download() {
649 // if we have seen no history download. The case where no history download
655 // download without an associated session download. If we find one, then we
686 // We have one download slot containing both a session download and a
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm51 - (id)initWithDownload:(WebKit::Download*)download;
206 _download = download;
233 - (void)download:(NSURLDownload *)download didReceiveAuthenticationChallenge:(NSURLAuthenticationCh…
239 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationCha…
250 - (void)download:(NSURLDownload *)download didReceiveResponse:(NSURLResponse *)response
256 - (void)download:(NSURLDownload *)download willResumeWithResponse:(NSURLResponse *)response fromByt…
262 - (void)download:(NSURLDownload *)download didReceiveDataOfLength:(NSUInteger)length
268 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
276 - (void)download:(NSURLDownload *)download decideDestinationWithSuggestedFilename:(NSString *)filen…
287 - (void)download:(NSURLDownload *)download didCreateDestination:(NSString *)path
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/downloads/
H A DnsIDownload.idl16 * Represents a download object.
63 * Object that can be used to cancel the download.
64 * Will be null after the download is finished.
102 * The guid of the download that is stored in the database.
108 * The state of the download.
133 * Cancel this download if it's currently in progress.
138 * Pause this download if it is in progress.
145 * Resume this download if it is paused.
152 * Instruct the download manager to remove this download. Whereas
157 * @throws NS_ERROR_FAILURE if the download is active.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_target_determiner.cc62 using download::DownloadItem;
63 using download::DownloadPathReservationTracker;
93 DownloadItem* download, in DownloadTargetDeterminer() argument
104 danger_type_(download->GetDangerType()), in DownloadTargetDeterminer()
111 download_(download), in DownloadTargetDeterminer()
432 download::PathValidationResult result, in ReserveVirtualPathDone()
795 download::DownloadDangerType danger_type) { in CheckDownloadUrlDone()
961 download::DownloadInterruptReason result) { in ScheduleCallbackAndDeleteSelf()
1119 DownloadItem* download) { in OnDownloadDestroyed() argument
1121 DCHECK_EQ(download_, download); in OnDownloadDestroyed()
[all …]
H A Ddownload_status_updater.cc28 static bool Get(download::DownloadItem* item) { in Get()
32 static void Clear(download::DownloadItem* item) { in Clear()
36 explicit WasInProgressData(download::DownloadItem* item) { in WasInProgressData()
69 if (item->GetState() == download::DownloadItem::IN_PROGRESS) { in GetProgress()
90 std::make_unique<download::AllDownloadItemNotifier>(manager, this)); in AddManager()
98 download::DownloadItem* item) { in OnDownloadCreated()
102 if (item->GetState() == download::DownloadItem::IN_PROGRESS) { in OnDownloadCreated()
111 download::DownloadItem* item) { in OnDownloadUpdated()
112 if (item->GetState() == download::DownloadItem::IN_PROGRESS) { in OnDownloadUpdated()
133 download::DownloadItem* download) { in UpdateAppIconDownloadProgress() argument
/dports/math/R-cran-raster/raster/R/
H A DgetData.R8 getData <- function(name='GADM', download=TRUE, path='', ...) { argument
17 .GADM(..., download=download, path=path)
19 .SRTM(..., download=download, path=path)
21 .raster(..., name=name, download=download, path=path)
23 .worldclim(..., download=download, path=path)
25 .cmip5(..., download=download, path=path)
29 .countries(download=download, path=path, ...)
142 if (download) {
176 .countries <- function(download, path, type='sp', ...) { argument
186 if (download) {
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DDeviceOfflineDownloaderImpl.java319 if ( download.isForceStart()){ in updateDownloadsSupport()
402 if ( !download.isPaused()){ in updateDownloadsSupport()
436 downloads.add( download ); in updateDownloadsSupport()
448 downloads.add( download ); in updateDownloadsSupport()
1434 DownloadManager download, in log() argument
1442 DownloadManager download, in log() argument
1469 private Download download; field in DeviceOfflineDownloaderImpl.OfflineDownload
1484 return( download ); in getDownload()
1558 download = _download; in TransferableDownload()
1684 if ( download.isForceStart()){ in activate()
[all …]
/dports/devel/py-pip/pip-20.3.4/docs/html/reference/
H A Dpip_download.rst2 .. _`pip download`:
5 pip download
24 .. pip-command-description:: download
46 constrained download requirement.
53 .. pip-command-options:: download
55 .. pip-index-options:: download
91 python -m pip download \
102 py -m pip download ^
117 python -m pip download \
129 py -m pip download ^
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Din_progress_download_manager.cc38 namespace download { namespace
386 DownloadItemImpl* download, in DetermineDownloadTarget() argument
395 download->GetDangerType(), download->GetMixedContentStatus(), in DetermineDownloadTarget()
408 download->GetDangerType(), download->GetMixedContentStatus(), in DetermineDownloadTarget()
425 download->GetForcedFilePath(), download->GetDownloadSchedule())); in DetermineDownloadTarget()
429 download->GetFullPath().empty() ? target_path : download->GetFullPath(); in DetermineDownloadTarget()
432 download->GetDangerType(), download->GetMixedContentStatus(), in DetermineDownloadTarget()
510 guid = download->GetGuid(); in StartDownload()
527 DownloadItemImpl* download, in StartDownloadWithItem() argument
529 if (!download) { in StartDownloadWithItem()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/download/android/
H A DBUILD.gn9 "java/src/org/chromium/chrome/browser/download/DirectoryOption.java",
10 "java/src/org/chromium/chrome/browser/download/DownloadConstants.java",
14 "java/src/org/chromium/chrome/browser/download/DownloadFilter.java",
15 "java/src/org/chromium/chrome/browser/download/DownloadInfo.java",
18 "java/src/org/chromium/chrome/browser/download/DownloadStatus.java",
20 "java/src/org/chromium/chrome/browser/download/MimeUtils.java",
21 "java/src/org/chromium/chrome/browser/download/UriUtils.java",
28 "//components/download/internal/common:internal_java",
29 "//components/download/public/common:public_java",
45 "java/src/org/chromium/chrome/browser/download/MimeUtils.java",
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/utils/resourcedownloader/
H A DResourceDownloaderTorrentImpl.java59 protected Download download; field in ResourceDownloaderTorrentImpl
153 InputStream is = x.download(); in getSizeSupport()
228 download() in download() method in ResourceDownloaderTorrentImpl
334 download.moveTo(1); in downloadTorrent()
336 download.setForceStart( true ); in downloadTorrent()
352 Download download ) in downloadTorrent()
360 if ( download == _download ){ in downloadTorrent()
367 download.addListener( in downloadTorrent()
372 final Download download, in downloadTorrent()
398 Download download, in downloadTorrent()
[all …]
/dports/www/moodle310/moodle/mod/scorm/report/basic/classes/
H A Dreport.php73 if (!$download) {
102 if ($download) {
145 if (!$download) {
297 if (!$download) {
309 if (!$download) {
341 if (!$download) {
407 if ($download == 'ODS' || $download == 'Excel' ) {
412 if ($download == 'ODS' || $download == 'Excel' ) {
467 } else if ($download == 'Excel' or $download == 'ODS') {
521 if (!$download) {
[all …]
/dports/www/moodle311/moodle/mod/scorm/report/basic/classes/
H A Dreport.php73 if (!$download) {
102 if ($download) {
146 if (!$download) {
299 if (!$download) {
311 if (!$download) {
343 if (!$download) {
409 if ($download == 'ODS' || $download == 'Excel' ) {
414 if ($download == 'ODS' || $download == 'Excel' ) {
469 } else if ($download == 'Excel' or $download == 'ODS') {
523 if (!$download) {
[all …]
/dports/www/moodle39/moodle/mod/scorm/report/basic/classes/
H A Dreport.php73 if (!$download) {
102 if ($download) {
145 if (!$download) {
297 if (!$download) {
309 if (!$download) {
341 if (!$download) {
407 if ($download == 'ODS' || $download == 'Excel' ) {
412 if ($download == 'ODS' || $download == 'Excel' ) {
467 } else if ($download == 'Excel' or $download == 'ODS') {
521 if (!$download) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/
H A Ddownload_manager_delegate_impl.cc69 download::SimpleDownloadManager::DownloadVector downloads; in ~DownloadManagerDelegateImpl()
71 for (auto* download : downloads) in ~DownloadManagerDelegateImpl() local
72 download->RemoveObserver(this); in ~DownloadManagerDelegateImpl()
85 download::DownloadItem* item, in DetermineDownloadTarget()
91 download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, in DetermineDownloadTarget()
94 download::DOWNLOAD_INTERRUPT_REASON_NONE); in DetermineDownloadTarget()
169 download::DownloadItem* item) { in OnDownloadCreated()
211 download::DownloadItem* item) { in OnDownloadUpdated()
252 download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, in OnDownloadPathGenerated()
256 download::DOWNLOAD_INTERRUPT_REASON_NONE); in OnDownloadPathGenerated()
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/photo_hunter/resource/
H A DREADME4 photo1*.svg: https://openclipart.org/download/193191/05-Mai-Paint-it-green.svg
5 photo2*.svg: https://openclipart.org/download/241524/Animals-Flourish-Landscape.svg
6 photo3*.svg: https://openclipart.org/download/8006/carlitos-Cartoon-Landscape.svg
7 photo4*.svg: https://openclipart.org/download/188283/cyberscooty-watermill-in-landscape.svg
8 photo5*.svg: https://openclipart.org/download/185885/cyberscoty-landscape.svg
9 photo6*.svg: https://openclipart.org/download/178626/fir-forest-horizontaly-seamless-pattern.svg
11 photo8*.svg: https://openclipart.org/download/142357/Landscape-001-Summer.svg
12 photo9*.svg: https://openclipart.org/download/205417/montains.svg
13 photo10*.svg: https://openclipart.org/download/17626/Peileppe-Castle.svg
14 wrong.svg: https://openclipart.org/download/15815/Arnoud999-Right-or-wrong-5.svg
/dports/devel/py-twisted/Twisted-22.1.0/docs/conch/examples/
H A Dindex.rst12 - :download:`sshsimpleclient.py` - simple SSH client
13 - :download:`sshsimpleserver.py` - simple SSH server
19 - :download:`telnet_echo.tac` - A telnet server which echoes data and events back to the client
25 - :download:`demo.tac` - Nearly pointless demonstration of the manhole interactive interpreter
26 - :download:`demo_draw.tac` - A trivial drawing application
27 - :download:`demo_insults.tac` - Various simple terminal manipulations using the insults module
28 - :download:`demo_recvline.tac` - Demonstrates line-at-a-time handling with basic line-editing supp…
29 - :download:`demo_scroll.tac` - Simple echo-ish server that uses the scroll-region
30 - :download:`demo_manhole.tac` - An interactive Python interpreter with syntax coloring
31 - :download:`window.tac` - An example of various widgets
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/
H A Ddownload_manager_delegate_impl.cc68 download::SimpleDownloadManager::DownloadVector downloads; in ~DownloadManagerDelegateImpl()
70 for (auto* download : downloads) in ~DownloadManagerDelegateImpl() local
71 download->RemoveObserver(this); in ~DownloadManagerDelegateImpl()
84 download::DownloadItem* item, in DetermineDownloadTarget()
90 download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, in DetermineDownloadTarget()
91 download::DownloadItem::MixedContentStatus::UNKNOWN, in DetermineDownloadTarget()
165 download::DownloadItem* item) { in OnDownloadCreated()
207 download::DownloadItem* item) { in OnDownloadUpdated()
238 download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, in OnDownloadPathGenerated()
241 download::DOWNLOAD_INTERRUPT_REASON_NONE); in OnDownloadPathGenerated()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/downloads/
H A DDownloadCore.jsm188 * Indicates the start time of the download. When the download starts,
256 * download source, and may not be known before the download is started.
322 * Starts the download for the first time, or restarts a download that failed
891 * download source, and may not be known before the download is started.
1336 download.saver.download = download;
1364 download,
1375 return download;
1960 download: null,
2126 let download = this.download;
2501 let download = this.download;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp47 static void didStartCallback(CFURLDownloadRef download, const void* clientInfo);
52 static void didReceiveDataCallback(CFURLDownloadRef download, CFIndex length, const void* clientInf…
55 static void didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void* clie…
56 static void didFinishCallback(CFURLDownloadRef download, const void* clientInfo);
57 static void didFailCallback(CFURLDownloadRef download, CFErrorRef error, const void* clientInfo);
193 Download* download = downloadFromClientInfo(clientInfo); in didReceiveAuthenticationChallengeCallback() local
194download->didReceiveAuthenticationChallenge(AuthenticationChallenge(challenge, download->authentic… in didReceiveAuthenticationChallengeCallback()
220 Download* download = downloadFromClientInfo(clientInfo); in decideDestinationWithSuggestedObjectNameCallback() local
222 download->decideDestinationWithSuggestedFilename(objectName, allowOverwrite); in decideDestinationWithSuggestedObjectNameCallback()
230 Download* download = downloadFromClientInfo(clientInfo); in didCreateDestinationCallback() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/offline_pages/prefetch/
H A Doffline_prefetch_download_client.cc31 const std::vector<download::DownloadMetaData>& downloads) { in OnServiceInitialized()
34 for (const auto& download : downloads) { in OnServiceInitialized() local
35 if (!download.completion_info.has_value()) { in OnServiceInitialized()
36 outstanding_download_guids.emplace(download.guid); in OnServiceInitialized()
42 uint64_t file_size = download.completion_info->bytes_downloaded; in OnServiceInitialized()
46 success_downloads.emplace(download.guid, in OnServiceInitialized()
47 std::make_pair(download.completion_info->path, in OnServiceInitialized()
66 const download::CompletionInfo& completion_info, in OnDownloadFailed()
67 download::Client::FailureReason reason) { in OnDownloadFailed()
75 const download::CompletionInfo& completion_info) { in OnDownloadSucceeded()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/mp3tunes/harmonydaemon/
H A DMp3tunesHarmonyClient.cpp54 Mp3tunesHarmonyClient::harmonyDownloadReady( const Mp3tunesHarmonyDownload &download ) in harmonyDownloadReady() argument
56 …() << "Got message about ready: " << download.trackTitle() << " by " << download.artistName() << "… in harmonyDownloadReady()
60 Mp3tunesHarmonyClient::harmonyDownloadPending( const Mp3tunesHarmonyDownload &download ) in harmonyDownloadPending() argument
62 … << "Got message about pending: " << download.trackTitle() << " by " << download.artistName() << "… in harmonyDownloadPending()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/downloads/
H A DDownloadsCommon.jsm348 // download.
359 if (download.hasProgress && download.speed > 0) {
360 let sizeLeft = download.totalBytes - download.currentBytes;
367 } else if (download.canceled && download.hasPartialData) {
446 download = await Downloads.createDownload(download);
714 if (download.stopped && !(download.canceled && download.hasPartialData)) {
745 download,
758 (download.canceled && !download.hasPartialData) ||
771 (download.error && download.error.becauseBlocked)
1017 download,
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Ddownloads.py938 download.cancelled.connect(download.remove)
947 download.finished.connect(download.remove)
1139 if download.done:
1144 download.cancel()
1163 download.delete()
1164 download.remove()
1208 if download.successful or not download.done:
1216 download.try_retry()
1220 return any(download.done for download in self)
1225 for download in self:
[all …]
/dports/www/epiphany/epiphany-41.0/lib/widgets/
H A Dephy-downloads-popover.c46 EphyDownload *download; in G_DEFINE_TYPE() local
50 if (!ephy_download_succeeded (download)) in G_DEFINE_TYPE()
53 ephy_download_do_download_action (download, in G_DEFINE_TYPE()
74 EphyDownload *download) in download_added_cb() argument
83 widget = ephy_download_widget_new (download); in download_added_cb()
84 g_signal_connect_object (download, "completed", in download_added_cb()
87 g_signal_connect_object (download, "error", in download_added_cb()
144 EphyDownload *download; in clear_button_clicked_cb() local
154 if (!ephy_download_is_active (download)) { in clear_button_clicked_cb()
205 g_signal_connect_object (download, "error", in ephy_downloads_popover_init()
[all …]

1...<<11121314151617181920>>...1567