Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
H A DListLocationAdminsResponse.php29 public function setAdmins($admins) argument
31 $this->admins = $admins;
38 return $this->admins;
/plugin/magento/
H A Dauth.php23 protected $admins = null; variable in auth_plugin_magento
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();
606 $this->admins[$row['entity']]['user'] = $row['user'];
608 $this->admins[$row['entity']]['last'] = $row['last'];
609 $this->admins[$row['entity']]['mail'] = $row['mail'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A 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/freechat/phpfreechat/src/commands/
H A Didentify.class.php52 if( isset($c->admins[$sender]) &&
53 $c->admins[$sender] == $password )
/plugin/groupmanager/
H A 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/
H A 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/
H A DREADME5 modification of group membership by non-admins. Configured properly, it
35 to the group manager (including admins)
/plugin/disabledelete/
H A DREADME.md2 Dokuwiki plugin to prevent users except admins from deleting a page or a section
H A Dplugin.info.txt6 desc Prevent users except admins from deleting a page or a section
/plugin/fbcomments/
H A Daction.php36 'property' => 'fb:admins',
/plugin/telleveryone/
H A Dplugin.info.txt6 desc Allow dokuwiki admins to publish short messages to other users.
H A DREADME3 Allow dokuwiki admins to publish short messages to other users.
/plugin/lightweightscript/
H A Dplugin.info.txt6 desc Remove system scripts when not required, aka only admins need them
/plugin/loadskin/
H A Dplugin.info.txt6 desc Change the skin/template/theme; admins can select templates per page/namespace, or users c…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml16 allow-whitelist-orgs-as-admins: true
/plugin/abortlogin/
H A DREADME.md5 There is a test option available to admins, where a comma seperated list of
/plugin/adminperm/lang/en/
H A Dintro.txt3 …ive access to admin and manager plugins to users and groups without making them admins or managers.
/plugin/latex/
H A DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/latex-was/
H A DTODO14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/usermanagerextended/
H A DREADME3 User management for managers, not only admins!
/plugin/templatepagename/
H A DREADME.md13 editable online in the wiki, only by server admins via the file system.
/plugin/authvk/
H A Dauth.php57 $collection = $connection->DatabaseName->admins;
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt26 :!: **only admins** can use all things this plugin provides (editor, topbar are for admins only!)
/plugin/airtable/
H A DREADME.md55 …configuration manager. Any values higher than the maximum set will be ignored, and the admins maxi…
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php117 var $admins = array("admin" => ""); variable in pfcGlobalConfig

12