HomeSort by relevance Sort by last modified time
    Searched full:tag_add (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencv3/samples/python2/
demo.py 127 text.tag_add('header1', 'end-2l', 'end-1l')
129 text.tag_add('header2', 'end-2l', 'end-1l')
135 text.tag_add(tag, start, end)
151 text.tag_add(tag_proc, match_index, end_index)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchDialog.py 56 text.tag_add("sel", first, last)
ReplaceDialog.py 178 text.tag_add("sel", first, last)
181 text.tag_add("hit", first)
183 text.tag_add("hit", first, last)
ColorDelegator.py 97 self.tag_add("TODO", index1, index2)
206 self.tag_add(key,
213 self.tag_add("DEFINITION",
229 self.tag_add("KEYWORD",
245 self.tag_add("TODO", next)
ParenMatch.py 135 self.text.tag_add("paren", indices[0])
144 self.text.tag_add("paren", indices[0], rightindex)
ScriptBinding.py 122 text.tag_add("ERROR", pos)
125 text.tag_add("ERROR", pos + " wordstart", pos)
PyShell.py 138 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1))
314 self.tag_add("SYNC", "1.0", "iomark")
695 text.tag_add("ERROR", pos)
699 text.tag_add("ERROR", pos + " wordstart", pos)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchDialog.py 56 text.tag_add("sel", first, last)
ReplaceDialog.py 178 text.tag_add("sel", first, last)
181 text.tag_add("hit", first)
183 text.tag_add("hit", first, last)
ColorDelegator.py 97 self.tag_add("TODO", index1, index2)
206 self.tag_add(key,
213 self.tag_add("DEFINITION",
229 self.tag_add("KEYWORD",
245 self.tag_add("TODO", next)
ParenMatch.py 135 self.text.tag_add("paren", indices[0])
144 self.text.tag_add("paren", indices[0], rightindex)
ScriptBinding.py 122 text.tag_add("ERROR", pos)
125 text.tag_add("ERROR", pos + " wordstart", pos)
PyShell.py 138 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1))
314 self.tag_add("SYNC", "1.0", "iomark")
695 text.tag_add("ERROR", pos)
699 text.tag_add("ERROR", pos + " wordstart", pos)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 56 text.tag_add("sel", first, last)
ReplaceDialog.py 178 text.tag_add("sel", first, last)
181 text.tag_add("hit", first)
183 text.tag_add("hit", first, last)
ColorDelegator.py 97 self.tag_add("TODO", index1, index2)
206 self.tag_add(key,
213 self.tag_add("DEFINITION",
229 self.tag_add("KEYWORD",
245 self.tag_add("TODO", next)
ParenMatch.py 135 self.text.tag_add("paren", indices[0])
144 self.text.tag_add("paren", indices[0], rightindex)
ScriptBinding.py 122 text.tag_add("ERROR", pos)
125 text.tag_add("ERROR", pos + " wordstart", pos)
PyShell.py 138 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1))
314 self.tag_add("SYNC", "1.0", "iomark")
695 text.tag_add("ERROR", pos)
699 text.tag_add("ERROR", pos + " wordstart", pos)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 56 text.tag_add("sel", first, last)
ReplaceDialog.py 178 text.tag_add("sel", first, last)
181 text.tag_add("hit", first)
183 text.tag_add("hit", first, last)
ColorDelegator.py 97 self.tag_add("TODO", index1, index2)
206 self.tag_add(key,
213 self.tag_add("DEFINITION",
229 self.tag_add("KEYWORD",
245 self.tag_add("TODO", next)
ParenMatch.py 135 self.text.tag_add("paren", indices[0])
144 self.text.tag_add("paren", indices[0], rightindex)
ScriptBinding.py 122 text.tag_add("ERROR", pos)
125 text.tag_add("ERROR", pos + " wordstart", pos)
PyShell.py 138 text.tag_add("BREAK", "%d.0" % lineno, "%d.0" % (lineno+1))
314 self.tag_add("SYNC", "1.0", "iomark")
695 text.tag_add("ERROR", pos)
699 text.tag_add("ERROR", pos + " wordstart", pos)
    [all...]

Completed in 4205 milliseconds

1 2