Home
last modified time | relevance | path

Searched refs:year (Results 51 – 75 of 712) sorted by relevance

12345678910>>...29

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DLocalservices.php78 'endDate.year' => [
102 'startDate.year' => [
129 'endDate.year' => [
153 'startDate.year' => [
H A DAdsense.php391 'endDate.year' => [
430 'startDate.year' => [
465 'endDate.year' => [
504 'startDate.year' => [
544 'endDate.year' => [
564 'startDate.year' => [
594 'endDate.year' => [
614 'startDate.year' => [
/plugin/noticeboard/
H A Dsyntax.php373 …= (is_numeric($_SESSION['noticeboard_year'])) ? $_SESSION['noticeboard_year'] : $curDate['year'];
378 $viewDate['year'] == $curDate['year']) ?
480 $out .= '<label>'.$this->getLang('year').':</label> ';
483 $year_start = ($showYear != $curDate['year']) ? $showYear - 10 : $curDate['year'] - 5;
487 if($i == $showYear || $i == $curDate['year']) {
/plugin/noticeboard/noticeboard/
H A Dsyntax.php373 …= (is_numeric($_SESSION['noticeboard_year'])) ? $_SESSION['noticeboard_year'] : $curDate['year'];
378 $viewDate['year'] == $curDate['year']) ?
480 $out .= '<label>'.$this->getLang('year').':</label> ';
483 $year_start = ($showYear != $curDate['year']) ? $showYear - 10 : $curDate['year'] - 5;
487 if($i == $showYear || $i == $curDate['year']) {
/plugin/daummovie/
H A Dsyntax.php77 $data['year'] =$movie->year[0]->content;
106 …" class=\"urlextern\" rel=\"nofollow\">".$data['title']." <small>".$data['year']."</small></a><br>…
114 …\"".$data['link']."\" rel=\"nofollow\">".$data['title']." <small>".$data['year']."</small></a><br>…
/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/blog/syntax/
H A Darchive.php54 list($year, $month, $day) = explode('-', $rest, 3);
56 $start = mktime(0, 0, 0, $month, $day, $year);
61 list($year, $month) = explode('-', $rest, 2);
65 $year2 = $year;
68 $year2 = $year + 1;
71 $start = mktime(0, 0, 0, $month, 1, $year);
74 // a whole year
/plugin/yearbox/
H A Dsyntax.php145 * @param string $year build calendar for one year (2011), or range of years (2011,2013)
176 foreach ($years as $year_num => $year) {
189 foreach ($year as $mth_num => $month) {
383 $year = $yr_first + floor(($mth - 1) / 12); // allow for year overlaps
384 $start = date('w', mktime(0, 0, 0, $mth_num, 1, (int)$year));
385 $len = date('j', mktime(0, 0, 0, $mth_num + 1, 0, (int)$year));
388 $years[$year][$mth_num] = ['start' => $start, 'len' => $len];
H A Dplugin.info.txt6 …uilds a complete HTML calendar for the given year, with a link to create a new page for each day o…
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js304 yr.year = Y;
361 if (year) {
363 if (year.year != date.getFullYear()) {
364 date.setFullYear(year.year);
444 if (year) {
445 if (year.year != cal.date.getFullYear()) {
1110 year = this.minYear;
1111 date.setFullYear(year);
1113 year = this.maxYear;
1114 date.setFullYear(year);
[all …]
/plugin/minical/
H A Dsyntax.php107 …c($_REQUEST['plugin_minical_year'])) ? $_REQUEST['plugin_minical_year'] : $this->curDate['year'];
112 $this->viewDate['year'] == $this->curDate['year']) ?
/plugin/calendoku/
H A Dhelper.php69 $year = substr($datetime[0], 0, 4);
83 $date->setDate(intval($year), intval($month), intval($day));
372 $year = date('Y');
380 $year = $match[3];
384 $year = date('Y');
390 $year = $match[1];
396 $year = $match[1];
402 $year = $match[1];
407 $year = $match[1];
433 $date->setDate(intval($year), intval($month), intval($day));
/plugin/yearbox/services/pageNameStrategies/
H A DCompletelySeparated.php8 public function getPageId($baseNS, $year, $month, $day, $name) argument
10 return "$baseNS:$year:$month:$day";
/plugin/quickstats/
H A Dscript.js53 function qs_check_year(year) { argument
54 if(!year) year = document.getElementById('year');
56 if(parseInt(year.value) < 2010) {
207 var year = document.getElementById('year').value;
208 date = '&date=' +month + '_' + year;
211 date += '&date_' + i + '=' + i + '_' + year;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php190 $year = $current->format('Y');
192 $this->assertEquals($year . '0407', $dt->format('Ymd'));
213 $year = $current->format('Y');
215 $this->assertEquals($year . '0407', $dt->format('Ymd'));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php190 $year = $current->format('Y');
192 $this->assertEquals($year . '0407', $dt->format('Ymd'));
213 $year = $current->format('Y');
215 $this->assertEquals($year . '0407', $dt->format('Ymd'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php190 $year = $current->format('Y');
192 $this->assertEquals($year . '0407', $dt->format('Ymd'));
213 $year = $current->format('Y');
215 $this->assertEquals($year . '0407', $dt->format('Ymd'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php215 $year = $current->format('Y');
217 $this->assertEquals($year . '0407', $dt->format('Ymd'));
238 $year = $current->format('Y');
240 $this->assertEquals($year . '0407', $dt->format('Ymd'));
/plugin/yearbox/_test/
H A DpagenameStrategy.test.php62 $year = 2018;
68 $actual_id = $strategy->getPageId($baseNS, $year, $month, $day, $name);
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js735 var y = this.year();
781 return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;
1193 resYear = year;
1198 year: resYear,
1221 year: resYear
2268 if (year <= 49) {
2273 return year;
3085 (other.year() - base.year()) * 12;
3309 if (m.year() < 0 || m.year() > 9999) {
3340 var year = (0 <= this.year() && this.year() <= 9999) ? 'YYYY' : 'YYYYYY';
[all …]
/plugin/bez/ctl/
H A Dthreads.php27 $filters['year'] = '-all';
57 if (isset($filters['year']) && $filters['year'] !== '-all') {
58 $year = $filters['year']; variable
60 $start_day = "$year-01-01";
61 $end_day = "$year-12-31";
H A Dtasks.php44 $filters['year'] = '-all';
69 if (isset($filters['year']) && $filters['year'] !== '-all') {
70 $year = $filters['year']; variable
78 $start_day = "$year-$start_month-01";
79 $end_day = "$year-$end_month-31";
/plugin/bez/mdl/
H A DTaskFactory.php24 //get only year
29 for ($year = $first; $year <= $last; $year++) {
30 $years[] = (string) $year;
/plugin/bez/tpl/
H A Dthreads.php91 <label><?php echo $tpl->getLang('year') ?>:
92 <select name="year">
93 <option <?php if ($tpl->value('year') === '-all') echo 'selected' ?>
95 <?php foreach ($tpl->get('years') as $year): ?>
96 <option <?php if ($tpl->value('year') === $year) echo 'selected' ?>
97 value="<?php echo $year ?>"><?php echo $year ?></option>
H A Dtasks.php119 <label><?php echo $tpl->getLang('year') ?>:
120 <select name="year">
121 <option <?php if ($tpl->value('year') == '-all') echo 'selected' ?>
123 <?php foreach ($tpl->get('years') as $year): ?>
124 <option <?php if ($tpl->value('year') == $year) echo 'selected' ?>
125 value="<?php echo $year ?>"><?php echo $year ?></option>

12345678910>>...29