Searched refs:actionOK (Results 1 – 19 of 19) 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}");
69 if (actionOK('register')) {74 if (actionOK('resendpwd')) {
58 if (!actionOK('source')) {
42 if ($auth->canDo('delUser') && actionOK('profile_delete')) {
33 if (empty($INPUT->server->str('REMOTE_USER')) && actionOK('login')) {
75 if (!actionOK('resendpwd')) {
28 if (!actionOK('rss')) {
120 $this->assertFalse(actionOK('profile_delete'));
251 if (actionOK('search')) {261 if (actionOK('index')) {269 if (actionOK('manifest')) {288 if (actionOK('rss')) {310 if (actionOK('rss') && $ACT == 'search') {319 if (actionOK('export_xhtml')) {328 if (actionOK('export_raw')) {748 if (!actionOK('search')) return false;
237 if (!actionOK('subscribe')) {
1001 if (!actionOK('register')) return false;1076 if (!actionOK('profile')) {1168 if (!actionOK('profile_delete') || !$auth->canDo('delUser')) {1220 if (!actionOK('resendpwd')) {
360 function actionOK($action) function
1327 if (!actionOK('subscribe')) return false; //subscribers enabled?
154 if (!actionOK('search')) throw new \RuntimeException('search is disabled');
18 return actionOK('subscribe');
343 if (!actionOK('revisions')) {