Searched defs:match_i (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2336 $match_i = false; variable
2345 $match_i = $comment_regexp_cache_per_key[$comment_key]['pos']; variable
2351 $match_i = $match[0][1]; variable
2353 $match_i += $i;
2359 'pos' => $match_i
2366 if ($match_i !== false && $match_i < $next_comment_regexp_pos) {
2367 $next_comment_regexp_pos = $match_i;
2369 if ($match_i === $i) {
2444 $match_i variable
2453 $match_i = $escape_regexp_cache_per_key[$escape_key]['pos']; variable
2459 $match_i = $match[0][1]; variable
2743 $match_i = false; variable
2752 $match_i = $comment_multi_cache_per_key[$open]; variable
2840 $match_i = false; variable
2849 $match_i = $comment_single_cache_per_key[$comment_key]; variable
[all...]

Completed in 56 milliseconds