OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_width
(Results
1 - 5
of
5
) sorted by null
/external/yapf/yapf/yapflib/
format_token.py
60
def _TabbedContinuationAlignPadding(spaces, align_style,
tab_width
,
67
tab_width
: (int) Number of columns of each tab character.
75
return '\t' * int(continuation_indent_width /
tab_width
)
78
return '\t' * int((spaces +
tab_width
- 1) /
tab_width
)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
check.py
124
settings.
tab_width
= 4
/external/ImageMagick/scripts/
txt2html
163
# That means if $
tab_width
is 8 and
226
$
tab_width
= 8; # How many spaces equal a tab?
437
$
tab_width
= $ARGV[1];
778
$column += $
tab_width
- ($column % $
tab_width
);
/external/python/cpython2/Lib/distutils/command/
check.py
130
settings.
tab_width
= 4
/external/python/cpython3/Lib/distutils/command/
check.py
126
settings.
tab_width
= 4
Completed in 4413 milliseconds