Home
last modified time | relevance | path

Searched refs:modal (Results 1 - 22 of 22) sorted by relevance

/third_party/weex-loader/test/spec/
H A Dtoast.js1 var modal
3 modal = __weex_require__('@weex-module/modal')
7 modal.toast({message: msg})
/third_party/python/Lib/idlelib/
H A Dtextview.py108 def __init__(self, parent, title, contents, modal=True, wrap=WORD,
112 If modal is left True, users cannot interact with other windows
136 self.is_modal = modal
150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False):
157 modal - controls if users can interact with other windows while this
161 return ViewWindow(parent, title, contents, modal, wrap=wrap, _utest=_utest)
164 def view_file(parent, title, filename, encoding, modal=True, wrap='word',
183 return view_text(parent, title, contents, modal, wrap=wrap,
H A Dsqueezer.py183 modal=False, wrap='none')
/third_party/python/Tools/scripts/
H A Dpatchcheck.py29 def status(message, modal=False, info=None):
36 if not modal and not info:
216 @status("Docs modified", modal=True)
222 @status("Misc/ACKS updated", modal=True)
228 @status("Misc/NEWS.d updated with `blurb`", modal=True)
234 @status("configure regenerated", modal=True, info=str)
242 @status("pyconfig.h.in regenerated", modal=True, info=str)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_textview.py31 # modal=True, _utest=False, test hangs on call to wait_window.
57 view = VW(root, 'Title', 'test text', modal=False)
64 view = VW(root, 'Title', 'test text', modal=False)
144 # Call ViewWindow with 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/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleItemCreationDialog.java65 public BundleItemCreationDialog(RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
66 super(frame, title, modal); in BundleItemCreationDialog()
73 public BundleItemCreationDialog(String groupName, RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
74 super(frame, title, modal); in BundleItemCreationDialog()
81 public BundleItemCreationDialog(BundleItem item, RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
82 super(frame, title, modal); in BundleItemCreationDialog()
H A DBundleGroupCreationDialog.java44 public BundleGroupCreationDialog(RBManager rbm, JFrame frame, String title, boolean modal) { in BundleGroupCreationDialog() argument
45 super(frame, title, modal); in BundleGroupCreationDialog()
H A DBundleGroupEditDialog.java43 public BundleGroupEditDialog(BundleGroup group, JFrame frame, String title, boolean modal) { in BundleGroupEditDialog() argument
44 super(frame, title, modal); in BundleGroupEditDialog()
H A DResourceCreationDialog.java61 public ResourceCreationDialog(RBManager rbm, JFrame frame, String title, boolean modal) { in ResourceCreationDialog() argument
62 super(frame, title, modal); in ResourceCreationDialog()
H A DBundleItemDialog.java70 public BundleItemDialog(RBManager rbm, BundleItem item, String user, JFrame frame, String title, boolean modal) { in BundleItemDialog() argument
71 super(frame, title, modal); in BundleItemDialog()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.h23 bool modal = false, Qt::WindowFlags fl = 0);
H A Duserdatarequest.h23 bool modal = false, Qt::WindowFlags fl = 0);
H A Deventhistory.h43 bool modal = false, Qt::WindowFlags fl = 0);
H A Dnetworkconfig.h23 bool modal = false, Qt::WindowFlags fl = 0);
H A Dpeers.h25 bool modal = false, Qt::WindowFlags fl = 0);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.h23 bool modal = false, Qt::WindowFlags fl = 0);
H A Duserdatarequest.h23 bool modal = false, Qt::WindowFlags fl = 0);
H A Deventhistory.h43 bool modal = false, Qt::WindowFlags fl = 0);
H A Dnetworkconfig.h23 bool modal = false, Qt::WindowFlags fl = 0);
H A Dpeers.h25 bool modal = false, Qt::WindowFlags fl = 0);
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp561 It handle mouse dragging correctly (both dragging that started over your application or over an imgui window) and handle e.g. modal windows blocking inputs.
2731 // For the purpose of those flags we differentiate "standard popup" from "modal popup" in IsWindowContentHoverable()
2846 // Test if interactions on this window are blocked by an active popup or modal in IsItemHovered()
3178 ImGuiWindow* modal = GetFrontMostPopupModal(); in UpdateMouseMovingWindowEndFrame() local
3180 if (modal == NULL) in UpdateMouseMovingWindowEndFrame()
3185 if (window == modal) in UpdateMouseMovingWindowEndFrame()
3190 ClosePopupsOverWindow(hovered_window_above_modal ? g.HoveredWindow : modal); in UpdateMouseMovingWindowEndFrame()
5200 // Draw modal window background (darkens what is behind them, all viewports) in Begin()
6879 // Closing a menu closes its top-most parent popup (unless a modal) in CloseCurrentPopup()
6936 // If 'p_open' is specified for a modal popu
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp3170 // For the purpose of those flags we differentiate "standard popup" from "modal popup" in IsWindowContentHoverable()
3214 // Test if interactions on this window are blocked by an active popup or modal. in IsItemHovered()
3662 ImGuiWindow* modal = GetTopMostPopupModal(); in UpdateMouseMovingWindowEndFrame() local
3663 bool hovered_window_above_modal = g.HoveredWindow && IsWindowAbove(g.HoveredWindow, modal); in UpdateMouseMovingWindowEndFrame()
3664 ClosePopupsOverWindow(hovered_window_above_modal ? g.HoveredWindow : modal, true); in UpdateMouseMovingWindowEndFrame()
6200 // Draw modal window background (darkens what is behind them, all viewports) in Begin()
7289 // It is known that when some modal native windows called mid-frame takes focus away, some backends such as GLFW will in ErrorCheckEndFrameSanityChecks()
8463 // Closing a menu closes its top-most parent popup (unless a modal) in CloseCurrentPopup()
8522 // If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup.
8535 // Center modal window in BeginPopupModal()
[all...]

Completed in 43 milliseconds