/plugin/structgroup/helper/ |
H A 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/virtualgroup/ |
H A D | admin.php | 264 echo ' <th class="grp">' . hsc($this->getLang('grps')) . '</th>'; 307 echo ' <th class="grp">' . hsc($this->getLang('grp')) . '</th>'; 402 $form->addTextInput('group', $this->getLang('grp'))->attr('placeholder', $this->getLang('grp')); 421 $form->addTextInput('group', $this->getLang('grp'))->attr('readonly', 'readonly');
|
/plugin/authowncloud/ |
H A 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/openlayersmap/ol7/ |
H A D | ol-layerswitcher.js |
|
/plugin/authnc/ |
H A 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/translate/ |
H A 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']);
|
H A D | helper.php | 171 $grp = $this->getConf('translator_group'); 172 return $grp && in_array($grp, $INFO['userinfo']['grps']);
|
/plugin/goto/ |
H A D | action.php | 52 foreach($groups as $grp) { 53 if(in_array ($grp , $user_grps)) { 54 $redirect_target = "$grp:";
|
/plugin/grouphome/ |
H A D | action.php | 42 foreach ($grps as $grp) { 43 $page = cleanID(sprintf($pages,$grp));
|
/plugin/watchcycle/ |
H A D | action.php | 283 array_map(function ($grp) use ($term) { 285 if (strpos($grp, (string) $term) !== false) { 286 return ['label' => '@' . $grp, 'value' => '@' . $grp];
|
/plugin/htmlokay/ |
H A D | helper.php | 304 foreach($INF0_groups as $grp) 306 if (array_search ($grp, $groups) !== false) 309 $groups_found[] = $grp;
|
H A D | admin.php | 201 foreach($groups as $grp) 203 $this->groups[$grp][] = $row[0];
|
/plugin/sidebarng/ |
H A 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/ |
H A D | helper.php | 66 foreach ($data['group'] as $grp) { 67 $getuser = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
|
/plugin/permissioninfo/ |
H A 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/ |
H A D | action.php | 89 foreach($user_grps as $grp) { 90 if(strpos($photogroups,$grp) !== false) { 91 return $grp;
|
/plugin/farm/ |
H A 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/authldaplocal/ |
H A 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/inc/ |
H A D | StatisticsQuery.class.php | 364 $grp = 'ua_info, ua_ver'; 366 $grp = 'ua_info'; 374 GROUP BY $grp
|
/plugin/authsplit/ |
H A D | auth.php | 367 foreach ($user['grps'] as $grp) { 368 $msg .= '"'.$grp.'", ';
|
/plugin/shibbolethauth/files/ |
H A D | shibboleth.class.php | 375 foreach ($grps as $grp){ 376 if($grp == $this->sympaDefaultGroup) $defaultgrpset = true;
|
/plugin/groupmail/ |
H A 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/ |
H A D | Wrapper.php | 252 public function _case_metadata_group_xxx($grp) argument 266 ->when($result = $wrapper->stream_metadata('foo', $grp, $group))
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/cy/ |
H A D | cy.txt | 159 Ni ellir dehongli dim yn y Datganiad hwn i olygu bod gan Wladwriaeth, grp neu berson unrhyw hawl i ymroddi i unrhyw weithgarwch neu i gyflawni unrhyw weithred gyda'r bwriad (…)
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 226 # bug fix: grp.property_x = n can change definition of grp
|