Home
last modified time | relevance | path

Searched +full:timestamp +(+path:plugin +path:judge) -(+path:plugin +path:judge +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/judge/helper/
H A Dcrud.php26 public function tableRender($data, $mode, $count = 1, $sort = "timestamp")
48 …$table_data[] = Array($i, $this->convert_time($row["timestamp"]), ($row["status_code"] == '1' ? "د…
50 …utput-only\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp"]) . "\t \t" . (…
68 …w["problem_name"] . '</a>', $row['username'], $this->convert_time($row["timestamp"]), $language[0]…
70 …ame"] . '">' . $row["problem_name"] . '</a>', $this->convert_time($row["timestamp"]), $language[0]…
72 … $table_data[] = Array($i, $this->convert_time($row["timestamp"]), $language[0], $valid_text);
74 …ttest-case\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp"]) . "\t" . $lan…
104 public function getSubmissions($data, $sort = "timestamp")
138 public function convert_time($timestamp) argument
144 return $pdate->date("l j F Y H:i:s", $timestamp);
[all …]
H A Djdatetime.class.php79 * Formats and returns given timestamp just like php's
87 * @param $stamp int Unix Timestamp (Epoch Time)
95 //Timestamp + Timezone
258 * @param $stamp int Unix Timestamp (Epoch Time)
278 * @param $stamp int Unix Timestamp (Epoch Time)
316 * Creates a Unix Timestamp (Epoch Time) based on given parameters
324 * need to create a timestamp based on gregorian date
336 * @return int Unix Timestamp (Epoch Time)
/plugin/judge/
H A Daction.php94 …->getLang('question_name') . '</th><th class="col2">' . $this->getLang('timestamp') . '</th><th cl…
99 …('type' => "test-case", 'user' => $_SERVER['REMOTE_USER']), "html", 1, "timestamp")["submissions_t…
114 …->getLang('question_name') . '</th><th class="col2">' . $this->getLang('timestamp') . '</th><th cl…
119 …type' => "output-only", 'user' => $_SERVER['REMOTE_USER']), "html", 1, "timestamp")["submissions_t…
163 …'type' => "output-only", 'user' => $_SERVER['REMOTE_USER']), "csv", 1, "timestamp")["submissions_t…
164 …y('type' => "test-case", 'user' => $_SERVER['REMOTE_USER']), "csv", 1, "timestamp")["submissions_t…
207 …pe' => $INPUT->str('type'), 'user' => $INPUT->str('user')), "html", 1, "timestamp")["submissions_t…
227 …('problem_name' => $problem_name, 'type' => "test-case", 'user' => null), "html", $i, "timestamp");
H A Dsyntax.php398 …s->getLang('count_number') . '</th><th class="col1">' . $this->getLang('timestamp') . '</th><th cl…
403 …type' => $data["type"], 'user' => $_SERVER['REMOTE_USER']), "html", 1, "timestamp")["submissions_t…
410 …s->getLang('count_number') . '</th><th class="col1">' . $this->getLang('timestamp') . '</th><th cl…
419 …type' => $data["type"], 'user' => $_SERVER['REMOTE_USER']), "html", 1, "timestamp")["submissions_t…
472 …. $this->getLang('sender') . '</th><th class="col2">' . $this->getLang('timestamp') . '</th><th cl…
479 …('problem_name' => $problem_name, 'type' => "test-case", 'user' => null), "html", $i, "timestamp");
H A Dadmin.php35 …problem_name'], 'type' => $_REQUEST['type'], 'user' => $_REQUEST['user']), "html", 1, "timestamp");
H A Dsubmissions.sqlite21 timestamp DATETIME NOT NULL,