Home
last modified time | relevance | path

Searched defs:DownloadThread (Results 1 – 24 of 24) sorted by relevance

/dports/www/newsboat/newsboat-2.22.1/src/
H A Ddownloadthread.cpp7 DownloadThread::DownloadThread(Reloader& r, const std::vector<int>& idxs) in DownloadThread() function in newsboat::DownloadThread
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/download/
H A DDownloadThread.cpp25 DownloadThread::DownloadThread () : in DownloadThread() function in DownloadThread
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Transports/mms/
H A Dmmsstreamreader.h33 class DownloadThread; variable
H A Dmmsstreamreader.cpp223 DownloadThread::DownloadThread(MMSStreamReader *parent) : QThread(parent) in DownloadThread() function in DownloadThread
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/net/
H A Ddownloadthread.cpp23 DownloadThread::DownloadThread(SocketMonitor *sm) in DownloadThread() function in net::DownloadThread
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/sockets/
H A Dclient.cpp636 class DownloadThread : public wxThread in OnTestURL() class
639 explicit DownloadThread(const wxString& url): m_url(url) in OnTestURL() function in MyFrame::OnTestURL::DownloadThread
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/sockets/
H A Dclient.cpp640 class DownloadThread : public wxThread in OnTestURL() class
643 explicit DownloadThread(const wxString& url): m_url(url) in OnTestURL() function in MyFrame::OnTestURL::DownloadThread
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/sockets/
H A Dclient.cpp640 class DownloadThread : public wxThread in OnTestURL() class
643 explicit DownloadThread(const wxString& url): m_url(url) in OnTestURL() function in MyFrame::OnTestURL::DownloadThread
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/pyqt_ui/
H A Dpronouncer_dlg.py17 class DownloadThread(QtCore.QThread): class
H A Dtranslator_dlg.py18 class DownloadThread(QtCore.QThread): class
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Transports/http/
H A Dhttpstreamreader.h37 class DownloadThread; variable
H A Dhttpstreamreader.cpp535 DownloadThread::DownloadThread(HttpStreamReader *parent) : QThread(parent) in DownloadThread() function in DownloadThread
/dports/textproc/jdictionary/jdictionary/src-1_8/info/jdictionary/gui/
H A DUpgradeAgent.java289 class DownloadThread extends Thread { class in UpgradeAgent
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Ddownload_thread.h18 typedef struct _DownloadThread DownloadThread; typedef
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloadThread.java41 public class DownloadThread { class
50 public DownloadThread(DownloadInfo info, DownloaderService service, in DownloadThread() method in DownloadThread
/dports/devel/godot/godot-3.2.3-stable/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloadThread.java41 public class DownloadThread { class
50 public DownloadThread(DownloadInfo info, DownloaderService service, in DownloadThread() method in DownloadThread
/dports/devel/godot2/godot-2.1.6-stable/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloadThread.java48 public class DownloadThread { class
57 public DownloadThread(DownloadInfo info, DownloaderService service, in DownloadThread() method in DownloadThread
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloadThread.java48 public class DownloadThread { class
57 public DownloadThread(DownloadInfo info, DownloaderService service, in DownloadThread() method in DownloadThread
/dports/security/softether/v4.38-9760/src/vpninstall/
H A Dvpninstall.h158 THREAD *DownloadThread; member
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/vpninstall/
H A Dvpninstall.h61 THREAD *DownloadThread; member
/dports/security/softether-devel/v4.36-9754/src/vpninstall/
H A Dvpninstall.h158 THREAD *DownloadThread; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/update/check/
H A Dupdatecheck.cxx303 class DownloadThread : public WorkerThread class
610 DownloadThread::DownloadThread(osl::Condition& rCondition, in DownloadThread() function in __anon7134c1cd0111::DownloadThread
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/update/check/
H A Dupdatecheck.cxx292 class DownloadThread : public WorkerThread class
566 DownloadThread::DownloadThread(osl::Condition& rCondition, in DownloadThread() function in __anonb58924250111::DownloadThread
/dports/multimedia/totem/totem-3.38.2/src/plugins/opensubtitles/
H A Dopensubtitles.py206 class DownloadThread (threading.Thread): class