Home
last modified time | relevance | path

Searched refs:group (Results 76 – 100 of 769) sorted by path

12345678910>>...31

/plugin/authsmartcard/
H A DREADME.md8 …kuwiki by comparing the user's client certificate's CN attribute with the group field for a user i…
H A Dauth.php251 * @param string $group
254 public function addGroup($group) { argument
/plugin/authsplit/
H A DREADME99 information matters. Any group membership information returned from the PRIMARY
132 - group memberships will always be modified in the SECONDARY auth plugin only.
149 to the SECONDARY auth plugin since, by design, that is where group membership
157 auth plugin since that is the one that dictates restrictions on group names.
244 group information come from the SECONDARY auth plugin instead.
H A Dauth.php96 group memberships and groups, it is sufficient for the secondary
380 * The new user HAS TO be added to the default group by this
588 * Define a group
592 * @param string $group
595 public function addGroup($group) { argument
597 $result = $this->authplugins['secondary']->addGroup($group);
697 * @param string $group groupname
700 public function cleanGroup($group) { argument
701 /* The secondary auth plugin dictates possible group names
703 $result = $this->authplugins['secondary']->cleanGroup($group);
[all...]
/plugin/authsqlite/
H A DREADME.md15 database contains all of the user information, but group membership is
28 'SELECT g.name AS \'group\' FROM groups g, user u,
39 $conf['plugin']['authsqlite']['FilterGroup'] = 'g.name LIKE \'%{group}\'';
45 'INSERT INTO groups (name) VALUES (\'%{group}\')';
H A Dauth.php186 * @param string $group name of the group
190 protected function _addUserToGroup($user, $group, $force = false) { argument
194 $gid = $this->_getGroupID($group);
197 $sql = str_replace('%{group}', addslashes($group), $this->conf['addGroup']);
200 $gid = $this->_getGroupID($group);
213 $sql = str_replace('%{group}', addslashes($group), $sql);
221 $sql = str_replace('%{group}', addslashes($group), $sql);
262 $group = '';
266 foreach($grps as $group) {
267 $gid = $this->_addUserToGroup($user, $group, true);
[all …]
/plugin/authucenter/
H A Dauth.php121 $group = $user_info['grps'];
308 * @param string $group
369 * @param string $group groupname
372 public function cleanGroup($group) { argument
373 return $group;
/plugin/authvk/
H A Dauth.php335 * @param string $group
338 public function cleanGroup($group) { argument
340 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authyubikey/
H A Dauth.php.org119 * The new user will be added to the default group by this
144 // set default group if no groups specified
309 * @param string $group
312 public function cleanGroup($group) {
314 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/autlogin/
H A Dadmin.php1167 foreach($user2 as $group)
1168 if($group == 'autlogin')
1249 foreach($grps as $group)
1250 if($group == 'moderator')
1284 foreach($grps as $group)
1286 $save.=$group;
1287 if($group != 'moderator'){
1288 $groups[]=$group;
1421 foreach($groups as $group)
1422 if($group == 'autlogin')
/plugin/autogallery/
H A Dauth.php193 * @param string $group
254 * @param string $group groupname
257 public function cleanGroup($group) { argument
258 return $group;
/plugin/autogroup/
H A DREADME.md2 Automatic group membership utility for DokuWiki
H A Daction.php115 foreach ($this->_group_cfg as $group=>$lines){
123 $in[] = $group;
124 if (!in_array($group,$newgrps)){
125 $newgrps[] = $group;
131 $out[] = $group;
132 if (in_array($group,$newgrps)){
133 array_splice($newgrps, array_keys($newgrps, $group)[0] , 1);
H A Dplugin.info.txt6 desc Provides a way to automatically group users based on account values.
/plugin/backlinks2/
H A D.travis.yml30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_backlinks --verbose --debug
/plugin/batchedit/
H A Dinterface.php625 private function printRadioButton($group, $name, $label) {
626 $id = $group . $name;
627 $html = '<input type="radio" id="be-' . $id . '" name="' . $group . '" value="' . $name . '"';
629 if (isset($_REQUEST[$group]) && $_REQUEST[$group] == $name) {
603 printRadioButton($group, $name, $label) global() argument
/plugin/bez/ctl/
H A Dtasks.php86 $group = substr($filters['original_poster'], 1); variable
87 $db_filters['original_poster'] = array('OR', $this->model->userFactory->users_of_group($group));
92 $group = substr($filters['assignee'], 1); variable
93 $db_filters['assignee'] = array('OR', $this->model->userFactory->users_of_group($group));
H A Dthreads.php68 $group = substr($filters['coordinator'], 1); variable
69 $db_filters['coordinator'] = array('OR', $this->model->userFactory->users_of_group($group));
74 $group = substr($filters['original_poster'], 1); variable
75 $db_filters['original_poster'] = array('OR', $this->model->userFactory->users_of_group($group));
/plugin/bez/mdl/
H A DUserFactory.php28 foreach($groups as &$group) {
29 $group = trim($group);
/plugin/bez/tpl/
H A Dtasks.php29 <?php $group = "@$name" ?> variable
30 <option <?php if ($tpl->value('original_poster') == $group) echo 'selected' ?>
31 value="<?php echo $group ?>"><?php echo $group ?></option>
84 <?php $group = "@$name" ?> variable
85 <option <?php if ($tpl->value('assignee') == $group) echo 'selected' ?>
86 value="<?php echo $group ?>"><?php echo $group ?></option>
H A Dthreads.php28 <?php $group = "@$name" ?> variable
29 <option <?php if ($tpl->value('original_poster') == $group) echo 'selected' ?>
30 value="<?php echo $group ?>"><?php echo $group ?></option>
75 <?php $group = "@$name" ?> variable
76 <option <?php if ($tpl->value('coordinator') === $group) echo 'selected' ?>
77 value="<?php echo $group ?>"><?php echo $group ?></option>
/plugin/booking/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_booking
/plugin/bootswrapper/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_bootswrapper
/plugin/bootswrapper/exe/help/
H A Dlist-group.txt5 <code html><list-group>
15 <list-group>
21 </list-group>
33 <list-group>
37 </list-group>
49 <list-group>
53 </list-group>
65 <list-group>
69 </list-group>
79 <list-group>
[all …]
H A Dmenu.txt15 * [[list-group]]

12345678910>>...31