/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 | ScriptBinding.py | 98 text.tag_remove("ERROR", "1.0", "end")
|
D | GrepDialog.py | 148 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")
|
/external/python/cpython3/Lib/idlelib/ |
D | replace.py | 148 text.tag_remove("sel", "1.0", "end") 149 text.tag_remove("hit", "1.0", "end") 253 text.tag_remove("sel", "1.0", "end") 255 text.tag_remove("hit", "1.0", "end") 266 self.text.tag_remove("hit", "1.0", "end") 297 text.tag_remove(SEL, "1.0", END)
|
D | search.py | 112 text.tag_remove("sel", "1.0", "end") 154 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 | sidebar.py | 220 self.text.tag_remove("sel", "1.0", "end") 244 self.text.tag_remove("sel", "1.0", "end")
|
D | pyshell.py | 204 text.tag_remove("BREAK", "insert linestart",\ 220 text.tag_remove("BREAK", "1.0", END) 344 self.tag_remove("TODO", "1.0", "iomark") 361 self.tag_remove(tag, "iomark", "end") 714 text.tag_remove("ERROR", "1.0", "end") 1216 self.text.tag_remove("sel", "1.0", "end")
|
D | format.py | 67 text.tag_remove("sel", "1.0", "end") 256 text.tag_remove("sel", "1.0", "end")
|
D | grep.py | 211 text.tag_remove(SEL, "1.0", END)
|
D | runscript.py | 92 text.tag_remove("ERROR", "1.0", "end")
|
D | editor.py | 395 self.text.tag_remove("sel", "1.0", "end") 410 self.text.tag_remove("sel", "1.0", "end") 510 text.tag_remove("sel", "1.0", "end") 628 self.text.tag_remove("sel", "1.0", "end") 688 text.tag_remove("sel", "1.0", "end") 750 self.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_format.py | 450 text.tag_remove('sel', '1.0', 'end') 471 text.tag_remove('sel', '1.0', 'end') 484 text.tag_remove('sel', '1.0', 'end') 529 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 | 280 def tag_remove(self, tagName, index1, index2=None): member in Text
|
/external/python/cpython3/Tools/demo/ |
D | redemo.py | 116 self.stringdisplay.tag_remove("hit", "1.0", END) 120 self.stringdisplay.tag_remove("hit0", "1.0", END)
|
/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/cpython2/Demo/tkinter/guido/ |
D | ManPage.py | 171 self.tag_remove(tag, here, AtInsert())
|