/external/python/cpython2/Lib/idlelib/ |
D | ReplaceDialog.py | 88 text.tag_remove("sel", "1.0", "end") 89 text.tag_remove("hit", "1.0", "end") 177 text.tag_remove("sel", "1.0", "end") 179 text.tag_remove("hit", "1.0", "end") 189 self.text.tag_remove("hit", "1.0", "end") 213 text.tag_remove(SEL, "1.0", END)
|
D | SearchDialog.py | 54 text.tag_remove("sel", "1.0", "end") 82 text.tag_remove(SEL, "1.0", END)
|
D | ColorDelegator.py | 176 self.tag_remove("SYNC", head, tail) 198 self.tag_remove(tag, mark, next) 236 self.tag_remove(tag, "1.0", "end")
|
D | IdleHistory.py | 85 self.text.tag_remove("sel", "1.0", "end")
|
D | FormatParagraph.py | 64 text.tag_remove("sel", "1.0", "end")
|
D | PyShell.py | 201 text.tag_remove("BREAK", "insert linestart",\ 217 text.tag_remove("BREAK", "1.0", END) 340 self.tag_remove("TODO", "1.0", "iomark") 357 self.tag_remove(tag, "iomark", "end") 1217 self.text.tag_remove("sel", "1.0", "end")
|
D | ScriptBinding.py | 98 text.tag_remove("ERROR", "1.0", "end")
|
D | GrepDialog.py | 148 text.tag_remove(SEL, "1.0", END)
|
D | EditorWindow.py | 393 self.text.tag_remove("sel", "1.0", "end") 406 self.text.tag_remove("sel", "1.0", "end") 588 self.text.tag_remove("sel", "1.0", "end") 704 self.text.tag_remove("sel", "1.0", "end") 1513 text.tag_remove("sel", "1.0", "end")
|
/external/python/cpython3/Lib/idlelib/ |
D | replace.py | 100 text.tag_remove("sel", "1.0", "end") 101 text.tag_remove("hit", "1.0", "end") 191 text.tag_remove("sel", "1.0", "end") 193 text.tag_remove("hit", "1.0", "end") 203 self.text.tag_remove("hit", "1.0", "end") 234 text.tag_remove(SEL, "1.0", END)
|
D | search.py | 59 text.tag_remove("sel", "1.0", "end") 94 text.tag_remove('sel', '1.0', 'end')
|
D | colorizer.py | 233 self.tag_remove("SYNC", head, tail) 255 self.tag_remove(tag, mark, next) 294 self.tag_remove(tag, "1.0", "end")
|
D | history.py | 86 self.text.tag_remove("sel", "1.0", "end")
|
D | pyshell.py | 201 text.tag_remove("BREAK", "insert linestart",\ 217 text.tag_remove("BREAK", "1.0", END) 341 self.tag_remove("TODO", "1.0", "iomark") 358 self.tag_remove(tag, "iomark", "end") 719 text.tag_remove("ERROR", "1.0", "end") 1218 self.text.tag_remove("sel", "1.0", "end")
|
D | paragraph.py | 60 text.tag_remove("sel", "1.0", "end")
|
D | runscript.py | 86 text.tag_remove("ERROR", "1.0", "end")
|
D | grep.py | 193 text.tag_remove(SEL, "1.0", END)
|
D | editor.py | 363 self.text.tag_remove("sel", "1.0", "end") 378 self.text.tag_remove("sel", "1.0", "end") 605 self.text.tag_remove("sel", "1.0", "end") 726 self.text.tag_remove("sel", "1.0", "end") 1536 text.tag_remove("sel", "1.0", "end")
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_search.py | 68 text.tag_remove('sel', '1.0', 'end') 72 text.tag_remove('sel', '1.0', 'end')
|
D | test_colorizer.py | 344 text.tag_remove('TODO', '1.0', 'end') 374 text.tag_remove('TODO', '1.0', 'end')
|
D | mock_tk.py | 276 def tag_remove(self, tagName, index1, index2=None): member in Text
|
/external/python/cpython2/Tools/scripts/ |
D | redemo.py | 117 self.stringdisplay.tag_remove("hit", "1.0", END) 121 self.stringdisplay.tag_remove("hit0", "1.0", END)
|
/external/python/cpython3/Tools/demo/ |
D | redemo.py | 117 self.stringdisplay.tag_remove("hit", "1.0", END) 121 self.stringdisplay.tag_remove("hit0", "1.0", END)
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | ManPage.py | 171 self.tag_remove(tag, here, AtInsert())
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | mock_tk.py | 276 def tag_remove(self, tagName, index1, index2=None): member in Text
|