Lines Matching refs:attr
62 list($attr, $content) = preg_split('/>/u', $match, 2);
65 $attr = trim($attr);
66 if ($attr == null) {
68 $attr = 'text';
69 } elseif (substr($attr, 0, 1) == ";") {
71 $attr = 'text' . $attr;
74 $attr = null;
77 return array($this->syntax, $attr, $content);
89 list($syntax, $attr, $content) = $data;
94 if (preg_match("/title:/i", $attr)) {
96 $attr_array = explode(";", $attr);
100 $attr = implode(";", $not_title_array);
106 if (preg_match("/highlight:/i", $attr, $matches)) {
108 $attr_array = explode(";", $attr);
112 $attr = implode(";", $not_highlight_array);
139 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…