Home
last modified time | relevance | path

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

/plugin/judge/conf/
H A Ddefault.php3 $conf['upload_path'] = '/var/www/html/uploads/';
H A Dmetadata.php8 $meta['upload_path'] = array('string');
/plugin/judge/
H A Dsyntax.php323 …a['type'] . "','" . $data['runtime'] . "','" . "','" . $this->getConf('upload_path') . "'" . '); r…
352 …" . $data['type'] . "','" . $data['runtime'] . "','" . $this->getConf('upload_path') . "'" . '); r…
/plugin/judge/helper/
H A Dcrud.php184 $targetdir = $this->getConf('upload_path');