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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 267 # indentwidth is not a multiple of tabwidth,
277 # tabwidth is the display width of a literal tab character.
281 # Nobody expects this, so for now tabwidth should never be changed.
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
286 self.indentwidth = self.tabwidth
    [all...]
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
116 self.tabwidth = tabwidth
491 return len(str[i:j].expandtabs(self.tabwidth)) + extra
554 self.tabwidth)) + 1
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 267 # indentwidth is not a multiple of tabwidth,
277 # tabwidth is the display width of a literal tab character.
281 # Nobody expects this, so for now tabwidth should never be changed.
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
286 self.indentwidth = self.tabwidth
    [all...]
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
116 self.tabwidth = tabwidth
491 return len(str[i:j].expandtabs(self.tabwidth)) + extra
554 self.tabwidth)) + 1
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 267 # indentwidth is not a multiple of tabwidth,
277 # tabwidth is the display width of a literal tab character.
281 # Nobody expects this, so for now tabwidth should never be changed.
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
286 self.indentwidth = self.tabwidth
    [all...]
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
116 self.tabwidth = tabwidth
491 return len(str[i:j].expandtabs(self.tabwidth)) + extra
554 self.tabwidth)) + 1
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 267 # indentwidth is not a multiple of tabwidth,
277 # tabwidth is the display width of a literal tab character.
281 # Nobody expects this, so for now tabwidth should never be changed.
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
286 self.indentwidth = self.tabwidth
    [all...]
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
116 self.tabwidth = tabwidth
491 return len(str[i:j].expandtabs(self.tabwidth)) + extra
554 self.tabwidth)) + 1
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
  /external/ImageMagick/scripts/
txt2html 225 # [-tw <n> ] | [--tabwidth <n> ]
282 $s [-tw <n> ] | [--tabwidth <n> ]
434 if (($ARGV[0] eq "-tw" || $ARGV[0] eq "--tabwidth") &&
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 373 milliseconds