Home
last modified time | relevance | path

Searched refs:ROLE_PC (Results 1 – 14 of 14) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/
H A Dmanualassign.php41 if (!($reviewer->roles & Contact::ROLE_PC))
175 where roles!=0 and (roles&" . Contact::ROLE_PC . ")!=0
H A Dusers.php142 if ($user->roles & (Contact::ROLE_PC | Contact::ROLE_ADMIN | Contact::ROLE_CHAIR)) {
146 if ($user->roles & Contact::ROLE_PC)
H A Dreviewprefs.php25 } else if (!$Qreq->reviewer && !($Me->roles & Contact::ROLE_PC)) {
H A Dassign.php280 where ContactInfo.roles!=0 and (ContactInfo.roles&" . Contact::ROLE_PC . ")!=0",
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dcontactlist.php279 …ole !== "" && ($this->limit !== "pc" || ($row->roles & Contact::ROLE_PCLIKE) !== Contact::ROLE_PC))
397 if (!$this->user->isPC || !($row->roles & Contact::ROLE_PC))
411 || (!($row->roles & Contact::ROLE_PC)
596 $mainwhere[] = "u.roles!=0 and (u.roles&" . Contact::ROLE_PC . ")!=0";
H A Dcontact.php62 const ROLE_PC = 1; define in Contact
180 $roles |= self::ROLE_PC;
662 return $this->roles & self::ROLE_PC;
670 if ($this->roles & (Contact::ROLE_CHAIR | Contact::ROLE_ADMIN | Contact::ROLE_PC)) {
673 … (($this->roles & (Contact::ROLE_ADMIN | Contact::ROLE_PC)) == (Contact::ROLE_ADMIN | Contact::ROL…
684 if (($this->roles & self::ROLE_PC) && strcasecmp($t, "pc") == 0)
696 if (($this->roles & self::ROLE_PC) && strcasecmp($t, "pc") == 0)
706 if ($roles & self::ROLE_PC)
899 $roles |= self::ROLE_PC;
901 $roles |= self::ROLE_CHAIR | self::ROLE_PC;
[all …]
H A Dcontactsearch.php55 || ($this->user->roles & Contact::ROLE_PC))) {
H A Dmailclasses.php256 $where[] = "(ContactInfo.roles&" . Contact::ROLE_PC . ")!=0";
H A Dconference.php1625 $pc1 = ($row->roles & Contact::ROLE_PC) != 0;
1626 $pc2 = ($row2->roles & Contact::ROLE_PC) != 0;
1646 $pc = array_filter($pc, function ($p) { return ($p->roles & Contact::ROLE_PC) != 0; });
2925 …ntactInfo c on (c.contactId=PRP.contactId and c.roles!=0 and (c.roles&" . Contact::ROLE_PC . ")!=0)
H A Duserstatus.php71 if ($roles & Contact::ROLE_PC)
H A Dassignmentset.php347 …ContactInfo join PaperReview using (contactId) where (roles&" . Contact::ROLE_PC . ")=0 and paperI…
410 and u.roles!=0 and (u.roles&" . Contact::ROLE_PC . ")!=0
H A Dpaperinfo.php124 where roles!=0 and (roles&" . Contact::ROLE_PC . ")!=0",
H A Dpapertable.php2029 && ($this->user->roles & (Contact::ROLE_PC | Contact::ROLE_CHAIR)))
/dports/www/hotcrp/hotcrp-2.102/pages/
H A Dhome.php307 where roles!=0 and (roles&" . Contact::ROLE_PC . ")!=0