Home
last modified time | relevance | path

Searched refs:groups (Results 151 – 175 of 316) sorted by relevance

12345678910>>...13

/plugin/authyubikey/
H A Dauth.php238 $groups = array_values(array_filter(explode(",", $row[4])));
243 $this->users[$row[0]]['grps'] = $groups;
/plugin/fileshare/syntax/
H A DFileshare.php259 $groups = $USERINFO ['grps'];
262 if (in_array ( $member, $groups ))
/plugin/xtern/
H A Daction.php34 $groups = $USERINFO['grps'];
35 if(in_array('admin', $groups)) $admin = true;
/plugin/superacl/
H A Dadmin.php360 $groups = array(ltrim($who,'@'));
365 $groups = array();
367 $groups = $info['groups'];
372 $perm = auth_aclcheck($check,$user,$groups);
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/permissioninfo/lang/en/
H A Dhelp.txt9 derived from the ACL for the groups the user is a an the individual permissions
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css156 #menu #groups span {
167 #menu #groups span:hover {
171 #menu #groups span.collapsed {
175 #menu #groups span.collapsed:hover {
179 #menu #groups ul.collapsed {
/plugin/evesso/
H A Dauth.php262 private function haveEveGroups($groups) { argument
263 if (!isset($groups)) {
266 foreach($groups as $group) {
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1groups(),c,d).routeEdges(a.powerGraph.powerEdges,b,function(a){return a.source.routerNode.id},func…
2groups=function(a){var b=this;return a?(this._groups=a,this._rootGroup={},this._groups.forEach(fun…
3groups=b,this.rootGroup=c,this.avoidOverlaps=f,this.variables=a.map(function(a,b){return a.variabl…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php54 $p->groups = ['comments', 'post'];
62 $p->groups = ['comments', 'post'];
94 $p->groups = ['comments'];
100 $p->groups = ['post'];
/plugin/userimportextended/lang/en/
H A Dintro.txt3 …olumns. The columns must contain, in order: user-id, password, full name, email address and groups.
/plugin/webdav/vendor/sabre/xml/
H A DREADME.md20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/icalevents/vendor/sabre/xml/
H A DREADME.md20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/davcal/vendor/sabre/xml/
H A DREADME.md20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/autlogin/
H A Dadmin.php182 $groups = $info['grps'];
187 … if(((auth_aclcheck($page,$alias,$groups)) != $perm) && $flags == 1){//if number was change
1288 $groups[]=$group;
1294 $user[4] = join(',',$groups);
1417 $groups = $info['grps'];
1421 foreach($groups as $group)
1500 $groups = $info['grps'];
1504 foreach($groups as $lines)
/plugin/tplinc/lang/en/
H A Dhelp.txt9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php286 $groups = [
292 $groups['include'][] = (string) $group->textContent;
296 $groups['exclude'][] = (string) $group->textContent;
299 return $groups;
/plugin/elasticsearch/action/
H A Dsearch.php315 $groups = array_merge(['ALL'], $USERINFO['grps'] ?: []);
322 foreach($groups as $group) {
336 // groups exclusion SHOULD be respected, not MUST, since that would not allow for exceptions
338 foreach($groups as $group) {
/plugin/authsmartcard/
H A DREADME.md10 …okuwiki user database by an administrator. His username is 'jdoe'. His groups are set to 'DOE.JO…
12 …authenticate user 'jdoe' by comparing the CN of his certificate with the groups he is a member of …
/plugin/sfauth/
H A DREADME.wiki45 * Values: enter the groups you want to assign to users
55 and the instance name (salesforce1, salesforce2, salesforce3) to theses groups automatically.
/plugin/patchpanel/
H A Dsyntax.php223 $groups = ceil($portsPerRow/$opt['groups']);
224 $imagewidth = 80+$portsPerRow*43+$groups*10+60;
/plugin/authhiorgserver/
H A Dauth.php160 $groups = array("group1"=>$this->getConf("group1_name"),
164 foreach($groups as $name => $group) {
/plugin/authphpbb3/
H A Dauth.php454 $groups = array();
457 $groups[$row['group_name']] = $row;
462 ksort($groups);
463 return $groups;
/plugin/groupmanager/
H A Dsyntax.php610 $name = $mail = $groups = '';
614 if (!empty($grps)) $groups = join(',', $grps);
618 $notes[] = sprintf($this->lang['note_group'], $groups);
633 …c .= "<input type='hidden' id='" . $cmd . "_usergroups' name='usergroups' value='" . $groups . "'";
/plugin/authldaplocal/
H A Dauth.php323 $groups = join(',', $grps);
324 $userline = array($user, $pass, $name, $mail, $groups);
620 $groups = array_values(array_filter(explode(",", $row[4])));
625 $users[$row[0]]['grps'] = $groups;

12345678910>>...13