Home
last modified time | relevance | path

Searched refs:dformat (Results 26 – 50 of 81) sorted by relevance

1234

/plugin/geonav/tpl/startermap/
H A Ddetail.php67 echo dformat($value);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
/plugin/bureaucracyau/helper/
H A Dactionmail.php53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
/plugin/bureaucracy/helper/
H A Dactionmail.php59 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
62 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
/plugin/ipban/
H A Daction.php79 dformat($dt),
/plugin/blogtng/helper/
H A Dtools.php37 $out = dformat(null, $out);
/plugin/userspagecreate/
H A Daction.php137 $date = strftime($conf['dformat'],$INFO['lastmod']);
/plugin/prettyprint/
H A Daction.php41 $longdate = dformat($rev);
/plugin/menuext/
H A DMenuExtItem.php131 $conf['dformat'],
/plugin/starred/
H A Dsyntax.php78 $R->cdata(' ' . dformat($time, '%f'));
/plugin/lastfm/inc/
H A Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) { argument
159 …print ' <td class="plugin_lastfm_date">' . lastfm_cvdate($rcd['date'],$dformat,$utc_offset) . '</…
/plugin/txt2tags/
H A Dtoolbar.php245 $sig = dformat(null,$sig);
249 $sig = str_replace('@DATE@',dformat(),$sig);
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php89 . ' <span class="lastused">'.dformat($entry['last']).'</span>'
/plugin/nslist/
H A Dsyntax.php111 if($data['date']) $R->cdata(' '.dformat($item['mtime']));
/plugin/querychangelog/
H A Dadmin.php138 …= $opts['date_from'] == 0 ? $this->lang['qc_begining'] : strftime($conf['dformat'], $opts['date_fr…
140 … ptln($this->lang['qc_res_to'].': '.strftime($conf['dformat'], $opts['date_to']).'<br/>');
/plugin/webdav/
H A Dadmin.php151 …echo '<td>' . datetime_h($lock->created) . '<br><small>(' . dformat($lock->created) . ')</small></…
/plugin/log/
H A Dcommon.php66 $log_text = $pre . $lstart . dformat() . ' ';
/plugin/owncloud/tpl/
H A Ddetail.php113 echo dformat($value);
/plugin/tumblr/
H A Dsyntax.php112 'date' => $item->get_local_date($conf['dformat']),
/plugin/ireadit/action/
H A Direadit.php62 echo '<li>' . userlink($reader['user']) . ' - ' . dformat($time) . '</li>';
/plugin/todo/
H A Daction.php117 $expire = dformat($locktime + $conf['locktime']);
/plugin/preservefilenames/
H A Daction_angua.php390 $info .= '<i>'.dformat($item['mtime']).'</i>';
483 $date = dformat($item['mtime']);
/plugin/changes/
H A Dsyntax.php412 $renderer->cdata(dformat($date, $this->getConf('dayheaderfmt')));
415 $renderer->header(dformat($date, $this->getConf('dayheaderfmt')), 3, 0);
461 $date = strftime($conf['dformat'], $change['date']);
/plugin/approve/action/
H A Dapprove.php178 echo ' ' . dformat(strtotime($page_revision['approved']));
207 echo ' ' . dformat(strtotime($page_revision['ready_for_approval']));
/plugin/dir/
H A Dsyntax.php51 var $dformat = NULL; variable in syntax_plugin_dir
75 $this->dformat = $conf ["dformat"];
1337 $this->_put(strftime($this->dformat, $date));

1234