Searched refs:x_comment (Results 1 – 3 of 3) sorted by relevance
/plugin/issuetracker/ |
D | edit.php | 244 function xs_format($x_comment) argument 246 $x_comment = preg_replace('/\[([bius])\]/i', '<\\1>', $x_comment); 247 $x_comment = preg_replace('/\[\/([bius])\]/i', '</\\1>', $x_comment); 249 $x_comment = preg_replace('/\[ol\]/i', '<ol>', $x_comment); 250 $x_comment = preg_replace('/\[\/ol\]/i', '</ol>', $x_comment); 252 $x_comment = preg_replace('/\[ul\]/i', '<ul>', $x_comment); 253 $x_comment = preg_replace('/\[\/ul\]/i', '</ul>', $x_comment); 255 $x_comment = preg_replace('/\[li\]/i', '<li>', $x_comment); 256 $x_comment = preg_replace('/\[\/li\]/i', '</li>', $x_comment); 258 $x_comment = preg_replace('/\[sup\]/i', '<sup>', $x_comment); [all …]
|
D | syntax.php | 1594 function xs_format($x_comment) argument 1596 $x_comment = preg_replace('/\[([bius])\]/i', '<\\1>', $x_comment); 1597 $x_comment = preg_replace('/\[\/([bius])\]/i', '</\\1>', $x_comment); 1599 $x_comment = preg_replace('/\[ol\]/i', '<ol>', $x_comment); 1600 $x_comment = preg_replace('/\[\/ol\]/i', '</ol>', $x_comment); 1602 $x_comment = preg_replace('/\[ul\]/i', '<ul>', $x_comment); 1603 $x_comment = preg_replace('/\[\/ul\]/i', '</ul>', $x_comment); 1605 $x_comment = preg_replace('/\[li\]/i', '<li>', $x_comment); 1606 $x_comment = preg_replace('/\[\/li\]/i', '</li>', $x_comment); 1608 $x_comment = preg_replace('/\[sup\]/i', '<sup>', $x_comment); [all …]
|
D | action.php | 2090 $x_comment = $this->convertlabel($issue[$issue_id]['description']); 2107 …ass="itd_comment_tr" colSpan="2" style="padding-left:0.45em;">'.$this->xs_format($x_comment).'</td> 2122 $issue_initial_description .= $this->it_wysiwyg_edit_toolbar($x_comment); 2127 …description_mod" type="text" cols="106" rows="7" value="">'.strip_tags($x_comment).'</textarea><br… 2324 $x_comment = $this->_get_one_value($a_comment,'comment'); 2325 $x_comment = $this->convertlabel($x_comment); 2399 $issue_comments_log .= $this->xs_format($x_comment).NL.'</td></tr>'.NL; 2433 …me="comment_mod" type="text" cols="106" rows="7" value="">'.strip_tags($x_comment).'</textarea><br… 3083 function xs_format($x_comment) argument 3085 $x_comment = preg_replace('/\[([bius])\]/i', '<\\1>', $x_comment); [all …]
|