Lines Matching refs:text
822 $text = [];
903 $text[] = " New Comment:\n\n{$ncomment}";
910 $text[] = $old_comments;
912 $wrapped_text = join("\n", $text);
1123 * @param string $text the text to be examined
1127 function addlinks($text) argument
1129 $text = htmlspecialchars($text);
1130 …$text = preg_replace("/((mailto|http|https|ftp|nntp|news):.+?)(>|\\s|\\)|\\.\\s|,\\s|$)/i","<a …
1133 $text = preg_replace("/[.,]?-=-\"/", '"', $text);
1134 return $text;
1678 * @param string $text the text to check for bug numbers
1682 function make_ticket_links($text) argument
1687 $text
1691 function get_ticket_links($text) argument
1695 …ix)?|feat(?:ure)?|doc(?:umentation)?|req(?:uest)?|duplicated of)\s+#?([0-9]+)/i', $text, $matches);