Searched +full:dformat -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 24 of 24) 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/Action/ |
| H A D | Revert.php | 45 $sum = sprintf($lang['restored'], dformat($REV));
|
| H A D | Locked.php | 44 $expire = dformat($locktime + $conf['locktime']);
|
| 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/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 | common.php | 1154 $conf['dformat'] 1162 static fn($m) => dformat(null, $m[0]), 1453 * The format default to $conf['dformat']. It is passed to 1457 …* @param string $format empty default to $conf['dformat'], or provide format as recognized by strf… 1463 function dformat($dt = null, $format = '') function 1469 if (!$format) $format = $conf['dformat'];
|
| 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 | media.php | 571 sprintf($lang['restored'], dformat($REV)), 1275 if ($tag['tag'][2] == 'date') echo dformat($value);
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | RevisionInfo.php | 129 $formatted = dformat($this->val('date')); 228 : dformat($this->val('date'));
|
| H A D | ChangeLog.php | 674 … $details = 'File revision: ' . $fileRev . ' ' . dformat($fileRev, "%Y-%m-%d %H:%M:%S") . "\n" 675 … . 'Last revision: ' . $lastRev . ' ' . dformat($lastRev, "%Y-%m-%d %H:%M:%S");
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedPageProcessor.php | 51 … $content .= '<tr><th colspan="2" width="50%">' . dformat($this->getPrev()) . '</th>';
|
| /dokuwiki/lib/plugins/revert/ |
| H A D | admin.php | 141 $date = dformat($recent['date']);
|
| /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 | 304 echo dformat($value);
|
| H A D | PageDiff.php | 438 $date = dformat($info['date']);
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 38 $conf['dformat'] = '%Y/%m/%d %H:%M'; //dateformat accepted by PHPs strftime() function
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 107 $meta['dformat'] = ['string'];
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 1388 $this->doc .= ' (' . $item->get_local_date($conf['dformat']) . ')';
|