Home
last modified time | relevance | path

Searched refs:tabs (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsReactComponents.types10 …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 …]
DjsDeclarationsReactComponents.js21 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 …]
DjsDeclarationsReactComponents.symbols38 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/
Dtabs_api.cc32 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/
Dtabs_test.dart85 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/
Dexpand.c93 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/
Dmace.c145 } 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/
Dscript.js18 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/
Dscript.js18 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/
DjsDeclarationsReactComponents.ts28 tabs: undefined
47 tabs: "default value"
66 tabs: "default value"
82 tabs: "default value"
/third_party/python/Mac/PythonLauncher/
DFileSettings.m78 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
DPreferencesWindowController.m38 [tabs setState: [settings tabs]];
83 - (BOOL) tabs { return [tabs state];}; method
/third_party/flutter/skia/src/core/
DSkStringUtils.cpp33 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/
DSkStringUtils.cpp33 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/
Dsdl_file.lua51 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/
Dsource_map_reference_error_tabs.out1 *tabs.coffee:26
6 at *tabs.coffee:26:2*
7 at *tabs.coffee:1:14*
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtab_scaffold.dart18 /// [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/
Dline_pos_iterator.hpp110 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/
Dindex.js36 let tabs = 0; variable
74 tabs++;
109 } else if (spaces >= tabs) {
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_android_bp.py33 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/
Derror_reporting.hpp30 , 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/
Dobjgraph.py96 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/
Dtest_widgets.py947 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/
Dnir_print.c1364 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/
Drender.go238 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]...)

12345678910>>...15