Searched defs:tabwidth (Results 1 – 6 of 6) sorted by relevance
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/ |
D | Report.java | 57 int tabwidth = 4; field in Report
|
/external/python/cpython3/Lib/idlelib/ |
D | pyparse.py | 127 def __init__(self, indentwidth, tabwidth): argument
|
D | format.py | 202 def get_line_indent(line, tabwidth): argument
|
D | editor.py | 1539 def get_line_indent(line, tabwidth): argument 1556 def __init__(self, text, tabwidth): argument
|
/external/python/cpython2/Lib/idlelib/ |
D | PyParse.py | 114 def __init__(self, indentwidth, tabwidth): argument
|
D | EditorWindow.py | 1574 def classifyws(s, tabwidth): argument 1598 def __init__(self, text, tabwidth): argument
|