/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_navigator_test.cc | 101 CordRepBtreeNavigator nav; in TEST() local 102 EXPECT_FALSE(nav); in TEST() 103 EXPECT_THAT(nav.btree(), Eq(nullptr)); in TEST() 105 EXPECT_DEATH(nav.Current(), ".*"); in TEST() 110 CordRepBtreeNavigator nav; in TEST_P() local 111 CordRep* edge = nav.InitFirst(tree()); in TEST_P() 112 EXPECT_TRUE(nav); in TEST_P() 113 EXPECT_THAT(nav.btree(), Eq(tree())); in TEST_P() 114 EXPECT_THAT(nav.Current(), Eq(flats().front())); in TEST_P() 119 CordRepBtreeNavigator nav; in TEST_P() local [all …]
|
/third_party/python/Lib/test/ |
D | test_turtle.py | 263 self.nav = turtle.TNavigator() 266 self.nav.goto(100, -100) 267 self.assertAlmostEqual(self.nav.xcor(), 100) 268 self.assertAlmostEqual(self.nav.ycor(), -100) 271 self.assertEqual(self.nav.pos(), self.nav._position) 272 self.nav.goto(100, -100) 273 self.assertEqual(self.nav.pos(), self.nav._position) 276 self.assertEqual(self.nav._orient, (1.0, 0)) 277 self.nav.left(90) 278 self.assertVectorsAlmostEqual(self.nav._orient, (0.0, 1.0)) [all …]
|
/third_party/boost/libs/locale/doc/html/ |
D | navtree.css | 1 #nav-tree .children_ul { 6 #nav-tree ul { 12 #nav-tree li { 18 #nav-tree .plus { 22 #nav-tree .selected { 29 #nav-tree img { 36 #nav-tree a { 43 #nav-tree .label { 49 #nav-tree .label a { 53 #nav-tree .selected a { [all …]
|
/third_party/boost/libs/hana/doc/html/ |
D | navtree.css | 1 #nav-tree .children_ul { 6 #nav-tree ul { 12 #nav-tree li { 18 #nav-tree .plus { 22 #nav-tree .selected { 29 #nav-tree img { 36 #nav-tree a { 43 #nav-tree .label { 49 #nav-tree .label a { 53 #nav-tree .selected a { [all …]
|
/third_party/cef/tests/ceftests/ |
D | frame_unittest.cc | 112 FrameNavExpectations(int nav, bool renderer) in FrameNavExpectations() argument 113 : nav_(nav), renderer_(renderer) {} in FrameNavExpectations() 151 int nav() const { return nav_; } in nav() function in __anon8c081df10111::FrameNavExpectations 169 explicit FrameNavExpectationsBrowser(int nav) in FrameNavExpectationsBrowser() argument 170 : FrameNavExpectations(nav, false) {} in FrameNavExpectationsBrowser() 206 explicit FrameNavExpectationsRenderer(int nav) in FrameNavExpectationsRenderer() argument 207 : FrameNavExpectations(nav, true) {} in FrameNavExpectationsRenderer() 237 int nav, in Create() argument 239 auto expectations = Create(nav); in Create() 246 virtual std::unique_ptr<FrameNavExpectationsBrowser> Create(int nav) = 0; [all …]
|
D | frame_handler_unittest.cc | 832 virtual std::string GetMainHtmlForNav(int nav) const { in GetMainHtmlForNav() 833 return "<html><body>TEST " + std::to_string(nav) + "</body></html>"; in GetMainHtmlForNav() 836 std::string GetURLForNav(int nav, const std::string& suffix = "") const { in GetURLForNav() argument 839 ss << kOrderMainUrlPrefix << nav << "/cross-origin" << suffix << ".html"; in GetURLForNav() 841 ss << kOrderMainUrlPrefix << "/" << nav << "same-origin" << suffix in GetURLForNav() 1142 virtual std::string GetSubURL1ForNav(int nav) const { in GetSubURL1ForNav() 1143 return GetURLForNav(nav, "sub1"); in GetSubURL1ForNav() 1146 std::string GetSubFrameHtml1ForNav(int nav) const { in GetSubFrameHtml1ForNav() 1148 return "<iframe src=\"" + GetSubURL2ForNav(nav) + "\">"; in GetSubFrameHtml1ForNav() 1153 virtual std::string GetSubURL2ForNav(int nav) const { in GetSubURL2ForNav() [all …]
|
/third_party/bzip2/ |
D | bzip.css | 9 #f2f2f9 very light blue nav table background 10 #3366cc medium blue nav table border 52 /* header / footer nav tables */ 53 table.nav { 59 /* don't have underlined links in chunked nav menus */ 60 table.nav a { text-decoration: none; } 61 table.nav a:hover { text-decoration: underline; } 62 table.nav td { font-size: 85%; }
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzip.css | 9 #f2f2f9 very light blue nav table background 10 #3366cc medium blue nav table border 52 /* header / footer nav tables */ 53 table.nav { 59 /* don't have underlined links in chunked nav menus */ 60 table.nav a { text-decoration: none; } 61 table.nav a:hover { text-decoration: underline; } 62 table.nav td { font-size: 85%; }
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzip.css | 9 #f2f2f9 very light blue nav table background 10 #3366cc medium blue nav table border 52 /* header / footer nav tables */ 53 table.nav { 59 /* don't have underlined links in chunked nav menus */ 60 table.nav a { text-decoration: none; } 61 table.nav a:hover { text-decoration: underline; } 62 table.nav td { font-size: 85%; }
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | DVDplayer | 16 and spu/nav info. after the menu is sent down the pipeline 17 the nav decoder waits for input somehow. The pipeline keeps on 25 - nav packets in the stream indicate what can happen next. 32 which will send down nav info downstream to bring up the menu. 35 - nav info can also happen while playing the movie. This can highlite
|
/third_party/flatbuffers/docs/source/ |
D | style.css | 11 #nav-tree .label { 35 #nav-tree { 119 #nav-tree { 123 #nav-tree .selected { 129 #nav-tree a { 133 #nav-tree .selected a { 137 #nav-tree .item:hover { 141 #nav-tree .item:hover a { 145 #nav-tree .label { 149 #nav-sync {
|
/third_party/googletest/docs/_sass/ |
D | main.scss | 49 .sidebar .nav-toggle { 74 .sidebar nav { 78 .sidebar nav ul { 182 .sidebar nav { 187 .sidebar .nav-toggle:checked { 188 & ~ nav {
|
/third_party/freetype/docs/reference/assets/stylesheets/ |
D | application.adb8469c.css | 1 …nav{padding:0 .2rem}.md-header-nav__button{position:relative;-webkit-transition:opacity .25s;trans…
|
/third_party/ffmpeg/doc/ |
D | bootstrap.min.css | 5 …nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:… selector
|
D | style.min.css | 23 …nav li ul, .navbar .sidebar-nav li ul{list-style-type:none;padding:0}#sidebar-wrapper .sidebar-nav…
|
/third_party/libinput/doc/api/style/ |
D | bootstrap.css | 33 nav, selector 4026 .nav { 4031 .nav > li { 4035 .nav > li > a { 4040 .nav > li > a:hover, 4041 .nav > li > a:focus { 4045 .nav > li.disabled > a { 4048 .nav > li.disabled > a:hover, 4049 .nav > li.disabled > a:focus { 4055 .nav .open > a, [all …]
|
/third_party/libevdev/doc/style/ |
D | bootstrap.css | 33 nav, selector 4026 .nav { 4031 .nav > li { 4035 .nav > li > a { 4040 .nav > li > a:hover, 4041 .nav > li > a:focus { 4045 .nav > li.disabled > a { 4048 .nav > li.disabled > a:hover, 4049 .nav > li.disabled > a:focus { 4055 .nav .open > a, [all …]
|
/third_party/libevdev/doc/html/ |
D | bootstrap.css | 33 nav, selector 4026 .nav { 4031 .nav > li { 4035 .nav > li > a { 4040 .nav > li > a:hover, 4041 .nav > li > a:focus { 4045 .nav > li.disabled > a { 4048 .nav > li.disabled > a:hover, 4049 .nav > li.disabled > a:focus { 4055 .nav .open > a, [all …]
|
/third_party/boost/libs/outcome/doc/html/css/ |
D | local.css | 74 /*nav#TableOfContents { 80 nav#TableOfContents > ul { 83 nav#TableOfContents > ul > li > ul { 90 nav#TableOfContents > ul > li > ul > li { 95 nav#TableOfContents > ul > li > ul > li > a.highlight { 98 nav#TableOfContents > ul > li > ul > li > a.highlight code {
|
/third_party/boost/libs/outcome/doc/src/static/css/ |
D | local.css | 74 /*nav#TableOfContents { 80 nav#TableOfContents > ul { 83 nav#TableOfContents > ul > li > ul { 90 nav#TableOfContents > ul > li > ul > li { 95 nav#TableOfContents > ul > li > ul > li > a.highlight { 98 nav#TableOfContents > ul > li > ul > li > a.highlight code {
|
/third_party/nghttp2/doc/_themes/sphinx_rtd_theme/static/css/ |
D | theme.css | 1 …nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden]… selector 4 …nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .head…
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 264 …- nav: NavScrollToBringItemIntoView() with item bigger than view should focus top-right? Repro: us… 265 …- nav: wrap around logic to allow e.g. grid based layout (pressing NavRight on the right-most elem… 266 - nav: patterns to make it possible for arrows key to update selection 267 …- nav: restore/find nearest navid when current one disappear (e.g. pressed a button that disappear… 268 …- nav: SetItemDefaultFocus() level of priority, so widget like Selectable when inside a popup coul… 269 - nav: allow input system to be be more tolerant of io.DeltaTime=0.0f 270 - nav: ESC within a menu of a child window seems to exit the child window. 271 - nav: NavFlattened: ESC on a flattened child should select something. 272 …- nav: NavFlattened: broken: in typical usage scenario, the items of a fully clipped child are cur… 273 - nav: NavFlattened: init request doesn't select items that are part of a NavFlattened child [all …]
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 326 …- nav: some features such as PageUp/Down/Home/End should probably work without ImGuiConfigFlags_Na… 327 - nav: configuration flag to disable global shortcuts (currently only CTRL-Tab) ? 328 ! nav: never clear NavId on some setup (e.g. gamepad centric) 329 - nav: scroll up/down if possible when move request fails 330 …- nav: there's currently no way to completely clear focus with the keyboard. depending on patterns… 331 …- nav: code to focus child-window on restoring NavId appears to have issue: e.g. when focus change… 332 …- nav: Home/End behavior when navigable item is not fully visible at the edge of scrolling? should… 333 …- nav: NavScrollToBringItemIntoView() with item bigger than view should focus top-right? Repro: us… 334 …- nav: wrap around logic to allow e.g. grid based layout (pressing NavRight on the right-most elem… 335 …- nav: patterns to make it possible for arrows key to update selection (see JustMovedTo in range_s… [all …]
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | scaffold_test.dart | 16 // Default nav bar is translucent. 231 // List content automatically padded by nav bar and top media query padding. 397 // Default nav bar is translucent. 408 // Top media query padding 20 + translucent nav bar 44. 460 // When there is a nav bar and no keyboard. 464 // When there is a nav bar and keyboard, the CupertinoTextField moves up. 470 // When there is no nav bar and no keyboard, the CupertinoTextField is still 476 // When there is a keyboard but no nav bar, the CupertinoTextField also 477 // moves up to the same position as when there is a keyboard and nav bar.
|
/third_party/gettext/libtextstyle/doc/ |
D | Makefile.am | 134 …$(TEXI2HTML) $(TEXINCLUDES) -no-sec-nav -no-menu -toc-links -number -monolithic $(srcdir)/libtexts… 139 …$(TEXI2HTML) $(TEXINCLUDES) -no-sec-nav -no-menu -toc-links -number -split_chapter $(srcdir)/libte… 141 …$(TEXI2HTML) $(TEXINCLUDES) -no-sec-nav -no-menu -toc-links -number -split_chapter $(srcdir)/libte…
|