Home
last modified time | relevance | path

Searched refs:years (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/plugin/datedifference/
Dsyntax.php161 $years = $interval->format('%y');
168 if($years > 1)
169 $result .= "$years years ";
170 elseif($years == 1)
171 $result .= "$years year ";
/plugin/yearbox/
Dsyntax.php161 [$years, $first_weekday, $table_cols, $today] = $this->defineCalendar($opt);
162 end($years);
163 $last_year = key($years);
176 foreach ($years as $year_num => $year) {
346 $years = [];
388 $years[$year][$mth_num] = ['start' => $start, 'len' => $len];
401 return [$years, $first_weekday, $table_cols, $today];
DCHANGELOG.md43 * FIX: date logic problems: November and December were using wrong years!
/plugin/bez/mdl/
H A DTaskFactory.php28 $years = array();
30 $years[] = (string) $year;
32 return $years;
H A DThreadFactory.php21 $years = array();
23 $years[] = (string) $year;
25 return $years;
/plugin/bliki/
Dsyntax.php111 $years = $this->read_dir_to_array($ID . '/', 'dir');
112 sort($years);
115 while (sizeof($recents) < $num && sizeof($years)) {
116 $year = array_pop($years);
/plugin/bez/ctl/
H A Dthreads.php37 $years = $this->model->threadFactory->get_years_scope(); variable
112 $this->tpl->set('years', $years);
H A Dtasks.php54 $years = $this->model->taskFactory->get_years_scope(); variable
119 $this->tpl->set('years', $years);
/plugin/data-graph/
Dsyntax.php63 $years = explode(",",$kv["choosableYear"]);
66 $filter2value = $years[0]; // query only the first year
/plugin/datagraph/
Dsyntax.php63 $years = explode(",",$kv["choosableYear"]);
66 $filter2value = $years[0]; // query only the first year
/plugin/countdownv2/
Dplugin.info.txt6 desc Shows a countdown in days, weeks, months or years for a specified date with several options fo…
DREADME3 Shows a countdown in days, weeks, months or years for a specified date with several options for the…
/plugin/backup/lang/en/
Ddonate.txt3 �� �� �� As of the year 2020, [[doku>plugins:backup|BackupTool for DokuWiki]] is 14 years old and s…
/plugin/doodle4/
DREADME.md3 Unfortunatly there was no activity since years and he did not accept my pull request or answers my …
/plugin/a2s/
Dstyle.css15 * ... years pass ...
/plugin/pgn4web/pgn4web/
DdemoGames.pgn46 what happened more than 10 years later. } 1-0
68 event until December 2009. More than 10 years had passed when I was in the
85 account in another 10 years. pgn4web, London 2011. } 1/2-1/2
/plugin/addnewpagedeluxe/
DREADME.md37 …_releases) in the plugin's home page for details on what happened in those early, pre-GitHub years.
51 …://github.com/dregad/dokuwiki-plugin-addnewpage/graphs/contributors) to this plugin over the years.
/plugin/addnewpage/
H A DREADME.md36 …_releases) in the plugin's home page for details on what happened in those early, pre-GitHub years.
48 …://github.com/dregad/dokuwiki-plugin-addnewpage/graphs/contributors) to this plugin over the years.
/plugin/davcal/
H A Djstz.js345 for (var i = 0; i < jstz.olson.dst_rules.years.length; i++) {
346 var year_rules = dst_dates(jstz.olson.dst_rules.years[i]);
/plugin/bible/bible_douayRheims/
DGenesis.txt14 …o divide the day and the night, and let them be for signs, and for seasons, and for days and years:
109 …5:3. And Adam lived a hundred and thirty years, and begot a son to his own image and likeness, and…
110 …5:4. And the days of Adam, after he begot Seth, were eight hundred years: and he begot sons and da…
111 5:5. And all the time that Adam lived, came to nine hundred and thirty years, and he died.
112 5:6. Seth also lived a hundred and five years, and begot Enos.
113 …5:7. And Seth lived after he begot Enos, eight hundred and seven years, and begot sons and daughte…
114 5:8. And all the days of Seth were nine hundred and twelve years, and he died.
115 5:9. And Enos lived ninety years, and begot Cainan.
116 5:10. After whose birth he lived eight hundred and fifteen years, and begot sons and daughters.
117 5:11. And all the days of Enos were nine hundred and five years, and he died.
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2733 years = normalizedInput.year || 0,
2759 years * 12;
3493 years: m.year(),
3931 proto.years = deprecate('years accessor is deprecated. Use year instead', getSetYear);
4105 data.years = mathAbs(data.years);
4143 var seconds, minutes, hours, years, monthsFromDays;
4175 years = absFloor(months / 12);
4180 data.years = years;
4275 var years = makeGetter('years');
4303 var years = round(duration.as('y'));
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
Dlocale.js13 …,minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week",months:"Months",years:"Years",message_ok… property
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
Dlocale_ar.js165 years: "Years", property
Dlocale_fr.js165 years: "Années", property
Dlocale_pt.js176 years: "Anos", property

12345678910>>...32