/plugin/structgroup/types/ |
H A D | Group.php | 31 if(! in_array($rawvalue, $authgroup->getGroups())) { 33 '". Available groups: ' . implode(', ', $authgroup->getGroups())); 71 $groups = (array) $authgroup->getGroups($max, $lookup);
|
/plugin/pureldap/_test/ |
H A D | ADClient.test.php |
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | ManualRule.php | 36 public function getGroups() function in Google\\Service\\Sheets\\ManualRule
|
H A D | Editors.php | 60 public function getGroups() function in Google\\Service\\Sheets\\Editors
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
H A D | ListGroupsResponse.php | 40 public function getGroups() function in Google\\Service\\CloudIdentity\\ListGroupsResponse
|
H A D | SearchGroupsResponse.php | 40 public function getGroups() function in Google\\Service\\CloudIdentity\\SearchGroupsResponse
|
H A D | GetMembershipGraphResponse.php | 52 public function getGroups() function in Google\\Service\\CloudIdentity\\GetMembershipGraphResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/ |
H A D | ListGroupsResponse.php | 44 public function getGroups() function in Google\\Service\\VMMigrationService\\ListGroupsResponse
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/ |
H A D | GroupTestSuite.php | 43 $testGroups = PHPUnit_Util_Test::getGroups(
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | Groups.php | 62 public function getGroups() function in Google\\Service\\Directory\\Groups
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | FreeBusyResponse.php | 63 public function getGroups() function in Google\\Service\\Calendar\\FreeBusyResponse
|
/plugin/structgroup/helper/ |
H A D | authgroup.php | 54 public function getGroups($length = NULL, $filter = '') { function in helper_plugin_structgroup_authgroup
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ |
H A D | ResultPrinter.php | 378 foreach ($test->getGroups() as $group) { 388 foreach ($test->getGroups() as $group) {
|
/plugin/pureldap/classes/ |
H A D | Client.php | 262 $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 D | ADClient.php | 105 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 D | TestSuite.php | 218 $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 D | auth.php | 138 $this->data["grps"] = $this->getGroups($this->data["user"]); 150 function getGroups($user) { function in auth_plugin_authhiorgserver
|
/plugin/authdrupal8/ |
H A D | auth.php | 28 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 D | XML.php | 170 $test->getGroups(),
|
/plugin/authnc/ |
H A D | README.md | 11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
|
/plugin/authowncloud/ |
H A D | auth.php | 295 return OC_Group::getGroups('',$limit,$start);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
H A D | ConfigurationTest.php | 368 $this->assertEmpty($suite->getGroups());
|
/plugin/authsqlite/ |
H A D | README.md | 27 $conf['plugin']['authsqlite']['getGroups'] =
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 685 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 D | Command.php | 147 $groups = $suite->getGroups();
|