Home
last modified time | relevance | path

Searched +full:manager -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 47) sorted by path

12

/dokuwiki/conf/
H A Dacl.auth.php.dist8 # Manager interface instead.
H A Ddokuwiki.php61 $conf['manager'] = '!!not set!!'; //The manager can be user or @group or comma separated list user1,@group1,user2
H A Dmediameta.php4 * the media manager. Each field of the array is an array with the
H A Dmysql.conf.php.example104 /* Additional minimum SQL statements to use the user manager */
132 /* Additional SQL statements to add new users with the user manager */
187 /* Additional SQL statements to delete users with the user manager */
207 /* Additional SQL statements to modify users with the user manager */
H A Dplugins.required.php4 * from changes by the extension manager. These settings will override any local settings.
/dokuwiki/inc/Action/
H A DMedia.php8 * The full screen media manager
/dokuwiki/inc/Extension/
H A DAuthPlugin.php439 * To accommodate for this, the user manager plugin will touch a reference
444 * the backend's database through other means than the user manager plugin.
H A DPluginController.php262 " * Auto-generated through plugin/extension manager\n *\n" .
/dokuwiki/inc/Menu/Item/
H A DMedia.php8 * Opens the media manager
H A DMediaManager.php8 * Opens the current image in the media manager. Used on image detail view.
21 throw new \RuntimeException("media manager link only with upload permissions");
/dokuwiki/inc/Ui/
H A DAdmin.php37 $this->showMenu('manager');
47 * @param string $type admin|manager|other
121 * Checks the current permissions to decide on manager or admin plugins
130 $menu = ['admin' => [], 'manager' => [], 'other' => []];
143 $type = 'manager';
158 uasort($menu['manager'], [$this, 'menuSort']);
H A DMediaDiff.php98 // get image width and height for the media manager preview panel
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php12 /** @var string URL to open this file in the media manager */
/dokuwiki/inc/
H A Dauth.php525 * Check if a user is a manager
578 $ok = auth_isMember($conf['manager'], $user, $groups);
H A Dcommon.php171 // set info about manager/admin status.
H A Ddeprecated.php402 $manager = new SubscriberManager();
403 return $manager->subscribers($page, $user, $style, $data);
424 $manager = new SubscriberManager();
425 return $manager->add($id, $user, $style, $data);
445 $manager = new SubscriberManager();
446 return $manager->remove($id, $user, $style, $data);
465 $manager = new SubscriberManager();
466 return $manager->userSubscription($id, $user);
564 $manager = new SubscriberManager();
565 $manager
[all...]
H A Dmedia.php888 * Returns type of sorting for the list of files in media manager
900 * Returns type of listing for the list of files in media manager
H A Dtemplate.php1457 * Prints the central column in full-screen media manager
1502 * Prints the third column in full-screen media manager
1844 * Prints full-screen media manager
/dokuwiki/lib/exe/
H A Dmediamanager.php51 // do not display the manager if user does not have read access
/dokuwiki/lib/plugins/acl/
H A Dadmin.php590 if ($conf['manager'] != '!!not set!!') {
595 explode(',', $conf['manager'])
H A Dplugin.info.txt5 name ACL Manager
H A Dscript.js2 * ACL Manager AJAX enhancements
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php827 if ($attributes["manager"]){ $mod["manager"][0]=$attributes["manager"]; } //UNTESTED ***Use DistinguishedName***
/dokuwiki/lib/plugins/authldap/conf/
H A Ddefault.php15 //$conf['mapping']['name'] unsupported in config manager
16 //$conf['mapping']['grps'] unsupported in config manager
H A Dmetadata.php16 //$meta['mapping']['name'] unsupported in config manager
17 //$meta['mapping']['grps'] unsupported in config manager

12