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

/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php307 $attr_txt = $this->_dumpAttr(); variable
314 $tag = "$indent<$name$xmlns$attr_txt />";
320 $tag = "$indent<$name$xmlns$attr_txt>$this->_content";
338 $attr_txt = ''; variable
342 $attr_txt .= " $key=\"{$this->_attr_arr[$key]}\"";
345 return($attr_txt);

Completed in 56 milliseconds