Searched refs:problem_name (Results 1 – 4 of 4) sorted by relevance
/plugin/judge/ |
H A D | script.js | 5 function inputFileKey(problem_name) { argument 6 $realInputField = document.getElementById("code-" + problem_name); 9 function changeFilePath(problem_name) { argument 18 function resultRefresh(problem_name, type, user) { argument 26 questions: problem_name 41 problem_name: problem_name, 52 var problem_name; variable 65 window["problem_name"] = problem_name; 136 problem_name: problem_name, 160 problem_name: problem_name [all …]
|
H A D | syntax.php | 169 $problem_name = $parameter; 182 $problem_name = $value; 238 if ($problem_name == null) { 239 $problem_name = $ID; 242 $judge = "داوری:" . $problem_name; 261 $problem_name = str_replace('/', ':', $problem_name); 264 …return array('mode' => "judge", 'problem_name' => $problem_name, 'type' => $type, 'runtime' => $ru… 478 foreach ($data["questions"] as &$problem_name) { 479 …$submissions = $crud->tableRender(array('problem_name' => $problem_name, 'type' => "test-case", 'u…
|
H A D | action.php | 226 foreach (explode(",",$INPUT->str('questions')) as &$problem_name) { 227 …$submissions = $crud->tableRender(array('problem_name' => $problem_name, 'type' => "test-case", 'u… 281 public function compare($user_output, $problem_name) argument 284 $answer = $extension->parseNumber(rawWiki("داوری:" . $problem_name));
|
H A D | submissions.sqlite | 22 problem_name TEXT NOT NULL,
|