/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsReactComponents.types | 10 …ment; propTypes: { version: PropTypes.Requireable<number>; }; defaultProps: { tabs: undefined; }; } 11 …ment; propTypes: { version: PropTypes.Requireable<number>; }; defaultProps: { tabs: undefined; }; } 27 …ment; propTypes: { version: PropTypes.Requireable<number>; }; defaultProps: { tabs: undefined; }; } 40 >TabbedShowLayout.defaultProps = { tabs: undefined} : { tabs: undefined; } 41 >TabbedShowLayout.defaultProps : { tabs: undefined; } 42 …ment; propTypes: { version: PropTypes.Requireable<number>; }; defaultProps: { tabs: undefined; }; } 43 >defaultProps : { tabs: undefined; } 44 >{ tabs: undefined} : { tabs: undefined; } 46 tabs: undefined 47 >tabs : undefined [all …]
|
D | jsDeclarationsReactComponents.js | 21 tabs: undefined property 40 tabs: "default value" property 59 tabs: "default value" property 75 tabs: "default value" property 114 tabs: undefined property 131 tabs: "default value" property 148 tabs: "default value" property 162 tabs: "default value" property 196 const tabs: undefined; constant 215 tabs: string; [all …]
|
D | jsDeclarationsReactComponents.symbols | 38 tabs: undefined 39 >tabs : Symbol(tabs, Decl(jsDeclarationsReactComponents1.jsx, 16, 33)) 75 tabs: "default value" 76 >tabs : Symbol(tabs, Decl(jsDeclarationsReactComponents2.jsx, 12, 33)) 88 * @type {{defaultProps: {tabs: string}} & ((props?: {elem: string}) => JSX.Element)} 111 tabs: "default value" 112 >tabs : Symbol(tabs, Decl(jsDeclarationsReactComponents3.jsx, 12, 33)) 148 tabs: "default value" 149 >tabs : Symbol(tabs, Decl(jsDeclarationsReactComponents4.jsx, 9, 33))
|
/third_party/cef/libcef/browser/extensions/api/tabs/ |
D | tabs_api.cc | 32 namespace tabs = api::tabs; 41 api::tabs::ZoomSettings* zoom_settings) { in ZoomModeToZoomSettings() 45 zoom_settings->mode = api::tabs::ZOOM_SETTINGS_MODE_AUTOMATIC; in ZoomModeToZoomSettings() 46 zoom_settings->scope = api::tabs::ZOOM_SETTINGS_SCOPE_PER_ORIGIN; in ZoomModeToZoomSettings() 49 zoom_settings->mode = api::tabs::ZOOM_SETTINGS_MODE_AUTOMATIC; in ZoomModeToZoomSettings() 50 zoom_settings->scope = api::tabs::ZOOM_SETTINGS_SCOPE_PER_TAB; in ZoomModeToZoomSettings() 53 zoom_settings->mode = api::tabs::ZOOM_SETTINGS_MODE_MANUAL; in ZoomModeToZoomSettings() 54 zoom_settings->scope = api::tabs::ZOOM_SETTINGS_SCOPE_PER_TAB; in ZoomModeToZoomSettings() 57 zoom_settings->mode = api::tabs::ZOOM_SETTINGS_MODE_DISABLED; in ZoomModeToZoomSettings() 58 zoom_settings->scope = api::tabs::ZOOM_SETTINGS_SCOPE_PER_TAB; in ZoomModeToZoomSettings() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | tabs_test.dart | 85 tabs: const <Tab>[ 108 List<String> tabs, 115 initialIndex: tabs.indexOf(value), 116 length: tabs.length, 119 tabs: tabs.map<Widget>((String tab) => Tab(text: tab)).toList(), 165 Widget buildLeftRightApp({ List<String> tabs, String value }) { 169 initialIndex: tabs.indexOf(value), 170 length: tabs.length, 173 title: const Text('tabs'), 175 tabs: tabs.map<Widget>((String tab) => Tab(text: tab)).toList(), [all …]
|
/third_party/toybox/toys/posix/ |
D | expand.c | 93 struct arg_list *tabs; in parse_tablist() local 96 for (tabs = TT.t; tabs; tabs = tabs->next) { in parse_tablist() 97 char *s = tabs->arg; in parse_tablist()
|
/third_party/ffmpeg/libavcodec/ |
D | mace.c | 145 } tabs[] = { variable 179 if (val < tabs[tab_idx].stride) in read_table() 180 current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val]; in read_table() 182 …current = - 1 - tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4)*tabs[tab_idx].stride + 2*tabs[tab_i… in read_table() 184 if (( chd->index += tabs[tab_idx].tab1[val]-(chd->index >> 5) ) < 0) in read_table()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/doc/ |
D | script.js | 18 for (var value in tabs) { 19 var sNode = document.getElementById(tabs[value][0]); 23 spanNode.innerHTML = tabs[value][1]; 27 … spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
|
/third_party/libjpeg-turbo/java/doc/ |
D | script.js | 18 for (var value in tabs) { 19 var sNode = document.getElementById(tabs[value][0]); 23 spanNode.innerHTML = tabs[value][1]; 27 … spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsReactComponents.ts | 28 tabs: undefined 47 tabs: "default value" 66 tabs: "default value" 82 tabs: "default value"
|
/third_party/python/Mac/PythonLauncher/ |
D | FileSettings.m | 78 tabs = source->tabs; 188 tabs = [source tabs]; 204 [NSNumber numberWithBool: tabs], @"tabs", 232 value = [dict objectForKey: @"tabs"]; 233 if (value) tabs = [value boolValue]; 285 tabs?" -t":"", 302 - (BOOL) tabs { return tabs;}; method
|
D | PreferencesWindowController.m | 38 [tabs setState: [settings tabs]]; 83 - (BOOL) tabs { return [tabs state];}; method
|
/third_party/flutter/skia/src/core/ |
D | SkStringUtils.cpp | 33 SkString tabs; in SkTabString() local 35 tabs.append("\t"); in SkTabString() 43 result.append(tabs); in SkTabString() 50 result.append(tabs); in SkTabString()
|
/third_party/skia/src/core/ |
D | SkStringUtils.cpp | 33 SkString tabs; in SkTabString() local 35 tabs.append("\t"); in SkTabString() 43 result.append(tabs); in SkTabString() 50 result.append(tabs); in SkTabString()
|
/third_party/flutter/skia/third_party/externals/sdl/premake/util/ |
D | sdl_file.lua | 51 function textprint(f, tabs, line) 52 for i = 0, tabs - 1, 1 do 60 function fileprint(f, tabs, line) 61 for i = 0, tabs - 1, 1 do
|
/third_party/node/test/message/ |
D | source_map_reference_error_tabs.out | 1 *tabs.coffee:26 6 at *tabs.coffee:26:2* 7 at *tabs.coffee:1:14*
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | tab_scaffold.dart | 18 /// [CupertinoTabController] can be used to switch tabs: 67 /// greater than or equal to 0, and less than the total number of tabs. 82 /// number of tabs. 120 /// pages as there are [tabBar.items]. Inactive tabs will be moved [Offstage] 123 /// Adding/removing tabs, or changing the order of tabs is supported but not 125 /// [CupertinoTabScaffold] may lose some tabs' state in the process. 127 /// Use [CupertinoTabView] as the root widget of each tab to support tabs with 138 /// A sample code implementing a typical iOS information architecture with tabs. 186 /// To push a route above all tabs instead of inside the currently selected one 217 'out of bounds for the tab bar with ${tabBar.items.length} tabs' [all …]
|
/third_party/boost/boost/spirit/home/support/iterators/ |
D | line_pos_iterator.hpp | 110 std::size_t tabs = 4); 169 std::size_t tabs) in get_column() argument 177 column += tabs - (column - 1) % tabs; in get_column()
|
/third_party/node/deps/npm/node_modules/detect-indent/ |
D | index.js | 36 let tabs = 0; variable 74 tabs++; 109 } else if (spaces >= tabs) {
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_android_bp.py | 33 def tabs(indent): function 60 output.append(tabs(indent) + '%s: [' % name) 62 output.append(tabs(indent + 1) + '"%s",' % item) 63 output.append(tabs(indent) + '],') 68 output.append(tabs(indent) + '%s: {' % name) 71 output.append(tabs(indent) + '},') 74 output.append(tabs(indent) + '%s: %s,' % (name, 'true' if value else 'false')) 76 output.append(tabs(indent) + '%s: "%s",' % (name, value))
|
/third_party/boost/boost/spirit/home/x3/support/utility/ |
D | error_reporting.hpp | 30 , std::string file = "", int tabs = 4) in error_handler() argument 33 , tabs(tabs) in error_handler() 74 int tabs; member in boost::spirit::x3::error_handler 119 for (int i = 0; i < tabs; ++i) in print_indicator()
|
/third_party/python/Tools/scripts/ |
D | objgraph.py | 96 tabs = '\t' 98 tabs = '\t\t' 100 print('\t' + ext + tabs + ' *undefined') 102 print('\t' + ext + tabs + flat(def2file[ext]))
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 947 tabs = self.nb.tabs() 950 self.assertEqual(self.nb.tabs(), tabs) 954 tabs = self.nb.tabs() 961 self.assertEqual(self.nb.tabs(), tabs) 963 self.assertEqual(str(self.child2), self.nb.tabs()[child2_index]) 972 tabs = self.nb.tabs() 975 self.assertNotIn(str(self.child1), self.nb.tabs()) 976 self.assertEqual(len(tabs) - 1, len(self.nb.tabs())) 993 tabs = self.nb.tabs() 994 self.nb.insert(1, tabs[0]) [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_print.c | 1364 print_instr(const nir_instr *instr, print_state *state, unsigned tabs) in print_instr() argument 1367 print_tabs(tabs, fp); in print_instr() 1417 unsigned tabs); 1420 print_block(nir_block *block, print_state *state, unsigned tabs) in print_block() argument 1424 print_tabs(tabs, fp); in print_block() 1429 print_tabs(tabs, fp); in print_block() 1439 print_instr(instr, state, tabs); in print_block() 1444 print_tabs(tabs, fp); in print_block() 1454 print_if(nir_if *if_stmt, print_state *state, unsigned tabs) in print_if() argument 1458 print_tabs(tabs, fp); in print_if() [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/render/ |
D | render.go | 238 const tabs = "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t" 239 for ; n > len(tabs); n -= len(tabs) { 240 buf = append(buf, tabs...) 242 buf = append(buf, tabs[:n]...)
|