Home
last modified time | relevance | path

Searched refs:group (Results 51 – 75 of 769) sorted by path

12345678910>>...31

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/
H A DFoldersAssets.php46 public function group($parent, GroupAssetsRequest $postBody, $optParams = []) function in Google\\Service\\SecurityCommandCenter\\Resource\\FoldersAssets
H A DFoldersSourcesFindings.php56 public function group($parent, GroupFindingsRequest $postBody, $optParams = []) function in Google\\Service\\SecurityCommandCenter\\Resource\\FoldersSourcesFindings
H A DOrganizationsAssets.php48 public function group($parent, GroupAssetsRequest $postBody, $optParams = []) function in Google\\Service\\SecurityCommandCenter\\Resource\\OrganizationsAssets
H A DOrganizationsSourcesFindings.php76 public function group($parent, GroupFindingsRequest $postBody, $optParams = []) function in Google\\Service\\SecurityCommandCenter\\Resource\\OrganizationsSourcesFindings
H A DProjectsAssets.php46 public function group($parent, GroupAssetsRequest $postBody, $optParams = []) function in Google\\Service\\SecurityCommandCenter\\Resource\\ProjectsAssets
H A DProjectsSourcesFindings.php56 public function group($parent, GroupFindingsRequest $postBody, $optParams = []) function in Google\\Service\\SecurityCommandCenter\\Resource\\ProjectsSourcesFindings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DVMMigrationService.php117 'path' => 'v1/{+group}:addGroupMigration',
120 'group' => [
213 'path' => 'v1/{+group}:removeGroupMigration',
216 'group' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DMigratingVm.php46 public $group; variable in Google\\Service\\VMMigrationService\\MigratingVm
181 public function setGroup($group) argument
183 $this->group = $group;
190 return $this->group;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
H A DProjectsLocationsGroups.php39 * @param string $group Required. The full path name of the Group to add to.
44 public function addGroupMigration($group, AddGroupMigrationRequest $postBody, $optParams = []) argument
46 $params = ['group' => $group, 'postBody' => $postBody];
175 * @param string $group Required. The name of the Group.
180 …public function removeGroupMigration($group, RemoveGroupMigrationRequest $postBody, $optParams = [… argument
182 $params = ['group' => $group, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md969 <command name="search_groups" method="GET" uri='search.json?query="{{query}} type:group"'>
974 <doc>Create a group</doc>
979 <doc>Delete a group by ID</doc>
986 <doc>Update a group</doc>
1010 "uri": "search.json?query=\"{query} type:group\"",
1024 "summary": "Create a group",
1043 "summary": "Delete a group",
1069 "summary": "Update a group",
/plugin/authhiorgserver/
H A Dauth.php164 foreach($groups as $name => $group) {
166 if(!empty($group) && !empty($users)) {
178 $return[] = $this->cleanGroup($group);
410 * @param string $group groupname
413 public function cleanGroup($group) { argument
415 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authhttp/
H A DREADME109 - specialusers: The login names of users to be put in the special group. You
111 - specialgroup: The name of the special group.
134 trustExternal() which eg. does not support group memberships if used on
/plugin/authimap2/
H A Dauth.php377 * @param string $group groupname
380 public function cleanGroup($group) { argument
382 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authjoomla3/
H A DREADME.md16 …- Since we're using joomla users and group, I left the management to joomla itself, so you cannot …
17 …- Joomla's `Super Users` and `Administrator` group are locally renamed (means it happens only on d…
H A Dauth.php50 foreach ($groups as &$group) {
51 if (in_array($group, array('Administrator', 'Super Users'))) {
52 $group = 'admin';
/plugin/authldaplocal/
H A Dauth.php277 $group = $grp[$this->getConf('groupkey')];
278 if(is_array($group)){
279 $group = $group[0];
283 if($group === '') continue;
286 $info['grps'][] = $group;
293 foreach($this->users[$user]['grps'] as $group) {
294 if(in_array($group,$info['grps'])) continue;
295 $info['grps'][] = $group;
570 * @param string $group
573 public function cleanGroup($group) { argument
[all …]
/plugin/authnc/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_authnc
H A Dauth.php300 * @param string $group
377 * @param string $group groupname
381 public function cleanGroup($group) argument
383 return $group;
/plugin/authowncloud/
H A Dauth.php265 * @param string $group
268 public function addGroup($group) { argument
269 return OC_Group::createGroup($group);
/plugin/authphpbb3/
H A D.travis.yml12 script: cd _test && phpunit --stderr --group plugin_authphpbb3
/plugin/authplaincas/
H A Dauth.php661 function cleanGroup($group) { argument
662 return $group;
/plugin/authremoteuser/
H A DREADME.md126 Comma separated list of groups a user is member of. The group names must
H A Dauth.php332 * @param string $group
335 public function cleanGroup($group) { argument
337 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authshibboleth/
H A DREADME.md25 * different group sources
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php640 foreach ($sourceGroups as $group) {
643 if (isset($map[$group])) {
644 $group = $map[$group];
649 $group = $sourceOptions['prefix'] . $group;
652 $groups[] = $group;

12345678910>>...31