Home
last modified time | relevance | path

Searched refs:getCurrentVersion (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/common/
H A DVersionedAbstractParam.java167 return version == getCurrentVersion(); in isLatestConfigVersion()
179 protected abstract int getCurrentVersion(); in getCurrentVersion() method in VersionedAbstractParam
219 if (fileVersion > getCurrentVersion()) { in updateConfigsFromVersion()
224 + getCurrentVersion() in updateConfigsFromVersion()
229 "Updating configurations from v" + fileVersion + " to v" + getCurrentVersion()); in updateConfigsFromVersion()
234 getConfig().setProperty(getConfigVersionKey(), getCurrentVersion()); in updateConfigsFromVersion()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/
H A DMigrationTestCase.php49 $this->assertEqual($migration->getCurrentVersion(), 0);
52 $current = $migration->getCurrentVersion();
54 $this->assertEqual($migration->getCurrentVersion(), 100);
59 $this->assertEqual($migration->getCurrentVersion(), 3);
67 $this->assertEqual($migration->getCurrentVersion(), 0);
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/test/Horde/Db/Migration/
H A DMigratorTest.php73 $this->assertEquals(3, $migrator->getCurrentVersion());
85 $this->assertEquals(0, $migrator->getCurrentVersion());
108 $this->assertEquals(1, $migrator->getCurrentVersion());
120 $this->assertEquals(2, $migrator->getCurrentVersion());
194 $this->assertEquals(4, $migrator->getCurrentVersion());
197 $this->assertEquals(2, $migrator->getCurrentVersion());
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/
H A DFormatterProfileManager.java58 …va_conventions_profile_name, getJavaSettings(), 1, profileVersioner.getCurrentVersion(), profileVe… in addBuiltinProfiles()
61 …ger_eclipse_profile_name, getEclipseSettings(), 2, profileVersioner.getCurrentVersion(), profileVe… in addBuiltinProfiles()
64 …r_default_profile_name, getEclipse21Settings(), 3, profileVersioner.getCurrentVersion(), profileVe… in addBuiltinProfiles()
104 int profileVersion= prefs.getInt(FORMATTER_SETTINGS_VERSION, versioner.getCurrentVersion()); in getProjectSettings()
105 if (profileVersion == versioner.getCurrentVersion()) in getProjectSettings()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Dsharding_catalog_config_initialization_test.cpp101 ASSERT_EQUALS(version.getCurrentVersion(), foundVersion.getCurrentVersion()); in TEST_F()
123 ASSERT_EQUALS(version.getCurrentVersion(), foundVersion.getCurrentVersion()); in TEST_F()
176 ASSERT_EQUALS(CURRENT_CONFIG_VERSION, foundVersion.getCurrentVersion()); in TEST_F()
203 ASSERT_EQUALS(CURRENT_CONFIG_VERSION, foundVersion.getCurrentVersion()); in TEST_F()
221 ASSERT_EQUALS(CURRENT_CONFIG_VERSION, foundVersion.getCurrentVersion()); in TEST_F()
268 ASSERT_EQUALS(CURRENT_CONFIG_VERSION, newFoundVersion.getCurrentVersion()); in TEST_F()
H A Dtype_config_version.cpp84 if (getCurrentVersion() > UpgradeHistory::UpgradeHistory_NoEpochVersion && in validate()
103 builder.append(currentVersion.name(), getCurrentVersion()); in toBSON()
149 version.getCurrentVersion() <= UpgradeHistory::UpgradeHistory_NoEpochVersion) { in fromBSON()
H A Dsharding_catalog_manager.cpp179 if (versionInfo.getCurrentVersion() == UpgradeHistory_EmptyVersion) { in _initConfigVersion()
192 if (versionInfo.getCurrentVersion() == UpgradeHistory_UnreportedVersion) { in _initConfigVersion()
200 if (versionInfo.getCurrentVersion() < CURRENT_CONFIG_VERSION) { in _initConfigVersion()
205 << versionInfo.getCurrentVersion()}; in _initConfigVersion()
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/bin/
H A Dhorde-db-migrate-component96 echo 'Current schema version: ' . $migrator->getCurrentVersion() . "\n";
113 $migrator->getCurrentVersion() == $migrator->getTargetVersion() ? 0 : 1
126 echo 'Ending schema version: ' . $migrator->getCurrentVersion() . "\n";
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DBackwardCompatibilityManager.cpp144 if (_compatibility && getDefaultVersion() != getCurrentVersion()) in serialiseProperty()
146 std::string key = MyGUI::utility::toString(getCurrentVersion(), "-", propertyName); in serialiseProperty()
155 key = MyGUI::utility::toString(getCurrentVersion(), "-", _widgetType, "-", propertyName); in serialiseProperty()
190 const std::string& BackwardCompatibilityManager::getCurrentVersion() const in getCurrentVersion() function in tools::BackwardCompatibilityManager
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DBackwardCompatibilityManager.cpp144 if (_compatibility && getDefaultVersion() != getCurrentVersion()) in serialiseProperty()
146 std::string key = MyGUI::utility::toString(getCurrentVersion(), "-", propertyName); in serialiseProperty()
155 key = MyGUI::utility::toString(getCurrentVersion(), "-", _widgetType, "-", propertyName); in serialiseProperty()
190 const std::string& BackwardCompatibilityManager::getCurrentVersion() const in getCurrentVersion() function in tools::BackwardCompatibilityManager
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DBackwardCompatibilityManager.cpp144 if (_compatibility && getDefaultVersion() != getCurrentVersion()) in serialiseProperty()
146 std::string key = MyGUI::utility::toString(getCurrentVersion(), "-", propertyName); in serialiseProperty()
155 key = MyGUI::utility::toString(getCurrentVersion(), "-", _widgetType, "-", propertyName); in serialiseProperty()
190 const std::string& BackwardCompatibilityManager::getCurrentVersion() const in getCurrentVersion() function in tools::BackwardCompatibilityManager
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DBackwardCompatibilityManager.cpp144 if (_compatibility && getDefaultVersion() != getCurrentVersion()) in serialiseProperty()
146 std::string key = MyGUI::utility::toString(getCurrentVersion(), "-", propertyName); in serialiseProperty()
155 key = MyGUI::utility::toString(getCurrentVersion(), "-", _widgetType, "-", propertyName); in serialiseProperty()
190 const std::string& BackwardCompatibilityManager::getCurrentVersion() const in getCurrentVersion() function in tools::BackwardCompatibilityManager
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Migration/
H A DMigrator.php85 $currentVersion = $this->getCurrentVersion();
118 public function getCurrentVersion() function in Horde_Db_Migration_Migrator
335 return ($this->_isUp() && $version <= self::getCurrentVersion()) ||
336 ($this->_isDown() && $version > self::getCurrentVersion());
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/updater2/
H A DSWTUpdateChecker.java133 String.valueOf( versionGetter.getCurrentVersion()), in checkForUpdate()
150 if ( force || update_prevented_version != versionGetter.getCurrentVersion()){ in checkForUpdate()
154 update_prevented_version = versionGetter.getCurrentVersion(); in checkForUpdate()
168 if ( update_prevented_version == versionGetter.getCurrentVersion()){ in checkForUpdate()
230 "" + versionGetter.getCurrentVersion(), in checkForUpdate()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/recovery/
H A DLeveldbTimelineStateStore.java364 return getCurrentVersion(); in loadVersion()
387 Version getCurrentVersion() { in getCurrentVersion() method in LeveldbTimelineStateStore
405 if (loadedVersion.equals(getCurrentVersion())) { in checkVersion()
408 if (loadedVersion.isCompatibleTo(getCurrentVersion())) { in checkVersion()
409 LOG.info("Storing timeline state store version info " + getCurrentVersion()); in checkVersion()
414 + getCurrentVersion() + ", but loading version " + loadedVersion; in checkVersion()
/dports/devel/hs-spago/spago-0.20.3/src/Spago/
H A DVersion.hs55 getCurrentVersion :: (HasLogFunc env, HasGit env) => RIO env SemVer
56 getCurrentVersion = do function
105 oldVersion <- getCurrentVersion
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/
H A DTestFSRMStateStore.java81 public Version getCurrentVersion() { in getCurrentVersion() method in TestFSRMStateStore.TestFSRMStateStoreTester.TestFileSystemRMStore
139 public Version getCurrentVersion() throws Exception { in getCurrentVersion() method in TestFSRMStateStore.TestFSRMStateStoreTester
140 return store.getCurrentVersion(); in getCurrentVersion()
295 public Version getCurrentVersion() throws Exception { in testCheckMajorVersionChange()
310 public Version getCurrentVersion() { in testCheckMajorVersionChange()
330 Version defaultVersion = fsTester.getCurrentVersion(); in testCheckMajorVersionChange()
/dports/www/nextcloud/nextcloud/apps-pkg/text/lib/Service/
H A DDocumentService.php144 if ($document->getLastSavedVersion() !== $document->getCurrentVersion()) {
215 if ($version !== $document->getCurrentVersion()) {
228 $oldVersion = $document->getCurrentVersion();
321 …= (string)$document->getLastSavedVersion() || $version > (string)$document->getCurrentVersion())) {
336 $document->setLastSavedVersion($document->getCurrentVersion());
477 return $document->getCurrentVersion() !== $document->getLastSavedVersion();
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/
H A DHistoryServerLeveldbStateStoreService.java341 Version getCurrentVersion() { in getCurrentVersion() method in HistoryServerLeveldbStateStoreService
358 if (loadedVersion.equals(getCurrentVersion())) { in checkVersion()
361 if (loadedVersion.isCompatibleTo(getCurrentVersion())) { in checkVersion()
362 LOG.info("Storing state version info " + getCurrentVersion()); in checkVersion()
367 + getCurrentVersion() + ", but loading version " + loadedVersion); in checkVersion()
/dports/www/horde-base/horde-5.2.23/bin/
H A Dhorde-db-migrate147 $cli->message("Current $app schema version: " . $migrator->getCurrentVersion());
172 $cli->message("Ending $app schema version: " . $migrator->getCurrentVersion());
/dports/www/owncloud/owncloud/lib/private/DB/
H A DMigrationService.php299 return $this->getCurrentVersion();
301 return $this->getRelativeVersion($this->getCurrentVersion(), 1);
303 return $this->getRelativeVersion($this->getCurrentVersion(), -1);
334 private function getCurrentVersion() { function in OC\\DB\\MigrationService
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Ddashboard.php52 <?php if (version_compare($faqConfig->getCurrentVersion(), System::getVersion(), '<')): ?>
61 …he phpMyFAQ version number stored in your database (<?= $faqConfig->getCurrentVersion() ?>) is low…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/updater/
H A Dindex.php84 public function getCurrentVersion() function in updater
109 …if ($version !== '' && $version !== $this->getCurrentVersion() && version_compare($this->getCurren…
132 $updateUrl = $serverUrl . '?version=' . $this->getCurrentVersion();
429 if (isset($matches[1][0]) && version_compare($this->getCurrentVersion(), $matches[1][0])) {
805 $currentVersion = $update->getCurrentVersion();
/dports/www/ilias/ILIAS-5.4.25/Services/Component/classes/
H A Dclass.ilPluginDBUpdate.php56 $this->getCurrentVersion();
108 public function getCurrentVersion() function in ilPluginDBUpdate
/dports/www/ilias6/ILIAS-6.14/Services/Component/classes/
H A Dclass.ilPluginDBUpdate.php54 $this->getCurrentVersion();
106 public function getCurrentVersion() function in ilPluginDBUpdate

1234567891011