Home | History | Annotate | Download | only in ASCIIMathPHP-2.0

Lines Matching refs:indent

311         $indent = str_pad('',$lvl,$indent_str);
314 $tag = "$indent<$name$xmlns$attr_txt />";
320 $tag = "$indent<$name$xmlns$attr_txt>$this->_content";
329 $tag .= ($num_child > 0 ? "\n$indent</$name>" : "</$name>");