| /plugin/datedifference/ |
| D | syntax.php | 161 $years = $interval->format('%y'); 168 if($years > 1) 169 $result .= "$years years "; 170 elseif($years == 1) 171 $result .= "$years year ";
|
| /plugin/yearbox/ |
| D | syntax.php | 161 [$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];
|
| D | CHANGELOG.md | 43 * FIX: date logic problems: November and December were using wrong years!
|
| /plugin/bez/mdl/ |
| H A D | TaskFactory.php | 28 $years = array(); 30 $years[] = (string) $year; 32 return $years;
|
| H A D | ThreadFactory.php | 21 $years = array(); 23 $years[] = (string) $year; 25 return $years;
|
| /plugin/bliki/ |
| D | syntax.php | 111 $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 D | threads.php | 37 $years = $this->model->threadFactory->get_years_scope(); variable 112 $this->tpl->set('years', $years);
|
| H A D | tasks.php | 54 $years = $this->model->taskFactory->get_years_scope(); variable 119 $this->tpl->set('years', $years);
|
| /plugin/data-graph/ |
| D | syntax.php | 63 $years = explode(",",$kv["choosableYear"]); 66 $filter2value = $years[0]; // query only the first year
|
| /plugin/datagraph/ |
| D | syntax.php | 63 $years = explode(",",$kv["choosableYear"]); 66 $filter2value = $years[0]; // query only the first year
|
| /plugin/countdownv2/ |
| D | plugin.info.txt | 6 desc Shows a countdown in days, weeks, months or years for a specified date with several options fo…
|
| D | README | 3 Shows a countdown in days, weeks, months or years for a specified date with several options for the…
|
| /plugin/backup/lang/en/ |
| D | donate.txt | 3 As of the year 2020, [[doku>plugins:backup|BackupTool for DokuWiki]] is 14 years old and s…
|
| /plugin/doodle4/ |
| D | README.md | 3 Unfortunatly there was no activity since years and he did not accept my pull request or answers my …
|
| /plugin/a2s/ |
| D | style.css | 15 * ... years pass ...
|
| /plugin/pgn4web/pgn4web/ |
| D | demoGames.pgn | 46 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/ |
| D | README.md | 37 …_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 D | README.md | 36 …_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 D | jstz.js | 345 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/ |
| D | Genesis.txt | 14 …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 D | moment.js | 2733 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/ |
| D | locale.js | 13 …,minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week",months:"Months",years:"Years",message_ok… property
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/ |
| D | locale_ar.js | 165 years: "Years", property
|
| D | locale_fr.js | 165 years: "Années", property
|
| D | locale_pt.js | 176 years: "Anos", property
|