Home
last modified time | relevance | path

Searched refs:panel (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/python/Doc/library/
Dcurses.panel.rst1 :mod:`curses.panel` --- A panel stack extension for curses
4 .. module:: curses.panel
5 :synopsis: A panel stack extension that adds depth to curses windows.
21 The module :mod:`curses.panel` defines the following functions:
26 Returns the bottom panel in the panel stack.
31 Returns a panel object, associating it with the given window *win*. Be aware
32 that you need to keep the returned panel object referenced explicitly. If you
33 don't, the panel object is garbage collected and removed from the panel stack.
38 Returns the top panel in the panel stack.
43 Updates the virtual screen after changes in the panel stack. This does not call
[all …]
Dallos.rst26 curses.panel.rst
/third_party/alsa-utils/alsamixer/
Dwidget.c77 if (widget->panel) { in widget_init()
78 replace_panel(widget->panel, widget->window); in widget_init()
80 widget->panel = new_panel(widget->window); in widget_init()
81 if (!widget->panel) in widget_init()
83 set_panel_userptr(widget->panel, widget); in widget_init()
94 if (widget->panel) { in widget_free()
95 del_panel(widget->panel); in widget_free()
96 widget->panel = NULL; in widget_free()
123 PANEL *panel, *below; in window_size_changed() local
134 for (panel = panel_below(NULL); panel; panel = below) { in window_size_changed()
[all …]
Dwidget.h15 PANEL *panel; member
/third_party/typescript/tests/baselines/reference/
DjsEnumFunctionLocalNoCrash.types8 …ted: 'panel-objectSelected-', NetworkRequestFinished: 'network-request-finished', OpenRe…
12 …ted: 'panel-objectSelected-', NetworkRequestFinished: 'network-request-finished', OpenRe…
18 PanelObjectSelected: 'panel-objectSelected-',
20 >'panel-objectSelected-' : "panel-objectSelected-"
30 PanelSearch: 'panel-search-',
32 >'panel-search-' : "panel-search-"
DjsEnumFunctionLocalNoCrash.symbols13 PanelObjectSelected: 'panel-objectSelected-',
22 PanelSearch: 'panel-search-',
/third_party/node/deps/v8/tools/system-analyzer/
Dindex.css101 .panel {
117 .panel > h2, .panelTitle {
125 .panel > select {
130 .panel > .selection {
134 .panel > .selection input {
138 .panel > .selection label {
146 .panel > .selection label ~ label {
150 .panel > .selection label:hover {
153 .panel > .selection [type=radio]:checked + label {
157 .panel > .selection select {
[all …]
Dindex.mjs30 timelinePanel: $('#timeline-panel'),
43 mapPanel: $('#map-panel'),
44 codePanel: $('#code-panel'),
45 scriptPanel: $('#script-panel'),
74 import('./view/list-panel.mjs'),
75 import('./view/timeline-panel.mjs'),
76 import('./view/map-panel.mjs'),
77 import('./view/script-panel.mjs'),
78 import('./view/code-panel.mjs'),
/third_party/ffmpeg/doc/
Dbootstrap.min.css5panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-web…
/third_party/libinput/doc/api/style/
Dbootstrap.css5500 .panel {
5508 .panel-body {
5511 .panel-heading {
5517 .panel-heading > .dropdown .dropdown-toggle {
5520 .panel-title {
5526 .panel-title > a,
5527 .panel-title > small,
5528 .panel-title > .small,
5529 .panel-title > small > a,
5530 .panel-title > .small > a {
[all …]
/third_party/libevdev/doc/html/
Dbootstrap.css5500 .panel {
5508 .panel-body {
5511 .panel-heading {
5517 .panel-heading > .dropdown .dropdown-toggle {
5520 .panel-title {
5526 .panel-title > a,
5527 .panel-title > small,
5528 .panel-title > .small,
5529 .panel-title > small > a,
5530 .panel-title > .small > a {
[all …]
/third_party/libevdev/doc/style/
Dbootstrap.css5500 .panel {
5508 .panel-body {
5511 .panel-heading {
5517 .panel-heading > .dropdown .dropdown-toggle {
5520 .panel-title {
5526 .panel-title > a,
5527 .panel-title > small,
5528 .panel-title > .small,
5529 .panel-title > small > a,
5530 .panel-title > .small > a {
[all …]
/third_party/node/deps/v8/tools/system-analyzer/view/
Dmap-panel.mjs4 import './map-panel/map-details.mjs';
5 import './map-panel/map-transitions.mjs';
12 DOM.defineCustomElement('view/map-panel',
65 this.$('.panel').style.display = timeline.isEmpty() ? 'none' : 'inherit';
Dscript-panel.mjs13 DOM.defineCustomElement('view/script-panel',
309 constructor(panel, script) { argument
311 this._clickHandler = panel.handleSourcePositionClick.bind(panel);
312 this._mouseoverHandler = panel.handleSourcePositionMouseOver.bind(panel);
Dlist-panel.mjs11 DOM.defineCustomElement('view/list-panel',
45 this.$('.panel').style.display = timeline.isEmpty() ? 'none' : 'inherit';
Dtimeline-panel.mjs14 'view/timeline-panel',
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DAboutDialog.java34 JPanel panel = new JPanel(); in initComponents() local
52 panel.add(box); in initComponents()
54 dialog.getContentPane().add(panel, BorderLayout.CENTER); in initComponents()
DRBGroupPanel.java399 RBGroupPanel panel; field in GroupComboActionListener
401 protected GroupComboActionListener(RBGroupPanel panel) { in GroupComboActionListener() argument
402 this.panel = panel; in GroupComboActionListener()
406 panel.updateComponents(); in actionPerformed()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp47 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> panel; in IsSwapChainPanel() local
48 if (SUCCEEDED(win.As(&panel))) in IsSwapChainPanel()
52 *swapChainPanel = panel; in IsSwapChainPanel()
DSwapChainPanelNativeWindow_unittest.cpp439 void expectNativeWindowInitCalls(MockSwapChainPanel &panel, bool expectRenderSize) in expectNativeWindowInitCalls() argument
443 EXPECT_CALL(panel, get_RenderSize(testing::_)).Times(1); in expectNativeWindowInitCalls()
446 EXPECT_CALL(panel, add_SizeChanged(testing::_, testing::_)).Times(1); in expectNativeWindowInitCalls()
447 EXPECT_CALL(panel, remove_SizeChanged(testing::_)).Times(1); in expectNativeWindowInitCalls()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java252 Panel panel = new Panel(); in createDemoFrame() local
253 panel.setLayout(new BorderLayout()); in createDemoFrame()
259 panel.add(panel1, "Center"); in createDemoFrame()
329 panel.add(panel2, "East"); in createDemoFrame()
330 leftPanel.add(panel, "North"); in createDemoFrame()
/third_party/python/Lib/test/
Dtest_curses.py23 import curses.panel
1021 p = curses.panel.new_panel(w)
1023 with self.assertRaises(curses.panel.error,
1030 p = curses.panel.new_panel(w)
1043 panel = curses.panel.new_panel(w)
1046 panel.set_userptr(None)
1047 panel.set_userptr(A())
1048 panel.set_userptr(None)
1055 panel = curses.panel.new_panel(w)
1056 check_disallow_instantiation(self, type(panel))
/third_party/alsa-utils/
Dconfigure.ac308 AC_TRY_LINK([#include <panel.h>], [set_escdelay(100);],[HAVE_CURSES_ESCDELAY="yes"])
337 AC_CHECK_HEADERS([panel.h menu.h form.h], [],
339 AC_CHECK_LIB([panel$NCURSESLIBSUFFIX], [new_panel],
341 [AC_MSG_ERROR([panel$NCURSESLIBSUFFIX library not found])])
/third_party/node/deps/v8/tools/system-analyzer/view/map-panel/
Dmap-details.mjs9 './view/map-panel/map-details',
/third_party/node/doc/api/
Dconsole.md555 the **Profile** panel of the inspector.
561 // Adds the profile 'MyLabel' to the Profiles panel of the inspector.
574 the report to the **Profiles** panel of the inspector. See
590 **Timeline** panel of the inspector.

12345