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

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php381 var $link_styles = array(); variable
1626 $this->link_styles[$type] = $styles;
3504 if (isset($this->link_styles[GESHI_LINK])) {
3508 $stuff_to_parse = str_replace('<|UR1|', '<a' . $this->link_target . ' style="' . $this->link_styles[GESHI_LINK] . '" href=', $stuff_to_parse);
4266 foreach ($this->link_styles as $key => $style) {

Completed in 71 milliseconds