/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/ |
H A D | ListLocationAdminsResponse.php | 29 public function setAdmins($admins) argument 31 $this->admins = $admins; 38 return $this->admins;
|
/plugin/magento/ |
H A D | auth.php | 23 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 D | MyBusinessAccountManagement.php | 129 '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 D | identify.class.php | 52 if( isset($c->admins[$sender]) && 53 $c->admins[$sender] == $password )
|
/plugin/groupmanager/ |
H A D | README | 8 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 D | vote.php | 54 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 D | README | 5 modification of group membership by non-admins. Configured properly, it 35 to the group manager (including admins)
|
/plugin/disabledelete/ |
H A D | README.md | 2 Dokuwiki plugin to prevent users except admins from deleting a page or a section
|
H A D | plugin.info.txt | 6 desc Prevent users except admins from deleting a page or a section
|
/plugin/fbcomments/ |
H A D | action.php | 36 'property' => 'fb:admins',
|
/plugin/telleveryone/ |
H A D | plugin.info.txt | 6 desc Allow dokuwiki admins to publish short messages to other users.
|
H A D | README | 3 Allow dokuwiki admins to publish short messages to other users.
|
/plugin/lightweightscript/ |
H A D | plugin.info.txt | 6 desc Remove system scripts when not required, aka only admins need them
|
/plugin/loadskin/ |
H A D | plugin.info.txt | 6 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 D | elastic+elasticsearch-php+pull-request.yml | 16 allow-whitelist-orgs-as-admins: true
|
/plugin/abortlogin/ |
H A D | README.md | 5 There is a test option available to admins, where a comma seperated list of
|
/plugin/adminperm/lang/en/ |
H A D | intro.txt | 3 …ive access to admin and manager plugins to users and groups without making them admins or managers.
|
/plugin/latex/ |
H A D | TODO | 14 namespace the equation is compiled). instead, admins should just make \graphicspath
|
/plugin/latex-was/ |
H A D | TODO | 14 namespace the equation is compiled). instead, admins should just make \graphicspath
|
/plugin/usermanagerextended/ |
H A D | README | 3 User management for managers, not only admins!
|
/plugin/templatepagename/ |
H A D | README.md | 13 editable online in the wiki, only by server admins via the file system.
|
/plugin/authvk/ |
H A D | auth.php | 57 $collection = $connection->DatabaseName->admins;
|
/plugin/dirtylittlehelper/ |
H A D | dokuwiki_plugin_dirtylittlehelper.txt | 26 :!: **only admins** can use all things this plugin provides (editor, topbar are for admins only!)
|
/plugin/airtable/ |
H A D | README.md | 55 …configuration manager. Any values higher than the maximum set will be ignored, and the admins maxi…
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfcglobalconfig.class.php | 117 var $admins = array("admin" => ""); variable in pfcGlobalConfig
|