Home
last modified time | relevance | path

Searched refs:needs_upgrade (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/multimc/MultiMC5-0.6.11/api/logic/updater/
H A DGoUpdate.cpp117 bool needs_upgrade = false; in processFileLists() local
120 needs_upgrade = true; in processFileLists()
147 if(!needs_upgrade) in processFileLists()
159 needs_upgrade = true; in processFileLists()
164 if (!needs_upgrade) in processFileLists()
/dports/www/trac-devel/Trac-1.5.3/trac/admin/
H A Dconsole.py54 needs_upgrade = None variable in TracAdmin
233 if self.needs_upgrade is None:
234 self.needs_upgrade = self.__env.needs_upgrade()
241 self.needs_upgrade = None
242 elif self.needs_upgrade:
/dports/net-im/prosody/prosody-0.11.13/tools/migration/migrator/
H A Dprosody_sql.lua87 local function needs_upgrade(engine, params) function
113 if needs_upgrade(engine, input) then
154 if needs_upgrade(engine, output) then
/dports/net/krill/krill-0.9.4/src/upgrades/
H A Dmod.rs168 if needs_upgrade(&config.data_dir, "cas", KrillVersion::candidate(0, 9, 3, 2)) { in post_start_upgrade()
209 needs_upgrade(work_dir, ns, KrillVersion::release(0, 9, 0)) in needs_v0_9_0_upgrade()
212 fn needs_upgrade(work_dir: &Path, ns: &str, before: KrillVersion) -> bool { in needs_upgrade() function
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Command/
H A Dupgrade.pm45 if ($engine->needs_upgrade) {
/dports/mail/notmuch/notmuch-0.34.2/bindings/python/docs/source/
H A Ddatabase.rst18 .. automethod:: needs_upgrade
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/python/docs/source/
H A Ddatabase.rst18 .. automethod:: needs_upgrade
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python/docs/source/
H A Ddatabase.rst18 .. automethod:: needs_upgrade
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/python/docs/source/
H A Ddatabase.rst18 .. automethod:: needs_upgrade
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/python/docs/source/
H A Ddatabase.rst18 .. automethod:: needs_upgrade
/dports/astro/phd2/phd2-2.6.10/
H A Dphdupdate.cpp389 bool needs_upgrade = cur < avail; in NeedsUpgrade() local
392 if (!needs_upgrade) in NeedsUpgrade()
404 needs_upgrade = true; in NeedsUpgrade()
412 if (needs_upgrade) in NeedsUpgrade()
/dports/www/trac-devel/Trac-1.5.3/trac/
H A Denv.py745 def needs_upgrade(self): member in Environment
868 needs_upgrade = env.needs_upgrade()
878 if needs_upgrade:
1057 if not self.env.needs_upgrade():
/dports/devel/py-pipx/pipx-0.16.4/src/pipx/
H A Dshared_libs.py59 def needs_upgrade(self) -> bool: member in _SharedLibs
H A Dvenv.py103 if shared_libs.needs_upgrade:
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/smoosh/src/
H A Dsmoosh_server.erl320 NeedsUpgrade = needs_upgrade(ViewInfo),
357 NeedsUpgrade = needs_upgrade(DocInfo),
435 needs_upgrade(Props) -> function
/dports/www/trac-devel/Trac-1.5.3/trac/tests/
H A Denv.py355 self.assertTrue(self.env.needs_upgrade())
398 self.assertTrue(self.env.needs_upgrade())
734 self.assertTrue(self.src_env.needs_upgrade())
736 self.assertFalse(self.src_env.needs_upgrade())
742 self.assertFalse(self.dst_env.needs_upgrade())
/dports/www/trac-devel/Trac-1.5.3/trac/db/
H A Dapi.py502 def needs_upgrade(self, version, name='database_version'): member in DatabaseManager
614 return self.needs_upgrade(db_default.db_version)
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/lib/
H A DDBIEngineTest.pm98 ok !$engine->needs_upgrade, 'Registry should not need upgrading';
114 ok $engine->needs_upgrade, 'Registry should need upgrading';
130 ok !$engine->needs_upgrade, 'Registry should no longer need upgrading';
153 ok !$engine->needs_upgrade, 'Registry should not need upgrading';
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DEngine.pm986 sub needs_upgrade { subroutine
1017 return $self unless $self->needs_upgrade;
/dports/mail/notmuch/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_database.py114 assert db.needs_upgrade in (True, False)
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_database.py114 assert db.needs_upgrade in (True, False)
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_database.py114 assert db.needs_upgrade in (True, False)
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_database.py114 assert db.needs_upgrade in (True, False)
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_database.py114 assert db.needs_upgrade in (True, False)
/dports/mail/notmuch/notmuch-0.34.2/bindings/python/notmuch/
H A Ddatabase.py290 def needs_upgrade(self): member in Database

12