Home
last modified time | relevance | path

Searched refs:getVersion (Results 201 – 225 of 11651) sorted by relevance

12345678910>>...467

/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/updatedb/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/
H A DFeaturePlugin.java55 String version = getVersion(); in getPluginBase()
65 if (base.getPluginBase().getVersion().equals(version)) { in getPluginBase()
82 public String getVersion() { in getVersion() method in FeaturePlugin
138 fVersion = plugin.getVersion(); in loadFrom()
147 if (getVersion() != null) { in write()
149 writer.print(indent2 + "version=\"" + getVersion() + "\""); //$NON-NLS-1$ //$NON-NLS-2$ in write()
/dports/sysutils/bacula11-server/bacula-11.0.5/updatedb/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula9-client/bacula-9.6.7/updatedb/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/cats/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula9-client-static/bacula-9.6.7/updatedb/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula11-client-static/bacula-11.0.5/updatedb/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula9-client/bacula-9.6.7/src/cats/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula9-server/bacula-9.6.7/updatedb/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula9-server/bacula-9.6.7/src/cats/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/sysutils/bacula11-client/bacula-11.0.5/updatedb/
H A Dupdate_postgresql_tables.in22 getVersion()
27 getVersion
72 getVersion
94 getVersion
137 getVersion
161 getVersion
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/cookie/
H A DBestMatchSpec.java146 if (cookie.getVersion() > 0) { in validate()
160 if (cookie.getVersion() > 0) { in match()
179 if (cookie.getVersion() < version) { in formatCookies()
180 version = cookie.getVersion(); in formatCookies()
194 public int getVersion() { in getVersion() method in BestMatchSpec
195 return getStrict().getVersion(); in getVersion()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/cookie/
H A DBestMatchSpec.java146 if (cookie.getVersion() > 0) { in validate()
160 if (cookie.getVersion() > 0) { in match()
179 if (cookie.getVersion() < version) { in formatCookies()
180 version = cookie.getVersion(); in formatCookies()
194 public int getVersion() { in getVersion() method in BestMatchSpec
195 return getStrict().getVersion(); in getVersion()
/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DDBRefEntry.java75 (entry.getVersion() == null ? "" in DBRefEntry()
76 : new String(entry.getVersion())), in DBRefEntry()
158 String otherVersion = other.getVersion(); in updateFrom()
207 && (version != null && entry.getVersion() != null in equalRef()
208 && version.equalsIgnoreCase(entry.getVersion()))) in equalRef()
222 public String getVersion() in getVersion() method in DBRefEntry
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/
H A DSiteFeatureAdapter.java52 String version = feature.getVersion(); in equals()
53 String version2 = adapter.feature.getVersion(); in equals()
68 if (feature.getVersion() != null) { in hashCode()
69 code += feature.getVersion().hashCode(); in hashCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/org/eclipse/equinox/p2/tests/ui/dialogs/
H A DEECompatibilityTest.java117 new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, desc.getId(), desc.getVersion()))); in unsatisfiableUnit()
128 new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, desc.getId(), desc.getVersion()))); in iuRequiringTooRecentEE()
140 .createProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, iu.getId(), iu.getVersion()))); in createFeature()
143 new VersionRange(unit.getVersion(), true, iu.getVersion(), true), null, false, false)) in createFeature()
162 new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, desc.getId(), desc.getVersion()), in aJREJavaSE()
163 new ProvidedCapability("osgi.ee", "JavaSE", desc.getVersion()) })); in aJREJavaSE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/
H A DBug362692.java78 …queryResult = getProfile().query(QueryUtil.createIUQuery(iu.getId(), iu.getVersion()), new NullPro… in testInstall()
82 System.out.println("Already installed: " + iu.getId() + " " + iu.getVersion()); in testInstall()
117 IQuery<IInstallableUnit> query = QueryUtil.createIUQuery(unit.getId(), unit.getVersion()); in validate()
123 …(IStatus.ERROR, TestActivator.PI_PROV_TESTS, unit.getId() + " " + unit.getVersion() + " isn't in t… in validate()
139 IQuery<IInstallableUnit> query = QueryUtil.createIUQuery(unit.getId(), unit.getVersion()); in validate()
145 …(IStatus.ERROR, TestActivator.PI_PROV_TESTS, unit.getId() + " " + unit.getVersion() + " isn't in t… in validate()
150 …(IStatus.ERROR, TestActivator.PI_PROV_TESTS, unit.getId() + " " + unit.getVersion() + " is in the … in validate()
/dports/devel/poco/poco-1.10.1-all/Net/testsuite/src/
H A DHTTPResponseTest.cpp66 assertTrue (response.getVersion() == HTTPMessage::HTTP_1_1); in testRead1()
80 assertTrue (response.getVersion() == HTTPMessage::HTTP_1_0); in testRead2()
94 assertTrue (response.getVersion() == HTTPMessage::HTTP_1_1); in testRead3()
163 assertTrue (cookie1.getVersion() == cookies[0].getVersion()); in testCookies()
184 assertTrue (cookie2.getVersion() == cookie2a.getVersion()); in testCookies()
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A DReflectionExtension_getVersion_basic.phpt2 ReflectionExtension::getVersion()
9 $var = $obj->getVersion() ? $obj->getVersion() : null;
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionExtension_getVersion_basic.phpt2 ReflectionExtension::getVersion()
9 $var = $obj->getVersion() ? $obj->getVersion() : null;
/dports/lang/php80/php-8.0.15/ext/reflection/tests/
H A DReflectionExtension_getVersion_basic.phpt2 ReflectionExtension::getVersion()
9 $var = $obj->getVersion() ? $obj->getVersion() : null;
/dports/www/mod_php80/php-8.0.15/ext/reflection/tests/
H A DReflectionExtension_getVersion_basic.phpt2 ReflectionExtension::getVersion()
9 $var = $obj->getVersion() ? $obj->getVersion() : null;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/
H A DSynchronizeVersionsWizardPage.java197 synchronizeVersion(mode, feature.getVersion(), plugin, monitor); in runOperation()
204 synchronizeVersion(mode, feature.getVersion(), feat, monitor); in runOperation()
243 if (!ICoreConstants.DEFAULT_VERSION.equals(ref.getVersion())) in synchronizeVersion()
249 String baseVersion = modelBase.getPluginBase().getVersion(); in synchronizeVersion()
250 if (!ref.getVersion().equals(baseVersion)) in synchronizeVersion()
257 String baseVersion = modelBase.getPluginBase().getVersion(); in synchronizeVersion()
269 if (!ICoreConstants.DEFAULT_VERSION.equals(ref.getVersion())) in synchronizeVersion()
276 String baseVersion = modelBase.getFeature().getVersion(); in synchronizeVersion()
277 if (!ref.getVersion().equals(baseVersion)) { in synchronizeVersion()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIndexCommit.cpp24 …(otherCommit->getDirectory()->equals(getDirectory()) && otherCommit->getVersion() == getVersion()); in equals()
28 return (getDirectory()->hashCode() + (int32_t)getVersion()); in hashCode()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DReplacing.cpp169 …CompReplacedElementAllowedAttributes, getPackageVersion(), getLevel(), getVersion(), error, getLin… in saveReferencedElement()
180 …or("comp", CompModelFlatteningFailed, getPackageVersion(), getLevel(), getVersion(), error, getLin… in saveReferencedElement()
191 …or("comp", CompModelFlatteningFailed, getPackageVersion(), getLevel(), getVersion(), error, getLin… in saveReferencedElement()
207 …)->logPackageError("comp", errnumber, getPackageVersion(), getLevel(), getVersion(), error, getLin… in saveReferencedElement()
259 const unsigned int sbmlVersion = getVersion(); in readAttributes()
385 …kageError("comp", CompMustReplaceIDs, getPackageVersion(), getLevel(), getVersion(), error, getLin… in updateIDs()
392 …Error("comp", CompMustReplaceMetaIDs, getPackageVersion(), getLevel(), getVersion(), error, getLin… in updateIDs()
403 …or("comp", CompModelFlatteningFailed, getPackageVersion(), getLevel(), getVersion(), error, getLin… in updateIDs()
481 …or("comp", CompModelFlatteningFailed, getPackageVersion(), getLevel(), getVersion(), error, getLin… in performConversions()
498 …or("comp", CompModelFlatteningFailed, getPackageVersion(), getLevel(), getVersion(), error, getLin… in performConversions()
[all …]

12345678910>>...467