Home
last modified time | relevance | path

Searched refs:VIEWREVID (Results 1 – 4 of 4) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/settings/
H A Ds_reviews.php163 && $sv->conf->check_track_sensitivity(Track::VIEWREVID))
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dcontact.php2520 if ($this->conf->check_tracks($prow, $this, Track::VIEWREVID)) {
2625 if ($this->_can_administer_for_track($prow, $rights, Track::VIEWREVID)
2642 || ($t = $this->conf->permissive_track_tag_for($this, Track::VIEWREVID)))
2677 return $this->_can_administer_for_track($prow, $rights, Track::VIEWREVID)
3082 return $this->_can_administer_for_track($prow, $rights, Track::VIEWREVID)
H A Dpaperinfo.php1396 if ($contact->can_administer_for_track($this, Track::VIEWREVID)
H A Dconference.php9 const VIEWREVID = 3; define in Track