Home
last modified time | relevance | path

Searched refs:is_review_blind (Results 1 – 5 of 5) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/
H A Dhotcrpmailer.php94 && $this->conf->is_review_blind($this->rrow)
H A Dcommentinfo.php422 : $this->conf->is_review_blind(!!get($req, "blind")))
H A Dcontact.php2636 || !$this->conf->is_review_blind($rrow);
3089 … || !$this->conf->is_review_blind(!$crow || ($crow->commentType & COMMENTTYPE_BLIND) != 0);
H A Dreview.php1877 $reviewBlind = $this->conf->is_review_blind(!!get($this->req, "blind"));
H A Dconference.php2396 function is_review_blind($rrow) { function in Conf