Home
last modified time | relevance | path

Searched defs:Torrent (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/www/beehive/beehive-0.4.0/vendor/github.com/odwrtw/transmission/
H A Dtorrent.go126 type Torrent struct { struct
128 ActivityDate int
129 AddedDate int
130 BandwidthPriority int
132 CorruptEver int
134 DateCreated int
135 DesiredAvailable int
136 DoneDate int
138 DownloadedEver int
139 DownloadLimit int
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/hekmon/transmissionrpc/
H A Dtorrent_accessors.go123 type Torrent struct { struct
127 Comment *string `json:"comment"`
129 Creator *string `json:"creator"`
137 Error *int64 `json:"error"`
139 Eta *int64 `json:"eta"`
141 Files []*TorrentFile `json:"files"`
147 ID *int64 `json:"id"`
156 Name *string `json:"name"`
158 Peers []*Peer `json:"peers"`
211 func (t *Torrent) UnmarshalJSON(data []byte) (err error) {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/transmission/
H A Ddisplay.go52 func (widget *Widget) torrentPercentDone(torrent *transmissionrpc.Torrent) string {
67 func (widget *Widget) torrentSeedRatio(torrent *transmissionrpc.Torrent) string {
77 func (widget *Widget) torrentState(torrent *transmissionrpc.Torrent) string {
/dports/net-p2p/transmission-utils/transmission-3.00/macosx/
H A DFileListNode.m27 …lder: (BOOL) isFolder name: (NSString *) name path: (NSString *) path torrent: (Torrent *) torrent;
44 {
55 {
153 {
H A DBadger.m59 {
67 {
/dports/net-p2p/transmission-cli/transmission-3.00/macosx/
H A DFileListNode.m27 …lder: (BOOL) isFolder name: (NSString *) name path: (NSString *) path torrent: (Torrent *) torrent;
44 {
55 {
153 {
H A DBadger.m59 {
67 {
H A DGroupsController.m35 - (BOOL) torrent: (Torrent *) torrent doesMatchRulesForGroupAtIndex: (NSInteger) index;
331 {
393 {
/dports/net-p2p/transmission-qt/transmission-3.00/macosx/
H A DFileListNode.m27 …lder: (BOOL) isFolder name: (NSString *) name path: (NSString *) path torrent: (Torrent *) torrent;
44 {
55 {
153 {
H A DBadger.m59 {
67 {
/dports/net-p2p/transmission-daemon/transmission-3.00/macosx/
H A DFileListNode.m27 …lder: (BOOL) isFolder name: (NSString *) name path: (NSString *) path torrent: (Torrent *) torrent;
44 {
55 {
153 {
H A DBadger.m59 {
67 {
/dports/net-p2p/transmission-gtk/transmission-3.00/macosx/
H A DFileListNode.m27 …lder: (BOOL) isFolder name: (NSString *) name path: (NSString *) path torrent: (Torrent *) torrent;
44 {
55 {
153 {
H A DBadger.m59 {
67 {
/dports/www/transmission-web/transmission-3.00/macosx/
H A DFileListNode.m27 …lder: (BOOL) isFolder name: (NSString *) name path: (NSString *) path torrent: (Torrent *) torrent;
44 {
55 {
153 {
H A DBadger.m59 {
67 {
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qcineoob/ui/
H A Dtorrent_ui.py14 def setupUi(self, Torrent): argument
196 def retranslateUi(self, Torrent): argument
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/torrent-10000.1.1/src/Data/
H A DTorrent.hs28 data Torrent type
29 = Torrent constructor
/dports/devel/gh/cli-2.4.0/vendor/github.com/gabriel-vasile/mimetype/internal/magic/
H A Dtorrent.go4 var Torrent = prefix([]byte("d8:announce")) var
/dports/net/rclone/rclone-1.57.0/vendor/github.com/gabriel-vasile/mimetype/internal/magic/
H A Dtorrent.go4 var Torrent = prefix([]byte("d8:announce")) var
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDownloader/
H A DTorrent.cpp37 Torrent::Torrent() in Torrent() function in ContentDownloader::Torrent
61 Torrent::Torrent( Torrent &torrent ) in Torrent() function in ContentDownloader::Torrent
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/interfaces/
H A Dcachefactory.h16 class Torrent; variable
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dtorrentcontenttreeview.h36 class Torrent; variable
H A Dtagfiltermodel.h40 class Torrent; variable
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dtrackersadditiondialog.h38 class Torrent; variable

1234567