Home
last modified time | relevance | path

Searched refs:dialogs (Results 1 – 25 of 32) sorted by relevance

12

/external/python/cpython2/Doc/library/
Deasydialogs.rst2 :mod:`EasyDialogs` --- Basic Macintosh dialogs
7 :synopsis: Basic Macintosh dialogs.
11 The :mod:`EasyDialogs` module contains some simple dialogs for the Macintosh.
12 The dialogs get launched in a separate application which appears in the dock and
13 must be clicked on for the dialogs be displayed. All routines take an optional
156 :class:`ProgressBar` objects provide support for modeless progress-bar dialogs.
Dundoc.rst145 :mod:`macresource` helps scripts finding their resources, such as dialogs and
Dtkinter.rst125 Base class for the dialogs defined in the other modules listed here.
128 Common dialogs to allow the user to specify a file to open or save.
137 Basic dialogs and convenience functions.
Didle.rst33 * configuration, browsers, and other dialogs
502 text in popups and dialogs is not user-configurable.
Dframework.rst148 The default methods take care of dispatching events to windows and dialogs,
/external/python/cpython2/Misc/NEWS.d/next/IDLE/
D2018-08-01-23-25-38.bpo-34120.HgsIz-.rst1 Fix unresponsiveness after closing certain windows and dialogs.
/external/python/cpython2/Lib/idlelib/
DREADME.txt66 SearchDialogBase.py # Define base for search, replace, and grep dialogs.
67 SearchEngine.py # Define engine for all 3 search dialogs.
75 configDialog.py # Display user configuration dialogs.
151 --- # Next 5 items use SearchEngine; dialogs use SearchDialogBase
DNEWS.txt844 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
1086 - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2140 LinkedList dialogs; in auditDialogs() local
2142 dialogs = new LinkedList(dialogTable.values()); in auditDialogs()
2150 Iterator it = dialogs.iterator(); in auditDialogs()
2300 HashSet<Dialog> dialogs = new HashSet<Dialog>(); in getDialogs() local
2301 dialogs.addAll(this.dialogTable.values()); in getDialogs()
2302 dialogs.addAll(this.earlyDialogTable.values()); in getDialogs()
2303 return dialogs; in getDialogs()
2315 Collection<SIPDialog> dialogs = dialogTable.values(); in getDialogs() local
2316 for (SIPDialog dialog : dialogs) { in getDialogs()
/external/python/cpython3/Lib/idlelib/
DREADME.txt41 configdialog.py # Display user configuration dialogs.
77 searchbase.py # Define base for search, replace, and grep dialogs.
78 searchengine.py # Define engine for all 3 search dialogs.
150 --- # Next 5 items use searchengine; dialogs use searchbase
DNEWS.txt124 bpo-34120: Fix freezing after closing some dialogs on Mac.
307 This affects all dialogs. Patch by Serhiy Storchaka.
585 - Issue #27477: IDLE search dialogs now use ttk widgets.
DNEWS2x.txt341 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
586 - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
/external/replicaisland/src/com/replica/replicaisland/
DLevelTree.java42 public Level(int level, DialogEntry dialogs, String title, String time, in Level() argument
45 dialogResources = dialogs; in Level()
/external/mesa3d/src/gallium/docs/source/drivers/openswr/
Dknobs.rst9 Use dialogs when asserts fire. Asserts are only enabled in debug builds
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst326 IDLE search dialogs now use ttk widgets.
D3.7.1rc1.rst1410 Fix unresponsiveness after closing certain windows and dialogs.
D3.5.1rc1.rst1276 Prevents assert dialogs appearing in the test suite.
/external/python/cpython3/Doc/library/
Dtkinter.rst119 Base class for the dialogs defined in the other modules listed here.
122 Common dialogs to allow the user to specify a file to open or save.
131 Basic dialogs and convenience functions.
Didle.rst37 * configuration, browsers, and other dialogs
580 text in popups and dialogs is not user-configurable.
Dtest.rst1231 On Windows, it disables Windows Error Reporting dialogs using
Dturtle.rst2416 :meth:`Screen.numinput`. These popup input dialogs and return
/external/walt/docs/usage/
DWALT_usage.md49 1. At this stage you will see several USB permission dialogs. Confirm them all by pressing OK. Thi…
/external/python/cpython2/Modules/
DSetup.dist287 # components such as dialogs and buttons using SGI's GL and FM
/external/python/cpython3/Doc/howto/
Dcurses.rst43 or dialogs; if you need such features, consider a user interface library such as
/external/libcups/filter/
Dspec-ppd.shtml964 …er size names that should be grouped together in the Print or Page Setup dialogs. The "name" porti…

12