/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/entry/ |
H A D | entry.cpp | 380 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 D | entry.cpp | 380 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 D | TemplateLayout.php | 62 if (\in_array(\OC_App::getCurrentApp(), ['settings','admin', 'help']) !== false) {
|
H A D | Server.php | 1084 $dir = '/' . \OC_App::getCurrentApp();
|
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/Agenda/ |
H A D | class.ilCalendarAgendaListGUI.php | 102 …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 D | class.ilCalendarAgendaListGUI.php | 102 …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 D | FederatedUserService.php | 407 public function getCurrentApp(): ?FederatedUser { function in OCA\\Circles\\Service\\FederatedUserService 1133 $owner = $this->getCurrentApp();
|
H A D | SyncService.php | 414 $member->setInvitedBy($this->federatedUserService->getCurrentApp());
|
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/ |
H A D | class.ilCalendarMonthGUI.php | 76 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
|
H A D | class.ilCalendarViewGUI.php | 142 public function getCurrentApp() function in ilCalendarViewGUI
|
H A D | class.ilCalendarDayGUI.php | 103 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
|
H A D | class.ilCalendarWeekGUI.php | 77 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
|
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/ |
H A D | class.ilCalendarMonthGUI.php | 76 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
|
H A D | class.ilCalendarViewGUI.php | 142 public function getCurrentApp() function in ilCalendarViewGUI
|
H A D | class.ilCalendarDayGUI.php | 103 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
|
H A D | class.ilCalendarWeekGUI.php | 77 … $gui = ilCalendarAppointmentPresentationGUI::_getInstance($this->seed, $this->getCurrentApp());
|
/dports/www/nextcloud/nextcloud/lib/private/ |
H A D | TemplateLayout.php | 95 if (in_array(\OC_App::getCurrentApp(), ['settings','admin', 'help']) !== false) {
|
/dports/www/owncloud/owncloud/lib/private/legacy/ |
H A D | app.php | 652 public static function getCurrentApp() { function in OC_App
|
/dports/www/nextcloud/nextcloud/lib/private/legacy/ |
H A D | OC_App.php | 630 public static function getCurrentApp(): string { function in OC_App
|