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

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2045 $stuff_to_parse = ''; variable
2414 $result .= $this->parse_non_string_part($stuff_to_parse);
2415 $stuff_to_parse = ''; variable
2607 $result .= $this->parse_non_string_part($stuff_to_parse);
2608 $stuff_to_parse = ''; variable
2733 $result .= $this->parse_non_string_part($stuff_to_parse);
2734 $stuff_to_parse = ''; variable
2829 $result .= $this->parse_non_string_part($stuff_to_parse);
2830 $stuff_to_parse = ''; variable
2916 $result .= $this->parse_non_string_part($stuff_to_parse);
2917 $stuff_to_parse = ''; variable
2934 $stuff_to_parse = ''; variable
3203 $stuff_to_parse = ' ' . $this->hsc($stuff_to_parse); variable
3215 $stuff_to_parse = preg_replace_callback( variable
3223 $stuff_to_parse = preg_replace( variable
3232 $stuff_to_parse = preg_replace_callback( "/(" . $regexp . ")/", variable
3236 $stuff_to_parse = preg_replace( "/(" . $regexp . ")/", "<|!REG3XP$key!>\\\\1|>", $stuff_to_parse); variable
3250 $stuff_to_parse = preg_replace($regexp, "<|/NUM!$id/>\\\\1|>", $stuff_to_parse); variable
3320 $stuff_to_parse = preg_replace_callback( variable
3340 $stuff_to_parse = str_replace("<|/$k/>", "<|$attributes>", $stuff_to_parse); variable
3357 $stuff_to_parse = str_replace("/NUM!$id/", $attributes, $stuff_to_parse); variable
3388 $stuff_to_parse = preg_replace("/($oolang_before)(" . preg_quote($this->language_data['OBJECT_SPLITTERS'][$key], '/') . ")($oolang_spaces)($oolang_after)/", "\\\\1\\\\2\\\\3<|$attributes>\\\\4|>", $stuff_to_parse); variable
3400 $stuff_to_parse = str_replace( $this->language_data['CACHE_BRACKET_MATCH'], variable
3467 $stuff_to_parse = substr_replace($stuff_to_parse, $symbol_hl, $symbol_offset + $global_offset, $symbol_length); variable
3481 $stuff_to_parse = preg_replace_callback("/!REG3XP$key!(.*)\\|>/U", variable
3496 $stuff_to_parse = str_replace("!REG3XP$key!", "$attributes", $stuff_to_parse); variable
3502 $stuff_to_parse = str_replace('<DOT>', '.', $stuff_to_parse); variable
3506 $stuff_to_parse = str_replace('<|UR1|', '<a' . $this->link_target . ' href=', $stuff_to_parse); variable
3508 $stuff_to_parse = str_replace('<|UR1|', '<a' . $this->link_target . ' style="' . $this->link_styles[GESHI_LINK] . '" href=', $stuff_to_parse); variable
3511 $stuff_to_parse = str_replace('<|UR1|', '<a' . $this->link_target . ' href=', $stuff_to_parse); variable
3518 $stuff_to_parse = str_replace('<|', '<span', $stuff_to_parse); variable
3519 $stuff_to_parse = str_replace ( '|>', '</span>', $stuff_to_parse ); variable
[all...]

Completed in 25 milliseconds