Home
last modified time | relevance | path

Searched refs:month (Results 51 – 75 of 349) sorted by relevance

12345678910>>...14

/plugin/quickstats/scripts/
H A Dextended_data.php44 $month = rawurldecode($INPUT->str($key)); variable
45 $temp = qs_process_pages ($page,$month);
46 qs_format_pages($temp, $month);
285 function qs_format_pages($pages,$month) { argument
338 function qs_pages_search_i ($needle = null,$month) argument
341 $pages = load_data('pages',$month);
364 function qs_process_pages ($page, $month) { argument
366 $page_users = load_data('page_users',$month);
367 $found = qs_pages_search_i($page,$month);
442 function qs_agent_search_i ($needle = null,$month) argument
[all …]
/plugin/pixelyear/
H A Dsyntax.php79 list ($month, $day, $pixel) = explode ("|", $row);
80 if ($month>=1&&$month<=12) {
83 $dates[intval($month)."-".intval($day)]=$pixel;
H A DSYNTAX.md8 …ween the tags is a list dates with a month, day and 'pixel' separated with a pipe character "|" in…
19 Oddly I've found month first makes more sense, even though I usually like dates the opposite way ar…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php748 'fromDate.month' => [
760 'toDate.month' => [
777 'fromDate.month' => [
789 'toDate.month' => [
806 'endDate.month' => [
847 'toDate.month' => [
876 'toDate.month' => [
920 'toDate.month' => [
964 'toDate.month' => [
1008 'toDate.month' => [
[all …]
H A DLocalservices.php74 'endDate.month' => [
98 'startDate.month' => [
125 'endDate.month' => [
149 'startDate.month' => [
H A DAdsense.php387 'endDate.month' => [
426 'startDate.month' => [
461 'endDate.month' => [
500 'startDate.month' => [
540 'endDate.month' => [
560 'startDate.month' => [
590 'endDate.month' => [
610 'startDate.month' => [
/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl4 …* @author@ (@?year@@?month@@month@ @;month@@year@@;year@) **@title@**. @?booktitle@In //@booktitle…
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …* @author@ (@?year@@?month@@month@ @;month@@year@@;year@) **@title@**. @?booktitle@In //@booktitle…
/plugin/struct/types/
H A DDate.php78 [$year, $month, $day] = explode('-', $rawvalue, 3);
79 if (!checkdate((int)$month, (int)$day, (int)$year)) {
88 return sprintf('%d-%02d-%02d', $year, $month, $day);
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md12 lists (e.g. 1,2,3), W to find the nearest weekday for a given day of the month, L to
13 find the last day of the month, L to find the last given weekday of a month, and hash
14 (#) to find the nth weekday of a given month.
61 | | | +---------- month (1 - 12)
62 | | +--------------- day of month (1 - 31)
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dpl.js1month:"Miesiąc",week:"Tydzień",day:"Dzień",list:"Plan dnia"},allDayText:"Cały dzień",eventLimitTex…
/plugin/calendoku/
H A Dhelper.php70 $month = substr($datetime[0], 4, 2);
83 $date->setDate(intval($year), intval($month), intval($day));
373 $month = date('m');
379 $month = $match[2];
385 $month = $match[2];
391 $month = $match[2];
397 $month = $match[2];
403 $month = $match[2];
408 $month = '1';
433 $date->setDate(intval($year), intval($month), intval($day));
/plugin/stats/
H A Dsyntax.php323 $month = $dt['mon'];
326 $month = substr($period,0,strpos($period,"/"));
329 return $this->histoContribMonthByDay($year, $month);
333 $month = $dt['mon'];
335 if($month == 1) {
336 $month = 12;
339 $month--;
342 return $this->histoContribMonthByDay($year, $month);
418 function histoContribMonthByDay($year, $month) { argument
422 $month = intval($month);
[all …]
/plugin/yearbox/services/pageNameStrategies/
H A DCompletelySeparated.php8 public function getPageId($baseNS, $year, $month, $day, $name) argument
10 return "$baseNS:$year:$month:$day";
H A DYearNS.php8 public function getPageId($baseNS, $year, $month, $day, $name) argument
10 $pagename = ($name ? "$name-" : '') . "$year-$month-$day";
/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php184 public $month; variable in Google_AnalyticsSummary
203 public function setMonth(Google_AnalyticsSnapshot $month) { argument
204 $this->month = $month;
207 return $this->month;
/plugin/blog/syntax/
H A Darchive.php3 * Archive Plugin: displays links to all wiki pages from a given month
54 list($year, $month, $day) = explode('-', $rest, 3);
56 $start = mktime(0, 0, 0, $month, $day, $year);
61 list($year, $month) = explode('-', $rest, 2);
64 $nextmonth = $month + 1;
71 $start = mktime(0, 0, 0, $month, 1, $year);
/plugin/yearbox/_test/
H A DpagenameStrategy.test.php63 $month = '03';
68 $actual_id = $strategy->getPageId($baseNS, $year, $month, $day, $name);
/plugin/recommend/helper/
H A Dlog.php10 public function __construct($month) { argument
15 $this->path .= '/' . $month . '.log';
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php35 $month = '(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)';
39 $date3 = $month . ' ([12]\d|3[01]| [1-9])';
40 $date2 = '(0[1-9]|[12]\d|3[01])\-' . $month . '\-\d{2}';
42 $date1 = '(0[1-9]|[12]\d|3[01]) ' . $month . ' [1-9]\d{3}';
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php35 $month = '(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)';
39 $date3 = $month . ' ([12]\d|3[01]| [1-9])';
40 $date2 = '(0[1-9]|[12]\d|3[01])\-' . $month . '\-\d{2}';
42 $date1 = '(0[1-9]|[12]\d|3[01]) ' . $month . ' [1-9]\d{3}';
/plugin/statdisplay/helper/
H A Dgraph.php72 foreach ($this->log->logdata as $month => $data) {
73 if ($month[0] == '_') continue;
74 if ($from && $month < $from) continue;
75 if ($to && $month > $to) break;
77 $times[] = $month;
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG16 month fields that have multiple dates (e.g. dec # " 5--9," or nov # " 29" # "--" # dec # " 2") are …
35 3/ Added class PARSEMONTH to split a bibtex month field into day and month components.
36 list($month, $day) = $parseMonth->init($monthField);
/plugin/yearbox/
H A Dsyntax.php189 foreach ($year as $mth_num => $month) {
191 $month,
224 $month, argument
240 … if (($cur_day > 0 && $cur_day < $month['len']) || ($col < 7 && $weekday_num == $month['start'])) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php537 …public function testParseTimestampAsUnixTimestampByDefault($yaml, $year, $month, $day, $hour, $min… argument
539 … $this->assertSame(gmmktime($hour, $minute, $second, $month, $day, $year), Inline::parse($yaml));
545 …public function testParseTimestampAsDateTimeObject($yaml, $year, $month, $day, $hour, $minute, $se… argument
549 $expected->setDate($year, $month, $day);
570 …public function testParseNestedTimestampListAsDateTimeObject($yaml, $year, $month, $day, $hour, $m… argument
574 $expected->setDate($year, $month, $day);

12345678910>>...14