Searched refs:actionOK (Results 1 – 21 of 21) sorted by relevance
11 if (!actionOK('manifest')) {
21 if (!actionOK('logout')) {
36 if (!actionOK("source")) throw new \RuntimeException("action disabled: source");
68 if (!actionOK($this->type)) throw new \RuntimeException("action disabled: {$this->type}");
33 if (empty($INPUT->server->str('REMOTE_USER')) && actionOK('login')) {
75 if (!actionOK('resendpwd')) {
71 if (actionOK('register')) {76 if (actionOK('resendpwd')) {
108 if (actionOK('diff')) {
107 if (actionOK('diff')) {
58 if (!actionOK('source')) {
42 if ($auth->canDo('delUser') && actionOK('profile_delete')) {
29 if (!actionOK('rss')) {
265 if (!actionOK('diff')) {312 if (!actionOK('diff')) {353 if (!actionOK('revisions')) {
120 $this->assertFalse(actionOK('profile_delete'));
252 if (actionOK('search')) {262 if (actionOK('index')) {270 if (actionOK('manifest')) {289 if (actionOK('rss')) {305 if (actionOK('rss') && $ACT == 'search') {314 if (actionOK('export_xhtml')) {323 if (actionOK('export_raw')) {743 if (!actionOK('search')) return false;
255 if (!actionOK('subscribe')) {
1020 if (!actionOK('register')) return false;1095 if (!actionOK('profile')) {1187 if (!actionOK('profile_delete') || !$auth->canDo('delUser')) {1239 if (!actionOK('resendpwd')) {
360 function actionOK($action) function
1313 if (!actionOK('subscribe')) return false; //subscribers enabled?
18 return actionOK('subscribe');
148 if (!actionOK('search')) throw new \RuntimeException('search is disabled');