Home | History | Annotate | Download | only in geshi

Lines Matching refs:after

143     matched search to put after the replacement */
488 * each tag is closed before and reopened after each linefeed.
2518 //Get the byte AFTER the ESCAPE_CHAR we just found
3100 $after = '';
3137 $after = '</a>';
3141 return $before . '<|/'. $k .'/>' . $this->change_case($keyword) . '|>' . $after;
3171 $after = $this->_hmr_after;
3181 $after = str_replace($search, $matches, $after);
3190 . $after;