Searched refs:date_str (Results 1 – 5 of 5) sorted by relevance
/plugin/fckg/fckeditor/editor/plugins/signature/ |
H A D | fckplugin.js | 32 var date_str = d.getFullYear() + '/' 37 …ailto:' + FCKConfig.fckgUserMail+'">' + FCKConfig.fckgUserName +'</a> ' + date_str +' —</i>';
|
/plugin/metadisplay/ |
H A D | cli.php | 109 function get_timestamp($date_str){ argument 110 list($year,$month,$day) = explode('-',$date_str);
|
/plugin/quickstats/ |
H A D | syntax.php | 192 list($which, $date_str,$depth) = $data; 202 $this->load_data($date_str,$which); 304 function load_data($date_str=null,$which) { argument 307 if($date_str) { 308 list($mon,$yr) = explode('_',$date_str); 387 $date_str = (is_array($date) && isset($date[$md5]) ) ? $date[$md5] : false; 388 $renderer->doc .= $this->row($item,$count,$num,$date_str, $ip_array);
|
/plugin/ckgdoku/ckeditor/plugins/signature/ |
H A D | plugin.js.unc | 33 var date_str = d.getFullYear() + '/' 38 …r mail = '— <i><a href="mailto:' + email+'">' + user_name +'</a> ' + date_str +'</i>—';
|
/plugin/ckgedit/ckeditor/plugins/signature/ |
H A D | plugin.js.unc | 33 var date_str = d.getFullYear() + '/' 38 …r mail = '— <i><a href="mailto:' + email+'">' + user_name +'</a> ' + date_str +'</i>—';
|