Home
last modified time | relevance | path

Searched refs:dformat (Results 1 – 21 of 21) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DPageSubscriptionSender.php47 $dformat = new UnifiedDiffFormatter();
48 $tdiff = $dformat->format($df);
55 $dformat = new InlineDiffFormatter();
56 $hdiff = $dformat->format($df);
/dokuwiki/_test/tests/inc/
H A Dtoolbar.test.php13 $date = str_replace('/', '\/', dformat());
/dokuwiki/inc/
H A Dtoolbar.php269 $sig = dformat(null, $sig);
277 $sig = str_replace('@DATE@', dformat(), $sig);
H A DDraft.php146 return $lang['draftdate'] . ' ' . dformat(filemtime($this->cname));
H A DMailer.class.php666 'DATE' => dformat(),
685 'DATE' => '<i>' . hsc(dformat()) . '</i>',
H A Dtemplate.php952 $dateLocal = dformat($INFO['lastmod']);
1126 echo dformat($tag['value']);
1561 printf($lang['media_viewold'], $tabTitle, dformat($rev));
H A Dcommon.php1162 static fn($m) => dformat(null, $m[0]),
1463 function dformat($dt = null, $format = '') function
H A Dmedia.php571 sprintf($lang['restored'], dformat($REV)),
1275 if ($tag['tag'][2] == 'date') echo dformat($value);
/dokuwiki/inc/Action/
H A DLocked.php44 $expire = dformat($locktime + $conf['locktime']);
H A DRevert.php45 $sum = sprintf($lang['restored'], dformat($REV));
H A DEdit.php73 $SUM = sprintf($lang['restored'], dformat($REV));
/dokuwiki/
H A Ddoku.php89 dformat($DATE_AT),
91 dformat($rev_n)
/dokuwiki/inc/Ui/Media/
H A DDisplay.php87 return dformat($this->mediaFile->getLastModified());
/dokuwiki/lib/plugins/revert/
H A Dadmin.php141 $date = dformat($recent['date']);
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php129 $formatted = dformat($this->val('date'));
228 : dformat($this->val('date'));
H A DChangeLog.php661 … $details = 'File revision: ' . $fileRev . ' ' . dformat($fileRev, "%Y-%m-%d %H:%M:%S") . "\n"
662 … . 'Last revision: ' . $lastRev . ' ' . dformat($lastRev, "%Y-%m-%d %H:%M:%S");
/dokuwiki/inc/Feed/
H A DFeedPageProcessor.php59 … $content .= '<tr><th colspan="2" width="50%">' . dformat($this->getPrev()) . '</th>';
/dokuwiki/lib/plugins/extension/
H A DGuiExtension.php223 … $list['installed'] = $installDate ? dformat($installDate->getTimestamp()) : $default;
226 … $list['install_date'] = $updateDate ? dformat($updateDate->getTimestamp()) : $default;
/dokuwiki/inc/Ui/
H A DSearch.php569 … $lastMod .= '<time datetime="' . date_iso8601($mtime) . '" title="' . dformat($mtime) . '">' .
570 dformat($mtime, '%f') .
H A DMediaDiff.php310 echo dformat($value);
H A DPageDiff.php438 $date = dformat($info['date']);