Home
last modified time | relevance | path

Searched refs:getGroups (Results 1 – 25 of 44) sorted by relevance

12

/plugin/structgroup8/types/
DGroup.php31 if(! in_array($rawvalue, $authgroup->getGroups())) {
33 '". Available groups: ' . implode(', ', $authgroup->getGroups()));
71 $groups = (array) $authgroup->getGroups($max, $lookup);
/plugin/structgroup/types/
DGroup.php31 if(! in_array($rawvalue, $authgroup->getGroups())) {
33 '". Available groups: ' . implode(', ', $authgroup->getGroups()));
71 $groups = (array) $authgroup->getGroups($max, $lookup);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DManualRule.php36 public function getGroups() function in Google\\Service\\Sheets\\ManualRule
DEditors.php60 public function getGroups() function in Google\\Service\\Sheets\\Editors
/plugin/pureldap/_test/
H A DADClientTest.php122 $groups = $client->getGroups();
138 $groups = $client->getGroups('alpha', ADClient::FILTER_EQUAL);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
DListGroupsResponse.php40 public function getGroups() function in Google\\Service\\CloudIdentity\\ListGroupsResponse
DSearchGroupsResponse.php40 public function getGroups() function in Google\\Service\\CloudIdentity\\SearchGroupsResponse
DGetMembershipGraphResponse.php52 public function getGroups() function in Google\\Service\\CloudIdentity\\GetMembershipGraphResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
DListGroupsResponse.php44 public function getGroups() function in Google\\Service\\VMMigrationService\\ListGroupsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DGroups.php62 public function getGroups() function in Google\\Service\\Directory\\Groups
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DGroupTestSuite.php43 $testGroups = PHPUnit_Util_Test::getGroups(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DFreeBusyResponse.php63 public function getGroups() function in Google\\Service\\Calendar\\FreeBusyResponse
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
DResultPrinter.php378 foreach ($test->getGroups() as $group) {
388 foreach ($test->getGroups() as $group) {
/plugin/structgroup/helper/
Dauthgroup.php54 public function getGroups($length = NULL, $filter = '') { function in helper_plugin_structgroup_authgroup
/plugin/structgroup8/helper/
Dauthgroup.php54 public function getGroups($length = NULL, $filter = '') { function in helper_plugin_structgroup_authgroup
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestSuite.php218 $groups = $test->getGroups();
534 $groups = PHPUnit_Util_Test::getGroups($className, $name);
627 public function getGroups() function in PHPUnit_Framework_TestSuite
871 PHPUnit_Util_Test::getGroups($class->getName(), $name)
/plugin/pureldap/classes/
H A DClient.php267 $this->groupCache = $this->getGroups();
282 abstract public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL); function in dokuwiki\\plugin\\pureldap\\classes\\Client
H A DADClient.php107 public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL) function in dokuwiki\\plugin\\pureldap\\classes\\ADClient
170 $groups = $this->getGroups($match['grps'], $filtermethod);
/plugin/authhiorgserver/
Dauth.php138 $this->data["grps"] = $this->getGroups($this->data["user"]);
150 function getGroups($user) { function in auth_plugin_authhiorgserver
/plugin/authdrupal8/
Dauth.php28 …protected $getGroups = "SELECT roles_target_id FROM %{drupalPrefix}user__roles userroles INNER JOI… variable in auth_plugin_authdrupal8
207 $sql = str_replace('%{user}', $this->_escape($user), $this->getGroups);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
DXML.php170 $test->getGroups(),
/plugin/authnc/
DREADME.md11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
/plugin/authowncloud/
Dauth.php295 return OC_Group::getGroups('',$limit,$start);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
DConfigurationTest.php368 $this->assertEmpty($suite->getGroups());
/plugin/authsqlite/
DREADME.md27 $conf['plugin']['authsqlite']['getGroups'] =

12