Home
last modified time | relevance | path

Searched refs:indent_width (Results 1 – 2 of 2) sorted by relevance

/external/selinux/gui/
Dhtml_util.py43 def __init__(self, file=None, maxcol=80, indent_width=4): argument
46 self.indent_width = indent_width
50 self.indent_col = self.indent_level * self.indent_width
/external/ImageMagick/scripts/
Dtxt2html230 $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;