Home
last modified time | relevance | path

Searched refs:getCurrentApp (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Dentry.cpp380 static AppI* getCurrentApp(AppI* _set = NULL) in getCurrentApp() function
411 bx::strCopy(s_restartArgs, BX_COUNTOF(s_restartArgs), getCurrentApp()->getName() ); in cmdApp()
417 AppI* next = getNextWrap(getCurrentApp() ); in cmdApp()
423 AppI* prev = getCurrentApp(); in cmdApp()
424 for (AppI* app = getNextWrap(prev); app != getCurrentApp(); app = getNextWrap(app) ) in cmdApp()
630 result = runApp(getCurrentApp(selected), _argc, _argv); in main()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Dentry.cpp380 static AppI* getCurrentApp(AppI* _set = NULL) in getCurrentApp() function
411 bx::strCopy(s_restartArgs, BX_COUNTOF(s_restartArgs), getCurrentApp()->getName() ); in cmdApp()
417 AppI* next = getNextWrap(getCurrentApp() ); in cmdApp()
423 AppI* prev = getCurrentApp(); in cmdApp()
424 for (AppI* app = getNextWrap(prev); app != getCurrentApp(); app = getNextWrap(app) ) in cmdApp()
630 result = runApp(getCurrentApp(selected), _argc, _argv); in main()
/dports/www/owncloud/owncloud/lib/private/
H A DTemplateLayout.php62 if (\in_array(\OC_App::getCurrentApp(), ['settings','admin', 'help']) !== false) {
H A DServer.php1084 $dir = '/' . \OC_App::getCurrentApp();
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/Agenda/
H A Dclass.ilCalendarAgendaListGUI.php102 …nGUI::_getInstance(new ilDate($this->seed->get(IL_CAL_DATE), IL_CAL_DATE), $this->getCurrentApp());
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/Agenda/
H A Dclass.ilCalendarAgendaListGUI.php102 …nGUI::_getInstance(new ilDate($this->seed->get(IL_CAL_DATE), IL_CAL_DATE), $this->getCurrentApp());
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Service/
H A DFederatedUserService.php407 public function getCurrentApp(): ?FederatedUser { function in OCA\\Circles\\Service\\FederatedUserService
1133 $owner = $this->getCurrentApp();
H A DSyncService.php414 $member->setInvitedBy($this->federatedUserService->getCurrentApp());
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/
H A Dclass.ilCalendarMonthGUI.php76 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
H A Dclass.ilCalendarViewGUI.php142 public function getCurrentApp() function in ilCalendarViewGUI
H A Dclass.ilCalendarDayGUI.php103 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
H A Dclass.ilCalendarWeekGUI.php77 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/
H A Dclass.ilCalendarMonthGUI.php76 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
H A Dclass.ilCalendarViewGUI.php142 public function getCurrentApp() function in ilCalendarViewGUI
H A Dclass.ilCalendarDayGUI.php103 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
H A Dclass.ilCalendarWeekGUI.php77 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
/dports/www/nextcloud/nextcloud/lib/private/
H A DTemplateLayout.php95 if (in_array(\OC_App::getCurrentApp(), ['settings','admin', 'help']) !== false) {
/dports/www/owncloud/owncloud/lib/private/legacy/
H A Dapp.php652 public static function getCurrentApp() { function in OC_App
/dports/www/nextcloud/nextcloud/lib/private/legacy/
H A DOC_App.php630 public static function getCurrentApp(): string { function in OC_App