Home
last modified time | relevance | path

Searched refs:unparse_item (Results 1 – 2 of 2) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/assigners/
H A Da_tag.php305 private function unparse_item($before) { function in Tag_Assigner
313 $t[] = '<del>' . $this->unparse_item(true) . '</del>';
315 $t[] = '<ins>' . $this->unparse_item(false) . '</ins>';
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dassignmentset.php779 private function unparse_item(AssignmentSet $aset, $before) { function in Review_Assigner