Home
last modified time | relevance | path

Searched refs:histogram_higher (Results 1 – 1 of 1) sorted by relevance

/plugin/blog/syntax/
H A Darchive.php170 $histogram_higher = 0;
195 if ($histogram_higher < $histogram_count[date('o-m',$entry['date'])]) {
196 $histogram_higher = $histogram_count[date('o-m',$entry['date'])];
202 $histogram = $this->_build_histogram($histogram_count, $histogram_higher);
208 function _build_histogram($histogram_count, $histogram_higher) { argument
223 $current_height = $histogram_height / $histogram_higher * $month_reference;