/third_party/python/Doc/library/ |
D | curses.panel.rst | 1 :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 …]
|
D | allos.rst | 26 curses.panel.rst
|
/third_party/alsa-utils/alsamixer/ |
D | widget.c | 77 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 …]
|
D | widget.h | 15 PANEL *panel; member
|
/third_party/typescript/tests/baselines/reference/ |
D | jsEnumFunctionLocalNoCrash.types | 8 …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-"
|
D | jsEnumFunctionLocalNoCrash.symbols | 13 PanelObjectSelected: 'panel-objectSelected-', 22 PanelSearch: 'panel-search-',
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | index.css | 101 .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 …]
|
D | index.mjs | 30 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/ |
D | bootstrap.min.css | 5 …panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-web…
|
/third_party/libinput/doc/api/style/ |
D | bootstrap.css | 5500 .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/ |
D | bootstrap.css | 5500 .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/ |
D | bootstrap.css | 5500 .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/ |
D | map-panel.mjs | 4 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';
|
D | script-panel.mjs | 13 DOM.defineCustomElement('view/script-panel', 309 constructor(panel, script) { argument 311 this._clickHandler = panel.handleSourcePositionClick.bind(panel); 312 this._mouseoverHandler = panel.handleSourcePositionMouseOver.bind(panel);
|
D | list-panel.mjs | 11 DOM.defineCustomElement('view/list-panel', 45 this.$('.panel').style.display = timeline.isEmpty() ? 'none' : 'inherit';
|
D | timeline-panel.mjs | 14 'view/timeline-panel',
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | AboutDialog.java | 34 JPanel panel = new JPanel(); in initComponents() local 52 panel.add(box); in initComponents() 54 dialog.getContentPane().add(panel, BorderLayout.CENTER); in initComponents()
|
D | RBGroupPanel.java | 399 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/ |
D | InspectableNativeWindow.cpp | 47 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> panel; in IsSwapChainPanel() local 48 if (SUCCEEDED(win.As(&panel))) in IsSwapChainPanel() 52 *swapChainPanel = panel; in IsSwapChainPanel()
|
D | SwapChainPanelNativeWindow_unittest.cpp | 439 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/ |
D | RbnfDemo.java | 252 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/ |
D | test_curses.py | 23 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/ |
D | configure.ac | 308 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/ |
D | map-details.mjs | 9 './view/map-panel/map-details',
|
/third_party/node/doc/api/ |
D | console.md | 555 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.
|