Searched refs:DATE_AT (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/ |
D | doku.php | 23 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX, 46 $DATE_AT = $INPUT->str('at'); variable 62 if ($DATE_AT) { 63 $date_parse = strtotime($DATE_AT); 65 $DATE_AT = $date_parse; variable 67 $date_parse = @date('Ymd', (int) $DATE_AT); 69 msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT))); 70 $DATE_AT = null; variable 76 if ($DATE_AT) { 78 $rev_t = $pagelog->getLastRevisionAt($DATE_AT); [all …]
|
/dokuwiki/inc/Ui/ |
D | PageView.php | 40 global $DATE_AT; 62 if ($REV || $DATE_AT) { 64 $data = ['rev' => &$REV, 'date_at' => &$DATE_AT]; 67 $html = p_wiki_xhtml($ID, $REV, true, $DATE_AT);
|