Home
last modified time | relevance | path

Searched refs:admins (Results 1 – 25 of 51) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
DListLocationAdminsResponse.php29 public function setAdmins($admins) argument
31 $this->admins = $admins;
38 return $this->admins;
/plugin/magento/
Dauth.php23 protected $admins = null; variable in auth_plugin_magento
142 if ( ! isset( $this->admins[$entity]['roles']) ) $this->_loadAdminRoles( $entity );
145 $groups = $this->admins[$entity]['roles'];
157 $data['name'] = "{$this->admins[$entity]['first']} {$this->admins[$entity]['last']}";
158 $data['mail'] = $this->admins[$entity]['mail'];
417 if( $this->admins === null ) $this->_loadAdminData();
419 foreach( $this->admins as $entry ) {
593 $this->admins = array();
605 $this->admins[$row['entity']]['entity'] = $row['entity'];
606 $this->admins[$row['entity']]['user'] = $row['user'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DMyBusinessAccountManagement.php129 'admins',
133 'path' => 'v1/{+parent}/admins',
153 'path' => 'v1/{+parent}/admins',
247 'admins',
251 'path' => 'v1/{+parent}/admins',
271 'path' => 'v1/{+parent}/admins',
/plugin/numatomo/conf/
H A Ddefault.php18 $conf['exclude'] = 'admins';
24 $conf['exclude'] = 'admins';
/plugin/freechat/phpfreechat/src/commands/
Didentify.class.php52 if( isset($c->admins[$sender]) &&
53 $c->admins[$sender] == $password )
/plugin/groupmanager/
DREADME8 GROUPMGR already allowed easy modification of group membership by non-admins.
9 This greatly simplified management of collaborative projects by group-admins.
13 Groupmanager may also enable group-admins to add and delete users independently from a
55 3. Group-admins may assign the group-admin role to other users!
57 group admin (including admins)
/plugin/schulzevote/syntax/
Dvote.php54 if (preg_match('/ adminUsers=([a-zA-Z0-9,]+)/', $lines[0], $admins)) {
55 $opts['admin_users'] = explode(',', $admins[1]);
59 if (preg_match('/ adminGroups=([a-zA-Z0-9,]+)/', $lines[0], $admins)) {
60 $opts['admin_groups'] = explode(',', $admins[1]);
/plugin/groupmgr/
DREADME5 modification of group membership by non-admins. Configured properly, it
35 to the group manager (including admins)
/plugin/disabledelete/
DREADME.md2 Dokuwiki plugin to prevent users except admins from deleting a page or a section
Dplugin.info.txt6 desc Prevent users except admins from deleting a page or a section
/plugin/telleveryone/
Dplugin.info.txt6 desc Allow dokuwiki admins to publish short messages to other users.
DREADME3 Allow dokuwiki admins to publish short messages to other users.
/plugin/fbcomments/
Daction.php36 'property' => 'fb:admins',
/plugin/lightweightscript/
Dplugin.info.txt6 desc Remove system scripts when not required, aka only admins need them
/plugin/loadskin/
Dplugin.info.txt6 desc Change the skin/template/theme; admins can select templates per page/namespace, or users c…
/plugin/abortlogin/
DREADME.md5 There is a test option available to admins, where a comma seperated list of
/plugin/adminperm/lang/en/
Dintro.txt3 …ive access to admin and manager plugins to users and groups without making them admins or managers.
/plugin/numatomo/
H A DREADME.md6 …r to that of DokuWiki (plus a database server), this should be easy to do for most DokuWiki admins.
/plugin/latex-was/
DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/latexwas/
DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/latex/
DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/usermanagerextended/
DREADME3 User management for managers, not only admins!
/plugin/templatepagename/
DREADME.md13 editable online in the wiki, only by server admins via the file system.
/plugin/authvk/
Dauth.php57 $collection = $connection->DatabaseName->admins;
/plugin/dirtylittlehelper/
Ddokuwiki_plugin_dirtylittlehelper.txt26 :!: **only admins** can use all things this plugin provides (editor, topbar are for admins only!)

123