Lines Matching refs:max_time
56 $max_time = $this->getConf('max_time');
58 $max_time = $max_time > $ini_max ? $max_time : $ini_max;
60 $this->buttons($max_time);
63 $this->check_links($max_time);
73 function check_links($max_time) { argument
74 set_time_limit($max_time);
77 $this->buttons($max_time,$this->dir);
105 set_time_limit($max_time);
122 function buttons($max_time = "",$ns="") { argument
140 if($max_time) {
141 ptln('<br />' . $this->getLang('max_time') . ": $max_time");