Home
last modified time | relevance | path

Searched refs:dformat (Results 1 – 18 of 18) 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/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.php931 $date = dformat($INFO['lastmod']);
1104 echo dformat($tag['value']);
1539 printf($lang['media_viewold'], $tabTitle, dformat($rev));
H A Dcommon.php1185 $conf['dformat']
1193 static fn($m) => dformat(null, $m[0]),
1484 * The format default to $conf['dformat']. It is passed to
1491 * @param string $format empty default to $conf['dformat'], or provide format as recognized by strftime()
1494 function dformat($dt = null, $format = '')
1500 if (!$format) $format = $conf['dformat'];
1477 function dformat($dt = null, $format = '') { global() 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/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/lib/plugins/revert/
H A Dadmin.php141 $date = dformat($recent['date']);
/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']);