/external/python/cpython2/Doc/library/ |
D | easydialogs.rst | 2 :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.
|
D | undoc.rst | 145 :mod:`macresource` helps scripts finding their resources, such as dialogs and
|
D | tkinter.rst | 103 Base class for the dialogs defined in the other modules listed here. 106 Common dialogs to allow the user to specify a file to open or save. 115 Basic dialogs and convenience functions.
|
D | idle.rst | 33 * configuration, browsers, and other dialogs 502 text in popups and dialogs is not user-configurable.
|
D | framework.rst | 148 The default methods take care of dispatching events to windows and dialogs,
|
/external/python/cpython2/Lib/idlelib/ |
D | README.txt | 66 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
|
D | NEWS.txt | 844 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/ |
D | SIPTransactionStack.java | 2140 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/ |
D | README.txt | 41 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
|
D | NEWS2x.txt | 341 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
|
D | NEWS.txt | 48 - Issue #27477: IDLE search dialogs now use ttk widgets.
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LevelTree.java | 42 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/ |
D | knobs.rst | 9 Use dialogs when asserts fire. Asserts are only enabled in debug builds
|
/external/python/cpython3/Doc/library/ |
D | tkinter.rst | 99 Base class for the dialogs defined in the other modules listed here. 102 Common dialogs to allow the user to specify a file to open or save. 111 Basic dialogs and convenience functions.
|
D | idle.rst | 37 * configuration, browsers, and other dialogs 506 text in popups and dialogs is not user-configurable.
|
D | test.rst | 665 On Windows, it disables Windows Error Reporting dialogs using
|
D | turtle.rst | 2417 :meth:`Screen.numinput`. These popup input dialogs and return
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | README | 46 dialogs quickly. x11vnc has to wait to see if the traffic is VNC or
|
/external/walt/docs/usage/ |
D | WALT_usage.md | 49 1. At this stage you will see several USB permission dialogs. Confirm them all by pressing OK. Thi…
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 287 # components such as dialogs and buttons using SGI's GL and FM
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 43 or dialogs; if you need such features, consider a user interface library such as
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 964 …er size names that should be grouped together in the Print or Page Setup dialogs. The "name" porti…
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1128 mostly in the dialogs. As a result, IDLE no longer runs with tcl/tk 8.4. It
|
/external/python/cpython3/Misc/ |
D | NEWS | 1825 - Issue #27477: IDLE search dialogs now use ttk widgets. 5392 - Issue #23919: Prevents assert dialogs appearing in the test suite. 8500 result of this change is the addition of new native file dialogs when
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4489 - EasyDialogs dialogs are now movable-modal, and if the application is 4903 - There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave 15037 dialogs.
|