Searched refs:recentDays (Results 1 – 1 of 1) sorted by relevance
29 var $recentDays; // time during the clock is display to indicate a nex definition variable in glossary91 $this->recentDays = $this->getConf ('recentDays');611 $recentTime = mktime (0, 0, 0, date ("n"), date ("j")-$this->recentDays, date ("Y"));631 $opacity = ($delta)/($this->recentDays+1);