Home
last modified time | relevance | path

Searched refs:groups (Results 201 – 225 of 316) sorted by relevance

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DVMMigrationService.php113 'groups',
127 'path' => 'v1/{+parent}/groups',
169 'path' => 'v1/{+parent}/groups',
H A DMonitoring.php349 'groups',
353 'path' => 'v3/{+name}/groups',
391 'path' => 'v3/{+name}/groups',
/plugin/icalevents/vendor/sabre/vobject/
H A DREADME.md48 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md45 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/webdav/vendor/sabre/vobject/
H A DREADME.md48 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/crossdbsqlclient/
H A Ddescr.txt22 …name, user, passwort and the host. Than you can allow some users or some groups (comma separated) …
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md45 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md45 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/editx/
H A Daction.php85 $groups = (array) $USERINFO['grps'];
90 foreach($groups as $group){
/plugin/tplmod/
H A Daction.php172 $groups = $USERINFO['grps'];
173 if(in_array($restricted_group,$groups)) {
/plugin/bootswrapper/exe/help/
H A Dpanel.txt87 ===== With list groups =====
89 Easily include full-width [[list-group|list groups]] within any panel.
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js1230 listGroups(mxUtils.bind(this, function(groups) argument
1246 if ((repos == null || repos.length == 0) && (groups == null || groups.length == 0))
1325 for (var i = 0; i < groups.length; i++)
1329 listProjects(groups[i], (mxUtils.bind(this, function(group, projects)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md966 <command name="list_groups" method="GET" uri="groups.json">
967 <doc>Get a list of groups</doc>
970 <doc>Uses a search query to get a list of groups</doc>
973 <command name="create_group" method="POST" uri="groups.json">
1005 "uri": "groups.json",
1006 "summary": "Get a list of groups"
1011 "summary": "Uses a search query to get a list of groups",
1023 "uri": "groups.json",
1042 "uri": "groups/{id}.json",
1055 "uri": "groups/{id}.json",
[all …]
/plugin/data-au/
H A Dhelper.php510 …$dataau['sql'] = str_replace('%groups%', implode("','", (array) $USERINFO['grps']), $dataau['sql']…
/plugin/tline/
H A DREADME.txt55 http://groups.google.com/group/simile-widgets/
/plugin/eventline/
H A DREADME55 http://groups.google.com/group/simile-widgets/
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md37 channels as Q&A platforms (such as Stackoverflow), Forums, Local PHP user groups.
/plugin/data/
H A Dhelper.php545 $data['sql'] = str_replace('%groups%', implode("','", $USERINFO['grps'] ?? []), $data['sql']);
/plugin/issuelinks/services/
H A DGitLab.service.php193 $groups = $this->makeSingleGitLabGetRequest('/groups');
197 }, $groups);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst81 should be serialized when only serializing specific groups (see
308 …or(field = "type", disabled = false, map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
317 `groups` is optional and is used as exclusion policy.
552 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
577 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf65 GoogleGroups http://groups.google.com/groups?q=
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1862 public $groups; variable in Google_FreeBusyResponse
1872 public function setGroups(Google_FreeBusyGroup $groups) { argument
1873 $this->groups = $groups;
1876 return $this->groups;
/plugin/authdrupal8/
H A DREADME.md44 Dokuwiki might only grant access to users that are member of a defined user group. This plugin is reading the user groups from your database.
/plugin/authsplit/
H A DREADME20 real names, email addresses and groups. This is most probably specific to
72 groups) from the SECONDARY auth plugin, which means that the user will have to
195 - groups would be created in authmysql.
226 groups.
/plugin/ifauthex/
H A DREADME.md3 **Toggle DokuWiki page content based on users and groups with arbitrary boolean expressions.**

12345678910>>...13