Lines Matching refs:getConf
54 $color = $this->getConf('colordefault'); // Standardfarbe
79 … if ($difftime <= $this->getConf('yearwarning')) { $color = $this->getConf('colorwarning'); }
85 … if ($difftime <= $this->getConf('monthwarning')) { $color = $this->getConf('colorwarning'); }
91 … if ($difftime <= $this->getConf('weekwarning')) { $color = $this->getConf('colorwarning'); }
97 … if ($difftime <= $this->getConf('daywarning')) { $color = $this->getConf('colorwarning'); }
103 … if ($difftime <= $this->getConf('hourwarning')) { $color = $this->getConf('colorwarning'); }
109 … if ($difftime <= $this->getConf('minutewarning')) { $color = $this->getConf('colorwarning'); }
116 … $comment = str_replace("##DATE##", strftime($this->getConf('dateformat'), $endtime), $commentstr);
118 … $comment = str_replace("##TIME##", strftime($this->getConf('timeformat'), $endtime), $comment);
120 …$comment = str_replace("##DATETIME##", strftime($this->getConf('datetimeformat'), $endtime), $comm…
126 $color = $this->getConf('colorcritical');