Searched +full:dformat -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (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/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/inc/ |
H A D | Draft.php | 146 return $lang['draftdate'] . ' ' . dformat(filemtime($this->cname));
|
H A D | toolbar.php | 269 $sig = dformat(null, $sig); 277 $sig = str_replace('@DATE@', dformat(), $sig);
|
H A D | common.php | 1187 $conf['dformat'] 1195 static fn($m) => dformat(null, $m[0]), 1486 * The format default to $conf['dformat']. It is passed to 1490 * @param string $format empty default to $conf['dformat'], or provide format as recognized by strftime() 1496 function dformat($dt = null, $format = '') 1502 if (!$format) $format = $conf['dformat']; 1477 function dformat($dt = null, $format = '') { global() function
|
H A D | Mailer.class.php | 666 'DATE' => dformat(), 685 'DATE' => '<i>' . hsc(dformat()) . '</i>',
|
H A D | template.php | 951 $date = dformat($INFO['lastmod']); 1124 echo dformat($tag['value']); 1559 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/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/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']);
|
/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']) . ')';
|