Home
last modified time | relevance | path

Searched refs:dformat (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/approve/action/
H A Dprettyprint.php55 $JSINFO['approve']['date'] = dformat(strtotime($approve['approved']));
60 $JSINFO['approve']['date'] = dformat(strtotime($approve['ready_for_approval']));
68 $JSINFO['approve']['date'] = dformat($rev);
/plugin/date/
H A Dsyntax.php187 $dformat = $this->getConf('dpformat');
190 $xhtml = strftime($dformat);
192 $xhtml = strftime($dformat, strtotime("+1 day"));
194 $xhtml = strftime($dformat, strtotime("-1 day"));
/plugin/publish/action/
H A Dbanner.php156 …printf($this->getLang('apr_draft'), '<span class="approval_date">' . dformat($revision) . '</span>…
172 '<span class="approval_date">' . dformat($this->hlp->getApprovalDate()) . '</span>',
186 dformat($previousApproved));
/plugin/numbering/scripts/
H A Dgetnum.php40 $dformat = urldecode($helper->getConfValue('datestyle'));
41 $time = strftime($dformat);
/plugin/authgooglesheets/
H A Dauth.php47 $this->helper->update($user, ['lastlogin' => dformat()]);
90 $userData['created'] = dformat();
/plugin/qc/
H A DOutput.php84 $html .= '<dd>' . dformat($this->data['created']) . '</dd>';
87 $html .= '<dd>' . dformat($this->data['modified']) . '</dd>';
/plugin/acknowledge/
H A Daction.php174 $html .= sprintf($this->getLang('ackGranted'), dformat($ack));
183 . sprintf($this->getLang('ackDiff'), dformat($latest))
/plugin/miniblog/syntax/
H A Dentry.php77 …$renderer->doc .= dformat($entry['date']).' · '.$entry['user'].' · <a href="'.wl($entry['id'],'',t…
104 $renderer->doc .= '<span class="entry-date">'.dformat($entry['date']).'</span>';
/plugin/preservefilenames/
H A Daction_adorabelle.php75 $info .= '<i>'.dformat($item['mtime']).'</i>';
168 $date = dformat($item['mtime']);
/plugin/socialcards/
H A Daction.php159 'content' => dformat($_dates['created']),
163 'content' => dformat($_dates['modified']),
/plugin/telleveryone/
H A Dadmin.php119 ptln('<div>' . dformat($timestamp) . '</div>');
147 … ptln('<div>' . dformat($timestamp) . ' ' . $edit_link . ' ' . $delete_link . '</div>');
/plugin/booking/
H A Daction.php200 echo dformat($booking['start']) . ' - ' . dformat($booking['end']);
/plugin/advanced/admin/
H A Dexport.php197 $create_date = dformat(p_get_metadata($page_id, 'date created'));
198 $modified_date = dformat(p_get_metadata($page_id, 'date modified'));
H A Dconfig.php168 … 'local_last_modify' => (file_exists($file_local) ? dformat(filemtime($file_local)) : ''),
169 …'protected_last_modify' => (file_exists($file_protected) ? dformat(filemtime($file_protected)) : '…
170 … 'default_last_modify' => (file_exists($file_default) ? dformat(filemtime($file_default)) : ''),
/plugin/publish/
H A Dsyntax.php97 $updated = '<a href="' . wl($page[0]) . '">' . dformat($page[2]) . '</a>';
108 dformat($last));
/plugin/acknowledge/admin/
H A Dreport.php190 ($item['lastmod'] ? dformat($item['lastmod']) : '?')
192 echo '<td>' . ($item['ack'] ? dformat($item['ack']) : '') . '</td>';
/plugin/lastfm/
H A Daction.php52 $dformat = $this->getConf('dformat');
/plugin/blogmeta/
H A Daction.php58 … print $this->getLang('posted')." ".strftime($conf['dformat'],$INFO['meta']['date']['created']);
/plugin/pageseditees/
H A Dadmin.php106 $date=@strftime($conf['dformat'], filemtime($lock));
/plugin/bez/meta/
H A DTpl.php131 return dformat(strtotime($date), '%Y-%m-%d');
135 return dformat(strtotime($datetime), '%Y-%m-%d %H:%M');
/plugin/bookcreator/
H A Dhelper.php39 $out .= ' ('.dformat($item['mtime']).')';
/plugin/lms/
H A Dadmin.php53 echo dformat($dt);
/plugin/structpublish/action/
H A Dbanner.php107 '{revision}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getRev())),
108 '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())),
/plugin/pagequery/
H A DPageQuery.php109 $dformat = [];
228 $dformat[$key] = $this->dateFormat($key);
230 $wformat[$key] = ($opt['spelldate']) ? $this->dateFormatWords($dformat[$key]) : '';
234 $value = strftime($dformat[$key], $real_date);
269 $value = utf8_encode(strftime($opt['dformat'], $value));
359 $group_opts['dformat'][$idx] = $wformat[$key];
410 * used for display only ($dformat is used for sorting/grouping)
412 * @param string $dformat
414 private function dateFormatWords(string $dformat): string
417 switch ($dformat) { argument
[all...]
/plugin/ahrefmenu/
H A Dadmin.php85 return strftime($conf['dformat'], filemtime($this->plug_dir . "local_map.xml"));

1234