Lines Matching refs:row

44             while ($row = $results->fetchArray()) {
46 …rray($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->convert…
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…
55 while ($row = $results->fetchArray()) {
57 …db->query('SELECT language FROM submission_test_case WHERE submit_id = ' . $row["submit_id"] . ';'…
58 if ($row["status_code"] == '0') {
61 $valid_text = $this->valid_text($row["submit_id"]);
68 …Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $row['usernam…
70 …data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $thi…
72 … $table_data[] = Array($i, $this->convert_time($row["timestamp"]), $language[0], $valid_text);
74 …test-case\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp"]) . "\t" . $lang…
79 while ($row = $results->fetchArray()) {
80 if ($row["type"] == "output-only") {
81 … . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('outputonly_questio…
83 if (!$row["status_code"]) {
84 …<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('programm…
86row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('programming_question')…
179 while ($row = $results->fetchArray()) {
183 if ($row["type"] == "test-case") {
191 $file_pattern = $targetdir . $row["submit_id"] . ".*";
194 …$this->db->query('DELETE FROM submission_test_case WHERE submit_id ="' . $row["submit_id"] . '";');
197 … $this->db->query('DELETE FROM submissions WHERE submit_id ="' . $row["submit_id"] . '";');