Home
last modified time | relevance | path

Searched defs:download (Results 1 – 25 of 2930) sorted by relevance

12345678910>>...118

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Ddownload.h25 typedef struct download { struct
40 } download_t; argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/logs/
H A Ddownload.go33 type download struct { struct
40 cli.Register("logs.download", &download{})
43 func (cmd *download) Register(ctx context.Context, f *flag.FlagSet) {
69 govc logs.download
73 func (cmd *download) DownloadFile(c *vim25.Client, b string) error {
90 …object.DiagnosticManager, host []*object.HostSystem) ([]types.DiagnosticManagerBundleInfo, error) {
108 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/logs/
H A Ddownload.go33 type download struct { struct
40 cli.Register("logs.download", &download{})
43 func (cmd *download) Register(ctx context.Context, f *flag.FlagSet) {
69 govc logs.download
73 func (cmd *download) DownloadFile(c *vim25.Client, b string) error {
90 …object.DiagnosticManager, host []*object.HostSystem) ([]types.DiagnosticManagerBundleInfo, error) {
108 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/logs/
H A Ddownload.go33 type download struct { struct
40 cli.Register("logs.download", &download{})
43 func (cmd *download) Register(ctx context.Context, f *flag.FlagSet) {
69 govc logs.download
73 func (cmd *download) DownloadFile(c *vim25.Client, b string) error {
90 …object.DiagnosticManager, host []*object.HostSystem) ([]types.DiagnosticManagerBundleInfo, error) {
108 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/datastore/
H A Ddownload.go32 type download struct { struct
38 cli.Register("datastore.download", &download{})
41 func (cmd *download) Register(ctx context.Context, f *flag.FlagSet) {
69 govc datastore.download vm-name/vmware.log ./local.log
73 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/vm/guest/
H A Ddownload.go30 type download struct { struct
37 cli.Register("guest.download", &download{})
57 govc guest.download -l user:pass -vm=my-vm /var/log/my.log ./local.log
61 func (cmd *download) Process(ctx context.Context) error {
68 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/vm/guest/
H A Ddownload.go30 type download struct { struct
37 cli.Register("guest.download", &download{})
57 govc guest.download -l user:pass -vm=my-vm /var/log/my.log ./local.log
61 func (cmd *download) Process(ctx context.Context) error {
68 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/datastore/
H A Ddownload.go32 type download struct { struct
38 cli.Register("datastore.download", &download{})
41 func (cmd *download) Register(ctx context.Context, f *flag.FlagSet) {
69 govc datastore.download vm-name/vmware.log ./local.log
73 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/vm/guest/
H A Ddownload.go30 type download struct { struct
37 cli.Register("guest.download", &download{})
57 govc guest.download -l user:pass -vm=my-vm /var/log/my.log ./local.log
61 func (cmd *download) Process(ctx context.Context) error {
68 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/datastore/
H A Ddownload.go32 type download struct { struct
38 cli.Register("datastore.download", &download{})
41 func (cmd *download) Register(ctx context.Context, f *flag.FlagSet) {
69 govc datastore.download vm-name/vmware.log ./local.log
73 func (cmd *download) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/core/
H A Ddownload_list.cc68 #define DL_TRIGGER_EVENT(download, event_name) \ argument
124 torrent::Download download; in create() local
146 torrent::Download download; in create() local
179 DownloadList::insert(Download* download) { in insert()
205 DownloadList::erase_ptr(Download* download) { in erase_ptr()
233 DownloadList::open(Download* download) { in open()
247 DownloadList::open_throw(Download* download) { in open_throw()
265 DownloadList::close(Download* download) { in close()
290 DownloadList::close_quick(Download* download) { in close_quick()
302 DownloadList::close_throw(Download* download) { in close_throw()
[all …]
/dports/net/openrsync/openrsync-8b61216/
H A Ddownloader.c54 struct download { struct
55 enum downloadst state; /* state of affairs */ argument
64 off_t downloaded; /* total downloaded */ argument
81 const struct download *dl, const struct flist *f) in log_file() argument
/dports/misc/exercism/cli-3.0.13/cmd/
H A Ddownload.go128 type download struct { struct
130 slug, uuid string
133 token, apibaseurl, workspace string
136 track, team string
138 payload *downloadPayload
206 func (d download) url() string {
214 func (d download) buildQueryParams(url *netURL.URL) {
229 func (d download) needsSlugXorUUID() error {
237 func (d download) needsUserConfigValues() error {
253 func (d download) needsSlugWhenGivenTrackOrTeam() error {
/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()
46 DownloadItemImpl* download, in ShouldCompleteDownload()
52 DownloadItemImpl* download, in ShouldOpenDownload()
76 void DownloadItemImplDelegate::UpdatePersistence(DownloadItemImpl* download) {} in UpdatePersistence()
78 void DownloadItemImplDelegate::OpenDownload(DownloadItemImpl* download) {} in OpenDownload()
80 void DownloadItemImplDelegate::ShowDownloadInShell(DownloadItemImpl* download) { in ShowDownloadInShell()
83 void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {} in DownloadRemoved()
85 void DownloadItemImplDelegate::DownloadInterrupted(DownloadItemImpl* download) { in DownloadInterrupted()
98 void DownloadItemImplDelegate::ReportBytesWasted(DownloadItemImpl* download) {} in ReportBytesWasted()
/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-download.c42 WebKitDownload *download; member
85 EphyDownload *download = EPHY_DOWNLOAD (object); in ephy_download_get_property() local
115 EphyDownload *download; in ephy_download_set_property() local
381 ephy_download_cancel (EphyDownload *download) in ephy_download_cancel()
389 ephy_download_is_active (EphyDownload *download) in ephy_download_is_active()
405 ephy_download_failed (EphyDownload *download, in ephy_download_failed()
616 ephy_download_init (EphyDownload *download) in ephy_download_init()
779 EphyDownload *download) in download_failed_cb()
790 filename_suggested_cb (EphyDownload *download, in filename_suggested_cb()
911 ephy_download_new (WebKitDownload *download) in ephy_download_new()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Ddownload_item_impl_delegate.cc14 namespace download { namespace
34 DownloadItemImpl* download, in DetermineDownloadTarget()
45 DownloadItemImpl* download, in ShouldCompleteDownload()
51 DownloadItemImpl* download, in ShouldOpenDownload()
82 void DownloadItemImplDelegate::UpdatePersistence(DownloadItemImpl* download) {} in UpdatePersistence()
84 void DownloadItemImplDelegate::OpenDownload(DownloadItemImpl* download) {} in OpenDownload()
86 void DownloadItemImplDelegate::ShowDownloadInShell(DownloadItemImpl* download) { in ShowDownloadInShell()
89 void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {} in DownloadRemoved()
91 void DownloadItemImplDelegate::DownloadInterrupted(DownloadItemImpl* download) { in DownloadInterrupted()
104 void DownloadItemImplDelegate::ReportBytesWasted(DownloadItemImpl* download) {} in ReportBytesWasted()
/dports/www/luakit/luakit-2.3/clib/
H A Ddownload.c62 LUA_OBJECT_FUNCS(download_class, download_t, download) in LUA_OBJECT_FUNCS() argument
104 download_t *download = luaH_checkdownload(L, 1); in luaH_download_gc() local
208 finished_cb(WebKitDownload* UNUSED(dl), download_t *download) { in finished_cb()
259 download_t *download = luaH_checkdownload(L, -1); in luaH_download_push() local
300 luaH_download_set_allow_overwrite(lua_State *L, download_t *download) in luaH_download_set_allow_overwrite()
328 luaH_download_set_destination(lua_State *L, download_t *download) in luaH_download_set_destination()
391 luaH_download_get_mime_type(lua_State *L, download_t *download) in luaH_download_get_mime_type()
425 luaH_download_get_status(lua_State *L, download_t *download) in luaH_download_get_status()
516 luaH_download_get_elapsed_time(lua_State *L, download_t *download) in luaH_download_get_elapsed_time()
559 luaH_download_set_uri(lua_State *L, download_t *download) in luaH_download_set_uri()
[all …]
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/clib/
H A Ddownload.c62 LUA_OBJECT_FUNCS(download_class, download_t, download) in LUA_OBJECT_FUNCS() argument
104 download_t *download = luaH_checkdownload(L, 1); in luaH_download_gc() local
208 finished_cb(WebKitDownload* UNUSED(dl), download_t *download) { in finished_cb()
259 download_t *download = luaH_checkdownload(L, -1); in luaH_download_push() local
300 luaH_download_set_allow_overwrite(lua_State *L, download_t *download) in luaH_download_set_allow_overwrite()
328 luaH_download_set_destination(lua_State *L, download_t *download) in luaH_download_set_destination()
391 luaH_download_get_mime_type(lua_State *L, download_t *download) in luaH_download_get_mime_type()
425 luaH_download_get_status(lua_State *L, download_t *download) in luaH_download_get_status()
516 luaH_download_get_elapsed_time(lua_State *L, download_t *download) in luaH_download_get_elapsed_time()
559 luaH_download_set_uri(lua_State *L, download_t *download) in luaH_download_set_uri()
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_download.cc73 retrieve_d_base_path(core::Download* download) { in retrieve_d_base_path()
81 retrieve_d_base_filename(core::Download* download) { in retrieve_d_base_filename()
167 apply_d_delete_tied(core::Download* download) { in apply_d_delete_tied()
181 apply_d_directory(core::Download* download, const std::string& name) { in apply_d_directory()
213 retrieve_d_priority_str(core::Download* download) { in retrieve_d_priority_str()
229 retrieve_d_ratio(core::Download* download) { in retrieve_d_ratio()
258 retrieve_d_custom(core::Download* download, const std::string& key) { in retrieve_d_custom()
268 retrieve_d_custom_throw(core::Download* download, const std::string& key) { in retrieve_d_custom_throw()
313 retrieve_d_bitfield(core::Download* download) { in retrieve_d_bitfield()
338 apply_d_add_peer(core::Download* download, const std::string& arg) { in apply_d_add_peer()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/download/
H A DDownloadEventNotifierImpl.java201 public void downloadAdded(Download download) {download.addActivationListener(this);} in downloadAdded()
216 public void onCompletion(Download download) { in onCompletion()
226 public void downloadAdded(Download download) {download.addListener(this);} in downloadAdded()
227 public void downloadRemoved(Download download) {download.removeListener(this);} in downloadRemoved()
228 public void stateChanged(Download download, int old_state, int new_state) { in stateChanged()
245 public void downloadAdded(Download download) {download.addPeerListener(this);} in downloadAdded()
246 public void downloadRemoved(Download download) {download.removePeerListener(this);} in downloadRemoved()
247 public void peerManagerAdded(Download download, PeerManager peer_manager) { in peerManagerAdded()
254 public void peerManagerRemoved(Download download, PeerManager peer_manager) { in peerManagerRemoved()
264 public void downloadAdded(Download download) {download.addPropertyListener(this);} in downloadAdded()
[all …]
/dports/www/elinks/elinks-0.11.7/src/session/
H A Ddownload.h23 struct download { struct
32 * the download starts receiving some data. */ argument
33 download_callback_T *callback; argument
44 struct download download; argument
67 struct download download; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/public/
H A Ddownload_delegate.h48 virtual void DownloadStarted(Download* download) {} in DownloadStarted()
51 virtual void DownloadProgressChanged(Download* download) {} in DownloadProgressChanged()
54 virtual void DownloadCompleted(Download* download) {} in DownloadCompleted()
58 virtual void DownloadFailed(Download* download) {} in DownloadFailed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/public/
H A Ddownload_delegate.h50 virtual void DownloadStarted(Download* download) {} in DownloadStarted()
53 virtual void DownloadProgressChanged(Download* download) {} in DownloadProgressChanged()
56 virtual void DownloadCompleted(Download* download) {} in DownloadCompleted()
60 virtual void DownloadFailed(Download* download) {} in DownloadFailed()
/dports/net/gsk/gsk-1.0.63/src/url/
H A Dgskurl-download.c15 GskUrlDownloadMethod download; member
134 gsk_url_download_destroy (GskUrlDownload *download) in gsk_url_download_destroy()
153 gsk_url_download_success (GskUrlDownload *download, in gsk_url_download_success()
173 gsk_url_download_fail (GskUrlDownload *download, in gsk_url_download_fail()
190 gsk_url_download_peek_url (GskUrlDownload *download) in gsk_url_download_peek_url()
209 gsk_url_download_redirect (GskUrlDownload *download, in gsk_url_download_redirect()
235 GskUrlDownload *download; member
246 GskUrlDownload *download = info->download; in http_handle_response() local
373 GskUrlDownload *download = func_data; in http_name_lookup_success() local
441 GskUrlDownload *download = func_data; in http_name_lookup_failure() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Ddownload_test_observer.cc130 download::DownloadItem* download) { in OnDownloadDestroyed() argument
201 download::DownloadItem* download) { in DownloadInFinalState() argument
226 download::DownloadItem* download = in AcceptDangerousDownload() local
237 download::DownloadItem* download = in DenyDangerousDownload() local
261 download::DownloadItem* download) { in IsDownloadInFinalState() argument
282 download::DownloadItem* download) { in IsDownloadInFinalState() argument
305 download::DownloadItem* download) { in IsDownloadInFinalState() argument
354 download::DownloadItem* download) { in OnDownloadDestroyed() argument
363 download::DownloadItem* download) { in OnDownloadUpdated() argument
482 download::DownloadItem* download) { in OnDownloadUpdated() argument
[all …]

12345678910>>...118