Lines Matching refs:xs_format

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>
2664 … $this->getLang('issue_resolved_text').$this->xs_format($issue['resolution']).chr(10).chr(10).
2783 … $this->getLang('issuemod_cmnt').chr(10).$this->xs_format($comment['wround_mod']).chr(10).chr(10);
2789 … $this->getLang('issuemod_cmnt').chr(10).$this->xs_format($comment['comment']).chr(10).chr(10);
2967 $bodyhtml = str_ireplace("%%RESOLUTION%%",$this->xs_format($frmt_res),$bodyhtml);
2977 $bodyhtml = str_ireplace("%%DESCRIPTION%%",$this->xs_format($frmt_descr),$bodyhtml);
2987 $bodyhtml = str_ireplace("%%COMMENT%%",$this->xs_format($frmt_cmnt),$bodyhtml);
2989 …$bodyhtml = str_ireplace("%%OLD_VALUE%%",$this->xs_format(str_ireplace(chr(10),"<br />",$comment["…
2990 …$bodyhtml = str_ireplace("%%NEW_VALUE%%",$this->xs_format(str_ireplace(chr(10),"<br />",$comment["…
3083 function xs_format($x_comment) function in action_plugin_issuetracker