Home
last modified time | relevance | path

Searched +full:d_format +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/issuetracker/conf/
H A Ddefault.php9 $conf['d_format'] = 'Y-m-d G:i:s';
H A Dmetadata.php9 $meta['d_format'] = array('string');
/plugin/issuetracker/
H A Daction.php391 { $cur_date = date($this->getConf('d_format'));
407 $cur_date = date($this->getConf('d_format'));
421 $cur_date = date($this->getConf('d_format'));
698 $cur_date = date($this->getConf('d_format'));
711 $cur_date = date($this->getConf('d_format'));
2097 $cur_date = date($this->getConf('d_format'));
2404 $cur_date = date($this->getConf('d_format'));
2476 $cur_date = date($this->getConf('d_format'));
2708 $comment["timestamp"] = date($this->getConf('d_format'));
2968 $bodyhtml = str_ireplace("%%TIMESTAMP%%",date($this->getConf('d_format')),$bodyhtml);
[all …]
H A Dsyntax.php657 …'<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue…
669 …'<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue…
772 …{ $reduced_issues .='<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this-…
775 …{ $reduced_issues .='<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this-…
1073 $bodyhtml = str_ireplace("%%TIMESTAMP%%",date($this->getConf('d_format')),$bodyhtml);
1089 …$bodyhtml = str_ireplace("%%CMNT_TIMESTAMP%%",date($this->getConf('d_format'),strtotime($comment['…
1110 $cur_date = date($this->getConf('d_format'));
1709 $mods[$mod_id]['timestamp'] = date ($this->getConf('d_format'));
H A Dedit.php215 …$bodyhtml = str_ireplace("%%timestamp%%",date($conf['plugin']['issuetracker']['d_format']),$bodyht…
229 …str_ireplace("%%cmnt_timestamp%%",date($conf['plugin']['issuetracker']['d_format'],strtotime($comm…