Home
last modified time | relevance | path

Searched refs:month (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/plugin/statdisplay/helper/
Dlog.php105 $month = date('Y-m', $date);
127 $newvisitor = !isset($this->logdata[$month]['ip'][$parts[0]]);
129 $this->logdata[$month]['ip'][$parts[0]] = 1;
131 $this->logdata[$month]['ip'][$parts[0]]++;
137 if (!isset($this->logdata[$month][$type]['hour'])) {
138 $this->logdata[$month][$type]['hour'] = array_fill(0, 23, array());
141 $this->logdata[$month][$type]['all']['count'] =
142 isset($this->logdata[$month][$type]['all']['count']) ?
143 $this->logdata[$month][$type]['all']['count'] + 1 :
145 $this->logdata[$month][$type]['day'][$day]['count'] =
[all …]
/plugin/calendar/classes/
H A DEventManager.php56 * @param int $month Month
59 private static function getEventFile($namespace, $year, $month) { argument
61 return $dir . sprintf('%04d-%02d.json', $year, $month);
69 * @param int $month Month
73 public static function loadMonth($namespace, $year, $month, $useCache = true) { argument
76 $cached = CalendarEventCache::getMonthEvents($namespace, $year, $month);
86 $events = self::loadMonthMultiNamespace($namespace, $year, $month);
88 $eventFile = self::getEventFile($namespace, $year, $month);
94 CalendarEventCache::setMonthEvents($namespace, $year, $month, $events);
105 * @param int $month Month
[all …]
H A DEventCache.php49 * @param int $month Month
52 private static function getMonthCacheKey($namespace, $year, $month) { argument
54 return sprintf('events_%s_%04d_%02d', $ns, $year, $month);
72 * @param int $month Month
76 public static function getMonthEvents($namespace, $year, $month, $ttl = self::DEFAULT_TTL) { argument
77 $key = self::getMonthCacheKey($namespace, $year, $month);
119 * @param int $month Month
123 public static function setMonthEvents($namespace, $year, $month, array $events) { argument
124 $key = self::getMonthCacheKey($namespace, $year, $month);
151 * @param int $month Month
[all …]
/plugin/top/
Dhelper.php58 $month = date('Ym');
62 $res = $this->sqlite->query($sql, $page, $page, $month, $lang, $month);
70 * @param string|null $month
74 public function best($lang, $month, $num = 10) argument
78 if ($lang === null && $month === null){
81 } elseif ($lang !== null && $month === null) {
84 } elseif ($lang === null && $month !== null){
86 $res = $this->sqlite->query($sql, intval($month), $num);
89 $res = $this->sqlite->query($sql, $lang, intval($month), $num);
/plugin/publist/bib2tpl/
Dhelper.inc.php63 $month = empty($entry['month']) ? '' : $entry['month'];
66 $month = strtolower($month);
68 if ( preg_match('/^\d[\d]$/', $month) )
70 return strlen($month) == 1 ? '0'.$month : $month;
77 if ( preg_match($pattern , $month) )
/plugin/publistx/bib2tpl/
Dhelper.inc.php63 $month = empty($entry['month']) ? '' : $entry['month'];
66 $month = strtolower($month);
68 if ( preg_match('/^\d[\d]$/', $month) )
70 return strlen($month) == 1 ? '0'.$month : $month;
77 if ( preg_match($pattern , $month) )
/plugin/publistf/bib2tpl/
Dhelper.inc.php63 $month = empty($entry['month']) ? '' : $entry['month'];
66 $month = strtolower($month);
68 if ( preg_match('/^\d[\d]$/', $month) )
70 return strlen($month) == 1 ? '0'.$month : $month;
77 if ( preg_match($pattern , $month) )
/plugin/recommend/
H A Dadmin.php9 protected $month; variable in admin_plugin_recommend
18 $this->month = $_REQUEST['rec_month'];
20 $this->month = date('Y-m');
22 $log = new helper_plugin_recommend_log($this->month);
84 echo sprintf($this->getLang('no_entries'), $this->month);
88 …echo sprintf('<p>' . $this->getLang('status_entries') . '</p>', $this->month, count($this->entries…
166 protected function recommendMakeTOC($month) argument
169 …return html_mktocitem('?do=admin&page=recommend&id=' . $ID . '&rec_month=' . $month, $month, 2, ''…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DDate.php29 public $month; variable in Google\\Service\\RealTimeBidding\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
DDate.php29 public $month; variable in Google\\Service\\AdMob\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
DGoogleTypeDate.php29 public $month; variable in Google\\Service\\CloudBillingBudget\\GoogleTypeDate
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
DGoogleTypeDate.php29 public $month; variable in Google\\Service\\ChromePolicy\\GoogleTypeDate
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGoogleTypeDate.php29 public $month; variable in Google\\Service\\DLP\\GoogleTypeDate
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DDate.php29 public $month; variable in Google\\Service\\CloudSearch\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
DDate.php29 public $month; variable in Google\\Service\\CloudComposer\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
DDate.php29 public $month; variable in Google\\Service\\Adsense\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DDate.php29 public $month; variable in Google\\Service\\OSConfig\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DDate.php29 public $month; variable in Google\\Service\\ShoppingContent\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DDate.php29 public $month; variable in Google\\Service\\MyBusinessBusinessInformation\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleTypeDate.php29 public $month; variable in Google\\Service\\CloudRetail\\GoogleTypeDate
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleTypeDate.php29 public $month; variable in Google\\Service\\Document\\GoogleTypeDate
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessCalls/
DDate.php29 public $month; variable in Google\\Service\\MyBusinessBusinessCalls\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
DGoogleTypeDate.php29 public $month; variable in Google\\Service\\Fcmdata\\GoogleTypeDate
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
DDate.php29 public $month; variable in Google\\Service\\CloudMemorystoreforMemcached\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DDate.php29 public $month; variable in Google\\Service\\DisplayVideo\\Date
52 public function setMonth($month) argument
54 $this->month = $month;
61 return $this->month;

12345678910>>...16