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