Home
last modified time | relevance | path

Searched refs:getAppVersion (Results 1 – 25 of 111) sorted by relevance

12345

/dports/www/nextcloud/nextcloud/lib/public/
H A DApp.php101 public static function getAppVersion($app) { function in OCP\\App
102 return \OC::$server->getAppManager()->getAppVersion($app);
/dports/www/owncloud/owncloud/lib/public/
H A DApp.php150 public static function getAppVersion($app) { function in OCP\\App
151 return \OC_App::getAppVersion($app);
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/
H A Dapplicationtest.cpp47 Version v = qApp->getAppVersion(); in TEST()
62 EXPECT_LE(qApp->getFileFormatVersion(), qApp->getAppVersion()); in TEST()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtversion.h11 float getAppVersion(void);
30 float ToonzVersion::getAppVersion(void) { in getAppVersion() function
/dports/misc/bibletime/bibletime-2.11.2/src/mobile/
H A Dbtmmain.cpp155 if (btm::BtStyle::getAppVersion() > btConfig().value<QString>("btm/version")) { in main()
157 btConfig().setValue<QString>("btm/version", btm::BtStyle::getAppVersion()); in main()
/dports/www/nextcloud/nextcloud/lib/private/
H A DInstaller.php168 …\OC::$server->getConfig()->setAppValue($info['id'], 'installed_version', OC_App::getAppVersion($in…
354 $currentVersion = OC_App::getAppVersion($appId);
438 $currentVersion = OC_App::getAppVersion($appId);
616 $config->setAppValue($app, 'installed_version', OC_App::getAppVersion($app));
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A Dversion.h39 extern const char* getAppVersion();
/dports/games/bzflag/bzflag-2.4.22/include/
H A Dversion.h39 extern const char* getAppVersion();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A Dwin_dbghelp.cpp77 const char* getAppVersion() { in getAppVersion() function
133 const char* szVersion = getAppVersion(); in GenerateDumpAndPrintCallstack()
H A Dwin_dbghelp.h24 const char* getAppVersion();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A Dwin_dbghelp.cpp77 const char* getAppVersion() { in getAppVersion() function
133 const char* szVersion = getAppVersion(); in GenerateDumpAndPrintCallstack()
H A Dwin_dbghelp.h24 const char* getAppVersion();
/dports/www/nextcloud-notes/notes/lib/AppInfo/
H A DCapabilities.php23 'version' => $this->appManager->getAppVersion(Application::APP_ID),
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/
H A DNavigatorID.php39 public function getAppVersion(): string; function
/dports/www/nextcloud-deck/deck/lib/
H A DCapabilities.php52 'version' => $this->appManager->getAppVersion('deck'),
/dports/www/nextcloud/nextcloud/apps-pkg/provisioning_api/lib/
H A DCapabilities.php57 'version' => $this->appManager->getAppVersion('provisioning_api'),
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Stub/
H A DNavigatorID.php40 public function getAppVersion(): string {
/dports/www/nextcloud/nextcloud/lib/private/legacy/
H A DOC_App.php566 public static function getAppVersion(string $appId, bool $useCache = true): string { function in OC_App
567 return \OC::$server->getAppManager()->getAppVersion($appId, $useCache);
870 $info['version'] = OC_App::getAppVersion($app);
880 $currentVersion = OC_App::getAppVersion($app);
1017 \OC::$server->getAppManager()->getAppVersion($appId, false);
1036 $version = \OC_App::getAppVersion($appId);
/dports/www/nextcloud/nextcloud/apps-pkg/files_pdfviewer/templates/
H A Dviewer.php5 $version = \OC::$server->getAppManager()->getAppVersion('files_pdfviewer');
/dports/misc/bibletime/bibletime-2.11.2/src/mobile/ui/
H A Dbtstyle.h62 Q_PROPERTY(QString appVersion READ getAppVersion NOTIFY versionChanged);
166 static QString getAppVersion();
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/
H A DGoogleCloudApigeeV1PodStatus.php34 public function getAppVersion() function in Google_Service_Apigee_GoogleCloudApigeeV1PodStatus
/dports/www/nextcloud/nextcloud/lib/public/App/
H A DIAppManager.php60 public function getAppVersion(string $appId, bool $useCache = true): string; function
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Helper/
H A DNavigator.php84 return $this->getAppVersion();
/dports/www/owncloud/owncloud/lib/private/
H A DUpdater.php346 $this->emit('\OC\Updater', 'appUpgradeStarted', [$appId, \OC_App::getAppVersion($appId)]);
348 $this->emit('\OC\Updater', 'appUpgrade', [$appId, \OC_App::getAppVersion($appId)]);
/dports/www/nextcloud/nextcloud/core/Command/App/
H A DInstall.php86 $appVersion = \OC_App::getAppVersion($appId);

12345