Home
last modified time | relevance | path

Searched refs:today (Results 1 – 25 of 85) sorted by relevance

1234

/plugin/today/
H A Dplugin.info.txt1 base today
5 name today plugin
6 desc [PHP 7.2 - 8.0] A syntax that generates links to a page with today's date
7 url https://www.dokuwiki.org/plugin:today
H A DREADME1 today Plugin for DokuWiki
3 A syntax that generates links to a page with today's date
6 https://www.dokuwiki.org/plugin:today
9 lib/plugins/today/ - if the folder is called different it
H A Dsyntax.php84 $today = date('Y-m-d');
85 $pageId = $data['namespace'] . ':' . $today;
/plugin/yearbox/
H A Dsyntax.php161 [$years, $first_weekday, $table_cols, $today] = $this->defineCalendar($opt);
197 $today
230 $today argument
242 … $cal .= $this->getDayHTML($cur_day, $mth_num, $today, $year_num, $weekday_num, $opt);
256 * @param int $today ts today midnight FIXME
263 public function getDayHTML($cur_day, $mth_num, $today, $year_num, $weekday_num, $opt) argument
277 if ($current == $today) {
352 $today = mktime(0, 0, 0, (int)date('m'), (int)date('d'), (int)date('Y'));
359 $prev_date = $today - ($opt['recent'] * 12 * 60 * 60);
401 return [$years, $first_weekday, $table_cols, $today];
/plugin/wikicalendar/
H A Dstyle.css43 div.dokuwiki table.plugin_wikicalendar td.today {
52 div.dokuwiki table.plugin_wikicalendar td.today:hover {
64 div.dokuwiki table.plugin_wikicalendar td.today div.noevent,
65 div.dokuwiki table.plugin_wikicalendar td.today div.isevent {
82 div.dokuwiki table.plugin_wikicalendar td.today div.abstract {
87 div.dokuwiki table.plugin_wikicalendar td.today:hover div.abstract {
/plugin/today/_test/
H A DSyntaxTest.php5 namespace dokuwiki\plugin\today\test;
58 $today = date('Y-m-d');
63 ->with($testData['namespace'] . ':' . $today, 'today');
H A DGeneralTest.php5 namespace dokuwiki\plugin\today\test;
/plugin/structtasks/meta/
H A DAbstractNotifier.php66 $today = date_create();
67 $today->setTime(0, 0);
71 $diff = $date->diff($today, true);
72 $factor = ($today < $date) ? 1 : -1;
/plugin/minical/
H A Dstyle.css35 div.dokuwiki table.plugin_minical td.today {
53 div.dokuwiki table.plugin_minical td.today div.noevent,
54 div.dokuwiki table.plugin_minical td.today div.isevent {
75 div.dokuwiki table.plugin_minical td.today div.abstract {
80 div.dokuwiki table.plugin_minical td.today:hover div.abstract {
/plugin/gcalendar/inc/
H A Dgcal_main.php63 $today = getdate();
64 $day = $today["mday"];
65 $year = $today["year"];
66 $month = $today["mon"];
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/accscounter/syntax/
H A Dpopularity.php74 $today = date('Y/m/d');
108 if ($today) {
109 if (($today == $date) and ($today_count != 0)) $counters[$page] = $today_count;
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js4 let today = new Date().toISOString().split('T')[0];
5 $("#lstartdate").val(today);
15 document.getElementsByClassName("date-author")[0].innerHTML = `( ${today}, ${author} )`;
/plugin/structtasks/_test/
H A DNotifiersTest.php128 $today = date_create();
262 array_replace($old_data, ['duedate' => $today]),
263 array_replace($old_data, ['duedate' => clone $today]),
268 array_replace($new_data, ['duedate' => $today]),
269 array_replace($new_data, ['duedate' => $today]),
/plugin/structgantt/
H A Dstyle.less5 th.today {
27 &.today {
/plugin/schedule/lib/
H A DscheduleTable.js10 var today = showDay.attr ('day');
11 if (day && today == day)
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php236 $today = $this->time - ($this->time + $this->settings['timeoffset']) % 86400;
238 $starttime = $today;
240 $starttime = $today - 86400;
242 $starttime = $today - 172800;
244 $starttime = $today - 604800;
/plugin/quickstats/
H A Dsyntax.php306 $today = getdate();
309 $today['mon'] = $mon;
310 $today['year'] = $yr;
313 $ns = $ns_prefix . $today['mon'] . '_' . $today['year'] . ':';
H A Daction.php67 $today = getdate();
70 $ns = $ns_prefix . $today['mon'] . '_' . $today['year'] . ':';
82 $this->year_month = $today['mon'] . '_' .$today['year'];
H A Dadmin.php224 $today = getdate();
250 $this->get_Options('months',$today['mon']) ;
287 …change="qs_check_year(this);" name="year" id="year" size="4" value="' . $today['year'] . '">' .NL…
/plugin/rater/
H A Daction.php104 $today = date('d.m.Y');
107 if (($rater_end!='never') && (strtotime($today) > strtotime($rater_end)))
H A Dsyntax.php151 $today = date('d.m.Y');
228 if (($rater_end!='never') && (strtotime($today) > strtotime($rater_end)))
231 elseif (($rater_end!='never') || (strtotime($today) <= strtotime($rater_end)))
289 if (($rater_end!='never') && (strtotime($today) > strtotime($rater_end)))
352 if (($rater_end!='never') && (strtotime($today) > strtotime($rater_end)))
354 elseif (($rater_end!='never') || (strtotime($today) <= strtotime($rater_end)))
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js11 .replace(/@DATE/, grunt.template.today("yyyy-mm-dd")) + "\n",
/plugin/accscounter/
H A Dplugin.info.txt6 desc Export the number of those who visited a specified page in your wiki today, yesterday, or in w…
/plugin/monthcal/
H A Dstyle.css38 div.dokuwiki table.monthcal td.today {

1234