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 D | default.php | 9 $conf['d_format'] = 'Y-m-d G:i:s';
|
H A D | metadata.php | 9 $meta['d_format'] = array('string');
|
/plugin/issuetracker/ |
H A D | action.php | 391 { $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 D | syntax.php | 657 …'<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 D | edit.php | 215 …$bodyhtml = str_ireplace("%%timestamp%%",date($conf['plugin']['issuetracker']['d_format']),$bodyht… 229 …str_ireplace("%%cmnt_timestamp%%",date($conf['plugin']['issuetracker']['d_format'],strtotime($comm…
|