Searched refs:dformat (Results 1 – 21 of 21) sorted by relevance
| /dokuwiki/inc/Subscriptions/ |
| H A D | PageSubscriptionSender.php | 47 $dformat = new UnifiedDiffFormatter(); 48 $tdiff = $dformat->format($df); 55 $dformat = new InlineDiffFormatter(); 56 $hdiff = $dformat->format($df);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | toolbar.test.php | 13 $date = str_replace('/', '\/', dformat());
|
| /dokuwiki/inc/ |
| H A D | toolbar.php | 269 $sig = dformat(null, $sig); 277 $sig = str_replace('@DATE@', dformat(), $sig);
|
| H A D | Draft.php | 146 return $lang['draftdate'] . ' ' . dformat(filemtime($this->cname));
|
| H A D | Mailer.class.php | 666 'DATE' => dformat(), 685 'DATE' => '<i>' . hsc(dformat()) . '</i>',
|
| H A D | template.php | 952 $dateLocal = dformat($INFO['lastmod']); 1126 echo dformat($tag['value']); 1561 printf($lang['media_viewold'], $tabTitle, dformat($rev));
|
| H A D | common.php | 1162 static fn($m) => dformat(null, $m[0]), 1463 function dformat($dt = null, $format = '') function
|
| H A D | media.php | 571 sprintf($lang['restored'], dformat($REV)), 1275 if ($tag['tag'][2] == 'date') echo dformat($value);
|
| /dokuwiki/inc/Action/ |
| H A D | Locked.php | 44 $expire = dformat($locktime + $conf['locktime']);
|
| H A D | Revert.php | 45 $sum = sprintf($lang['restored'], dformat($REV));
|
| H A D | Edit.php | 73 $SUM = sprintf($lang['restored'], dformat($REV));
|
| /dokuwiki/ |
| H A D | doku.php | 89 dformat($DATE_AT), 91 dformat($rev_n)
|
| /dokuwiki/inc/Ui/Media/ |
| H A D | Display.php | 87 return dformat($this->mediaFile->getLastModified());
|
| /dokuwiki/lib/plugins/revert/ |
| H A D | admin.php | 141 $date = dformat($recent['date']);
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | RevisionInfo.php | 129 $formatted = dformat($this->val('date')); 228 : dformat($this->val('date'));
|
| H A D | ChangeLog.php | 661 … $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 D | FeedPageProcessor.php | 59 … $content .= '<tr><th colspan="2" width="50%">' . dformat($this->getPrev()) . '</th>';
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | GuiExtension.php | 223 … $list['installed'] = $installDate ? dformat($installDate->getTimestamp()) : $default; 226 … $list['install_date'] = $updateDate ? dformat($updateDate->getTimestamp()) : $default;
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 569 … $lastMod .= '<time datetime="' . date_iso8601($mtime) . '" title="' . dformat($mtime) . '">' . 570 dformat($mtime, '%f') .
|
| H A D | MediaDiff.php | 310 echo dformat($value);
|
| H A D | PageDiff.php | 438 $date = dformat($info['date']);
|