Home
last modified time | relevance | path

Searched refs:modal (Results 1 – 25 of 55) sorted by relevance

123

/third_party/weex-loader/test/spec/
Dtoast.js1 var modal variable
3 modal = __weex_require__('@weex-module/modal')
7 modal.toast({message: msg})
Dj.we15 import modal from '@weex-module/modal'
19 modal.toast({'message': 'ready'})
Dl.we17 import modal from '@weex-module/modal'
21 modal.toast({message: this.name})
Dk.we32 modal = require '@weex-module/modal'
36 modal.toast({'message': 'ready'})
/third_party/python/Lib/idlelib/
Dtextview.py108 def __init__(self, parent, title, contents, modal=True, wrap=WORD, argument
136 self.is_modal = modal
150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False): argument
161 return ViewWindow(parent, title, contents, modal, wrap=wrap, _utest=_utest)
164 def view_file(parent, title, filename, encoding, modal=True, wrap='word', argument
183 return view_text(parent, title, contents, modal, wrap=wrap,
/third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/stylesheets/
Dservlet-main.css102 .modal-backdrop {
113 .modal-content {
125 .modal-content .body {
130 .modal-content li {
134 .modal-content button {
/third_party/python/Tools/scripts/
Dpatchcheck.py29 def status(message, modal=False, info=None): argument
36 if not modal and not info:
214 @status("Docs modified", modal=True)
220 @status("Misc/ACKS updated", modal=True)
226 @status("Misc/NEWS.d updated with `blurb`", modal=True)
232 @status("configure regenerated", modal=True, info=str)
240 @status("pyconfig.h.in regenerated", modal=True, info=str)
/third_party/python/Lib/idlelib/idle_test/
Dtest_textview.py57 view = VW(root, 'Title', 'test text', modal=False)
64 view = VW(root, 'Title', 'test text', modal=False)
158 view = tv.view_text(root, 'Title', 'test text', modal=False)
164 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)
185 view = tv.view_text(root, 'Title', 'test', modal=False, wrap='none')
/third_party/python/Lib/distutils/command/
Dbdist_msi.py429 modal = 3 # visible | modal
470 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title,
482 user_exit=PyDialog(db, "UserExit", x, y, w, h, modal, title,
495 exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title,
559 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title,
584 seldlg = PyDialog(db, "SelectFeaturesDlg", x, y, w, h, modal, title,
629 cost = PyDialog(db, "DiskCostDlg", x, y, w, h, modal, title,
656 whichusers = PyDialog(db, "WhichUsersDlg", x, y, w, h, modal, title,
701 maint = PyDialog(db, "MaintenanceTypeDlg", x, y, w, h, modal, title,
/third_party/python/Tools/pynche/
DPyncheWidget.py27 modal = self.__modal = not not master
32 if modal:
55 if not modal:
95 modal and self.__bell or self.__quit)
100 if not modal:
DREADME74 Pynche can be run as a modal dialog, inside another application,
83 which will popup Pynche as a modal dialog, and return the selected
86 There are some UI differences when running as a modal
87 vs. standalone. When running as a modal, there is no "Quit" menu
108 the master window to use as the parent of the modal
313 window it exits Pynche (except when running as a modal).
315 Alt-q in any window exits Pynche (except when running as a modal).
/third_party/cef/patch/patches/
Dmessage_loop.patch20 + // OS modal loop, i.e. in the context of a windows API call like MessageBox.
21 + // This is to ensure that these messages are peeked out by the OS modal loop.
70 + // which enter a modal message loop.
Dmessage_pump_mac_2495.patch14 // app modal windows like NSAlert.
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DBundleItemCreationDialog.java65 public BundleItemCreationDialog(RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
66 super(frame, title, modal); in BundleItemCreationDialog()
73 …dleItemCreationDialog(String groupName, RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
74 super(frame, title, modal); in BundleItemCreationDialog()
81 …ndleItemCreationDialog(BundleItem item, RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
82 super(frame, title, modal); in BundleItemCreationDialog()
DBundleGroupEditDialog.java43 public BundleGroupEditDialog(BundleGroup group, JFrame frame, String title, boolean modal) { in BundleGroupEditDialog() argument
44 super(frame, title, modal); in BundleGroupEditDialog()
DBundleGroupCreationDialog.java44 public BundleGroupCreationDialog(RBManager rbm, JFrame frame, String title, boolean modal) { in BundleGroupCreationDialog() argument
45 super(frame, title, modal); in BundleGroupCreationDialog()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.h23 bool modal = false, Qt::WindowFlags fl = 0);
Dscanresults.h23 bool modal = false, Qt::WindowFlags fl = 0);
Dnetworkconfig.h23 bool modal = false, Qt::WindowFlags fl = 0);
Deventhistory.h43 bool modal = false, Qt::WindowFlags fl = 0);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.h23 bool modal = false, Qt::WindowFlags fl = 0);
Dscanresults.h23 bool modal = false, Qt::WindowFlags fl = 0);
Dnetworkconfig.h23 bool modal = false, Qt::WindowFlags fl = 0);
Deventhistory.h43 bool modal = false, Qt::WindowFlags fl = 0);
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_mac.mm107 // Show the modal dialog.
149 [alert beginSheetModalForWindow:nilArg // nil here makes it app-modal

123