HomeSort by relevance Sort by last modified time
    Searched refs:indent_width (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/gui/
html_util.py 40 def __init__(self, file=None, maxcol=80, indent_width=4):
43 self.indent_width = indent_width
47 self.indent_col = self.indent_level * self.indent_width
  /external/ImageMagick/scripts/
txt2html 230 $indent_width = 2; # Indents this many spaces for each
445 $indent_width = $ARGV[1];
601 $list_indent = " " x $listnum x $indent_width;
612 $list_indent = " " x ($listnum-1) x $indent_width;

Completed in 2955 milliseconds