Lines Matching refs:this

28         $controller->register_hook('TEMPLATE_USERTOOLS_DISPLAY', 'BEFORE', $this, 'addButton');
33 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'submissionsPageAction');
34 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'submissionsPageContent');
39 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, 'removePageCache');
44 …$controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'addCsvButton', array());
45 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'exportToCSV');
50 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajaxHandler');
59 …" id="user_submissions" rel="nofollow" title="' . $this->getLang('btn_my_submissions') . '">' . $t…
80 $table_html = $this->buildResultTable();
88 <h1>' . $this->getLang('programming_questions') . '</h1>
94this->getLang('count_number') . '</th><th class="col1">' . $this->getLang('question_name') . '</th…
108 <h1>' . $this->getLang('outputonly_questions') . '</h1>
114this->getLang('count_number') . '</th><th class="col1">' . $this->getLang('question_name') . '</th…
125 …<input class="button" type="button" onClick="history.go(0)" value="' . $this->getLang('table_updat…
144 …($ID, $params) . '" class="action export_pdf" rel="nofollow" title="' . $this->getLang('btn_expor…
145 . '<span>' . $this->getLang('btn_export_csv') . '</span>'
200 $data = $this->submit_to_db();
203 $data[] = $this->compare($INPUT->str('user_output'), $INPUT->str('problem_name'));
220 … $data[] = $this->upload($INPUT->str('file_name'), $INPUT->str('path'), $INPUT->str('code'));
283 $extension = $this->loadHelper('judge_numbers');
297 return $this->getLang('err_file_format');
311 return $filename . $this->getLang('err_file_exist');
313 return $this->getLang('err_dir') . $targetdir . $this->getLang('err_upload_dir');