Home
last modified time | relevance | path

Searched refs:groups (Results 176 – 200 of 316) sorted by relevance

12345678910>>...13

/plugin/advanced/lang/en/config/
H A Dusers.txt11 …* **Groups** - Comma separated list of groups a user is member of. The group names must follow the…
/plugin/authimap2/
H A DREADME3 Authenticate users against an IMAP server with support to groups
/plugin/newnamespacepermissions/
H A DREADME3 Restrict which groups are allowed to create new namespaces
/plugin/listusergroup/
H A DREADME.md4 Displays the users from one or more groups with optional link to homepage.
/plugin/adminperm/
H A DREADME3 Give Access to Admin Plugins to non-admin groups
/plugin/authjoomla3/
H A DREADME.md16 …he management to joomla itself, so you cannot add/delete/update users or groups from dokuwiki but …
/plugin/authsmf20/
H A Dauth.php430 $groups[] = $row->group_name;
436 return $groups;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php129 public function setDiscriminator(string $fieldName, array $map, array $groups = []): void argument
142 $this->discriminatorGroups = $groups;
/plugin/farm/
H A Danimal.class.php340 $groups = split(',', $row[4]);
345 'grps' => $groups
393 $groups = join(',', $grps);
394 $userline = join(':', array($user, $pass, $name, $mail, $groups))."\n";
/plugin/issuetracker/
H A DREADME21 Members of configured 'assign' groups are able to edit the entries of the issue
82 select wiki user groups pre-selected = admin|user
132 issue to a member of configured user-groups (see configuration).
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php920 public $groups; variable in Google_DirectoryService
940 …$this->groups = new Google_GroupsServiceResource($this, $this->serviceName, 'groups', json_decode(…
1239 public $groups; variable in Google_Groups
1242 public function setGroups(/* array(Google_Group) */ $groups) { argument
1243 $this->assertIsArray($groups, 'Google_Group', __METHOD__);
1244 $this->groups = $groups;
1247 return $this->groups;
/plugin/stlviewer/stlviewer/
H A DProjector.js446 var groups = geometry.groups;
486 if ( groups.length > 0 ) {
488 for ( var g = 0; g < groups.length; g ++ ) {
490 var group = groups[ g ];
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md43 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md43 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/webdav/vendor/sabre/event/
H A DREADME.md49 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/davcal/vendor/sabre/event/
H A DREADME.md47 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php280 private $groups = []; variable in PHPUnit_Framework_TestCase
334 return $this->groups;
338 * @param array $groups
340 public function setGroups(array $groups) argument
342 $this->groups = $groups;
/plugin/simplemysqlclient/
H A Ddescr.txt23 …name, user, passwort and the host. Than you can allow some users or some groups (comma separated) …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClouderrorreporting.php210 'groups',
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md51 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt42 --list-groups List available test groups.
H A Dhelp2.phpt43 --list-groups List available test groups.
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php446 $groups = $USERINFO ['grps'];
459 if (in_array ( $member, $groups ))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php147 $groups = $suite->getGroups();
148 sort($groups);
150 foreach ($groups as $group) {
/plugin/photogallery/
H A Dsyntax.php979 $groups = $USERINFO['grps'] ?? [];
983 return auth_isMember($authlist, $user, $groups);
1001 $groups = $USERINFO['grps'] ?? [];
1005 return auth_isMember($authlist, $user, $groups);

12345678910>>...13