Home
last modified time | relevance | path

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

12

/plugin/structgroup/types/
H A DGroup.php31 if(! in_array($rawvalue, $authgroup->getGroups())) {
33 '". Available groups: ' . implode(', ', $authgroup->getGroups()));
71 $groups = (array) $authgroup->getGroups($max, $lookup);
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DManualRule.php36 public function getGroups() function in Google\\Service\\Sheets\\ManualRule
H A DEditors.php60 public function getGroups() function in Google\\Service\\Sheets\\Editors
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DListGroupsResponse.php40 public function getGroups() function in Google\\Service\\CloudIdentity\\ListGroupsResponse
H A DSearchGroupsResponse.php40 public function getGroups() function in Google\\Service\\CloudIdentity\\SearchGroupsResponse
H A DGetMembershipGraphResponse.php52 public function getGroups() function in Google\\Service\\CloudIdentity\\GetMembershipGraphResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DListGroupsResponse.php44 public function getGroups() function in Google\\Service\\VMMigrationService\\ListGroupsResponse
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DGroupTestSuite.php43 $testGroups = PHPUnit_Util_Test::getGroups(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DGroups.php62 public function getGroups() function in Google\\Service\\Directory\\Groups
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DFreeBusyResponse.php63 public function getGroups() function in Google\\Service\\Calendar\\FreeBusyResponse
/plugin/structgroup/helper/
H A Dauthgroup.php54 public function getGroups($length = NULL, $filter = '') { function in helper_plugin_structgroup_authgroup
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php378 foreach ($test->getGroups() as $group) {
388 foreach ($test->getGroups() as $group) {
/plugin/pureldap/classes/
H A DClient.php262 $this->groupCache = $this->getGroups();
277 abstract public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL);
253 abstract public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL); global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
H A DADClient.php105 public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL)
168 $groups = $this->getGroups($match['grps'], $filtermethod);
51 public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL) global() function in dokuwiki\\plugin\\pureldap\\classes\\ADClient
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A 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/authhiorgserver/
H A Dauth.php138 $this->data["grps"] = $this->getGroups($this->data["user"]);
150 function getGroups($user) { function in auth_plugin_authhiorgserver
/plugin/authdrupal8/
H A Dauth.php28 protected $getGroups = "SELECT roles_target_id FROM %{drupalPrefix}user__roles userroles INNER JOIN %{drupalPrefix}users_field_data userdata ON userroles.entity_id = userdata.uid WHERE userdata.name = '%{user}'";
55 $this->cando['getGroups'] = false; // FIXME can a list of available groups be retrieved?
207 $sql = str_replace('%{user}', $this->_escape($user), $this->getGroups);
243 * Set getGroups capability when implemented
32 protected $getGroups = "SELECT roles_target_id FROM %{drupalPrefix}user__roles userroles INNER JOIN %{drupalPrefix}users_field_data userdata ON userroles.entity_id = userdata.uid global() variable in auth_plugin_authdrupal8
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php170 $test->getGroups(),
/plugin/authnc/
H A DREADME.md11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
/plugin/authowncloud/
H A Dauth.php295 return OC_Group::getGroups('',$limit,$start);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php368 $this->assertEmpty($suite->getGroups());
/plugin/authsqlite/
H A DREADME.md27 $conf['plugin']['authsqlite']['getGroups'] =
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php685 public static function getGroups($className, $methodName = '') function in PHPUnit_Util_Test
738 $groups = array_flip(self::getGroups($className, $methodName));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php147 $groups = $suite->getGroups();

12