Home
last modified time | relevance | path

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

/plugin/issuetracker/
H A Ditsearch.php119 … $text_snip = $this->xs_format($issues[$item['project']."_".$item['id']]['description']); variable
121 $text_snip = str_ireplace($item['match'], $h_txt, $text_snip); variable
126 …his->getLang('search_Issue')." ".$item['id'].'">'.$item['title'].'</a></b><br />'.$text_snip.'</td>
139 $text_snip = $this->xs_format($comment['comment']); variable
142 … $text_snip = str_ireplace($item['match'],$h_txt,$text_snip); variable
147 …nt['id'].'" title="'.$this->getLang('search_Comment')." ".$comment['id'].'">'.$text_snip.'</a></td>