/third_party/libxml2/result/ |
D | svg2.rde | 60 4 3 #text 0 1 Java Font definition:Dialog 0 99 4 3 #text 0 1 Java Font definition:Dialog 0 159 4 3 #text 0 1 Java Font definition:Dialog 700 170 4 3 #text 0 1 Java Font definition:Dialog 700
|
D | svg2.rdr | 60 4 3 #text 0 1 Java Font definition:Dialog 0 99 4 3 #text 0 1 Java Font definition:Dialog 0 159 4 3 #text 0 1 Java Font definition:Dialog 700 170 4 3 #text 0 1 Java Font definition:Dialog 700
|
D | svg2.sax | 69 SAX.characters( Java Font definition:Dialog 0, 30) 108 SAX.characters( Java Font definition:Dialog 0, 30) 169 SAX.characters( Java Font definition:Dialog 7, 32) 180 SAX.characters( Java Font definition:Dialog 7, 32)
|
D | svg2.sax2 | 69 SAX.characters( Java Font definition:Dialog 0, 30) 108 SAX.characters( Java Font definition:Dialog 0, 30) 169 SAX.characters( Java Font definition:Dialog 7, 32) 180 SAX.characters( Java Font definition:Dialog 7, 32)
|
/third_party/python/Lib/msilib/ |
D | schema.py | 183 Dialog = Table('Dialog') variable 184 Dialog.add_field(1,'Dialog',11592) 185 Dialog.add_field(2,'HCentering',1282) 186 Dialog.add_field(3,'VCentering',1282) 187 Dialog.add_field(4,'Width',1282) 188 Dialog.add_field(5,'Height',1282) 189 Dialog.add_field(6,'Attributes',4356) 190 Dialog.add_field(7,'Title',8064) 191 Dialog.add_field(8,'Control_First',3378) 192 Dialog.add_field(9,'Control_Default',7474) [all …]
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 94.txt | 18 9474|Dialog 20 9476|Dialog 21 9477|Dialog
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | dialog_theme.dart | 12 /// Defines a theme for [Dialog] widgets. 27 /// * [Dialog], a material dialog that can be customized using this [DialogTheme]. 40 /// Default value for [Dialog.backgroundColor]. 46 /// Default value for [Dialog.elevation]. 48 /// If null, the [Dialog] elevation defaults to `24.0`. 51 /// Default value for [Dialog.shape].
|
D | dialog.dart | 37 class Dialog extends StatelessWidget { 41 const Dialog({ 52 /// The background color of the surface of this [Dialog]. 54 /// This sets the [Material.color] on this [Dialog]'s [Material]. 61 /// The z-coordinate of this [Dialog]. 144 /// using [Dialog] directly.) 191 /// * [Dialog], on which [AlertDialog] and [SimpleDialog] are based. 368 return Dialog( 504 /// * [Dialog], on which [SimpleDialog] and [AlertDialog] are based. 639 return Dialog( [all …]
|
D | button_bar.dart | 21 /// Used by [Dialog] to arrange the actions at the bottom of the dialog. 28 /// * [Dialog], which uses a [ButtonBar] for its actions.
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | InfoDialog.java | 12 import java.awt.Dialog; 22 public class InfoDialog extends Dialog { 29 protected Dialog me;
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | dialog_test.dart | 50 testWidgets('Dialog is scrollable', (WidgetTester tester) async { 77 testWidgets('Dialog background color from AlertDialog', (WidgetTester tester) async { 92 testWidgets('Dialog Defaults', (WidgetTester tester) async { 307 testWidgets('Dialog hides underlying semantics tree', (WidgetTester tester) async { 377 return Dialog( 398 testWidgets('Dialog widget insets by viewInsets', (WidgetTester tester) async { 404 child: Dialog( 418 child: Dialog( 434 testWidgets('Dialog widget contains route semantics from title', (WidgetTester tester) async { 564 expect(find.text('TRUE'), findsNothing); // Dialog was dismissed [all …]
|
D | dialog_theme_test.dart | 45 testWidgets('Dialog Theme implements debugFillProperties', (WidgetTester tester) async { 65 testWidgets('Dialog background color', (WidgetTester tester) async { 157 testWidgets('Custom Title Text Style - Dialog Theme', (WidgetTester tester) async { 208 testWidgets('Custom Content Text Style - Dialog Theme', (WidgetTester tester) async {
|
/third_party/python/Lib/tkinter/ |
D | colorchooser.py | 12 from tkinter.commondialog import Dialog 17 class Chooser(Dialog):
|
D | dialog.py | 10 class Dialog(Widget): class 28 d = Dialog(None, {'title': 'File Modified',
|
D | messagebox.py | 25 from tkinter.commondialog import Dialog 61 class Message(Dialog):
|
D | simpledialog.py | 89 class Dialog(Toplevel): class 270 class _QueryDialog(Dialog): 283 Dialog.__init__(self, parent, title) 287 Dialog.destroy(self)
|
D | filedialog.py | 25 from tkinter.dialog import Dialog 259 d = Dialog(self.top, 304 class _Dialog(commondialog.Dialog): 359 class Directory(commondialog.Dialog):
|
D | commondialog.py | 16 class Dialog: class
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_simpledialog.py | 5 from tkinter.simpledialog import Dialog, askinteger 19 with swap_attr(Dialog, 'wait_window', mock_wait_window):
|
D | test_messagebox.py | 5 from tkinter.commondialog import Dialog 20 with swap_attr(Dialog, '_test_callback', test_callback):
|
D | test_colorchooser.py | 7 from tkinter.commondialog import Dialog 51 with swap_attr(Dialog, '_test_callback', test_callback):
|
/third_party/python/Doc/library/ |
D | dialog.rst | 26 .. class:: Dialog(parent, title=None) 47 :synopsis: Dialog classes for file selection 207 :mod:`tkinter.commondialog` --- Dialog window templates 218 The :mod:`tkinter.commondialog` module provides the :class:`Dialog` class that 221 .. class:: Dialog(master=None, **options) 225 Render the Dialog window.
|
D | tkinter.colorchooser.rst | 15 the :class:`~tkinter.commondialog.Dialog` class.
|
/third_party/libxml2/result/noent/ |
D | svg2.sax2 | 69 SAX.characters( Java Font definition:Dialog 0, 30) 108 SAX.characters( Java Font definition:Dialog 0, 30) 169 SAX.characters( Java Font definition:Dialog 7, 32) 180 SAX.characters( Java Font definition:Dialog 7, 32)
|
/third_party/python/Lib/distutils/command/ |
D | bdist_msi.py | 19 from msilib import Directory, Feature, Dialog, add_data 21 class PyDialog(Dialog): 28 Dialog.__init__(self, *args) 528 error = Dialog(db, "ErrorDlg", 545 cancel = Dialog(db, "CancelDlg", 50, 10, 260, 85, 3, title, 559 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title,
|