Home
last modified time | relevance | path

Searched defs: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
139 $text_snip = $this->xs_format($comment['comment']); variable
142 … $text_snip = str_ireplace($item['match'],$h_txt,$text_snip); variable