Home
last modified time | relevance | path

Searched refs:has_topics (Results 1 – 15 of 15) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/settings/
H A Ds_topics.php110 $has_topics = $sv->conf->fetch_ivalue("select exists (select * from TopicArea)");
111 $sv->save("has_topics", $has_topics ? 1 : null);
/dports/www/hotcrp/hotcrp-2.102/src/papercolumns/
H A Dpc_topics.php11 if (!$pl->conf->has_topics())
H A Dpc_topicscore.php14 if (!$pl->conf->has_topics()
/dports/www/hotcrp/hotcrp-2.102/src/search/
H A Dst_topic.php47 return $row->has_topics() === $this->topics;
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dpapersaver.php138 if ($qreq->has_topics) {
H A Dpaperapi.php229 if ($user->conf->has_topics())
H A Dpapercolumn.php595 if ($this->topics && !$pl->conf->has_topics())
646 $this->topics = $pl->conf->has_topics();
H A Dpaperinfo.php749 if ($this->conf->has_topics()) {
759 function has_topics() { function in PaperInfo
H A Duserstatus.php606 if ($us->conf->has_topics()) {
H A Dpaperstatus.php487 if (!$this->conf->has_topics())
H A Dconference.php1072 function has_topics() { function in Conf
3559 if ($name === "revprefdescription" && $this->has_topics())
H A Dpapertable.php1345 if (!$this->conf->has_topics())
H A Dpapersearch.php2682 if ($this->conf->has_topics() && (!$category || $category === "topic")) {
H A Dcontact.php1764 if ($this->contactId <= 0 || !$this->conf->has_topics())
/dports/www/hotcrp/hotcrp-2.102/
H A Dassign.php293 if ($Conf->has_topics())