Home
last modified time | relevance | path

Searched refs:getVersion (Results 126 – 150 of 11011) sorted by relevance

12345678910>>...441

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DInterfaceControlMessageTest.java96 Assert.assertEquals(0, p.getProxyHandler().getVersion()); in testQueryVersion()
104 Assert.assertEquals(3, p.getProxyHandler().getVersion()); in testQueryVersion()
114 Assert.assertEquals(0, p.getProxyHandler().getVersion()); in testRequireVersion()
117 Assert.assertEquals(1, p.getProxyHandler().getVersion()); in testRequireVersion()
124 Assert.assertEquals(3, p.getProxyHandler().getVersion()); in testRequireVersion()
133 Assert.assertEquals(4, p.getProxyHandler().getVersion()); in testRequireVersion()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DTerrainTile.cpp36 if (out->getVersion() >= VERSION_0044) in write()
41 if (out->getVersion() >= VERSION_0026) in write()
48 if (out->getVersion() >= VERSION_0023) in write()
94 if (in->getVersion() >= VERSION_0044) in read()
99 if (in->getVersion() >= VERSION_0026) in read()
110 if (in->getVersion() >= VERSION_0023) in read()
H A DObject.cpp25 if ( out->getVersion() >= VERSION_0012 ) in write()
39 if ( out->getVersion() >= VERSION_0031) in write()
62 if ( in->getVersion() >= VERSION_0012 ) in read()
76 if ( in->getVersion() >= VERSION_0031) in read()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DTerrainTile.cpp36 if (out->getVersion() >= VERSION_0044) in write()
41 if (out->getVersion() >= VERSION_0026) in write()
48 if (out->getVersion() >= VERSION_0023) in write()
94 if (in->getVersion() >= VERSION_0044) in read()
99 if (in->getVersion() >= VERSION_0026) in read()
110 if (in->getVersion() >= VERSION_0023) in read()
H A DObject.cpp25 if ( out->getVersion() >= VERSION_0012 ) in write()
39 if ( out->getVersion() >= VERSION_0031) in write()
62 if ( in->getVersion() >= VERSION_0012 ) in read()
76 if ( in->getVersion() >= VERSION_0031) in read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DInterfaceControlMessageTest.java96 Assert.assertEquals(0, p.getProxyHandler().getVersion()); in testQueryVersion()
104 Assert.assertEquals(3, p.getProxyHandler().getVersion()); in testQueryVersion()
114 Assert.assertEquals(0, p.getProxyHandler().getVersion()); in testRequireVersion()
117 Assert.assertEquals(1, p.getProxyHandler().getVersion()); in testRequireVersion()
124 Assert.assertEquals(3, p.getProxyHandler().getVersion()); in testRequireVersion()
133 Assert.assertEquals(4, p.getProxyHandler().getVersion()); in testRequireVersion()
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DChat.java66 public static String getVersion() { in getVersion() method in Chat
259 AI.getVersion() in parseInput()
261 + BoardConnector.getVersion() in parseInput()
263 + Chat.getVersion() in parseInput()
265 + ChessClock.getVersion() in parseInput()
271 + History.getVersion() in parseInput()
273 + JChessBoard.getVersion() in parseInput()
275 + Move.getVersion() in parseInput()
277 + PGN.getVersion() in parseInput()
279 + VirtualBoard.getVersion() in parseInput()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/
H A DSourceGenerator.java91 …return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS… in getSourcePluginName()
102 String versionRequested = entry.getVersion(); in collectSourceEntries()
197 entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true); in associateExtraEntries()
248 String version = featureExample.getVersion(); in createSourceFeature()
310 buffer.replace(beginId, beginId + REPLACED_FRAGMENT_VERSION.length(), fragment.getVersion()); in create30SourceFragment()
453 getSite().missingPlugin(pluginEntry.getId(), pluginEntry.getVersion(), null, true); in createSourceBundle()
460 if (Utils.matchVersions(bundle.getVersion().toString(), version.toString())) in createSourceBundle()
482 if (entryMap != null && bundle.getVersion().toString().equals(entryMap.get(VERSION))) { in createSourceBundle()
486 if (existingEntry == null || existingEntry.getVersion() == GENERIC_VERSION_NUMBER) { in createSourceBundle()
664 buffer.replace(beginId, beginId + REPLACED_PLUGIN_VERSION.length(), result.getVersion()); in create30SourcePlugin()
[all …]
/dports/games/freesynd/freesynd-0.7.5/src/
H A Dmodowner.h49 return (pMod->getVersion() < pNewMod->getVersion()); in canHaveMod()
73 return (pMod && pMod->getVersion() >= version); in hasMinimumVersionOfMod()
90 if (pMod->getVersion() >= Mod::MOD_V1) { in getHealthRegenerationPeriod()
/dports/www/pecl-solr/solr-2.5.1/tests/
H A D059.solrinputdocument_setversion.phpt15 var_dump($doc->getVersion());
18 var_dump($doc->getVersion());
21 var_dump($doc->getVersion());
24 var_dump($doc->getVersion());
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/Elastic/
H A DIndex.php122 "type" => $this->connection->getVersion() >= 5 ? "keyword" : "string",
123 "index" => $this->connection->getVersion() >= 5 ? true : "not_analyzed",
126 "sort" => $this->connection->getVersion() >= 5 ?
158 "index" => $this->connection->getVersion() >= 5 ? true : "not_analyzed",
174 "type" => $this->connection->getVersion() >= 5 ? "text" : "string",
177 "sort" => $this->connection->getVersion() >= 5 ?
256 if ($this->connection->getVersion() >= 5) {
266 if ($this->connection->getVersion() > 5.0) {
363 …$builder = new Search_Elastic_FacetBuilder($this->facetCount, $this->connection->getVersion() >= 2…
366 …if ($this->connection->getVersion() >= 6.0 && $query->getSortOrder()->getField() === Search_Query_…
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestSBMLNamespaces.java130 assertTrue( sbml.getVersion() == 1 ); in test_SBMLNamespaces_L1V1()
142 assertTrue( sbml.getVersion() == 2 ); in test_SBMLNamespaces_L1V2()
154 assertTrue( sbml.getVersion() == 1 ); in test_SBMLNamespaces_L2V1()
166 assertTrue( sbml.getVersion() == 2 ); in test_SBMLNamespaces_L2V2()
178 assertTrue( sbml.getVersion() == 3 ); in test_SBMLNamespaces_L2V3()
190 assertTrue( sbml.getVersion() == 4 ); in test_SBMLNamespaces_L2V4()
202 assertTrue( sbml.getVersion() == 1 ); in test_SBMLNamespaces_L3V1()
214 assertTrue( sbmlns.getVersion() == 1 ); in test_SBMLNamespaces_add_and_remove_namespaces()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestSBMLNamespaces.java130 assertTrue( sbml.getVersion() == 1 ); in test_SBMLNamespaces_L1V1()
142 assertTrue( sbml.getVersion() == 2 ); in test_SBMLNamespaces_L1V2()
154 assertTrue( sbml.getVersion() == 1 ); in test_SBMLNamespaces_L2V1()
166 assertTrue( sbml.getVersion() == 2 ); in test_SBMLNamespaces_L2V2()
178 assertTrue( sbml.getVersion() == 3 ); in test_SBMLNamespaces_L2V3()
190 assertTrue( sbml.getVersion() == 4 ); in test_SBMLNamespaces_L2V4()
202 assertTrue( sbml.getVersion() == 1 ); in test_SBMLNamespaces_L3V1()
214 assertTrue( sbmlns.getVersion() == 1 ); in test_SBMLNamespaces_add_and_remove_namespaces()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/cats/
H A Dupdate_postgresql_tables.in32 getVersion()
37 getVersion
85 getVersion
107 getVersion
125 getVersion
142 getVersion
380 getVersion
407 getVersion
421 getVersion
444 getVersion
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/cats/
H A Dupdate_postgresql_tables.in32 getVersion()
37 getVersion
85 getVersion
107 getVersion
125 getVersion
142 getVersion
380 getVersion
407 getVersion
421 getVersion
444 getVersion
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/cats/
H A Dupdate_postgresql_tables.in32 getVersion()
37 getVersion
85 getVersion
107 getVersion
125 getVersion
142 getVersion
380 getVersion
407 getVersion
421 getVersion
444 getVersion
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/cats/
H A Dupdate_postgresql_tables.in32 getVersion()
37 getVersion
85 getVersion
107 getVersion
125 getVersion
142 getVersion
380 getVersion
407 getVersion
421 getVersion
444 getVersion
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/
H A DImportPackageObject.java33 private static String getVersion(ExportPackageDescription desc) { in getVersion() method in ImportPackageObject
34 String version = desc.getVersion().toString(); in getVersion()
36 return desc.getVersion().toString(); in getVersion()
46 super(header, desc.getName(), getVersion(desc), versionAttribute); in ImportPackageObject()
107 VersionRange versionRange = new VersionRange(getVersion()); in isResolved()
110 .anyMatch(p -> versionRange.isIncluded(p.getVersion())); in isResolved()
/dports/devel/level-zero/level-zero-1.7.4/source/loader/
H A Dze_loader.cpp132 auto getVersion = reinterpret_cast<getVersion_t>( in init() local
135 if(getVersion && ZE_RESULT_SUCCESS == getVersion(&version)) in init()
148 auto getVersion = reinterpret_cast<getVersion_t>( in init() local
151 if(getVersion && ZE_RESULT_SUCCESS == getVersion(&version)) in init()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DUpgradeManagerNamenode.java78 + command.getAction() + " version " + command.getVersion() in processUpgradeCommand()
83 if(command.getVersion() != curUO.getVersion()) in processUpgradeCommand()
84 throw new IncorrectVersionException(command.getVersion(), in processUpgradeCommand()
85 "UpgradeCommand", curUO.getVersion()); in processUpgradeCommand()
93 + curUO.getVersion() + " to current LV " in processUpgradeCommand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/
H A DArtifactKeyParsingTest.java47 assertEquals(Version.create("1.0"), key.getVersion()); in testDeserialize()
56 assertEquals(Version.create("1.0"), key.getVersion()); in testDeserializeEmptyClassifier()
65 assertEquals(Version.create("1.0"), key.getVersion()); in testDeserializeEmptyIdentifier()
74 assertEquals(Version.create("0.0"), key.getVersion()); in testDeserializeEmptyVersion()
83 assertEquals(Version.create("0.0"), key.getVersion()); in testDeserializeEmptyEverything()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/transport/udp/
H A DDHTTransportUDP.java119 getVersion( in getVersion() method in DHTTransportUDP.Helper
126 …public static final byte PROTOCOL_VERSION_MAIN = Helper.getVersion( PROTOCOL_VERSION_PROC_TIME…
127 …public static final byte PROTOCOL_VERSION_CVS = Helper.getVersion( PROTOCOL_VERSION_PROC_TIME …
129 …public static final byte PROTOCOL_VERSION_MIN = Helper.getVersion( PROTOCOL_VERSION_VIVALDI_OP…
130 …public static final byte PROTOCOL_VERSION_MIN_CVS = Helper.getVersion( PROTOCOL_VERSION_VIVALDI…
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/cms/
H A DRecipientInfo.java101 public ASN1Integer getVersion() in getVersion() method in RecipientInfo
110 return KeyAgreeRecipientInfo.getInstance(o, false).getVersion(); in getVersion()
112 return getKEKInfo(o).getVersion(); in getVersion()
114 return PasswordRecipientInfo.getInstance(o, false).getVersion(); in getVersion()
122 return KeyTransRecipientInfo.getInstance(info).getVersion(); in getVersion()
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/cc/arduino/contributions/packages/
H A DContributedTool.java41 public abstract String getVersion(); in getVersion() method in ContributedTool
74 res = "Tool name : " + getName() + " " + getVersion() + "\n"; in toString()
95 return getName().equals(obj1.getName()) && getVersion().equals(obj1.getVersion()); in equals()
/dports/www/ilias/ILIAS-5.4.25/Modules/File/classes/
H A Dclass.ilObjFile.php174 'meta_version' => ['integer', (int) $this->getVersion()],
340 if ($this->getVersion() > 0) {
349 if ($this->getVersion() < $highest_version) {
352 if ($this->getVersion() > $this->getMaxVersion()) {
353 $this->setMaxVersion($this->getVersion());
421 $this->createPreview($this->getVersion() > 1);
722 public function getVersion() function in ilObjFile
1057 $filedir = $this->getDirectory($this->getVersion());
1249 $this->setVersion($this->getVersion() + 1);
1251 if (@!is_dir($this->getDirectory($this->getVersion()))) {
[all …]

12345678910>>...441