Home
last modified time | relevance | path

Searched refs:make_csvg (Results 1 – 7 of 7) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/listactions/
H A Dla_get_sub.php56 … $csvg = $user->conf->make_csvg("formatcheck")->select(["paper", "title", "pages", "format"]);
207 return $user->conf->make_csvg("authors")->select($header)
226 return $user->conf->make_csvg("contacts")
259 return $user->conf->make_csvg("pcconflicts")
277 return $user->conf->make_csvg("topics")
290 return $user->conf->make_csvg("data", CsvGenerator::FLAG_ITEM_COMMENTS)
H A Dla_get_rev.php11 return $user->conf->make_csvg("pcassignments")->select($header)->add($items);
219 return $user->conf->make_csvg("scores")
291 return $user->conf->make_csvg($this->type . "s")
H A Dla_getallrevpref.php41 return $user->conf->make_csvg("allprefs")->select($headers)
H A Dla_getrevpref.php68 return $user->conf->make_csvg($title, CsvGenerator::FLAG_ITEM_COMMENTS)
/dports/www/hotcrp/hotcrp-2.102/
H A Dusers.php95 csv_exit($Conf->make_csvg("users")
177 csv_exit($Conf->make_csvg("pcinfo")->select($selection, $header)->add($people));
H A Dautoassign.php126 csv_exit($Conf->make_csvg("assignments")->select($x->header)
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dconference.php3753 function make_csvg($basename, $flags = 0) { function in Conf