Home
last modified time | relevance | path

Searched refs:contact_match_sql (Results 1 – 6 of 6) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/search/
H A Dst_conflict.php26 $where = $this->csm->contact_match_sql("$thistab.contactId");
H A Dst_comment.php78 $where[] = $this->csm->contact_match_sql("contactId");
H A Dst_revpref.php112 $where = [$this->rpsm->contact_match_sql("contactId")];
H A Dst_author.php39 …flict where PaperConflict.paperId=Paper.paperId and " . $this->csm->contact_match_sql("contactId")…
H A Dst_review.php137 $cm = $this->contact_match_sql("contactId");
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dpapersearch.php996 function contact_match_sql($fieldname) { function in ContactCountMatcher