Home
last modified time | relevance | path

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

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Ddefaultfileexistsdlg.cpp95 void CDefaultFileExistsDlg::SelectDefaults(CFileExistsNotification::OverwriteAction* downloadAction in SelectDefaults() argument
98 impl_->downloadAction_->SetSelection((downloadAction ? *downloadAction : m_defaults[0]) + 1); in SelectDefaults()
110 …w* parent, bool fromQueue, CFileExistsNotification::OverwriteAction *downloadAction, CFileExistsNo… in Run() argument
112 if (!Load(parent, fromQueue, downloadAction || !uploadAction, uploadAction || !downloadAction)) { in Run()
115 SelectDefaults(downloadAction, uploadAction); in Run()
131 if (downloadAction) { in Run()
132 *downloadAction = action; in Run()
H A Ddefaultfileexistsdlg.h15 …w* parent, bool fromQueue, CFileExistsNotification::OverwriteAction *downloadAction = 0, CFileExis…
20 …void SelectDefaults(CFileExistsNotification::OverwriteAction* downloadAction, CFileExistsNotificat…
H A DQueueView.cpp2130 CFileExistsNotification::OverwriteAction downloadAction = CFileExistsNotification::unknown; in OnSetDefaultFileExistsAction() local
2155 if (downloadAction == CFileExistsNotification::unknown) { in OnSetDefaultFileExistsAction()
2156 downloadAction = pFileItem->m_defaultFileExistsAction; in OnSetDefaultFileExistsAction()
2158 else if (pFileItem->m_defaultFileExistsAction != downloadAction) { in OnSetDefaultFileExistsAction()
2187 downloadAction = CFileExistsNotification::unknown; in OnSetDefaultFileExistsAction()
2197 if (!dlg.Run(this, true, has_download ? &downloadAction : 0, has_upload ? &uploadAction : 0)) { in OnSetDefaultFileExistsAction()
2222 pFileItem->m_defaultFileExistsAction = downloadAction; in OnSetDefaultFileExistsAction()
2236 pServerItem->SetDefaultFileExistsAction(downloadAction, TransferDirection::download); in OnSetDefaultFileExistsAction()
/dports/security/zaproxy/zaproxy-2.11.1/buildSrc/src/main/java/org/zaproxy/zap/tasks/
H A DDownloadAddOns.java99 DownloadAction downloadAction = new DownloadAction(getProject()); in downloadFile() local
100 downloadAction.src(downloadData.getUrl()); in downloadFile()
101 downloadAction.dest(file); in downloadFile()
102 downloadAction.execute(); in downloadFile()
/dports/audio/cantata/cantata-2.4.2/online/
H A Dpodcastwidget.cpp47 downloadAction = new Action(Icons::self()->downloadIcon, tr("Download Episodes"), this); in PodcastWidget()
64 connect(downloadAction, SIGNAL(triggered()), this, SLOT(download())); in PodcastWidget()
92 view->addAction(downloadAction); in PodcastWidget()
326 downloadAction->setEnabled(!selected.isEmpty()); in controlActions()
328 downloadAction->setEnabled(!selected.isEmpty()); in controlActions()
H A Dpodcastwidget.h66 Action *downloadAction; variable
/dports/astro/merkaartor/merkaartor-0.19.0/src/Docks/
H A DFeaturesDock.cpp72 downloadAction = new QAction(NULL, this); in FeaturesDock()
73 connect(downloadAction, SIGNAL(triggered()), this, SLOT(on_downloadAction_triggered())); in FeaturesDock()
133 downloadAction->setEnabled(false); in on_FeaturesList_customContextMenuRequested()
138 downloadAction->setEnabled(true); in on_FeaturesList_customContextMenuRequested()
142 menu.addAction(downloadAction); in on_FeaturesList_customContextMenuRequested()
468 downloadAction->setText(tr("Download missing children")); in retranslateUi()
H A DFeaturesDock.h71 QAction* downloadAction; variable
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DHttpAlso.hs120 downloadAction dest p iv key (keyUrlAction baseurl ll key)
125 downloadAction dest p Nothing key (exportLocationUrlAction baseurl loc)
127 downloadAction :: FilePath -> MeterUpdate -> Maybe IncrementalVerifier -> Key -> ((URLString -> Ann…
128 downloadAction dest p iv key run = function
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/main/
H A Dimportui_p.h86 downloadAction (nullptr), in Private()
181 QMenu* downloadAction; variable
H A Dimportui.cpp351 d->downloadAction = new QMenu(i18nc("@title:menu", "Download"), this); in setupActions()
352 d->downloadAction->setIcon(QIcon::fromTheme(QLatin1String("document-save"))); in setupActions()
353 ac->addAction(QLatin1String("importui_imagedownload"), d->downloadAction->menuAction()); in setupActions()
354 d->cameraActions->addAction(d->downloadAction->menuAction()); in setupActions()
360 d->downloadAction->addAction(d->downloadNewAction); in setupActions()
363 connect(d->downloadAction->menuAction(), SIGNAL(triggered()), in setupActions()
370 d->downloadAction->addAction(d->downloadSelectedAction); in setupActions()
376 d->downloadAction->addAction(d->downloadAllAction); in setupActions()
/dports/net/kget/kget-21.12.3/ui/
H A Ddroptarget.cpp78 QAction * downloadAction = mw->actionCollection()->action("start_all_download"); in DropTarget() local
79 popupMenu->addAction( downloadAction ); in DropTarget()
80 connect(downloadAction, &QAction::toggled, this, &DropTarget::slotStartStopToggled); in DropTarget()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/locales/en-US/chrome/
H A DaboutDownloads.properties10 downloadAction.deleteAll=Delete All
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/locales/en-US/chrome/
H A DaboutDownloads.properties10 downloadAction.deleteAll=Delete All
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/locales/en-US/chrome/
H A DaboutDownloads.properties10 downloadAction.deleteAll=Delete All
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/recordlist/Classes/Controller/
H A DRecordDownloadController.php158 $downloadAction = $this->format . 'DownloadAction';
159 return $this->{$downloadAction}($request, $headerRow, $records);
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/views/
H A DAddonsView.java187 Action downloadAction = new Action( "Download" ) { in createPartControl()
194 manager.add( downloadAction ); in createPartControl()
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/application/controllers/
H A DReportController.php103 public function downloadAction() function in Icinga\\Module\\Reporting\\Controllers\\ReportController
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/EXTRAS/reports/
H A Dpacketfront143 downloadAction(3) type=3
H A Dall433196 downloadAction(3) type=3
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Configure/AdvancedParameters/
H A DImportController.php195 public function downloadAction(Request $request) function in PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController
/dports/games/q2pro/q2pro/ui/
H A Dui_playerconfig.c42 menuAction_t downloadAction; member
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/application/controllers/
H A DProcessController.php398 public function downloadAction() function in Icinga\\Module\\Businessprocess\\Controllers\\ProcessController
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/packetfront/
H A DPACKETFRONT-DRG-MIB.mib303 downloadAction OBJECT-TYPE
/dports/net-mgmt/observium/observium/mibs/packetfront/
H A DPACKETFRONT-DRG-MIB303 downloadAction OBJECT-TYPE