Home
last modified time | relevance | path

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

/plugin/judge/helper/
H A Dcrud.php46 …. $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->convert_time($row["timestamp…
48 …$table_data[] = Array($i, $this->convert_time($row["timestamp"]), ($row["status_code"] == '1' ? "د…
50 …able .= $i . "\toutput-only\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp…
68 …me"] . '">' . $row["problem_name"] . '</a>', $row['username'], $this->convert_time($row["timestamp…
70 …. $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->convert_time($row["timestamp…
72 … $table_data[] = Array($i, $this->convert_time($row["timestamp"]), $language[0], $valid_text);
74 …$table .= $i . "\ttest-case\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp…
81 …roblem_name"] . '</a>', $this->getLang('outputonly_question'), $this->convert_time($row["timestamp…
84 …oblem_name"] . '</a>', $this->getLang('programming_question'), $this->convert_time($row["timestamp…
86 …oblem_name"] . '</a>', $this->getLang('programming_question'), $this->convert_time($row["timestamp…
[all …]