/plugin/approve/action/ |
H A D | prettyprint.php |
|
/plugin/date/ |
H A D | syntax.php | 187 $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 D | banner.php | 156 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 D | getnum.php | 40 $dformat = urldecode($helper->getConfValue('datestyle')); 41 $time = strftime($dformat);
|
/plugin/authgooglesheets/ |
H A D | auth.php | 47 $this->helper->update($user, ['lastlogin' => dformat()]); 90 $userData['created'] = dformat();
|
/plugin/qc/ |
H A D | Output.php | 84 $html .= '<dd>' . dformat($this->data['created']) . '</dd>'; 87 $html .= '<dd>' . dformat($this->data['modified']) . '</dd>';
|
/plugin/acknowledge/ |
H A D | action.php | 174 $html .= sprintf($this->getLang('ackGranted'), dformat($ack)); 183 . sprintf($this->getLang('ackDiff'), dformat($latest))
|
/plugin/miniblog/syntax/ |
H A D | entry.php | 77 …$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 D | action_adorabelle.php | 75 $info .= '<i>'.dformat($item['mtime']).'</i>'; 168 $date = dformat($item['mtime']);
|
/plugin/socialcards/ |
H A D | action.php | 159 'content' => dformat($_dates['created']), 163 'content' => dformat($_dates['modified']),
|
/plugin/telleveryone/ |
H A D | admin.php | 119 ptln('<div>' . dformat($timestamp) . '</div>'); 147 … ptln('<div>' . dformat($timestamp) . ' ' . $edit_link . ' ' . $delete_link . '</div>');
|
/plugin/booking/ |
H A D | action.php | 200 echo dformat($booking['start']) . ' - ' . dformat($booking['end']);
|
/plugin/advanced/admin/ |
H A D | export.php | 197 $create_date = dformat(p_get_metadata($page_id, 'date created')); 198 $modified_date = dformat(p_get_metadata($page_id, 'date modified'));
|
H A D | config.php | 168 … '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 D | syntax.php | 97 $updated = '<a href="' . wl($page[0]) . '">' . dformat($page[2]) . '</a>'; 108 dformat($last));
|
/plugin/acknowledge/admin/ |
H A D | report.php | 190 ($item['lastmod'] ? dformat($item['lastmod']) : '?') 192 echo '<td>' . ($item['ack'] ? dformat($item['ack']) : '') . '</td>';
|
/plugin/lastfm/ |
H A D | action.php | 52 $dformat = $this->getConf('dformat');
|
/plugin/blogmeta/ |
H A D | action.php | 58 … print $this->getLang('posted')." ".strftime($conf['dformat'],$INFO['meta']['date']['created']);
|
/plugin/pageseditees/ |
H A D | admin.php | 106 $date=@strftime($conf['dformat'], filemtime($lock));
|
/plugin/bez/meta/ |
H A D | Tpl.php | 131 return dformat(strtotime($date), '%Y-%m-%d'); 135 return dformat(strtotime($datetime), '%Y-%m-%d %H:%M');
|
/plugin/bookcreator/ |
H A D | helper.php | 39 $out .= ' ('.dformat($item['mtime']).')';
|
/plugin/lms/ |
H A D | admin.php | 53 echo dformat($dt);
|
/plugin/structpublish/action/ |
H A D | banner.php | 107 '{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 D | PageQuery.php | 109 $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 D | admin.php | 85 return strftime($conf['dformat'], filemtime($this->plug_dir . "local_map.xml"));
|