Lines Matching refs:lineText
92 public function renderText($lineText) argument
96 if (preg_match("/\[\[(.*)\]\]/", $lineText, $matches)) {
107 $lineText = str_replace(
110 $lineText
115 $lineText = str_replace(
118 $lineText
122 $lineText = preg_replace(
125 $lineText
127 $lineText = preg_replace("/_([^_]*)_/", "<u>$1</u>", $lineText);
128 $lineText = preg_replace(
131 $lineText
135 return $lineText;