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

/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php147 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags. variable
161 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1; variable
166 if (! $in_pre) {
256 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags variable
270 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1; variable
275 if (! $in_pre) {
345 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags variable
351 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1; variable
355 if (! $in_pre) {
382 $in_pre variable
388 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1; variable
[all...]

Completed in 95 milliseconds