Home
last modified time | relevance | path

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

12345678910>>...28

/plugin/datedifference/
H A Dsyntax.php161 $years = $interval->format('%y');
168 if($years > 1)
169 $result .= "$years years ";
170 elseif($years == 1)
171 $result .= "$years year ";
/plugin/yearbox/
H A 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];
H A 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/
H A 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/
H A Dsyntax.php63 $years = explode(",",$kv["choosableYear"]);
66 $filter2value = $years[0]; // query only the first year
/plugin/datagraph/
H A Dsyntax.php63 $years = explode(",",$kv["choosableYear"]);
66 $filter2value = $years[0]; // query only the first year
/plugin/backup/lang/en/
H A Ddonate.txt3 �� �� �� As of the year 2020, [[doku>plugins:backup|BackupTool for DokuWiki]] is 14 years old and s…
/plugin/doodle4/
H A DREADME.md3 Unfortunatly there was no activity since years and he did not accept my pull request or answers my …
/plugin/a2s/
H A Dstyle.css15 * ... years pass ...
/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/pgn4web/pgn4web/
H A 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/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/
H A DGenesis.txt115 5:9. And Enos lived ninety years, and begot Cainan.
118 5:12. And Cainan lived seventy years, and begot Malaleel.
121 5:15. And Malaleel lived sixty-five years and begot Jared.
276 …0. These are the generations of Sem: Sem was a hundred years old when he begot Arphaxad, two years
280 11:14. Sale also lived thirty years, and begot Heber.
284 11:18. Phaleg also lived thirty years, and begot Reu.
286 11:20. And Reu lived thirty-two years, and begot Sarug.
288 11:22. And Sarug lived thirty years, and begot Nachor.
369 … answered, and said: Take me a cow of three years old, and a she goat of three years and a ram of …
572 23:1. And Sara lived a hundred and twenty-seven years.
[all …]
/plugin/bibtex4dw/
H A DCHANGELOG.md7 Note that the changelog started only in May 2023, after the plugin was not developed for several years (but continuously used by its author). Old changes are taken from the (German) plugin homepage of its author.
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2759 years * 12;
3493 years: m.year(),
4105 data.years = mathAbs(data.years);
4175 years = absFloor(months / 12);
4180 data.years = years;
4275 var years = makeGetter('years');
4315 years <= 1 && ['y'] || ['yy', years];
4386 var minutes, hours, years;
4395 years = absFloor(months / 12);
4400 var Y = years;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale.js13 …,minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week",months:"Months",years:"Years",message_ok… property in gantt.locale.labels
H A Dlocale_be.js13 …tes:"Хвiлiна",hours:"Гадзiна",days:"Дзень",weeks:"Тыдзень",months:"Месяц",years:"Год",message_ok:"… property in gantt.locale.labels
H A Dlocale_ca.js13 …,minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week",months:"Months",years:"Years",message_ok… property in gantt.locale.labels
H A Dlocale_da.js13 …,minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week",months:"Months",years:"Years",message_ok… property in gantt.locale.labels
H A Dlocale_es.js13 …inutes:"Minutos",hours:"Horas",days:"Días",weeks:"Semanas",months:"Meses",years:"Años",message_ok:… property in gantt.locale.labels
H A Dlocale_fi.js13 …,minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week",months:"Months",years:"Years",message_ok… property in gantt.locale.labels

12345678910>>...28