Home
last modified time | relevance | path

Searched refs:getGroups (Results 26 – 31 of 31) sorted by path

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php368 $this->assertEmpty($suite->getGroups());
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/pureldap/classes/
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
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
/plugin/structgroup/helper/
H A Dauthgroup.php54 public function getGroups($length = NULL, $filter = '') { function in helper_plugin_structgroup_authgroup
/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);

12