Home
last modified time | relevance | path

Searched refs:dformat (Results 51 – 75 of 81) sorted by relevance

1234

/plugin/tos/
H A Daction.php77 echo sprintf($this->getLang('showdiff'), dformat($accepted, '%f'));
/plugin/icalevents/
H A Dsyntax-impl.php147 $dformat,
217 $dateFormat = $dformat ?: $this->getConf('dformat') ?: '%Y/%m/%d';
/plugin/task/
H A Dhelper.php323 $dformat = preg_replace('#%[HIMprRST]|:#', '', ($conf['dformat']));
324 $text = str_replace('@DATE@', strftime($dformat, $task['date']['due']), $text);
/plugin/archivegenerator/
H A Dadmin.php443 $mtime = dformat(filemtime($fullArchiveFN));
453 $mtime = dformat(filemtime($updateArchiveFN));
/plugin/publish/action/
H A Dmail.php82 $timestamp = dformat(filemtime(wikiFN($ID)), $conf['dformat']);
/plugin/xslfo/
H A Daction.php152 $dw_element->addChild('lastmod', dformat($INFO['lastmod']));
/plugin/tiledblog/
H A Dsyntax.php157 $date = dformat ($meta['date']['created']);
/plugin/dokubookmark/
H A Dhelper.php256 …<div id="draft__status"><?php if(!empty($INFO['draft'])) echo $lang['draftdate'].' '.dformat();?><…
/plugin/blogtng/entities/
H A DComment.php191 echo hsc(dformat($this->created,$fmt));
/plugin/userhomepage/
H A Dhelper.php158 $date = dformat($INFO['lastmod']);
/plugin/discussion/
H A Daction.php823 dformat($created, $conf['dformat']).'</abbr>';
826 strftime('%Y-%m-%dT%H:%M:%SZ', $modified).'">'.dformat($modified, $conf['dformat']).
1249 'DATE' => dformat($comment['date']['created'], $conf['dformat']),
1501 '@DATE@' => dformat(time(), $conf['dformat']),
/plugin/blogtng/helper/
H A Dentry.php526 print dformat($this->entry['created'],$format);
536 print dformat($this->entry['lastmod'], $format);
1242 '@DATE@' => dformat($related[$type]['created']),
H A Dcomments.php254 'DATE' => dformat(time()),
/plugin/filelisting/
H A Dhelper.php154 $html = '<td data-sort="' . $file['mtime'] . '">' . dformat($file['mtime']) . '</td>';
/plugin/approve/syntax/
H A Dtable.php215 $renderer->doc .= '<a href="' . wl($id) . '">' . dformat($date) . '</a>';;
/plugin/blogtng/
H A Dadmin.php568 ptln('<td class="entry_created">' . dformat($entry['created']) . '</td>');
685 …ptln('<span class="comment_created" title="'.$this->getLang('created').'">' . dformat($comment->ge…
/plugin/dw2pdf/
H A Daction.php658 '@DATE@' => dformat(time()),
721 $replace['@UPDATE@'] = dformat(filemtime(wikiFN($id, $REV)));
767 $match[2] = $conf['dformat'];
/plugin/snap/
H A Dsyntax.php.ori198 $titrePage.=" (".strftime($conf['dformat'],filemtime($imagePath)).")";
/plugin/backup/
H A Dadmin.php114 echo dformat(filemtime($full), '%f');
/plugin/elasticsearch/action/
H A Dsearch.php449 echo ' <span class="">' . $lang['lastmod'] . ' ' . dformat($lastmod) . '</span>';
/plugin/issuelinks/services/
H A DGitHub.service.php150 dformat($this->dokuHTTPClient->resp_headers['x-ratelimit-reset'])
/plugin/pagelist/
H A Dhelper.php677 return $this->printCell('date', dformat($this->page['date'], $conf['dformat']));
/plugin/quiz/
H A Dclass_quiz.php506 $html .= '<td class="col3">'.dformat($row['timestamp']).'</td>';
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak36 define("FB_EVENTS_DATE_FORMAT", "dformat");
H A Dsyntax.php.2018-03-08_165255.bak36 define("FB_EVENTS_DATE_FORMAT", "dformat");

1234