Home | History | Annotate | Download | only in geshi

Lines Matching refs:com_len

2874                                 $com_len = strlen($comment_mark);
2880 (empty($sc_disallowed_after) || ($length <= $i + $com_len) ||
2881 (false === strpos($sc_disallowed_after, $part[$i + $com_len]))))
2903 $test_str .= $this->hsc(substr($part, $i + $com_len, $close_pos - $i - $com_len));