Home
last modified time | relevance | path

Searched refs:dbSchemaVersion (Results 1 – 21 of 21) sorted by relevance

/dports/devel/kio-extras/kio-extras-21.12.3/activities/common/database/schema/
H A DResourcesDatabaseSchema.cpp127 QString dbSchemaVersion; in initSchema() local
134 dbSchemaVersion = query.value(0).toString(); in initSchema()
138 if (dbSchemaVersion == version()) { in initSchema()
148 if (dbSchemaVersion < QStringLiteral("2014.04.14")) { in initSchema()
162 if (dbSchemaVersion < QStringLiteral("2015.02.09")) { in initSchema()
/dports/x11/kf5-kactivities-stats/kactivities-stats-5.89.0/src/common/database/schema/
H A DResourcesDatabaseSchema.cpp131 QString dbSchemaVersion; in initSchema() local
137 dbSchemaVersion = query.value(0).toString(); in initSchema()
141 if (dbSchemaVersion == version()) { in initSchema()
151 if (dbSchemaVersion < QStringLiteral("2014.04.14")) { in initSchema()
163 if (dbSchemaVersion < QStringLiteral("2015.02.09")) { in initSchema()
/dports/x11/plasma5-kactivitymanagerd/kactivitymanagerd-5.23.5/src/common/database/schema/
H A DResourcesDatabaseSchema.cpp126 QString dbSchemaVersion; in initSchema() local
132 dbSchemaVersion = query.value(0).toString(); in initSchema()
136 if (dbSchemaVersion == version()) { in initSchema()
146 if (dbSchemaVersion < QStringLiteral("2014.04.14")) { in initSchema()
170 if (dbSchemaVersion < QStringLiteral("2015.02.09")) { in initSchema()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DCaseDbSchemaVersionNumber.java63 public boolean isCompatible(CaseDbSchemaVersionNumber dbSchemaVersion) { in isCompatible() argument
69 final int dbMajor = dbSchemaVersion.getMajor(); in isCompatible()
H A DSleuthkitCase.java883 dbSchemaVersion = updateFromSchema2toSchema3(dbSchemaVersion, connection); in updateDatabaseSchema()
884 dbSchemaVersion = updateFromSchema3toSchema4(dbSchemaVersion, connection); in updateDatabaseSchema()
885 dbSchemaVersion = updateFromSchema4toSchema5(dbSchemaVersion, connection); in updateDatabaseSchema()
886 dbSchemaVersion = updateFromSchema5toSchema6(dbSchemaVersion, connection); in updateDatabaseSchema()
887 dbSchemaVersion = updateFromSchema6toSchema7(dbSchemaVersion, connection); in updateDatabaseSchema()
888 dbSchemaVersion = updateFromSchema7toSchema7dot1(dbSchemaVersion, connection); in updateDatabaseSchema()
889 dbSchemaVersion = updateFromSchema7dot1toSchema7dot2(dbSchemaVersion, connection); in updateDatabaseSchema()
890 dbSchemaVersion = updateFromSchema7dot2toSchema8dot0(dbSchemaVersion, connection); in updateDatabaseSchema()
891 dbSchemaVersion = updateFromSchema8dot0toSchema8dot1(dbSchemaVersion, connection); in updateDatabaseSchema()
892 dbSchemaVersion = updateFromSchema8dot1toSchema8dot2(dbSchemaVersion, connection); in updateDatabaseSchema()
[all …]
/dports/www/matomo/piwik/plugins/Login/Security/
H A DBruteForceDetection.php61 $dbSchemaVersion = $this->updater->getCurrentComponentVersion('core');
62 if ($dbSchemaVersion && version_compare($dbSchemaVersion, '3.8.0') == -1) {
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/nvdcve/
H A DConnectionFactory.java430 final String dbSchemaVersion = settings.getString(Settings.KEYS.DB_VERSION); in ensureSchemaVersion() local
431 … final DependencyVersion appDbVersion = DependencyVersionUtil.parseVersion(dbSchemaVersion); in ensureSchemaVersion()
440 LOGGER.debug("Current Schema: {}", dbSchemaVersion); in ensureSchemaVersion()
/dports/www/matomo/piwik/core/
H A DFrontController.php665 $dbSchemaVersion = $updater->getCurrentComponentVersion('core');
667 if (-1 === version_compare($current, $dbSchemaVersion)) {
669 …:translate('General_ExceptionDatabaseVersionNewerThanCodebase', array($current, $dbSchemaVersion)),
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/cookie/
H A DnsPermissionManager.cpp917 int32_t dbSchemaVersion; in InitDB() local
918 rv = mDBConn->GetSchemaVersion(&dbSchemaVersion); in InitDB()
921 switch (dbSchemaVersion) { in InitDB()
997 if (dbSchemaVersion == 5) { in InitDB()
1284 if (dbSchemaVersion == 7 && hostsIsBackupExists) { in InitDB()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cookie/
H A DCookiePersistentStorage.cpp834 int32_t dbSchemaVersion; in TryInitDB() local
835 rv = mSyncConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
844 switch (dbSchemaVersion) { in TryInitDB()
/dports/www/firefox/firefox-99.0/netwerk/cookie/
H A DCookiePersistentStorage.cpp835 int32_t dbSchemaVersion; in TryInitDB() local
836 rv = mSyncConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
845 switch (dbSchemaVersion) { in TryInitDB()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cookie/
H A DCookiePersistentStorage.cpp834 int32_t dbSchemaVersion; in TryInitDB() local
835 rv = mSyncConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
844 switch (dbSchemaVersion) { in TryInitDB()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cookie/
H A DCookiePersistentStorage.cpp842 int32_t dbSchemaVersion; in TryInitDB() local
843 rv = mSyncConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
849 switch (dbSchemaVersion) { in TryInitDB()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/permissions/
H A DPermissionManager.cpp897 int32_t dbSchemaVersion; in TryInitDB() local
898 rv = data->mDBConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
901 switch (dbSchemaVersion) { in TryInitDB()
978 if (dbSchemaVersion == 5) { in TryInitDB()
1245 if (dbSchemaVersion == 7 && hostsIsBackupExists) { in TryInitDB()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/cookie/
H A DnsPermissionManager.cpp1057 int32_t dbSchemaVersion; in InitDB() local
1058 rv = mDBConn->GetSchemaVersion(&dbSchemaVersion); in InitDB()
1061 switch (dbSchemaVersion) { in InitDB()
1135 if (dbSchemaVersion == 5) { in InitDB()
1438 if (dbSchemaVersion == 7 && hostsIsBackupExists) { in InitDB()
/dports/www/firefox-esr/firefox-91.8.0/extensions/permissions/
H A DPermissionManager.cpp892 int32_t dbSchemaVersion; in TryInitDB() local
893 rv = data->mDBConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
896 switch (dbSchemaVersion) { in TryInitDB()
973 if (dbSchemaVersion == 5) { in TryInitDB()
1229 if (dbSchemaVersion == 7 && hostsIsBackupExists) { in TryInitDB()
/dports/www/firefox/firefox-99.0/extensions/permissions/
H A DPermissionManager.cpp916 int32_t dbSchemaVersion; in TryInitDB() local
917 rv = data->mDBConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
920 switch (dbSchemaVersion) { in TryInitDB()
997 if (dbSchemaVersion == 5) { in TryInitDB()
1253 if (dbSchemaVersion == 7 && hostsIsBackupExists) { in TryInitDB()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/permissions/
H A DPermissionManager.cpp892 int32_t dbSchemaVersion; in TryInitDB() local
893 rv = data->mDBConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
896 switch (dbSchemaVersion) { in TryInitDB()
973 if (dbSchemaVersion == 5) { in TryInitDB()
1229 if (dbSchemaVersion == 7 && hostsIsBackupExists) { in TryInitDB()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/modules/
H A DGlodaDatastore.jsm1134 let dbSchemaVersion = (this._actualSchemaVersion =
1137 if (dbSchemaVersion > this._schemaVersion) {
1139 dbSchemaVersion >= DB_SCHEMA_ACCEPT_LEAVE_LOW &&
1140 dbSchemaVersion <= DB_SCHEMA_ACCEPT_LEAVE_HIGH
1145 dbSchemaVersion
1148 dbSchemaVersion >= DB_SCHEMA_ACCEPT_DOWNGRADE_LOW &&
1149 dbSchemaVersion <= DB_SCHEMA_ACCEPT_DOWNGRADE_HIGH
1151 let newVersion = dbSchemaVersion - DB_SCHEMA_DOWNGRADE_DELTA;
1157 dbSchemaVersion
1164 } else if (dbSchemaVersion < this._schemaVersion) {
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cookie/
H A DnsCookieService.cpp870 int32_t dbSchemaVersion; in TryInitDB() local
871 rv = mDefaultDBState->syncConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
877 switch (dbSchemaVersion) { in TryInitDB()
1299 dbSchemaVersion); in TryInitDB()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cookie/
H A DnsCookieService.cpp989 int32_t dbSchemaVersion; in TryInitDB() local
990 rv = mDefaultDBState->dbConn->GetSchemaVersion(&dbSchemaVersion); in TryInitDB()
996 switch (dbSchemaVersion) { in TryInitDB()