| /plugin/structgroup/helper/ |
| D | authgroup.php | 26 $grp = rawurldecode($acl[1]); 28 if ($grp[0] != '@') continue; 29 $grp = substr($grp, 1); 30 if(in_array($grp,$specials)) continue; 31 $groups[] = $grp;
|
| /plugin/structgroup8/helper/ |
| D | authgroup.php | 26 $grp = rawurldecode($acl[1]); 28 if ($grp[0] != '@') continue; 29 $grp = substr($grp, 1); 30 if(in_array($grp,$specials)) continue; 31 $groups[] = $grp;
|
| /plugin/openlayersmap/ol/ |
| D | ol-layerswitcher.js | 270 static isBaseGroup(grp) { argument 271 if (grp instanceof LayerGroup) { 272 const lyrs = grp.getLayers().getArray(); 287 groups.forEach(function (grp) { argument 289 const descendantVisibility = grp.getLayersArray().map(function (l) { 298 grp.setVisible(true); 299 grp.set('indeterminate', false); 304 grp.setVisible(false); 305 grp.set('indeterminate', false); 308 grp.setVisible(true); [all …]
|
| /plugin/authowncloud/ |
| D | auth.php | 115 foreach($grps as $grp){ 116 if(!OC_Group::groupExists($grp)) $this->addGroup($grp); 117 OC_Group::addToGroup($user, $grp); 142 foreach($changes['grps'] as $grp){ 143 if(!OC_Group::groupExists($grp)) $this->addGroup($grp); 144 OC_Group::addToGroup($user, $grp);
|
| /plugin/authnc/ |
| D | auth.php | 101 foreach ($xml->data->groups->element as $grp) { 102 $groups[] = (string)$grp; 264 foreach ($xml->data->groups->element as $grp) { 265 $groups[] = (string)$grp; 329 foreach ($xml->data->groups->element as $grp) { 330 msg((string) $grp); 331 $groups[(string)$grp] = (string)$grp;
|
| /plugin/groupusers/ |
| D | syntax.php | 65 foreach ($data['grps'] as $grp) { 66 $grp = trim($grp); 67 $getuser = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
|
| /plugin/translate/ |
| D | action.php | 55 $grp = $this->getConf('translator_group'); 56 if (empty($grp)) return; 59 if (!in_array($grp, $info['userinfo']['grps'])) return; 246 $grp = $this->getConf('author_group'); 247 $auth_ok = !empty($grp) && 248 in_array($grp, $INFO['userinfo']['grps']); 358 $grp = $this->getConf('translator_group'); 359 $auth_ok = !empty($grp) && 360 in_array($grp, $INFO['userinfo']['grps']);
|
| D | helper.php | 171 $grp = $this->getConf('translator_group'); 172 return $grp && in_array($grp, $INFO['userinfo']['grps']);
|
| /plugin/goto/ |
| D | action.php | 52 foreach($groups as $grp) { 53 if(in_array ($grp , $user_grps)) { 54 $redirect_target = "$grp:";
|
| /plugin/grouphome/ |
| D | action.php | 42 foreach ($grps as $grp) { 43 $page = cleanID(sprintf($pages,$grp));
|
| /plugin/watchcycle/ |
| D | action.php | 283 array_map(function ($grp) use ($term) { 285 if (strpos($grp, (string) $term) !== false) { 286 return ['label' => '@' . $grp, 'value' => '@' . $grp];
|
| /plugin/oauthgeneric/ |
| H A D | action.php | 40 $grps = array_map(function ($grp) use ($grpdots) { 41 return DotAccess::get($grp, $grpdots[1], '');
|
| /plugin/htmlokay/ |
| D | helper.php | 304 foreach($INF0_groups as $grp) 306 if (array_search ($grp, $groups) !== false) 309 $groups_found[] = $grp;
|
| D | admin.php | 201 foreach($groups as $grp) 203 $this->groups[$grp][] = $row[0];
|
| /plugin/sidebarng/ |
| D | action.php | 172 foreach($INFO['userinfo']['grps'] as $grp) { 173 $group_sb = $group_ns.':'.$grp.':'.$pname; 175 … $subst = array('pattern' => array('/@GROUP@/'), 'replace' => array($grp));
|
| /plugin/listusergroup/ |
| D | helper.php | 66 foreach ($data['group'] as $grp) { 67 $getuser = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
|
| /plugin/farm/ |
| D | animalmanager.class.php | 271 $grp = isset($this->manager->opt['grp']) ? $this->manager->opt['grp'] : null; 278 …if($grp) ptln($this->manager->getLang('animal_users_onlygrpactive').' : '.$grp.' [<a href="'.$this… 281 …imal_users_login').' <a href="'.$this->wl(array('users' => true, 'grp' => $grp, 'sort' => $sort ==… 289 if($grp && !in_array($grp, $u['grps'])) continue;
|
| /plugin/permissioninfo/ |
| D | admin.php | 402 foreach((array) $USERINFO['grps'] as $grp){ 403 $nid = str_replace('%GROUP%',cleanID($grp),$id); 404 $nrest = str_replace('%GROUP%','@'.auth_nameencode($grp),$rest);
|
| /plugin/mediatooltip/ |
| D | action.php | 89 foreach($user_grps as $grp) { 90 if(strpos($photogroups,$grp) !== false) { 91 return $grp;
|
| /plugin/authldaplocal/ |
| D | auth.php | 243 if($user_result[$key]) foreach($user_result[$key] as $grpkey => $grp) { 244 if($grpkey !== 'count' && preg_match($regexp, $grp, $match)) { 275 if(is_array($result)) foreach($result as $grp) { 276 if(!empty($grp[$this->getConf('groupkey')])) { 277 $group = $grp[$this->getConf('groupkey')];
|
| /plugin/statistics/ |
| D | Query.php | 587 $grp = 'S.ua_info, S.ua_ver'; 590 $grp = 'S.ua_info'; 597 GROUP BY $grp
|
| /plugin/authsplit/ |
| D | auth.php | 367 foreach ($user['grps'] as $grp) { 368 $msg .= '"'.$grp.'", ';
|
| /plugin/shibbolethauth/files/ |
| D | shibboleth.class.php | 375 foreach ($grps as $grp){ 376 if($grp == $this->sympaDefaultGroup) $defaultgrpset = true;
|
| /plugin/groupmail/ |
| D | syntax.php | 324 foreach ($vals as $grp) { 325 $userInfoHash = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
| D | Wrapper.php | 252 public function _case_metadata_group_xxx($grp) argument 266 ->when($result = $wrapper->stream_metadata('foo', $grp, $group))
|