Searched refs:nextYear (Results 1 – 6 of 6) sorted by relevance
| /plugin/noticeboard/ |
| D | syntax.php | 415 <input type='hidden' name='noticeboard_year' value='".$nextYear."' />
|
| /plugin/noticeboard/noticeboard/ |
| D | syntax.php | 415 <input type='hidden' name='noticeboard_year' value='".$nextYear."' />
|
| /plugin/calendar/ |
| D | syntax.php | 151 $nextYear = $year; 154 $nextYear++; 218 …utton class="cal-nav-btn" onclick="navCalendar(\'' . $calId . '\', ' . $nextYear . ', ' . $nextMon… 1182 $nextYear = $year; 1185 $nextYear++; 1249 …n class="panel-nav-btn" onclick="navEventPanel(\'' . $calId . '\', ' . $nextYear . ', ' . $nextMon…
|
| D | calendar-main.js | 329 let nextYear = year; 332 nextYear++; 337 …navBtns[1].setAttribute('onclick', `navCalendar('${calId}', ${nextYear}, ${nextMonth}, '${namespac… 2109 let nextYear = year; 2112 nextYear++; 2118 …if (navBtns[1]) navBtns[1].setAttribute('onclick', `navEventPanel('${calId}', ${nextYear}, ${nextM… 2124 …[1]) oldNavBtns[1].setAttribute('onclick', `navEventPanel('${calId}', ${nextYear}, ${nextMonth}, '…
|
| /plugin/bb4dw/ |
| D | bibtexbrowser.php | 4859 $nextYear = 1 + (int) date('Y'); 4860 $nextYear2D = $nextYear % 100; 4861 $thisCentury = $nextYear - $nextYear2D;
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 2853 nextYear: 'next year', property 2898 nextYear: 'left-double-arrow' property 2903 nextYear: 'seek-prev', property 9215 nextYear: 'fc-icon-right-double-arrow' property 9265 nextYear: 'ui-icon-seek-next' property 10758 Calendar.prototype.nextYear = function () { 14983 nextYear: 'glyphicon-forward' property 15032 nextYear: 'fa-angle-double-right' property
|