Home
last modified time | relevance | path

Searched refs:torrentFile (Results 1 – 25 of 87) sorted by relevance

1234

/dports/converters/wkhtmltopdf/qt-5db36ec/examples/network/torrent/
H A Daddtorrentdialog.cpp72 connect(ui.torrentFile, SIGNAL(textChanged(QString)), in AddTorrentDialog()
76 ui.torrentFile->setFocus(); in AddTorrentDialog()
107 void AddTorrentDialog::setTorrent(const QString &torrentFile) in setTorrent() argument
109 if (torrentFile.isEmpty()) { in setTorrent()
114 ui.torrentFile->setText(torrentFile); in setTorrent()
115 if (!torrentFile.isEmpty()) in setTorrent()
116 lastDirectory = QFileInfo(torrentFile).absolutePath(); in setTorrent()
122 QFile torrent(torrentFile); in setTorrent()
128 ui.torrentFile->setText(torrentFile); in setTorrent()
155 QFileInfo info(torrentFile); in setTorrent()
[all …]
H A Daddtorrentdialog.h59 void setTorrent(const QString &torrentFile);
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/network/torrent/
H A Daddtorrentdialog.cpp80 connect(ui.torrentFile, &QLineEdit::textChanged, in AddTorrentDialog()
84 ui.torrentFile->setFocus(); in AddTorrentDialog()
115 void AddTorrentDialog::setTorrent(const QString &torrentFile) in setTorrent() argument
117 if (torrentFile.isEmpty()) { in setTorrent()
122 ui.torrentFile->setText(torrentFile); in setTorrent()
123 if (!torrentFile.isEmpty()) in setTorrent()
124 lastDirectory = QFileInfo(torrentFile).absolutePath(); in setTorrent()
130 QFile torrent(torrentFile); in setTorrent()
136 ui.torrentFile->setText(torrentFile); in setTorrent()
164 QFileInfo info(torrentFile); in setTorrent()
[all …]
H A Daddtorrentdialog.h69 void setTorrent(const QString &torrentFile);
/dports/net/kget/kget-21.12.3/core/
H A Ddownload.cpp51 QFile torrentFile(m_destUrl.toLocalFile()); in slotResult() local
52 if (!torrentFile.open(QIODevice::WriteOnly | QIODevice::Text)) {} in slotResult()
54 torrentFile.write(m_data); in slotResult()
55 torrentFile.close(); in slotResult()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/mainwindow/
H A DTorrentOpener.java92 public static void openTorrent(final String torrentFile) { in openTorrent() argument
93 openTorrent( torrentFile, new HashMap<String, Object>()); in openTorrent()
693 File torrentFile; in mergeFileIntoTorrentInfo() local
726 bDeleteFileOnCancel = !fOriginal.equals(torrentFile); in mergeFileIntoTorrentInfo()
737 torrentFile = new File(sFileName); in mergeFileIntoTorrentInfo()
742 VuzeFile vf = vfh.loadVuzeFile(torrentFile); in mergeFileIntoTorrentInfo()
753 if ( RSSUtils.isRSSFeed( torrentFile )){ in mergeFileIntoTorrentInfo()
790 torrentFile.delete(); in mergeFileIntoTorrentInfo()
796 …if (!TorrentUtil.isFileTorrent(torrentFile, torrentFile.getName(), !torrentOptions.getHideErrors()… in mergeFileIntoTorrentInfo()
798 torrentFile.delete(); in mergeFileIntoTorrentInfo()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Daddtorrentform.ui.h39 QLineEdit *torrentFile; variable
88 torrentFile = new QLineEdit(groupBox); in setupUi()
89 torrentFile->setObjectName(QString::fromUtf8("torrentFile")); in setupUi()
91 gridLayout->addWidget(torrentFile, 0, 1, 1, 2); in setupUi()
197 QWidget::setTabOrder(torrentFile, browseTorrents); in setupUi()
H A Daddtorrentform.ui51 <widget class="QLineEdit" name="torrentFile" />
223 <tabstop>torrentFile</tabstop>
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentinfo.cpp178 QFile torrentFile {path}; in saveToFile() local
179 if (!torrentFile.open(QIODevice::WriteOnly)) in saveToFile()
180 throw RuntimeError {torrentFile.errorString()}; in saveToFile()
182 lt::bencode(Utils::IO::FileDeviceOutputIterator {torrentFile}, torrentEntry); in saveToFile()
183 if (torrentFile.error() != QFileDevice::NoError) in saveToFile()
184 throw RuntimeError {torrentFile.errorString()}; in saveToFile()
/dports/net-p2p/transmission-cli/transmission-3.00/macosx/
H A DAddWindowController.h60 controller: (Controller *) controller torrentFile: (NSString *) torrentFile
/dports/net-p2p/transmission-qt/transmission-3.00/macosx/
H A DAddWindowController.h60 controller: (Controller *) controller torrentFile: (NSString *) torrentFile
/dports/net-p2p/transmission-gtk/transmission-3.00/macosx/
H A DAddWindowController.h60 controller: (Controller *) controller torrentFile: (NSString *) torrentFile
/dports/net-p2p/transmission-daemon/transmission-3.00/macosx/
H A DAddWindowController.h60 controller: (Controller *) controller torrentFile: (NSString *) torrentFile
/dports/net-p2p/transmission-utils/transmission-3.00/macosx/
H A DAddWindowController.h60 controller: (Controller *) controller torrentFile: (NSString *) torrentFile
/dports/www/transmission-web/transmission-3.00/macosx/
H A DAddWindowController.h60 controller: (Controller *) controller torrentFile: (NSString *) torrentFile
/dports/net-p2p/torrentcheck/torrentcheck-1.00_1/
H A Dtorrentcheck.c297 char* torrentFile = NULL; in main() local
380 i++; torrentFile = argv[i]; in main()
400 torrentFile = NULL; in main()
410 if (torrentFile == NULL) { in main()
431 fp = fopen(torrentFile,"rb"); in main()
433 printf("Failed to open torrent metadata file %s\n",torrentFile); in main()
441 printf("Torrent metadata file %s is %i bytes long.\n",torrentFile,torrentLen); in main()
457 printf("Unable to parse torrent metadata file %s\n",torrentFile); in main()
601 printf("Torrent file : %s\n",torrentFile); in main()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/diskmanager/cache/impl/
H A DCacheFileManagerImpl.java995 TOTorrentFile torrentFile = file.getTorrentFile(); in generate() local
1000 if (torrentFile != null) in generate()
1001 fileLength = "" + torrentFile.getLength(); in generate()
1006 if (torrentFile != null) in generate()
1007 hash = ByteFormatter.encodeString( torrentFile.getTorrent().getHash()); in generate()
/dports/www/aria2/aria2-1.36.0/src/includes/aria2/
H A Daria2.h337 int addTorrent(Session* session, A2Gid* gid, const std::string& torrentFile,
347 int addTorrent(Session* session, A2Gid* gid, const std::string& torrentFile,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/torrent/impl/
H A DTorrentOpenOptions.java501 TOTorrentFile torrentFile = tfiles[i]; in getFiles() local
503 String orgFullName = torrentFile.getRelativePath(); // translated to locale in getFiles()
508 if ( skip_min_size > 0 && torrentFile.getLength() < skip_min_size ){ in getFiles()
524 …files[i] = new TorrentOpenFileOptions( this, i, orgFullName, orgFileName, torrentFile.getLength(),… in getFiles()
/dports/www/aria2/aria2-1.36.0/src/
H A Daria2api.cc331 int addTorrent(Session* session, A2Gid* gid, const std::string& torrentFile, in addTorrent() argument
342 requestOption->put(PREF_TORRENT_FILE, torrentFile); in addTorrent()
344 torrentFile); in addTorrent()
362 int addTorrent(Session* session, A2Gid* gid, const std::string& torrentFile, in addTorrent() argument
365 return addTorrent(session, gid, torrentFile, std::vector<std::string>(), in addTorrent()
H A Dbittorrent_helper.cc531 void load(const std::string& torrentFile, in load() argument
537 processRootDictionary(ctx, parseFile(parser, torrentFile).get(), option, in load()
538 torrentFile, overrideName, std::vector<std::string>()); in load()
541 void load(const std::string& torrentFile, in load() argument
547 processRootDictionary(ctx, parseFile(parser, torrentFile).get(), option, in load()
548 torrentFile, overrideName, uris); in load()
/dports/www/aria2/aria2-1.36.0/test/
H A DBtDependencyTest.cc57 const std::string& torrentFile, int64_t length) in createDependee() argument
62 new DownloadContext(1_m, length, torrentFile)); in createDependee()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/network/torrent/forms/
H A Daddtorrentform.ui51 <widget class="QLineEdit" name="torrentFile" />
223 <tabstop>torrentFile</tabstop>
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uiloader/baseline/
H A Daddtorrentform.ui51 <widget class="QLineEdit" name="torrentFile" />
223 <tabstop>torrentFile</tabstop>
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/network/torrent/forms/
H A Daddtorrentform.ui51 <widget class="QLineEdit" name="torrentFile" />
223 <tabstop>torrentFile</tabstop>

1234