Lines Matching refs:strpos

696         if(strpos($path,':')) {
699 if(!preg_match('#^[a-zA-Z]:#', $path) || false !== strpos($path, ':', 2)) {
710 if(GESHI_SECURITY_PARANOID && false !== strpos($path, '/.')) {
714 if(GESHI_SECURITY_PARANOID && false !== strpos($path, '..')) {
2235 $open_pos = strpos($code, $open, $i);
2246 strpos($code, $close, $matches[$dk][$open]['next_match']+1);
2312 $close_pos = strpos($code, $next_match_pointer['close'], $i);
2588 $close_pos = strpos($part, $char, $start);
2633 $simple_escape = strpos($part, $this->language_data['ESCAPE_CHAR'], $start);
2762 while ($close_pos = strpos($part, $this->language_data['HARDQUOTE'][1], $start)) {
2802 while ($es_pos = strpos($string, $this->language_data['ESCAPE_CHAR'], $start)) {
2948 $close_pos = strpos( $part, $close, $i + $open_strlen );
3004 (($match_i = strpos($part, $comment_mark, $i)) !== false))) {
3027 (false === strpos($sc_disallowed_before, $part[$i-1]))) &&
3029 (false === strpos($sc_disallowed_after, $part[$i + $com_len]))))
3045 $close_pos = strpos($part, "\n", $i);
3123 if (false !== strpos($result, "\t")) {
3131 if (false === strpos($line, "\t")) {
3159 $posi = strpos($substr, ';');
3183 if (false === strpos($line, "\t", $i + 1)) {
3259 strpos($this->language_data['URLS'][$k], '{FNAME}') !== false) {
3521 if (false !== strpos($stuff_to_parse, $splitter)) {
3551 if (strpos($symbol_match, '<') !== false || strpos($symbol_match, '>') !== false) {
3555 if(strpos($symbol_match, '<SEMI>') === false &&
3556 strpos($symbol_match, '<PIPE>') === false) {
3832 (strpos($parsed_code, $this->hsc(GESHI_START_IMPORTANT)) === false)) {