Home
last modified time | relevance | path

Searched refs:groups (Results 126 – 150 of 316) sorted by relevance

12345678910>>...13

/plugin/authyubikey/
H A Dauth.php.org80 * grps array list of groups the user is in
101 * @param array $grps list of groups the user is in
105 $groups = join(',', $grps);
106 $userline = array($user, $pass, $name, $mail, $groups);
144 // set default group if no groups specified
342 $groups = array_values(array_filter(explode(",", $row[4])));
347 $this->users[$row[0]]['grps'] = $groups;
/plugin/newnamespacepermissions/
H A Dplugin.info.txt6 desc Restrict which groups are allowed to create new namespaces
/plugin/groupusers/
H A Dplugin.info.txt6 desc Displays the users from one or more groups.
/plugin/adminperm/
H A Dplugin.info.txt6 desc Give Access to Admin Plugins to non-admin groups
/plugin/authfacebook/
H A Dplugin.info.txt6 desc Plugin to get authentication and groups from Facebook
/plugin/authimap2/
H A Dplugin.info.txt6 desc Authenticate users against an IMAP server with support to groups
/plugin/htmlokay/
H A Dplugin.info.txt6 desc Restricts HTML access to designated users and groups at one of four access levels.
/plugin/permissioninfo/
H A Dplugin.info.txt6 desc Displays group and user information and the permissions of users and groups
/plugin/listusergroup/
H A Dplugin.info.txt6 desc Displays the users from one or more groups with optional link to homepage.
/plugin/ifauthex/
H A Dplugin.info.txt6 desc Toggle DokuWiki page content based on users and groups with arbitrary boolean expressions.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php169 $groups = array_filter(
189 $node->setAttribute('groups', implode(',', $groups));
/plugin/authdrupal7/
H A Dauth.php210 $groups = array();
217 $groups[] = $row['name'];
220 return $groups;
/plugin/watchcycle/
H A Daction.php192 * Returns JSON with filtered users and groups
246 * Returns filtered users and groups, if supported by the current authentication
268 $groups = [];
280 $groups = array_filter(
282 // filter groups
290 return array_merge($users, $groups);
/plugin/evesso/
H A DREADME.md15 EVESSO change the way eve groups are named.
75 The will also have auth groups for their corporation, alliance *(if in alliance)*, and faction *(if…
82 :warning: Do not create your own auth groups starting with those prefixes when using this plugin. T…
/plugin/authdrupal8/
H A Dauth.php52 $this->cando['modGroups'] = false; // can groups be changed?
55 $this->cando['getGroups'] = false; // FIXME can a list of available groups be retrieved?
192 * Retrieves a list of groups the user is a member off.
201 * @param string $user user whose groups should be listed
202 * @return bool|array false on error, all groups on success
205 $groups = array();
212 $groups[] = $row['roles_target_id'];
215 return $groups;
241 * Retrieve groups [implement only where required/possible]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D783.phpt2 #783: Tests getting executed twice when using multiple groups
/plugin/submgr/lang/en/
H A Dintro.txt3 …s you to define rules for automatically adding email subscriptions for users and groups. When a new
/plugin/groupmail/
H A Dplugin.info.txt10 - list of dokuwiki groups
/plugin/nsexport/packer/ziphtml/
H A Dzip.php88 public function start($key, $user, $pages, $groups) { argument
128 if( auth_aclcheck($ID, $user, $groups) < AUTH_READ ) continue;
/plugin/autlogin/
H A Daction.php102 $groups = $info['grps'];
107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
322 $groups = $info['grps'];
326 foreach($groups as $lines)
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DAbstractPropertyMetadataTest.php15 $metadata->groups = ['test_group', 'test_group_2'];
/plugin/dir/
H A DREADME13 http://groups.google.com/group/dokuwiki-plugin-dir (outdated)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php150 $pMetadata->groups = $pConfig['groups'];
332 $groups = $config['discriminator']['groups'] ?? [];
333 …setDiscriminator($config['discriminator']['field_name'], $config['discriminator']['map'], $groups);
/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php97 public $groups; variable in Google_GroupssettingsService
109 …$this->groups = new Google_GroupsServiceResource($this, $this->serviceName, 'groups', json_decode(…

12345678910>>...13