Home
last modified time | relevance | path

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

12345678910>>...40

/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/tests/
H A DTestSuite.hs89 assertEqual "A.1" HasUpdates =<< checkForUpdates repo =<< checkExpiry
96 assertEqual "A.1" HasUpdates =<< checkForUpdates repo =<< checkExpiry
98 assertEqual "B.2" NoUpdates =<< checkForUpdates repo =<< checkExpiry
104 assertEqual "A.1" HasUpdates =<< checkForUpdates repo =<< checkExpiry
106 assertEqual "B.2" NoUpdates =<< checkForUpdates repo =<< checkExpiry
111 assertEqual "C.1" HasUpdates =<< checkForUpdates repo =<< checkExpiry
113 assertEqual "D.2" NoUpdates =<< checkForUpdates repo =<< checkExpiry
119 assertEqual "A.1" HasUpdates =<< checkForUpdates repo =<< checkExpiry
129 assertEqual "D.1" NoUpdates =<< checkForUpdates repo =<< checkExpiry
234 assertEqual "A" HasUpdates =<< checkForUpdates repo =<< checkExpiry
[all …]
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/core/
H A Ddownloadmanager.cpp37 bool checkForUpdates = false; member in KNSCore::DownloadManagerPrivate
92 } else if (d->checkForUpdates) { in slotProvidersLoaded()
93 d->engine->checkForUpdates(); in slotProvidersLoaded()
99 void DownloadManager::checkForUpdates() in checkForUpdates() function in DownloadManager
102 d->engine->checkForUpdates(); in checkForUpdates()
104 d->checkForUpdates = true; in checkForUpdates()
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/
H A Ddownloadmanager.cpp36 bool checkForUpdates = false; member in KNS3::DownloadManagerPrivate
98 } else if (checkForUpdates) { in _k_slotProvidersLoaded()
99 engine->checkForUpdates(); in _k_slotProvidersLoaded()
105 void DownloadManager::checkForUpdates() in checkForUpdates() function in DownloadManager
108 d->engine->checkForUpdates(); in checkForUpdates()
110 d->checkForUpdates = true; in checkForUpdates()
/dports/games/anki/anki-2.1.16/aqt/forms/
H A Daddons.py38 self.checkForUpdates = QtWidgets.QPushButton(Dialog)
39 self.checkForUpdates.setObjectName("checkForUpdates")
40 self.verticalLayout.addWidget(self.checkForUpdates)
69 self.checkForUpdates.setText(_("Check for Updates"))
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/PlugIns/
H A DZoomPlugInController.m69 [checkForUpdates setEnabled: NO];
78 [checkForUpdates setEnabled: YES];
121 [checkForUpdates setEnabled: NO];
141 [checkForUpdates setEnabled: YES];
214 - (IBAction) checkForUpdates: (id) sender {
215 [[ZoomPlugInManager sharedPlugInManager] checkForUpdates];
H A DZoomPlugInController.h20 IBOutlet NSButton* checkForUpdates; // The 'check for updates' button variable
29 - (IBAction) checkForUpdates: (id) sender; // 'Check for updates' button clicked
/dports/www/grafana8/grafana-8.3.6/pkg/services/updatechecker/
H A Dgrafana.go43 s.checkForUpdates()
51 s.checkForUpdates()
60 func (s *GrafanaService) checkForUpdates() { func
H A Dplugins.go50 s.checkForUpdates(ctx)
58 s.checkForUpdates(ctx)
86 func (s *PluginsService) checkForUpdates(ctx context.Context) { func
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/update/check/
H A Dupdateprotocol.hxx33 bool checkForUpdates(
42 checkForUpdates(
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/update/check/
H A Dupdateprotocol.hxx31 bool checkForUpdates(
40 checkForUpdates(
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/ui/impl/
H A DDesktopApplicationHeader.java120 commands.checkForUpdates().setVisible(true); in initialize()
181 commands.checkForUpdates().remove(); in initialize()
184 pUIPrefs_.get().checkForUpdates().getValue()) in initialize()
186 checkForUpdates(false); in initialize()
376 checkForUpdates(true); in onCheckForUpdates()
392 private void checkForUpdates(final boolean manual) in checkForUpdates() method in DesktopApplicationHeader
394 server_.checkForUpdates(manual, in checkForUpdates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/safety_check/
H A DSafetyCheckUpdatesDelegateImpl.java65 public void checkForUpdates(WeakReference<Callback<Integer>> statusCallback) { in checkForUpdates() method in SafetyCheckUpdatesDelegateImpl
68 int status = mOmaha.checkForUpdates(); in checkForUpdates()
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/comic/
H A Dcomicupdater.cpp73 engine()->checkForUpdates(); in checkForUpdate()
76 engine()->checkForUpdates(); in checkForUpdate()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dnewversionbutton.cpp78 setVisible(Preferences::instance()->checkForUpdates()); in newVersionAvailable()
100 setVisible(preferences->checkForUpdates() && checker.isNewVersionAvailable()); in updateVisiblity()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DUpdateCheck.cpp40 checkForUpdates(); in UpdateCheck()
58 void UpdateCheck::checkForUpdates() in checkForUpdates() function in UpdateCheck
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dnativemenu.cpp51 QAction *checkForUpdates = helpMenu->addAction(tr("Check For &Updates..."), in DENG2_PIMPL() local
54 checkForUpdates->setMenuRole(QAction::ApplicationSpecificRole); in DENG2_PIMPL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safety_check/android/javatests/src/org/chromium/chrome/browser/safety_check/
H A DSafetyCheckMediatorTest.java133 .checkForUpdates(any(WeakReference.class)); in testUpdatesCheckUpdated()
151 .checkForUpdates(any(WeakReference.class)); in testUpdatesCheckOutdated()
299 .checkForUpdates(any(WeakReference.class)); in testNullStateLessThan10MinsPasswordsSafeState()
332 .checkForUpdates(any(WeakReference.class)); in testNullStateLessThan10MinsNoSavedPasswords()
365 .checkForUpdates(any(WeakReference.class)); in testNullStateLessThan10MinsPasswordsUnsafeState()
398 .checkForUpdates(any(WeakReference.class)); in testNullStateMoreThan10MinsPasswordsSafeState()
431 .checkForUpdates(any(WeakReference.class)); in testNullStateMoreThan10MinsPasswordsUnsafeState()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/util/platform/
H A DSparkleAutoUpdater.mm46 void SparkleAutoUpdater::checkForUpdates() function
53 [d->updater checkForUpdates:NULL];
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/util/platform/
H A DSparkleAutoUpdater.mm46 void SparkleAutoUpdater::checkForUpdates() function
53 [d->updater checkForUpdates:NULL];
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/qa/update/
H A Dtest_update.cxx104 if ( checkForUpdates( aInfo, m_xContext, aController->getInteractionHandler(), m_xProvider, in testCheckUpdateAvailable()
124 if ( checkForUpdates( aInfo, m_xContext, aController->getInteractionHandler(), m_xProvider, in testCheckUpToDate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/qa/update/
H A Dtest_update.cxx107 if ( checkForUpdates( aInfo, m_xContext, aController->getInteractionHandler(), m_xProvider, in testCheckUpdateAvailable()
127 if ( checkForUpdates( aInfo, m_xContext, aController->getInteractionHandler(), m_xProvider, in testCheckUpToDate()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkUpdater.h90 void checkForUpdates();
126 virtual void checkForUpdates();
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/dialogs/
H A Dformupdate.cpp44 checkForUpdates(); in FormUpdate()
55 void FormUpdate::checkForUpdates() { in checkForUpdates() function in FormUpdate
104 qApp->system()->checkForUpdates(); in checkForUpdates()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionUpdates.cpp140 void checkForUpdates(const json::JsonRpcRequest& request, in checkForUpdates() function
163 (bind(registerAsyncRpcMethod, "check_for_updates", checkForUpdates)) in initialize()
/dports/net-im/psi/psi-1.5/src/AutoUpdater/guitest/testapp/
H A Dmain.cpp162 updater_->checkForUpdates(); in doCheckWithNew()
167 updater_->checkForUpdates(); in doCheckWithoutNew()

12345678910>>...40