Home
last modified time | relevance | path

Searched refs:installed2 (Results 1 – 7 of 7) sorted by last modified time

/dports/mail/thunderbird/thunderbird-91.8.0/browser/locales/en-US/browser/
H A DappMenuNotifications.ftl41 appmenu-addon-private-browsing-installed2 =
/dports/www/firefox/firefox-99.0/browser/locales/en-US/browser/
H A DappMenuNotifications.ftl41 appmenu-addon-private-browsing-installed2 =
/dports/www/firefox-esr/firefox-91.8.0/browser/locales/en-US/browser/
H A DappMenuNotifications.ftl41 appmenu-addon-private-browsing-installed2 =
/dports/sysutils/libdnf/libdnf-0.64.0/tests/hawkey/
H A Dtest_package.cpp246 int installed2 = dnf_package_installed(pkg2); in START_TEST() local
248 fail_unless(installed2 == 1); in START_TEST()
/dports/sysutils/dnf/dnf-4.9.0/tests/
H A Dtest_distsync.py53 installed2 = self._get_installed(self.base)
54 updated_pkg = list(filter(lambda p: p.name == "hole", installed2))
64 installed2.remove(updated_pkg[0])
65 self.assertEqual(installed, installed2)
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/vasp/
H A D__init__.py14 def installed2(): function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/internal/plugins/
H A DInstallTests.java312 …Bundle installed2 = BundleTestingHelper.installBundle(OSGiTestsActivator.getContext(), OSGiTestsAc… in testInstall2NonSingletonBundles() local
316 assertEquals("1.0", "bundle07", installed2.getSymbolicName()); //$NON-NLS-1$ //$NON-NLS-2$ in testInstall2NonSingletonBundles()
317 assertEquals("1.1", Bundle.RESOLVED, installed2.getState()); //$NON-NLS-1$ in testInstall2NonSingletonBundles()
318 …assertEquals("1.2", "1.0.0.b", installed2.getHeaders().get(Constants.BUNDLE_VERSION)); //$NON-NLS-… in testInstall2NonSingletonBundles()
325 installed2.uninstall(); in testInstall2NonSingletonBundles()
335 …Bundle installed2 = BundleTestingHelper.installBundle(OSGiTestsActivator.getContext(), OSGiTestsAc… in testInstall2SingletonBundles() local
343 assertEquals("1.3", "bundle08", installed2.getSymbolicName()); //$NON-NLS-1$ //$NON-NLS-2$ in testInstall2SingletonBundles()
344 assertEquals("1.4", Bundle.INSTALLED, installed2.getState()); //$NON-NLS-1$ in testInstall2SingletonBundles()
345 …assertEquals("1.5", "1.0.0.b", installed2.getHeaders().get(Constants.BUNDLE_VERSION)); //$NON-NLS-… in testInstall2SingletonBundles()
348 installed2.uninstall(); in testInstall2SingletonBundles()