Home
last modified time | relevance | path

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

12345678910>>...32

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/
H A DConfigurationTests.java109 assertFalse("3.11", isInstalled("bbb", "1.0.0")); in testSiteEnabled()
110 assertFalse("3.12", isInstalled("ccc", "1.0.0")); in testSiteEnabled()
119 assertTrue("3.51", isInstalled("bbb", "1.0.0")); in testSiteEnabled()
120 assertTrue("3.52", isInstalled("ccc", "1.0.0")); in testSiteEnabled()
171 assertTrue("7.1", isInstalled("bbb", "1.0.0")); in test_247095()
173 assertTrue("7.3", isInstalled("ccc", "1.0.0")); in test_247095()
187 assertTrue("10.4", isInstalled("ccc", "1.0.0")); in test_247095()
227 assertTrue("7.1", isInstalled("bbb", "1.0.0")); in test_247095b()
229 assertTrue("7.3", isInstalled("ccc", "1.0.0")); in test_247095b()
281 assertTrue("2.3", isInstalled("bbb", "1.0.0")); in test_249607()
[all …]
H A DBasicTests.java388 assertTrue("3.2", isInstalled("A", "1.0.0")); in test_251167()
389 assertTrue("3.3", isInstalled("B", "1.0.0")); in test_251167()
397 assertTrue("5.2", isInstalled("A", "1.0.0")); in test_251167()
398 assertFalse("5.3", isInstalled("B", "1.0.0")); in test_251167()
403 assertFalse("6.2", isInstalled("A", "1.0.0")); in test_251167()
422 assertTrue("3.1", isInstalled("zzz", "1.0.0")); in test_p2Repo()
431 assertFalse("4.3", isInstalled("zzz", "1.0.0")); in test_p2Repo()
451 assertFalse("3.1", isInstalled("bbb", "1.0.0")); in testDisabledBundleInLink()
453 assertTrue("3.4", isInstalled("ccc", "1.0.0")); in testDisabledBundleInLink()
459 assertFalse("5.1", isInstalled("bbb", "1.0.0")); in testDisabledBundleInLink()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/query/
H A DAvailableIUWrapper.java56 boolean isInstalled = false; field in AvailableIUWrapper.InformationCache
62 this.isInstalled = isInstalled; in InformationCache()
75 if (hideInstalledIUs && cache.isInstalled && !cache.isUpdate) { in shouldWrap()
90 boolean isInstalled = false; in computeIUInformation()
93 isInstalled = !profile.query(QueryUtil.createIUQuery(iu), null).isEmpty(); in computeIUInformation()
103 return new InformationCache(iu, isUpdate, isInstalled, isPatch); in computeIUInformation()
110 boolean isInstalled = false; in wrap()
115 isInstalled = cache.isInstalled; in wrap()
120 isInstalled = iuInformation.isInstalled; in wrap()
126 element.setIsInstalled(isInstalled); in wrap()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/pages/
H A DBrowse.test.tsx49 getCatalogPluginMock({ id: 'plugin-1', name: 'Plugin 1', isInstalled: true }),
50 getCatalogPluginMock({ id: 'plugin-2', name: 'Plugin 2', isInstalled: true }),
51 getCatalogPluginMock({ id: 'plugin-3', name: 'Plugin 3', isInstalled: true }),
52 getCatalogPluginMock({ id: 'plugin-4', name: 'Plugin 4', isInstalled: false }),
65 getCatalogPluginMock({ id: 'plugin-1', name: 'Plugin 1', isInstalled: true }),
66 getCatalogPluginMock({ id: 'plugin-2', name: 'Plugin 2', isInstalled: false }),
67 getCatalogPluginMock({ id: 'plugin-3', name: 'Plugin 3', isInstalled: true }),
81 getCatalogPluginMock({ id: 'plugin-1', name: 'Plugin 1', isInstalled: true }),
83 getCatalogPluginMock({ id: 'plugin-3', name: 'Plugin 3', isInstalled: true }),
97 getCatalogPluginMock({ id: 'plugin-1', name: 'Plugin 1', isInstalled: true }),
[all …]
H A DPluginDetails.test.tsx175 isInstalled: true,
394 isInstalled: true,
425 isInstalled: true,
519 isInstalled: true,
531 isInstalled: true,
544 isInstalled: true,
568 isInstalled: true,
594 isInstalled: true,
625 isInstalled: true,
665 isInstalled: true,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/statushandlers/
H A DTestStatusHandler.java49 private static boolean isInstalled; field in TestStatusHandler
73 if (isInstalled) { in install()
82 isInstalled = true; in install()
91 if (!isInstalled) { in uninstall()
99 isInstalled = false; in uninstall()
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/kmoretools/
H A Dkmoretools_p.h68 bool isInstalled = true; variable
82 isInstalled = json[_("isInstalled")].toBool(); in jsonRead()
89 json[_("isInstalled")] = isInstalled; in jsonWrite()
141 return item.id == id && item.isInstalled; in findInstalled()
202 return !item.isInstalled; in notInstalledServices()
217 …return (i1.isInstalled && i1.menuSection == KMoreTools::MenuSection_Main && i2.isInstalled && i2.m… in stableSortListBySection()
218 || (i1.isInstalled && !i2.isInstalled); in stableSortListBySection()
326 dto.isInstalled = true; in toDto()
337 dto.isInstalled = true; in toDto()
347 dto.isInstalled = false; in toDto()
H A Dkmoretools.cpp119 bool isInstalled = false; in registerServiceByDesktopEntryName() local
123 isInstalled = installedService != nullptr; in registerServiceByDesktopEntryName()
133isInstalled = (tryExecProp.isValid() && !QStandardPaths::findExecutable(tryExecProp.toString()).is… in registerServiceByDesktopEntryName()
140 …mtDesktopfileSubdirOrUniqueId(kmtDesktopfileSubdir), desktopEntryName, isInstalled, installedServi… in registerServiceByDesktopEntryName()
178 bool isInstalled = false; member in KMoreToolsServicePrivate
235 bool isInstalled, in KMoreToolsService() argument
242 d->isInstalled = isInstalled; in KMoreToolsService()
257 bool KMoreToolsService::isInstalled() const in isInstalled() function in KMoreToolsService
259 return d->isInstalled; in isInstalled()
473 …if ((registeredService && registeredService->isInstalled()) || !registeredService) { // if a QActi… in createMenuStructure()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/module_installer/android/junit/src/org/chromium/components/module_installer/builder/
H A DModuleEngineTest.java71 Boolean isInstalled = mModuleEngine.isInstalled(moduleName); in whenVerifyingIsInstalled_VerifyTrue() local
74 assertTrue(isInstalled); in whenVerifyingIsInstalled_VerifyTrue()
84 Boolean isInstalled = engine.isInstalled(moduleName); in whenVerifyingIsInstalled_VerifyFalse() local
87 assertFalse(isInstalled); in whenVerifyingIsInstalled_VerifyFalse()
H A DModuleTest.java58 mModule.isInstalled(); in whenVerifyingIsInstalled_VerifySequence()
61 inOrder.verify(mInstallEngineMock).isInstalled(mModuleName); in whenVerifyingIsInstalled_VerifySequence()
96 doReturn(true).when(mInstallEngineMock).isInstalled(mModuleName); in whenGetImpl_VerifyCorrectInstance()
110 doReturn(true).when(mInstallEngineMock).isInstalled(mModuleName); in whenGettingUnknownImpl_VerifyError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/module_installer/android/junit/src/org/chromium/components/module_installer/builder/
H A DModuleEngineTest.java71 Boolean isInstalled = mModuleEngine.isInstalled(moduleName); in whenVerifyingIsInstalled_VerifyTrue() local
74 assertTrue(isInstalled); in whenVerifyingIsInstalled_VerifyTrue()
84 Boolean isInstalled = engine.isInstalled(moduleName); in whenVerifyingIsInstalled_VerifyFalse() local
87 assertFalse(isInstalled); in whenVerifyingIsInstalled_VerifyFalse()
H A DModuleTest.java58 mModule.isInstalled(); in whenVerifyingIsInstalled_VerifySequence()
61 inOrder.verify(mInstallEngineMock).isInstalled(mModuleName); in whenVerifyingIsInstalled_VerifySequence()
96 doReturn(true).when(mInstallEngineMock).isInstalled(mModuleName); in whenGetImpl_VerifyCorrectInstance()
110 doReturn(true).when(mInstallEngineMock).isInstalled(mModuleName); in whenGettingUnknownImpl_VerifyError()
/dports/www/matomo/piwik/plugins/CustomDimensions/
H A DCustomDimensions.php32 private $isInstalled; variable in Piwik\\Plugins\\CustomDimensions\\CustomDimensions
78 if (!$this->isInstalled()) {
227 $this->isInstalled = true;
240 $this->isInstalled = false;
358 private function isInstalled() function in Piwik\\Plugins\\CustomDimensions\\CustomDimensions
360 if (!isset($this->isInstalled)) {
368 … $this->isInstalled = Plugin\Manager::getInstance()->isPluginInstalled($this->pluginName);
371 return $this->isInstalled;
376 if (!$this->isInstalled()) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/model/
H A DAvailableIUElement.java43 boolean isInstalled = false; field in AvailableIUElement
77 return isInstalled ? ProvUIImages.IMG_DISABLED_PATCH_IU : ProvUIImages.IMG_PATCH_IU; in getImageId()
78 else if (isInstalled) in getImageId()
215 public void setIsInstalled(boolean isInstalled) { in setIsInstalled() argument
216 this.isInstalled = isInstalled; in setIsInstalled()
219 public boolean isInstalled() { in isInstalled() method in AvailableIUElement
220 return isInstalled; in isInstalled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/public/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantModuleEntryProvider.java37 if (AutofillAssistantModule.isInstalled()) { in getModuleEntryIfInstalled()
71 boolean isInstalled = AutofillAssistantModule.isInstalled(); in maybeInstallDeferred()
73 if (isNotBundle || isInstalled || isNotHighEndDiskDevice) { in maybeInstallDeferred()
76 + ", already_installed=" + isInstalled in maybeInstallDeferred()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmVSSetupHelper.cxx252 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVSInstanceInfo() local
254 if (isInstalled) { in GetVSInstanceInfo()
258 return isInstalled; in GetVSInstanceInfo()
264 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVSInstanceVersion() local
266 if (isInstalled) { in GetVSInstanceVersion()
270 return isInstalled; in GetVSInstanceVersion()
276 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVCToolsetVersion() local
278 if (isInstalled) { in GetVCToolsetVersion()
282 return isInstalled && !vsToolsetVersion.empty(); in GetVCToolsetVersion()
359 bool isInstalled = GetVSInstanceInfo(instance2, instanceInfo); in EnumerateAndChooseVSInstance() local
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmVSSetupHelper.cxx252 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVSInstanceInfo() local
254 if (isInstalled) { in GetVSInstanceInfo()
258 return isInstalled; in GetVSInstanceInfo()
264 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVSInstanceVersion() local
266 if (isInstalled) { in GetVSInstanceVersion()
270 return isInstalled; in GetVSInstanceVersion()
276 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVCToolsetVersion() local
278 if (isInstalled) { in GetVCToolsetVersion()
282 return isInstalled && !vsToolsetVersion.empty(); in GetVCToolsetVersion()
359 bool isInstalled = GetVSInstanceInfo(instance2, instanceInfo); in EnumerateAndChooseVSInstance() local
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmVSSetupHelper.cxx252 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVSInstanceInfo() local
254 if (isInstalled) { in GetVSInstanceInfo()
258 return isInstalled; in GetVSInstanceInfo()
264 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVSInstanceVersion() local
266 if (isInstalled) { in GetVSInstanceVersion()
270 return isInstalled; in GetVSInstanceVersion()
276 bool isInstalled = this->EnumerateAndChooseVSInstance(); in GetVCToolsetVersion() local
278 if (isInstalled) { in GetVCToolsetVersion()
282 return isInstalled && !vsToolsetVersion.empty(); in GetVCToolsetVersion()
359 bool isInstalled = GetVSInstanceInfo(instance2, instanceInfo); in EnumerateAndChooseVSInstance() local
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/examples/
H A DMethods.st223 isInstalled
264 (a isInstalled->b isInstalled) printNl.
268 (a isInstalled->b isInstalled) printNl.
273 (a isInstalled->b isInstalled) printNl.
278 (a isInstalled->b isInstalled) printNl.
283 (a isInstalled->b isInstalled) printNl.
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Command/
H A DProfileInstallCommand.php78 $isInstalled = $installer->isInstalled($profile);
80 if ($isInstalled && $force) {
82 $isInstalled = false;
85 if (! $isInstalled) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/
H A DHostBrowserUtils.java67 if (WebApkUtils.isInstalled(packageManager, sHostPackage)) { in getCachedHostBrowserPackage()
72 if (!WebApkUtils.isInstalled(packageManager, hostPackage)) { in getCachedHostBrowserPackage()
86 if (WebApkUtils.isInstalled(packageManager, sHostPackage)) { in computeHostBrowserPackageClearCachedDataOnChange()
183 && WebApkUtils.isInstalled(packageManager, cachedHostBrowser)) { in computeHostBrowserPackageNameInternal()
191 if (WebApkUtils.isInstalled(packageManager, hostBrowserFromManifest)) { in computeHostBrowserPackageNameInternal()
201 && WebApkUtils.isInstalled(packageManager, defaultBrowser)) { in computeHostBrowserPackageNameInternal()
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/pgmodel/common/extension/
H A Dextension.go117 timescaleVersion, isInstalled, err := fetchInstalledExtensionVersion(conn, "timescaledb")
121 if !isInstalled {
184 current, isInstalled, err := fetchInstalledExtensionVersion(conn, extName)
189 …tensionVersion(extName, availableVersions, defaultVersion, validRange, isInstalled, extOptions.Upg…
194 if !isInstalled {
205 isInstalled := currentVersion != nil
207 if !isInstalled && !extOptions.Install {
212 if isInstalled && !extOptions.Upgrade {
220 if !isInstalled {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/FunctionalTests/Installer/
H A DInstallerTestBase.php73 protected $isInstalled = FALSE; variable in Drupal\\FunctionalTests\\Installer\\InstallerTestBase
81 $this->isInstalled = FALSE;
171 if ($this->isInstalled) {
266 $this->isInstalled = TRUE;
276 if ($this->isInstalled) {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/FunctionalTests/Installer/
H A DInstallerTestBase.php73 protected $isInstalled = FALSE; variable in Drupal\\FunctionalTests\\Installer\\InstallerTestBase
79 $this->isInstalled = FALSE;
169 if ($this->isInstalled) {
262 $this->isInstalled = TRUE;
272 if ($this->isInstalled) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DRepositoryImpl.java241 public boolean isInstalled(int serverId) throws ServerNotRegistered { in isInstalled() method in RepositoryImpl
243 return server.isInstalled ; in isInstalled()
251 if (server.isInstalled) in install()
254 server.isInstalled = true ; in install()
264 if (!server.isInstalled) in uninstall()
267 server.isInstalled = false ; in uninstall()
453 ", isInstalled=" + isInstalled + ")" ; in toString()
463 isInstalled = false ; in DBServerDef()
471 boolean isInstalled ; field in RepositoryImpl.DBServerDef

12345678910>>...32