Lines Matching defs:group
248 foreach ($info['grps'] as $ndx => $group) {
249 $info['grps'][$ndx] = $this->cleanGroup($group);
255 // always add the default group to the list of groups
298 * Make AD group names usable by DokuWiki.
303 * @param string $group
306 public function cleanGroup($group)
308 $group = str_replace('\\', '', $group);
309 $group = str_replace('#', '', $group);
310 $group = preg_replace('[\s]', '_', $group);
311 $group = PhpString::strtolower(trim($group));
312 return $group;
444 * create a unique string for each filter used with a group
469 * to a certain group and save them to a object-wide array. If the array