/plugin/today/ |
H A D | plugin.info.txt | 1 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 D | README | 1 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 D | syntax.php | 84 $today = date('Y-m-d'); 85 $pageId = $data['namespace'] . ':' . $today;
|
/plugin/yearbox/ |
H A D | syntax.php | 161 [$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 D | style.css | 43 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 D | SyntaxTest.php | 5 namespace dokuwiki\plugin\today\test; 58 $today = date('Y-m-d'); 63 ->with($testData['namespace'] . ':' . $today, 'today');
|
H A D | GeneralTest.php | 5 namespace dokuwiki\plugin\today\test;
|
/plugin/structtasks/meta/ |
H A D | AbstractNotifier.php | 66 $today = date_create(); 67 $today->setTime(0, 0); 71 $diff = $date->diff($today, true); 72 $factor = ($today < $date) ? 1 : -1;
|
/plugin/minical/ |
H A D | style.css | 35 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 D | gcal_main.php | 63 $today = getdate(); 64 $day = $today["mday"]; 65 $year = $today["year"]; 66 $month = $today["mon"];
|
/plugin/captcha/_test/ |
H A D | HelperTest.php |
|
/plugin/accscounter/syntax/ |
H A D | popularity.php | 74 $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 D | author.js | 4 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 D | NotifiersTest.php | 128 $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 D | style.less | 5 th.today { 27 &.today {
|
/plugin/schedule/lib/ |
H A D | scheduleTable.js | 10 var today = showDay.attr ('day'); 11 if (day && today == day)
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | pm.php | 236 $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 D | syntax.php | 306 $today = getdate(); 309 $today['mon'] = $mon; 310 $today['year'] = $yr; 313 $ns = $ns_prefix . $today['mon'] . '_' . $today['year'] . ':';
|
H A D | action.php | 67 $today = getdate(); 70 $ns = $ns_prefix . $today['mon'] . '_' . $today['year'] . ':'; 82 $this->year_month = $today['mon'] . '_' .$today['year'];
|
H A D | admin.php | 224 $today = getdate(); 250 $this->get_Options('months',$today['mon']) ; 287 ptln('<td class="padded"> ' . $this->getLang('year') . ' <input type="text" onchange="qs_check_year(this);" name="year" id="year" size="4" value="' . $today['year'] . '">' .NL .'</td>');
|
/plugin/rater/ |
H A D | action.php | 104 $today = date('d.m.Y'); 107 if (($rater_end!='never') && (strtotime($today) > strtotime($rater_end)))
|
H A D | syntax.php | 151 $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 D | Gruntfile.js | 11 .replace(/@DATE/, grunt.template.today("yyyy-mm-dd")) + "\n",
|
/plugin/accscounter/ |
H A D | plugin.info.txt | 6 desc Export the number of those who visited a specified page in your wiki today, yesterday, or in w…
|
/plugin/monthcal/ |
H A D | style.css | 38 div.dokuwiki table.monthcal td.today {
|