| /external/python/cpython2/Doc/tools/static/ |
| D | sidebar.js | 2 * sidebar.js 5 * This script makes the Sphinx sidebar collapsible and implements 10 * used to collapse and expand the sidebar. 12 * When the sidebar is collapsed the .sphinxsidebarwrapper is hidden 13 * and the width of the sidebar and the margin-left of the document 14 * are decreased. When the sidebar is expanded the opposite happens. 16 * remember the position of the sidebar among the pages. 32 var sidebar = $('.sphinxsidebar'); 35 // original margin-left of the bodywrapper and width of the sidebar 36 // with the sidebar expanded [all …]
|
| /external/googletest/docs/_sass/ |
| D | main.scss | 5 $sidebar-width: 260px; 12 .sidebar { class 20 width: $sidebar-width; 23 .sidebar h1 { class 27 .sidebar h2 { class 36 .sidebar .header { class 44 .sidebar .header a { class 49 .sidebar .nav-toggle { class 53 .sidebar .expander { class 63 .sidebar .expander .arrow { class [all …]
|
| /external/cronet/third_party/googletest/src/docs/_sass/ |
| D | main.scss | 5 $sidebar-width: 260px; 12 .sidebar { class 20 width: $sidebar-width; 23 .sidebar h1 { class 27 .sidebar h2 { class 36 .sidebar .header { class 44 .sidebar .header a { class 49 .sidebar .nav-toggle { class 53 .sidebar .expander { class 63 .sidebar .expander .arrow { class [all …]
|
| /external/perfetto/ui/src/assets/ |
| D | sidebar.scss | 17 .sidebar { class 18 --sidebar-padding-bottom: 40px; 19 --sidebar-timing: 0.15s; 20 grid-area: sidebar; 24 width: var(--sidebar-width); 28 transition: margin-left var(--anim-easing) var(--sidebar-timing), 29 visibility linear var(--sidebar-timing); 72 .sidebar-button { 77 left: calc(var(--sidebar-width) - 50px); 80 visibility: visible; // So stays visible when the sidebar is hidden. [all …]
|
| /external/pigweed/docs/ |
| D | conf.py | 130 'color-sidebar-brand-text': '#b529aa', 131 'color-sidebar-search-border': '#b529aa', 132 'color-sidebar-link-text--top-level': '#85004d', 133 'color-sidebar-link-text': '#016074', 134 'color-sidebar-item-background--current': '#f0f0f0', 135 'color-sidebar-item-background--hover': '#ffe2f3', 136 'color-sidebar-item-expander-background--hover': '#ffe2f3', 159 'color-sidebar-brand-text': '#fb71fe', 160 'color-sidebar-search-border': '#e815a5', 161 'color-sidebar-link-text--top-level': '#ff79c6', [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/layout/ |
| D | _page.scss | 9 &.layout--page--sidebar { 76 z-index: map-get($z-indexes, sidebar); 79 max-width: map-get($layout, sidebar-width); 85 .sidebar-toc { 89 .sidebar-button { 97 .layout--page--sidebar { 126 @include transform(translate(- map-get($layout, sidebar-width), 0)); 133 .show-sidebar {
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/layout/ |
| D | _page.scss | 9 &.layout--page--sidebar { 76 z-index: map-get($z-indexes, sidebar); 79 max-width: map-get($layout, sidebar-width); 85 .sidebar-toc { 89 .sidebar-button { 97 .layout--page--sidebar { 126 @include transform(translate(- map-get($layout, sidebar-width), 0)); 133 .show-sidebar {
|
| /external/python/cpython3/Lib/idlelib/idle_test/ |
| D | test_sidebar.py | 1 """Test sidebar, coverage 85%""" 18 import idlelib.sidebar 19 from idlelib.sidebar import get_end_linenumber, get_lineno 64 self.linenumber = idlelib.sidebar.LineNumbers(self.editwin) 68 orig_idleConf_GetHighlight = idlelib.sidebar.idleConf.GetHighlight 74 idlelib.sidebar.idleConf, 'GetHighlight', mock_idleconf_GetHighlight) 82 idlelib.sidebar.idleConf, 'GetFont', mock_idleconf_GetFont) 621 sidebar = self.shell.shell_sidebar 628 idlelib.sidebar.idleConf, 'GetFont', mock_idleconf_GetFont) 632 sidebar.update_font() [all …]
|
| /external/rust/cxx/book/css/ |
| D | cxx.css | 2 --sidebar-width: 310px; 34 nav.sidebar li.part-title i.fa-github { 42 .sidebar .sidebar-scrollbox {
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/components/ |
| D | sidebar.js | 8 var $sidebarShow = $('.js-sidebar-show'); 9 var $sidebarHide = $('.js-sidebar-hide'); 25 stopBodyScrolling(true); $pageRoot.addClass('show-sidebar'); 28 stopBodyScrolling(false); $pageRoot.removeClass('show-sidebar');
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/components/ |
| D | sidebar.js | 8 var $sidebarShow = $('.js-sidebar-show'); 9 var $sidebarHide = $('.js-sidebar-hide'); 25 stopBodyScrolling(true); $pageRoot.addClass('show-sidebar'); 28 stopBodyScrolling(false); $pageRoot.removeClass('show-sidebar');
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_layouts/ |
| D | page.html | 33 {%- if page.sidebar -%} 34 <div class="layout--page layout--page--sidebar clearfix js-page-root"> 35 <div class="page__mask d-print-none js-page-mask js-sidebar-hide"></div> 38 <div class="button button--circle button--lg box-shadow-2 sidebar-button js-sidebar-show"> 46 {%- include sidebar/toc.html -%} 57 {%- unless page.sidebar -%} 231 {%- if page.sidebar -%} 257 {%- if page.sidebar -%} 258 <script>{%- include scripts/components/sidebar.js -%}</script>
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_layouts/ |
| D | page.html | 33 {%- if page.sidebar -%} 34 <div class="layout--page layout--page--sidebar clearfix js-page-root"> 35 <div class="page__mask d-print-none js-page-mask js-sidebar-hide"></div> 38 <div class="button button--circle button--lg box-shadow-2 sidebar-button js-sidebar-show"> 46 {%- include sidebar/toc.html -%} 57 {%- unless page.sidebar -%} 231 {%- if page.sidebar -%} 257 {%- if page.sidebar -%} 258 <script>{%- include scripts/components/sidebar.js -%}</script>
|
| /external/libnl/doc/stylesheets/ |
| D | docbook-xsl.css | 36 div.sidebar p.title 141 div.sidebar { 147 div.sidebar * { padding: 0; } 148 div.sidebar div { margin: 0; } 149 div.sidebar p.title { 192 div.sidebar ul, div.sidebar ol {
|
| D | xhtml11-quirks.css | 3 div.sidebar-content { 8 div.sidebar-title, div.image-title {
|
| /external/python/cpython3/Lib/idlelib/ |
| D | sidebar.py | 2 Includes BaseSideBar which can be extended for other sidebar based extensions 85 """Initialize the sidebar's widgets, returning the main widget.""" 89 """Update the sidebar text font, usually after config changes.""" 93 """Update the sidebar text colors, usually after config changes.""" 322 """Update the sidebar text colors, usually after config changes.""" 369 sidebar. 384 return # no need to update the sidebar 400 return # no need to update the sidebar 406 """Sidebar for the PyShell window, for prompts etc.""" 416 # the sidebar reflects final changes to the text widget contents. [all …]
|
| /external/python/cpython3/Tools/msi/bundle/ |
| D | Default.thm | 13 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 20 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 34 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 45 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 53 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 77 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 98 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 107 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 117 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/> 129 <Image X="0" Y="0" Width="178" Height="382" ImageFile="SideBar.png"/>
|
| /external/iperf3/docs/_esnet/templates/ |
| D | layout.html | 41 {# Sidebar: Rework into our Bootstrap nav section. #} 50 <div id="sidebar" class="bs-sidenav" role="complementary"> 64 <div id="sidebar" class="bs-sidenav well" data-spy="affix"> 81 {# Silence the sidebar's, relbar's #} 95 {% block sidebar2 %} {# possible location for sidebar #} {% endblock %}
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/sidebar/ |
| D | toc.html | 1 {%- if page.sidebar.nav -%} 2 <div class="sidebar-toc"> 3 {%- assign _sidebar_nav = site.data.navigation[page.sidebar.nav] -%}
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/sidebar/ |
| D | toc.html | 1 {%- if page.sidebar.nav -%} 2 <div class="sidebar-toc"> 3 {%- assign _sidebar_nav = site.data.navigation[page.sidebar.nav] -%}
|
| /external/perfetto/ui/src/frontend/ |
| D | pages.ts | 23 import {Sidebar} from './sidebar'; 54 m(Sidebar),
|
| /external/llvm/docs/_themes/llvm-theme/ |
| D | layout.html | 21 {# put the sidebar before the body #} 22 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
|
| /external/nanopb-c/docs/ |
| D | lsr.css | 220 div.sidebar { 229 p.sidebar-title { 236 p.sidebar-subtitle {
|
| /external/grpc-grpc/third_party/nanopb/docs/ |
| D | lsr.css | 220 div.sidebar { 229 p.sidebar-title { 236 p.sidebar-subtitle {
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/ |
| D | _variables.scss | 77 sidebar: 998, variable 85 sidebar-width: 250px, 86 sidebar-header-height: 3rem,
|