Home
last modified time | relevance | path

Searched refs:month (Results 76 – 100 of 349) sorted by relevance

12345678910>>...14

/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php786 $month = (int)$matches[2];
795 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
858 $month = (int)$yearmonth[1];
861 $timestamp -= gmmktime(0, 0, 0, $month, 1, $year);
865 $month += $durMonths;
866 while ($month > 12) {
868 $month -= 12;
870 while ($month < 1) {
872 $month += 12;
876 $timestamp += gmmktime(0, 0, 0, $month, 1, $year);
/plugin/struct/types/
H A DDateTime.php78 [$year, $month, $day] = explode('-', $date, 3);
79 if (!checkdate((int)$month, (int)$day, (int)$year)) {
96 return sprintf("%d-%02d-%02d %02d:%02d", $year, $month, $day, $h, $m);
/plugin/metadisplay/
H A Dadmin.php18 private $month = ""; variable in admin_plugin_metadisplay
127 $this->month = $commands['month'];
157 …"text" size = "12" name="cmd[month]" placeholder="Month (1-12)" value = "' . $this->month .'"/>');
H A Dcli.php110 list($year,$month,$day) = explode('-',$date_str);
112 return mktime($hour, $min, $second,$month,$day,$year);
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Del.js1month:"Μήνας",week:"Εβδομάδα",day:"Ημέρα",list:"Ατζέντα"},allDayText:"Ολοήμερο",eventLimitText:"πε…
H A Dnl.js1month:"Maand",week:"Week",day:"Dag",list:"Agenda"},allDayText:"Hele dag",eventLimitText:"extra",no…
H A Des-do.js1month:"Mes",week:"Semana",day:"Día",list:"Agenda"},allDayHtml:"Todo<br/>el día",eventLimitText:"má…
H A Des-us.js1month:"Mes",week:"Semana",day:"Día",list:"Agenda"},allDayHtml:"Todo<br/>el día",eventLimitText:"má…
H A Des.js1month:"Mes",week:"Semana",day:"Día",list:"Agenda"},allDayHtml:"Todo<br/>el día",eventLimitText:"má…
H A Dnl-be.js1month:"Maand",week:"Week",day:"Dag",list:"Agenda"},allDayText:"Hele dag",eventLimitText:"extra",no…
/plugin/statdisplay/helper/
H A Dtable.php36 $this->month($from);
196 private function month($date = '') function in helper_plugin_statdisplay_table
315 foreach ((array)$this->log->logdata as $month => $data) {
316 if ($month[0] == '_') continue;
317 if (!empty($from) && $month < $from) continue;
318 if (!empty($to) && $month > $to) break;
325 $this->cell($month, 1, false); // Month
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPostmasterTools.php124 'endDate.month' => [
144 'startDate.month' => [
/plugin/bliki/
H A Dsyntax.php121 $month = array_pop($months);
122 $days = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/', 'dir');
127 $posts = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/' . $day . '/',
136 $recents[] = $ID . '/' . $year . '/' . $month . '/' . $day . '/' . $post;
/plugin/bible/bible_douayRheims/
H A DAggeus.txt1 …1:1. In the second year of Darius the king, in the sixth month, in the first day of the month, the…
15 …2:1. In the four and twentieth day of the month, in the sixth month, in the second year of Darius …
16 2:2. And in the seventh month, the word of the Lord came by the hand of Aggeus the prophet, saying:
25 …2:11. In the four and twentieth day of the ninth month, in the second year of Darius the king, the…
33 … this day, and henceforward, from the four and twentieth day of the ninth month: from the day that…
35 …e word of the Lord came a second time to Aggeus in the four and twentieth day of the month, saying:
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst19 The example above will output a string like ``4 seconds ago`` or ``in 1 month``,
41 or ``diff.in.XXX`` where ``XXX`` can be any valid unit: second, minute, hour, day, month, year.
/plugin/pagequery/
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
9 On the surface it may appear to fill a similar role to the really excellent [[plugin:indexmenu|IndexMenu]], however pagequery's aspirations are not as lofty or elaborate. IndexMenu focuses on displaying namespaces, and the pages within. allowing you to sort the namespaces and files by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displaying lists of pages__: yes, you can sort by namespace if you wish, however the main goal is to search for and list pages in any order, and then neatly display them in groups (A-Z, by year, by month, etc...) and in addition in columns — to make best use of space. If you try both of them you'll quickly see that they //"scratch different itches."//
17 * Sort lists by A-Z, by name, by year, by month, by day, by author, and many other options
33 Here's an example of all the pages in a namespace listed by date modified, and grouped by year and month:
66 Another example, grouping by //year created//, then //month created//, then by //name//, in 2 columns, and displaying the real month name, plus having the links in "Sentence Case" with no underscores, and to top it off: a border around the table columns:
/plugin/yearbox/services/pageNameStrategies/
H A DPageNameStrategy.php24 abstract public function getPageId($baseNS, $year, $month, $day, $name); argument
/plugin/authorstats/
H A Dsyntax.php83 foreach ($m as $month) {
84 if (array_key_exists($month, $author["pm"])) {
85 $sum += intval($author["pm"][$month]);
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js878 var modMonth = mod(month, 12);
886 return this.month() + 1;
923 if (month != null) {
924 array[MONTH] = month;
3084 res.months = other.month() - base.month() +
3277 var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()),
3421 this.month(0);
3453 this.month(Math.floor(this.month() / 3) * 3);
3494 months: m.month(),
3649 …return input == null ? Math.ceil((this.month() + 1) / 3) : this.month((input - 1) * 3 + this.month
[all …]
/plugin/blog/syntax/
H A Dautoarchive.php64 $now = strftime('%Y-%m'); // current month
100 * @param string $now - currently selected month ('YYYY-MM')
101 * @return int - number of posts for selected month
151 function _posts($num,$month,$year){ argument
153 $num, $this->getLang("month_$month"),
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js235 if (typeof el.month != "undefined") {
353 if (mon.month != date.getMonth()) {
354 date.setMonth(mon.month);
430 if (mon.month != cal.date.getMonth()) {
959 mn.month = i;
1118 var month = date.getMonth();
1133 var MN = Calendar._SMN[month];
1711 Date.prototype.getMonthDays = function(month) { argument
1713 if (typeof month == "undefined") {
1714 month = this.getMonth();
[all …]
/plugin/bez/mdl/
H A DValidator.php163 $month = $parts[2];
165 if (mktime(0, 0, 0, $month, $day, $year)) {
/plugin/odp/
H A DZipLib.class.php224 $month=($header['mdate']&0x01E0)>>5;$day=$header['mdate']&0x001F;
225 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
255 $month = ($header['mdate'] & 0x01E0) >> 5;
257 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt7 stop |date |size="10" |4 month|Perishing date |stopdescr
H A Dnewstemplate_de.txt7 stop |date |size="10" |4 month|abgelaufen am |stopdescr

12345678910>>...14