Lines Matching refs:hsc

1992                         $sym = $this->hsc($sym);
2008 $symbols = $this->hsc($symbols);
2175 $result = $this->hsc($this->source);
2398 $escaped_escape_char = $this->hsc($this->language_data['ESCAPE_CHAR']);
2440 $endresult .= $this->hsc($parts[$key][1]);
2578 $string = "<span$string_attributes>" . GeSHi::hsc($char);
2652 $string .= $this->hsc(substr($part, $start, $es_pos - $start));
2663 GeSHi::hsc($this->language_data['ESCAPE_CHAR']);
2690 $string .= $this->hsc($es_char_m) . '</span>';
2692 $es_char_m = $this->hsc($es_char);
2696 $string .= $this->hsc($es_char) . '</span>';
2703 $string .= $this->hsc(substr($part, $start, $es_pos - $start));
2719 $this->hsc($escape_str) . '</span>';
2724 $string .= $this->hsc(substr($part, $start, $close_pos - $start + $char_len)) . '</span>';
2804 $new_string .= $this->hsc(substr($string, $start, $es_pos - $start));
2810 $this->hsc($hardescape) . '</span>';
2834 $string = $new_string . $this->hsc(substr($string, $start));
2836 $string = $this->hsc($string);
2856 $test_str = $this->hsc(substr($part, $i, $comment['length']));
2932 $test_str = "<span$attributes>" . $this->hsc($open);
2945 $test_str = $this->hsc($open);
2955 $rest_of_comment = $this->hsc(substr($part, $i + $open_strlen, $close_pos - $i - $open_strlen + $close_strlen));
3039 $test_str = "<span$attributes>" . $this->hsc($this->change_case($comment_mark));
3041 $test_str = $this->hsc($comment_mark);
3051 $test_str .= $this->hsc(substr($part, $i + $com_len, $close_pos - $i - $com_len));
3084 $result .= $this->hsc($part);
3278 str_replace('+', '%20', urlencode($this->hsc($word))),
3279 str_replace('+', '%20', urlencode($this->hsc(strtolower($word)))),
3280 str_replace('+', '%20', urlencode($this->hsc(strtoupper($word)))),
3281 str_replace('+', '%20', urlencode($this->hsc(ucfirst($word)))),
3349 $stuff_to_parse = ' ' . $this->hsc($stuff_to_parse);
3832 (strpos($parsed_code, $this->hsc(GESHI_START_IMPORTANT)) === false)) {
3833 $parsed_code = str_replace($this->hsc(GESHI_END_IMPORTANT), '', $parsed_code);
4289 protected function hsc($string, $quote_style = ENT_COMPAT) {