Home
last modified time | relevance | path

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

12

/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/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1875 public function getGroups() { function in Google_FreeBusyResponse
H A DGoogle_DirectoryService.php1246 public function getGroups() { function in Google_Groups
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DFreeBusyResponse.php63 public function getGroups() function in Google\\Service\\Calendar\\FreeBusyResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGetMembershipGraphResponse.php52 public function getGroups() function in Google\\Service\\CloudIdentity\\GetMembershipGraphResponse
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
/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/Sheets/
H A DEditors.php60 public function getGroups() function in Google\\Service\\Sheets\\Editors
H A DManualRule.php36 public function getGroups() function in Google\\Service\\Sheets\\ManualRule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DListGroupsResponse.php44 public function getGroups() function in Google\\Service\\VMMigrationService\\ListGroupsResponse
/plugin/authhiorgserver/
H A Dauth.php138 $this->data["grps"] = $this->getGroups($this->data["user"]);
150 function getGroups($user) { function in auth_plugin_authhiorgserver
/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/authsqlite/
H A DREADME.md27 $conf['plugin']['authsqlite']['getGroups'] =
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2getGroups(this._nodes,this._links,this.linkAccessor,this._rootGroup);return this.groups(b.groups),…
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example97 $conf['auth']['mysql']['getGroups'] = "SELECT name as `group`
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md457 - Ability to getGroups on Context [\#554](https://github.com/schmittjoh/serializer/issues/554)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DGroupTestSuite.php43 $testGroups = PHPUnit_Util_Test::getGroups(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php332 public function getGroups() function in PHPUnit_Framework_TestCase
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/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php147 $groups = $suite->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/Util/TestDox/
H A DResultPrinter.php378 foreach ($test->getGroups() as $group) {
388 foreach ($test->getGroups() as $group) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php170 $test->getGroups(),

12