Searched refs:xs_format (Results 1 – 4 of 4) sorted by relevance
| /plugin/issuetracker/ |
| D | edit.php | 214 $bodyhtml = str_ireplace("%%resolution%%",xs_format($frmt_res),$bodyhtml); 222 $bodyhtml = str_ireplace("%%description%%",xs_format($frmt_descr),$bodyhtml); 231 $bodyhtml = str_ireplace("%%comment%%",xs_format($frmt_cmnt),$bodyhtml); 233 …$bodyhtml = str_ireplace("%%old_value%%",xs_format(str_ireplace(chr(10),"<br />",$comment["old_val… 234 …$bodyhtml = str_ireplace("%%new_value%%",xs_format(str_ireplace(chr(10),"<br />",$comment["new_val… 244 function xs_format($x_comment) function
|
| D | itsearch.php | 119 … $text_snip = $this->xs_format($issues[$item['project']."_".$item['id']]['description']); 139 $text_snip = $this->xs_format($comment['comment']);
|
| D | action.php | 845 $__assigened = $this->xs_format($__assigened); 1179 …'<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'resolution… 1285 …{ $reduced_issues .='<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_va… 1288 …{ $reduced_issues .='<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_va… 2107 …lass="itd_comment_tr" colSpan="2" style="padding-left:0.45em;">'.$this->xs_format($x_comment).'</t… 2257 $issue_workaround .= $this->xs_format($x_workaround).NL.'</td></tr>'.NL; 2399 $issue_comments_log .= $this->xs_format($x_comment).NL.'</td></tr>'.NL; 2551 …lass="itd_comment_tr" colSpan="2" style="padding-left:0.45em;">'.$this->xs_format($x_resolution).'… 2613 …s="itd_resolution_tr" colSpan="2" style="padding-left:0.45em;">'.$this->xs_format($x_resolution).'… 2625 … <td class="itd_comment_tr">'.$this->xs_format($x_resolution).'</td> [all …]
|
| D | syntax.php | 668 …'<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'resolution… 778 …{ $reduced_issues .='<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_va… 781 …{ $reduced_issues .='<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_va… 969 … $this->getLang('issuenew_descr').$this->xs_format($issue['description']).chr(10).chr(10). 1072 $bodyhtml = str_ireplace("%%RESOLUTION%%",$this->xs_format($frmt_res),$bodyhtml); 1082 $bodyhtml = str_ireplace("%%DESCRIPTION%%",$this->xs_format($frmt_descr),$bodyhtml); 1091 $bodyhtml = str_ireplace("%%COMMENT%%",$this->xs_format($frmt_cmnt),$bodyhtml); 1467 <td>'.$this->xs_format($x_resolution).'</td> 1594 function xs_format($x_comment) function in syntax_plugin_issuetracker
|