Lines Matching refs:who

24     var $who = '';  variable in admin_plugin_superacl2
131 foreach($opt as $who => $perm){
132 $who = auth_nameencode($who,true);
133 $lines[] = "$where\t$who\t$perm\n";
199 if($this->who) $opts['acl_w'] = $this->who;
263 …echo '<input type="text" name="acl_w" class="edit" value="'.(($inl)?'':hsc(ltrim($this->who,'@')))…
286 if($this->who){
343 $who = $this->who;
358 if($who{0} == '@'){
360 $groups = array(ltrim($who,'@'));
362 $user = auth_nameencode($who);
393 printf($this->getLang('p_user_ns'),hsc($who),hsc($ns),join(', ',$names));
395 printf($this->getLang('p_user_id'),hsc($who),hsc($ID),join(', ',$names));
399 … printf($this->getLang('p_group_ns'),hsc(ltrim($who,'@')),hsc($ns),join(', ',$names));
401 … printf($this->getLang('p_group_id'),hsc(ltrim($who,'@')),hsc($ID),join(', ',$names));
534 echo '<input type="hidden" name="acl_w" value="'.hsc($this->who).'" />'.NL;
557 foreach($set as $who => $perm){
574 if($who{0} == '@'){
575 echo '<span class="aclgroup">'.hsc($who).'</span>';
577 echo '<span class="acluser">'.hsc($who).'</span>';
582 echo $this->_html_checkboxes($perm,$ispage,'acl['.hsc($where).']['.hsc($who).']');
586 echo '<input type="checkbox" name="del['.hsc($where).']" value="'.hsc($who).'" />';
645 if(isset($this->acl[$check][auth_nameencode($this->who,true)])){
646 return $this->acl[$check][auth_nameencode($this->who,true)];
744 if($this->who &&
745 !in_array($this->who,$this->usersgroups) &&
746 !in_array($this->who,$specials)){
748 if($this->who{0} == '@'){
765 if($ug == $this->who){
781 if($ug == $this->who){