Home
last modified time | relevance | path

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

12345

/plugin/structnotification/_test/
H A DNotificationTest.php53 $today = date('Y-m-d');
54 $this->assertTrue($this->callPrivateMethod('predicateTrue', [$today, 'before', 1]));
71 $today = date('Y-m-d');
72 $this->assertFalse($this->callPrivateMethod('predicateTrue', [$today, 'after', 1]));
80 $today = date('Y-m-d');
81 $this->assertFalse($this->callPrivateMethod('predicateTrue', [$today, 'invalid', 5]));
90 $today = date('Y-m-d');
91 $this->assertTrue($this->callPrivateMethod('predicateTrue', [$today, 'before', 0]));
92 $this->assertTrue($this->callPrivateMethod('predicateTrue', [$today, 'after', 0]));
/plugin/fho/
Dsave_status.php6 $today = date('Y-m-d'); variable
7 $filename = $dataDir . "fho_{$today}.json";
22 $today = date('Y-m-d'); variable
23 $filename = $dataDir . "fho_{$today}.json";
/plugin/today/
H A Dplugin.info.txt1 base today
5 name today plugin
6 desc Quick plugin that adds syntax to create a link to today's page
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 Daction.php22 $today = date($format);
23 send_redirect(wl("{$namespace}:{$today}"));
H A DCHANGELOG.md10 * now supports a `?do=today&namespace=foo:bar&format=Y-m-d` action that redirects to today's page
/plugin/yearbox/
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/
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/structtasks/meta/
DAbstractNotifier.php66 $today = date_create();
67 $today->setTime(0, 0);
71 $diff = $date->diff($today, true);
72 $factor = ($today < $date) ? 1 : -1;
/plugin/minical/
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/
Dgcal_main.php63 $today = getdate();
64 $day = $today["mday"];
65 $year = $today["year"];
66 $month = $today["mon"];
/plugin/captcha/_test/
DHelperTest.php100 $today = "$path" . date('Y-m-d');
114 $this->assertEquals(array($today), $dirs);
130 $today,
140 $this->assertEquals(array($today), $dirs);
/plugin/botmon/
H A Dcleanup.php5 $today = gmdate('Y-m-d'); variable
16 } else if ($bName == $today || $bName == $yesterday) {
H A Dhelper.php26 $today = gmdate('Y-m-d');
37 } else if ($bName == $today || $bName == $yesterday) {
H A Dadmin.php137 $today = gmdate('Y-m-d');
148 } else if ($bName == $today || $bName == $yesterday) {
/plugin/accscounter/syntax/
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/
Dauthor.js4 let today = new Date().toISOString().split('T')[0];
5 $("#lstartdate").val(today);
15 document.getElementsByClassName("date-author")[0].innerHTML = `( ${today}, ${author} )`;
/plugin/captcha/
DFileCookie.php65 $today = date('Y-m-d');
67 if (basename($dir) === $today) continue;
DIpCounter.php123 $today = date('Y-m-d');
125 if (basename($dir) === $today) continue;
/plugin/calendar/
Dstyle.css126 background: var(--cell-today-bg, #e8f5e9);
166 background: var(--cell-today-bg, rgba(0, 204, 7, 0.1));
218 background: var(--cell-today-bg, #f0f0f0);
309 .cal-today-btn {
321 .cal-today-btn:hover {
327 .cal-today-btn:active {
422 background: var(--cell-today-bg) !important;
429 background: var(--cell-today-bg) !important;
437 .cal-today {
438 background: var(--cell-today-bg);
[all …]
/plugin/today/syntax/
H A Dtoday.php87 $today = date($format);
88 $pageId = $namespace . ':' . $today;
/plugin/structtasks/_test/
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/
Dstyle.less5 th.today {
27 &.today {
/plugin/schedule/lib/
DscheduleTable.js10 var today = showDay.attr ('day');
11 if (day && today == day)
/plugin/authucenter/lib/uc_client/control/
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;

12345