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

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2319 $comment_single_cache_per_key = array(); variable
2841 if (isset($comment_single_cache_per_key[$comment_key]) &&
2842 ($comment_single_cache_per_key[$comment_key] >= $i ||
2843 $comment_single_cache_per_key[$comment_key] === false)) {
2845 if ($comment_single_cache_per_key[$comment_key] === false) {
2849 $match_i = $comment_single_cache_per_key[$comment_key];
2857 $comment_single_cache_per_key[$comment_key] = $match_i;
2859 $comment_single_cache_per_key[$comment_key] = false;

Completed in 57 milliseconds