Lines Matching refs:attributes

2459                         $attributes = ' style="' . $this->language_data['STYLES']['SCRIPT'][$script_key] . '"';
2461 $attributes = ' class="sc' . $script_key . '"';
2463 $result .= "<span$attributes>";
2464 $STRICTATTRS = $attributes;
2861 $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS'][$comment['key']] . '"';
2863 $attributes = ' class="co' . $comment['key'] . '"';
2866 $test_str = "<span$attributes>" . $test_str . "</span>";
2872 "\n", "</span>\n<span$attributes>",
2928 $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS']['MULTI'] . '"';
2930 $attributes = ' class="coMULTI"';
2932 $test_str = "<span$attributes>" . $this->hsc($open);
2935 $attributes = ' style="' . $this->important_styles . '"';
2937 $attributes = ' class="imp"';
2942 $test_str = "<span$attributes>";
2962 "\n", "</span>\n<span$attributes>",
3035 $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS'][$comment_key] . '"';
3037 $attributes = ' class="co' . $comment_key . '"';
3039 $test_str = "<span$attributes>" . $this->hsc($this->change_case($comment_mark));
3473 $attributes = ' style="' .
3477 $attributes = ' class="kw' . $k . '"';
3479 $stuff_to_parse = str_replace("<|/$k/>", "<|$attributes>", $stuff_to_parse);
3490 $attributes = ' style="' . $this->language_data['STYLES']['NUMBERS'][$id] . '"';
3492 $attributes = ' class="nu'.$id.'"';
3496 $stuff_to_parse = str_replace("/NUM!$id/", $attributes, $stuff_to_parse);
3523 $attributes = ' style="' . $this->language_data['STYLES']['METHODS'][$key] . '"';
3525 $attributes = ' class="me' . $key . '"';
3527 $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);
3624 $attributes = ' style="' . $this->language_data['STYLES']['REGEXPS'][$key] . '"';
3628 $attributes = ' class="' .
3631 $attributes = ' class="re' . $key . '"';
3634 $stuff_to_parse = str_replace("!REG3XP$key!", "$attributes", $stuff_to_parse);
3865 //Reset the attributes for a new line ...
3877 // Set the attributes to style the line
3944 $attributes = ' class="de1"';
3946 $attributes = ' style="'. $this->code_style .'"';
3949 $parsed_code .= '<pre'. $attributes .'>';
3957 $parsed_code .= '<td'.$attrs.'><pre'.$attributes.'>';
3968 // Set the attributes to style the line
4000 $parsed_code .= '</pre></td><td'.$attributes.'>';
4002 $parsed_code .= '<pre'. $attributes .'>';
4016 // Set the attributes to style the line
4066 * Creates the header for the code block (with correct attributes)
4072 // Get attributes needed
4077 $attributes = ' class="' . $this->_genCSSName($this->language);
4079 $attributes .= " ".$this->_genCSSName($this->overall_class);
4081 $attributes .= '"';
4084 $attributes .= " id=\"{$this->overall_id}\"";
4087 $attributes .= ' style="' . $this->overall_style . '"';
4118 return "$header<ol$attributes$ol_attributes>";
4126 return "<pre$attributes>$header<ol$ol_attributes>";
4129 return "<div$attributes>$header<ol$ol_attributes>";
4131 return "<table$attributes>$header<tbody><tr class=\"li1\">";
4135 return "<pre$attributes>$header" .
4138 return "<div$attributes>$header" .