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 relevance

12

/dokuwiki/inc/Menu/Item/
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");
H A DMedia.php8 * Opens the media manager
/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
/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']);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingHidden.php10 // Used to explicitly ignore a setting in the configuration manager.
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt5 name ACL Manager
H A Dscript.js2 * ACL Manager AJAX enhancements
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt5 name User Manager
H A Dstyle.css1 /* User Manager specific styles */
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt5 name Configuration Manager
H A Dadmin.php4 * Configuration Manager admin plugin
91 // POST to script() instead of wl($ID) so config manager still works if
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt5 name Revert Manager
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt5 name Extension Manager
/dokuwiki/inc/Action/
H A DMedia.php8 * The full screen media manager
/dokuwiki/conf/
H A Dacl.auth.php.dist8 # Manager interface instead.
H A Dplugins.required.php4 * from changes by the extension manager. These settings will override any local settings.
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 */
/dokuwiki/inc/
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...]
/dokuwiki/lib/tpl/dokuwiki/
H A Dmediamanager.php4 * DokuWiki Media Manager Popup
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php12 /** @var string URL to open this file in the media manager */
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css3 * used in the media manager (both fullscreen and popup).
/dokuwiki/lib/styles/
H A Dscreen.css71 /* media manager popup toggle buttons */
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php4 * Metadata for configuration manager plugin
35 * config manager but saved as PHP array(). Values may not contain commas themselves.
79 * The order of the settings influences the order in which they apppear in the config manager
150 $meta['manager'] = ['string'];

12