Home
last modified time | relevance | path

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

/plugin/issuetracker/
H A Dedit.php246 $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);
258 $x_comment = preg_replace('/\[sup\]/i', '<sup>', $x_comment);
261 $x_comment = preg_replace('/\[sub\]/i', '<sub>', $x_comment);
264 $x_comment = preg_replace('/\[hr\]/i', '<hr>', $x_comment);
269 $x_comment = preg_replace('/\[code\]/i', '<code>', $x_comment);
[all …]
H A Dsyntax.php1596 $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);
1611 $x_comment = preg_replace('/\[sub\]/i', '<sub>', $x_comment);
1614 $x_comment = preg_replace('/\[hr\]/i', '<hr>', $x_comment);
[all …]
H A Daction.php2325 $x_comment = $this->convertlabel($x_comment);
3085 $x_comment = preg_replace('/\[([bius])\]/i', '<\\1>', $x_comment);
3088 $x_comment = preg_replace('/\[ol\]/i', '<ol>', $x_comment);
3089 $x_comment = preg_replace('/\[\/ol\]/i', '</ol>', $x_comment);
3091 $x_comment = preg_replace('/\[ul\]/i', '<ul>', $x_comment);
3092 $x_comment = preg_replace('/\[\/ul\]/i', '</ul>', $x_comment);
3094 $x_comment = preg_replace('/\[li\]/i', '<li>', $x_comment);
3097 $x_comment = preg_replace('/\[sup\]/i', '<sup>', $x_comment);
3100 $x_comment = preg_replace('/\[sub\]/i', '<sub>', $x_comment);
3103 $x_comment = preg_replace('/\[hr\]/i', '<hr>', $x_comment);
[all …]