Home
last modified time | relevance | path

Searched refs:view_file (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_textview.py164 view = tv.view_file(root, 'Title', __file__, 'ascii', modal=False)
173 view = tv.view_file(root, 'Title', 'abc.xyz', 'ascii', modal=False)
180 view = tv.view_file(root, 'Title', fn, 'ascii', modal=False)
217 self.view = tv.view_file(root, 'TITLE_FILE', __file__,
/third_party/cares/
Dbackport-disable-live-tests.patch2 Reference:https://build.opensuse.org/package/view_file/openSUSE:Factory/c-ares/disable-live-tests.p…
/third_party/python/Lib/idlelib/
Dtextview.py164 def view_file(parent, title, filename, encoding, modal=True, wrap='word', function
Dhelp_about.py195 self._current_textview = textview.view_file(
DNEWS.txt490 bpo-32837: IDLE - require encoding argument for textview.view_file.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.271217 …https://build.opensuse.org/package/view_file/openSUSE:Factory/freetype2/freetype2-bitmap-foundry.p…
/third_party/python/Misc/
DHISTORY14958 - Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.