Searched refs:sp_tags_to_skip (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php18 $smartypants_attr, $sp_tags_to_skip;
32 $sp_tags_to_skip = '<(/?)(?:pre|code|kbd|script|math)[\s>]'; variable
73 global $smartypants_attr, $sp_tags_to_skip;
160 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
224 global $smartypants_attr, $sp_tags_to_skip;
269 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
318 global $smartypants_attr, $sp_tags_to_skip;
350 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
387 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {

Completed in 66 milliseconds