Home
last modified time | relevance | path

Searched refs:xs_format (Results 1 – 4 of 4) sorted by relevance

/plugin/issuetracker/
H A Dedit.php214 $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
H A Ditsearch.php119 … $text_snip = $this->xs_format($issues[$item['project']."_".$item['id']]['description']);
139 $text_snip = $this->xs_format($comment['comment']);
H A Daction.php845 $__assigened = $this->xs_format($__assigened);
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;
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);
[all …]
H A Dsyntax.php668 …'<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