Home
last modified time | relevance | path

Searched refs:actionOK (Results 1 – 17 of 17) sorted by path

/dokuwiki/
H A Dfeed.php28 if (!actionOK('rss')) {
/dokuwiki/inc/Action/
H A DDenied.php33 if (empty($INPUT->server->str('REMOTE_USER')) && actionOK('login')) {
H A DResendpwd.php75 if (!actionOK('resendpwd')) {
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php343 if (!actionOK('revisions')) {
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php68 if (!actionOK($this->type)) throw new \RuntimeException("action disabled: {$this->type}");
H A DEdit.php36 if (!actionOK("source")) throw new \RuntimeException("action disabled: source");
H A DLogin.php21 if (!actionOK('logout')) {
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php18 return actionOK('subscribe');
/dokuwiki/inc/
H A DTaskRunner.php237 if (!actionOK('subscribe')) {
H A Dauth.php976 if (!actionOK('register')) return false;
1051 if (!actionOK('profile')) {
1143 if (!actionOK('profile_delete') || !$auth->canDo('delUser')) {
1195 if (!actionOK('resendpwd')) {
H A Dcommon.php1359 if (!actionOK('subscribe')) return false; //subscribers enabled?
H A Dconfutils.php360 function actionOK($action)
347 function actionOK($action){ global() function
H A Dtemplate.php251 if (actionOK('search')) {
261 if (actionOK('index')) {
269 if (actionOK('manifest')) {
287 if (actionOK('rss')) {
309 if (actionOK('rss') && $ACT == 'search') {
318 if (actionOK('export_xhtml')) {
327 if (actionOK('export_raw')) {
747 if (!actionOK('search')) return false;
/dokuwiki/inc/Ui/
H A DEditor.php58 if (!actionOK('source')) {
H A DLogin.php69 if (actionOK('register')) {
74 if (actionOK('resendpwd')) {
H A DUserProfile.php42 if ($auth->canDo('delUser') && actionOK('profile_delete')) {
/dokuwiki/lib/exe/
H A Dmanifest.php11 if (!actionOK('manifest')) {