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/ |
| D | default.php | 9 $conf['d_format'] = 'Y-m-d G:i:s';
|
| D | metadata.php | 9 $meta['d_format'] = array('string');
|
| /plugin/issuetracker/ |
| 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')); 839 …$Generated_Table .= ' <td>'.date($this->getConf('d_format'),strtotime($this->_get_one_value($mod… 1168 …'<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue… 1180 …'<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue… 1279 …{ $reduced_issues .='<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this-… 1282 …{ $reduced_issues .='<td class="itl__td_date">'.date($this->getConf('d_format'),strtotime($this-… [all …]
|
| 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'));
|
| 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…
|