Home
last modified time | relevance | path

Searched refs:groups (Results 51 – 75 of 316) sorted by relevance

12345678910>>...13

/plugin/strata/syntax/
H A Dselect.php165 $groups = array();
167 $groups = array_merge($groups, $this->helper->extractGroups($t, $f['caption']));
169 $namedGroupSettings[$f['caption']] = $this->helper->setProperties($groupProperties, $groups);
175 $groups = array();
177 $groups = array_merge($groups, $this->helper->extractGroups($t, '#' . ($i+1)));
181 $groupsettings[$i] = $this->helper->setProperties($groupProperties, $groups);
234 * of the body is handled, but after the 'fields' groups have been processed.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php79 private $groups; variable in PHPUnit_Util_TestDox_ResultPrinter
88 * @param array $groups
91 public function __construct($out = null, array $groups = [], array $excludeGroups = []) argument
95 $this->groups = $groups;
377 if (!empty($this->groups)) {
379 if (in_array($group, $this->groups)) {
/plugin/firenews/
H A Dsyntax.php317 * @param string $groups Groups from $_POST['lgroup']
321 private function getUsersEmailsOfaGroup(string $groups): array argument
324 $groupArr = explode(",", $groups);
376 * @param string $groups
380 private function isInGroup(string $groups): bool { argument
382 $groupArr = explode(",", $groups);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriber.php43 …$groups = $context->hasAttribute('validation_groups') ? $context->getAttribute('validation_groups'…
45 if (!$groups) {
51 $list = $validator->validate($event->getObject(), $constraints, $groups);
/plugin/ireadit/syntax/
H A Direadit.php37 $groups = [];
41 $groups[] = $group;
46 return ['users' => $users, 'groups' => $groups];
/plugin/groupmanager/
H A DREADME12 existing users can easily be found and added to groups in Wikis with many users.
14 super user, if these users belong to the groups they administer.
27 <code>~~groupmanager|[groups to manage]|[allowed users and groups]~~</code>
49 1. In the examples above groups managed by groupmanager are named following the naming
51 advise it nevertheless. (Side note: The interface beautifies the name of groups for
54 2. Super user groups can only be managed by super users
65 7. The “forbidden_groups” configuration setting specifies groups that cannot be
/plugin/authsaml/
H A Dsaml.php288 $groups = array_map('urldecode', array_values(array_filter(explode(",",$row[3]))));
292 $this->users[$row[0]]['grps'] = $groups;
317 $groups = join(',',array_map('urlencode',$userData['grps']));
318 $userline = join(':',array($username, $userData['name'], $userData['mail'], $groups))."\n";
372 $groups = join(',', $userinfo['grps']);
373 $groups = array_map('urlencode', $groups);
375 $userline = join(':', array($newuser, $userinfo['name'], $userinfo['mail'], $groups))."\n";
/plugin/autologoff/
H A Dhelper.php79 $groups = $INFO['userinfo']['grps'];
82 $groups = $info['grps'];
88 if(!auth_isMember($usergroup, $_SERVER['REMOTE_USER'], (array) $groups)) continue;
/plugin/permissioninfo/
H A Dadmin.php57 $this->groups = call_user_func($getGroupFunc);
58 ksort($this->groups);
101 foreach($this->groups as $gname => $g)
251 $groups = array();
260 $groups[urldecode($matches[1])] = $grp_arr;
263 return $groups;
323 foreach(array_keys($this->groups) as $g)
H A DREADME.md3groups exist, what their namespace and page permissions are and which users are in which groups. A…
/plugin/groupmgr/
H A DREADME17 ~~GROUPMGR|[groups to manage]|[allowed users and groups]~~
31 1. Super user groups can only be managed by super users
32 2. forbidden_groups configuration setting specifies groups that cannot be
/plugin/magento/
H A Dauth.php123 $groups = $this->users[$entity]['groups'];
126 array_push( $groups, $conf[ 'defaultgroup' ] );
131 $groups = array_merge( $groups, $usergroups );
137 $data['grps'] = $groups;
145 $groups = $this->admins[$entity]['roles'];
148 array_push( $groups, $conf[ 'defaultgroup' ] );
153 $groups = array_merge( $groups, $usergroups );
159 $data['grps'] = $groups;
/plugin/authopenldapkerberos/
H A Dauth.php148 $groups = Array();
154 $groups[$gn] = $cn;
167 $users[$uid]['grps'][] = $groups[$users[$uid]['gid']];
198 $groups = Array();
201 $groups[] = $e[$i][$this->getConf('groupkey')][0];
204 return $groups;
/plugin/groupmatrix/syntax/
H A Dtable.php118 $groups = $data['groups'];
123 ['grps' => implode('|', $groups)]
131 $rows = array_map(function ($user, $username) use ($groups, $attributes) {
138 foreach ($groups as $group) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dnv.d3.min.css1groups rect,.nvd3 .nv-multibarHorizontal .nv-groups rect,.nvd3 .nv-discretebar .nv-groups rect{str…
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php357 $groups = '';
360 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]);
363 $result = preg_replace($pattern, $groups, $result, 1);
370 $groups = '';
372 $groups .= $this->translate_group($groupkey, 0, $group, $template);
374 return $groups;
/plugin/evesso/
H A Daction.php151 $groups = $USERINFO['grps']; //current groups
154 $groups = $event->data['params'][1]['grps'];
165 $groups[] = 'eveonline';
167 $idx = array_search('eveonline', $groups);
168 if($idx !== false) unset($groups[$idx]);
170 $groups = array_unique($groups);
173 $event->data['params'][1]['grps'] = $groups;
/plugin/authplaincas/
H A Dauth.php429 $groups = $this->_getOption('minimalgroups');
430 if( ! $groups || empty($groups) ) {
433 elseif (count( array_intersect( $this->_userInfo['grps'], $groups ) )) {
462 $groups = join(',',$USERINFO['grps']);
463 … $userline = join(':',array($USERINFO['uid'], $USERINFO['name'], $USERINFO['mail'], $groups))."\n";
503 $groups = join(',',$userinfo['grps']);
504 $userline = join(':',array($user, $userinfo['name'], $userinfo['mail'], $groups))."\n";
591 $groups = explode(",",$row[3]);
596 $this->users[$row[0]]['grps'] = $groups;
/plugin/authjoomla3/
H A Dauth.php49 $groups = parent::_selectUserGroups($userdata);
50 foreach ($groups as &$group) {
55 return $groups;
/plugin/authlemonldap/
H A DREADME.md4 Dokuwiki Plugin for LemonLDAP::NG, with support for groups
11 * Auth-Groups => encode_base64($groups,"")
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js53 this.groups = layoutResult.groups;
261 .groups(this.groups)
458 …ups.push({id: groupId, parentId: parentId, nodes: parentChildren, leaves: groupNodes, groups: []});
473 parentGroup.groups.push(j);
477 var groups = [];
486 if (group.groups.length > 0)
488 graphGroup["groups"] = group.groups;
492 groups.push(graphGroup);
496 return {nodes: nodes, links: links, groups: groups, cellToNode: cellIds};
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGroupsMigration.php67 'path' => 'groups/v1/groups/{groupId}/archive',
/plugin/aclplusregex/_test/
H A DTestAction.php27 public function loadACLRules($user, $groups) argument
29 return parent::loadACLRules($user, $groups);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlist-groups.phpt2 phpunit --list-groups BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--list-groups';
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php376 $groups = '';
379 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]);
382 $result = preg_replace($pattern, $groups, $result, 1);
389 $groups = '';
391 $groups .= $this->translate_group($groupkey, 0, $group, $template);
393 return $groups;

12345678910>>...13