Searched refs:is_review_blind (Results 1 – 5 of 5) sorted by relevance
94 && $this->conf->is_review_blind($this->rrow)
422 : $this->conf->is_review_blind(!!get($req, "blind")))
2636 || !$this->conf->is_review_blind($rrow);3089 … || !$this->conf->is_review_blind(!$crow || ($crow->commentType & COMMENTTYPE_BLIND) != 0);
1877 $reviewBlind = $this->conf->is_review_blind(!!get($this->req, "blind"));
2396 function is_review_blind($rrow) { function in Conf