Home
last modified time | relevance | path

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

/plugin/accscounter/syntax/
H A Dpopularity.php36 …e number of items (10 in default) (divide by a space) allperiod(default), today, or yesterday (div…
73 case 'today' : $period = 'today';
74 $today = date('Y/m/d');
108 if ($today) {
109 if (($today == $date) and ($today_count != 0)) $counters[$page] = $today_count;
H A Dcounter.php53 'today' => 0,
180 if ($fp[2]) $counters[$page]['today'] = $fp[2];
190 $counters[$page]['yesterday'] = $is_yesterday ? $counters[$page]['today'] : 0;
193 $counters[$page]['today'] = 1;
246 $counters[$page]['today'] = 0;
253 $counters[$page]['today']++;
322 …//Syntax: {{counter|total(default), today, or yesterday|texts following the number (when it is 0 o…
323 …//The texts following the number are not required (If entered just {{counter|today or yesterday or…
352 case 'today': $arg = 'today';
/plugin/accscounter/
H A Dplugin.info.txt6 desc Export the number of those who visited a specified page in your wiki today, yesterday, or in w…
H A Dadmin.php132 … '</th><th>' . $this->getLang('lastdate') . '</th><th>' . $this->getLang('today') . '</th><th>' . …