Home
last modified time | relevance | path

Searched refs:getAppPath (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/owncloud/owncloud/lib/private/IntegrityCheck/Helpers/
H A DAppLocator.php39 public function getAppPath($appId) { function in OC\\IntegrityCheck\\Helpers\\AppLocator
40 $path = \OC_App::getAppPath($appId);
/dports/www/nextcloud/nextcloud/lib/private/IntegrityCheck/Helpers/
H A DAppLocator.php44 public function getAppPath(string $appId): string { function in OC\\IntegrityCheck\\Helpers\\AppLocator
45 $path = \OC_App::getAppPath($appId);
/dports/www/nextcloud/nextcloud/lib/private/App/
H A DAppManager.php315 $this->getAppPath($appId);
355 $this->getAppPath($appId);
423 public function getAppPath($appId) { function in OC\\App\\AppManager
424 $appPath = \OC_App::getAppPath($appId);
498 $appPath = $this->getAppPath($appId);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/main/
H A Dapplication.ts205 this.supportPath = new FilePath(app.getAppPath());
219 return new FilePath(app.getAppPath());
221 return new FilePath(app.getAppPath()).completePath('../../..');
H A Dutils.ts205 const binRoot = new FilePath(app.getAppPath());
209 return [confPath, sessionPath, new FilePath(app.getAppPath())];
238 return [confPath, sessionPath, new FilePath(app.getAppPath())];
/dports/www/owncloud/owncloud/lib/private/legacy/
H A Dapp.php115 $path = self::getAppPath($app);
176 $appPath = self::getAppPath($app);
253 require_once self::getAppPath($app) . '/appinfo/app.php';
557 public static function getAppPath($appId) { function in OC_App
558 return \OC::$server->getAppManager()->getAppPath($appId);
580 $path = self::getAppPath($appId);
827 $appPath = self::getAppPath($app);
973 $appPath = self::getAppPath($appId);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/platform/win32/
H A Dwin32commondirectories.cpp88 Optional<UTF8String> CommonDirectories::getAppPath () const
102 case CommonDirectoryLocation::AppPath: return getAppPath ();
H A Dwin32commondirectories.h24 Optional<UTF8String> getAppPath () const;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/platform/win32/
H A Dwin32commondirectories.cpp95 Optional<UTF8String> CommonDirectories::getAppPath () const in getAppPath() function in VSTGUI::Standalone::Platform::Win32::CommonDirectories
110 case CommonDirectoryLocation::AppPath: return getAppPath (); in get()
H A Dwin32commondirectories.h29 Optional<UTF8String> getAppPath () const;
/dports/www/owncloud/owncloud/core/Command/App/
H A DListApps.php121 $appDetailRecord['Path'] = \OC_App::getAppPath($app);
134 $appDetailRecord['Path'] = \OC_App::getAppPath($app);
H A DGetPath.php53 $path = \OC_App::getAppPath($appName);
/dports/www/owncloud/owncloud/lib/private/L10N/
H A DFactory.php286 || \OC_Helper::isSubDirectory($transFile, \OC_App::getAppPath($app) . '/l10n/')
317 } elseif ($app && \OC_App::getAppPath($app) !== false) {
319 return \OC_App::getAppPath($app) . '/l10n/';
/dports/www/nextcloud/nextcloud/core/Command/L10n/
H A DCreateJs.php58 $path = \OC_App::getAppPath($app);
165 return $this->getAllLanguages(\OC_App::getAppPath($appName));
/dports/www/nextcloud/nextcloud/apps-pkg/theming/lib/
H A DUtil.php156 $appPath = $this->appManager->getAppPath($app);
197 $appPath = $this->appManager->getAppPath($app);
/dports/www/owncloud/owncloud/core/Command/Db/
H A DConvertType.php281 } elseif (\file_exists($this->appManager->getAppPath($app).'/appinfo/database.xml')) {
282 …$schemaManager->createDbFromStructure($this->appManager->getAppPath($app).'/appinfo/database.xml');
297 return $this->appManager->getAppPath($appId) !== false;
328 return \is_dir($this->appManager->getAppPath($app).'/appinfo/Migrations');
/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmapp.cpp194 fullAppPath = getAppPath(argv[0], wxGetCwd()); in OnInit()
229 wxString CHMApp::getAppPath(const wxString& argv0, const wxString& cwd) in getAppPath() function in CHMApp
H A Dchmapp.h82 wxString getAppPath(const wxString& argv0, const wxString& cwd);
/dports/textproc/highlight/highlight-4.1/src/include/
H A Dplatform_fs.h30 std::string getAppPath();
/dports/www/owncloud/owncloud/apps/external/
H A Dsettings.php10 $images = glob(\OC_App::getAppPath('external') . '/img/*.*');
/dports/www/owncloud/owncloud/lib/public/App/
H A DIAppManager.php179 public function getAppPath($appId); function
/dports/www/owncloud/owncloud/lib/private/
H A DInstaller.php224 $currentDir = OC_App::getAppPath($info['id']);
427 $appDir = OC_App::getAppPath($appId);
526 $appPath = OC_App::getAppPath($app);
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dplatform_fs.cpp55 std::string getAppPath() in getAppPath() function
98 std::string getAppPath()
/dports/www/nextcloud/nextcloud/core/Command/App/
H A DGetPath.php55 $path = \OC_App::getAppPath($appName);
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/
H A Denvironment.h63 std::string getAppPath();

12345