Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
H A Dmanifest.php11 if (!actionOK('manifest')) {
/dokuwiki/inc/Menu/Item/
H A DLogin.php21 if (!actionOK('logout')) {
H A DEdit.php36 if (!actionOK("source")) throw new \RuntimeException("action disabled: source");
H A DAbstractItem.php68 if (!actionOK($this->type)) throw new \RuntimeException("action disabled: {$this->type}");
/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/Ui/
H A DLogin.php71 if (actionOK('register')) {
76 if (actionOK('resendpwd')) {
H A DEditor.php58 if (!actionOK('source')) {
H A DUserProfile.php42 if ($auth->canDo('delUser') && actionOK('profile_delete')) {
/dokuwiki/
H A Dfeed.php28 if (!actionOK('rss')) {
/dokuwiki/_test/tests/inc/
H A Dauth_deleteprofile.test.php120 $this->assertFalse(actionOK('profile_delete'));
/dokuwiki/inc/
H A Dtemplate.php251 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;
H A DTaskRunner.php237 if (!actionOK('subscribe')) {
H A Dauth.php1001 if (!actionOK('register')) return false;
1076 if (!actionOK('profile')) {
1168 if (!actionOK('profile_delete') || !$auth->canDo('delUser')) {
1220 if (!actionOK('resendpwd')) {
H A Dconfutils.php360 function actionOK($action) function
H A Dcommon.php1327 if (!actionOK('subscribe')) return false; //subscribers enabled?
/dokuwiki/inc/Feed/
H A DFeedCreator.php154 if (!actionOK('search')) throw new \RuntimeException('search is disabled');
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php18 return actionOK('subscribe');
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php343 if (!actionOK('revisions')) {