Home
last modified time | relevance | path

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

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