Home
last modified time | relevance | path

Searched refs:sheet (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/gettext/gettext-tools/tests/
Dmm-ko.euc-kr.po1470 #: app/paginate_psprint.c:254 sheets/ciscocomputer.sheet.in.h:25
1474 #: app/paginate_psprint.c:268 sheets/Misc.sheet.in.h:1
1736 "System sheet"
1743 "User sheet"
2485 #: objects/ER/attribute.c:421 sheets/ER.sheet.in.h:1
2497 #: objects/ER/entity.c:406 objects/UML/classicon.c:126 sheets/ER.sheet.in.h:4
2542 #: objects/ER/relationship.c:449 sheets/ER.sheet.in.h:6
2761 #: sheets/SDL.sheet.in.h:19
2821 #: objects/FS/function.c:783 sheets/ciscomisc.sheet.in.h:21
2920 #: objects/FS/function.c:827 objects/FS/function.c:829 sheets/UML.sheet.in.h:5
[all …]
Dmm-ko.ascii.pot1389 #: ../app/paginate_psprint.c:254 ../sheets/ciscocomputer.sheet.in.h:25
1393 #: ../app/paginate_psprint.c:268 ../sheets/Misc.sheet.in.h:1
1632 "System sheet"
1639 "User sheet"
2337 #: ../objects/ER/attribute.c:421 ../sheets/ER.sheet.in.h:1
2350 #: ../sheets/ER.sheet.in.h:4
2394 #: ../objects/ER/relationship.c:449 ../sheets/ER.sheet.in.h:6
2605 #: ../sheets/SDL.sheet.in.h:19
2664 #: ../objects/FS/function.c:783 ../sheets/ciscomisc.sheet.in.h:21
2757 #: ../sheets/UML.sheet.in.h:5
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dbottom_sheet.dart23 /// A material design bottom sheet.
27 /// * _Persistent_. A persistent bottom sheet shows information that
28 /// supplements the primary content of the app. A persistent bottom sheet
34 /// * _Modal_. A modal bottom sheet is an alternative to a menu or a dialog and
40 /// create a persistent bottom sheet with [ScaffoldState.showBottomSheet] or
41 /// [Scaffold.bottomSheet], and a modal bottom sheet with [showModalBottomSheet].
48 /// sheet.
51 /// Creates a bottom sheet.
71 /// The animation controller that controls the bottom sheet's entrance and
78 /// Called when the bottom sheet begins to close.
[all …]
Dscaffold.dart775 /// To display a snackbar or a persistent bottom sheet, obtain the
945 /// app. A bottom sheet can either be persistent, in which case it is shown
1081 /// The persistent bottom sheet to display.
1083 /// A persistent bottom sheet shows information that supplements the primary
1084 /// content of the app. A persistent bottom sheet remains visible even when
1087 /// A closely related widget is a modal bottom sheet, which is an alternative
1092 /// Unlike the persistent bottom sheet displayed by [showBottomSheet]
1093 /// this bottom sheet is not a [LocalHistoryEntry] and cannot be dismissed
1096 /// If a persistent bottom sheet created with [showBottomSheet] is already
1107 /// * [showBottomSheet], which displays a bottom sheet as a route that can
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go99 sheet := getSheet(spreadsheet, sheetName)
100 if sheet == nil {
104 columnHeaders, err := fetchRow(srv, spreadsheet, sheet, 0)
116 hashValues, err := fetchColumn(srv, spreadsheet, sheet, hashColumnIndex)
168 Range: rowRange(rowInsertionPoint, sheet),
225 for _, sheet := range spreadsheet.Sheets {
226 if sheet.Properties.Title == name {
227 return sheet
235 func rowRange(index int, sheet *sheets.Sheet) string {
236 return fmt.Sprintf("%v!A%v:%v", sheet.Properties.Title, index+1, index+1)
[all …]
/third_party/mindspore/tests/perf_test/mind_expression_perf/
Dprocess_data.py37 sheet = wb["Sheet"]
38 n_row = sheet.max_row
39 date = [cell[0].value for cell in sheet["A2":"A%d" % n_row]]
40 reid_data = [float(cell[0].value) for cell in sheet["B2":"B%d" % n_row]]
41 bert_data = [float(cell[0].value) for cell in sheet["C2":"C%d" % n_row]]
42 resnet_data = [float(cell[0].value) for cell in sheet["D2":"D%d" % n_row]]
43 gpt_data = [float(cell[0].value) for cell in sheet["E43":"E%d" % n_row]]
Dgenerate_report.py115 sheet = wb["Sheet"]
116 idx = sheet.max_row + 1
118 sheet['A%d' % idx] = date
119 sheet['B%d' % idx] = round(log["reid"]["min_time"], 2)
120 sheet['C%d' % idx] = round(log["bert"]["min_time"], 2)
121 sheet['D%d' % idx] = round(log['resnet']["min_time"], 2)
122 sheet['E%d' % idx] = round(log['gpt']["min_time"], 2)
/third_party/flutter/flutter/packages/flutter/test/material/
Dbottom_sheet_test.dart41 // Tap on the bottom sheet itself, it should not be dismissed
75 // Tap above the bottom sheet to dismiss it
77 await tester.pump(); // bottom sheet dismiss animation starts
110 await tester.pump(); // bottom sheet show animation starts
123 // sheet off the screen, or we won't see it after we pump!
130 await tester.pump(); // bottom sheet dismiss animation starts
159 await tester.pump(); // bottom sheet show animation starts
165 await tester.pump(); // bottom sheet dismiss animation starts
240 await tester.pump(); // bottom sheet show animation starts
331 await tester.pump(); // bottom sheet show animation starts
[all …]
Dpersistent_bottom_sheet_test.dart389 builder: (BuildContext context) => const Text('modal bottom sheet'),
407 expect(find.text('modal bottom sheet'), findsOneWidget);
409 // Dismiss the modal bottomSheet by tapping above the sheet
412 expect(find.text('modal bottom sheet'), findsNothing);
462 …testWidgets('PersistentBottomSheetController.close dismisses the bottom sheet', (WidgetTester test…
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dmodal_bottom_sheet_demo.dart10 static const String routeName = '/material/modal-bottom-sheet';
16 title: const Text('Modal bottom sheet'),
27 child: Text('This is the modal bottom sheet. Slide down to dismiss.',
Dpersistent_bottom_sheet_demo.dart10 static const String routeName = '/material/persistent-bottom-sheet';
39 child: Text('This is a Material persistent bottom sheet. Drag downwards to dismiss it.',
82 title: const Text('Persistent bottom sheet'),
Dreorderable_list_demo.dart54 // Rebuild the bottom sheet to reflect the selected list view.
58 // Close the bottom sheet to give the user a clear view of the list.
66 // Rebuild the bottom sheet to reflect the selected list view.
70 // Close the bottom sheet to give the user a clear view of the list.
117 // Garbage collect the bottom sheet when it closes.
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Daction_sheet_test.dart13 …testWidgets('Verify that a tap on modal barrier dismisses an action sheet', (WidgetTester tester) …
32 …testWidgets('Verify that a tap on title section (not buttons) does not dismiss an action sheet', (…
51 testWidgets('Action sheet destructive text style', (WidgetTester tester) async {
67 testWidgets('Action sheet default text style', (WidgetTester tester) async {
83 …testWidgets('Action sheet text styles are correct when both title and message are included', (Widg…
88 message: Text('An action sheet'),
99 'An action sheet'));
105 …testWidgets('Action sheet text styles are correct when title but no message is included', (WidgetT…
123 …testWidgets('Action sheet text styles are correct when message but no title is included', (WidgetT…
127 message: Text('An action sheet'),
[all …]
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Ddom_renderer.dart222 final html.CssStyleSheet sheet = _styleElement.sheet;
231 sheet.insertRule('''
234 }''', sheet.cssRules.length);
238 sheet.insertRule('''
249 }''', sheet.cssRules.length);
252 sheet.insertRule(
256 sheet.cssRules.length);
261 sheet.insertRule(
265 sheet.cssRules.length);
267 sheet.insertRule('''
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Ddraggable_scrollable_sheet.dart26 /// sheet be draggable.
48 /// sheet will remain at the initialChildSize.
52 /// to position sheet based on the space it is taking, the [expand] property
62 /// drags the sheet back down.
158 /// the sheet changes. When the extent of the sheet changes via a drag,
172 /// [FloatingActionButton] as the bottom sheet scrolls up.
211 /// This can be used to find the sheet's render objects to determine the size
228 /// scroll, but expects to get a fraction of those pixels to render the sheet.
230 /// The ScrollPosition knows the number of pixels a user wants to move the sheet.
331 final Widget sheet = FractionallySizedBox(
[all …]
/third_party/python/Tools/demo/
Dspreadsheet.py227 def __init__(self, sheet): argument
228 self.sheet = sheet
302 self.sheet.setcell(self.x, self.y, self.cell)
499 self.sheet = Sheet()
501 self.sheet.load(filename)
503 maxx, maxy = self.sheet.getsize()
538 self.sheet.clearcells(*(self.currentxy + self.cornerxy))
540 self.sheet.clearcell(*self.currentxy)
550 cell = self.sheet.getcell(x, y)
659 self.sheet.save(self.filename)
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Daction_sheet.dart43 // as the action sheet's background color.
68 /// An iOS-style action sheet.
70 /// An action sheet is a specific style of alert that presents the user
72 /// An action sheet can have a title, an additional message, and a list
76 /// This action sheet styles its title and message to match standard iOS action
77 /// sheet title and message text style.
79 /// To display action buttons that look like standard iOS action sheet buttons,
80 /// provide [CupertinoActionSheetAction]s for the [actions] given to this action sheet.
84 /// action sheet.
86 /// An action sheet is typically passed as the child widget to
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dpage_transitions_test.dart251 …testWidgets('Check back gesture with a persistent bottom sheet showing', (WidgetTester tester) asy…
256 '/sheet': (_) => PersistentBottomSheetTest(key: containerKey2),
264 Navigator.pushNamed(containerKey1.currentContext, '/sheet');
279 Navigator.pushNamed(containerKey1.currentContext, '/sheet');
287 // Show the bottom sheet.
288 final PersistentBottomSheetTestState sheet = containerKey2.currentState;
289 sheet.showBottomSheet();
304 expect(sheet.setStateCalled, isFalse);
/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js16 let sheet = styleEl.sheet;
17 sheet.insertRule(`svg {
/third_party/flutter/skia/modules/pathkit/tests/
Dpathops.spec.js16 let sheet = styleEl.sheet;
17 sheet.insertRule(`svg {
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py449 for sheet in spreadsheet['sheets']:
450 if sheet['properties']['title'] == step_name:
517 for sheet in spreadsheet['sheets']:
518 if sheet['properties']['title'] == sheet_name:
519 return sheet['properties']['sheetId']
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py453 for sheet in spreadsheet['sheets']:
454 if sheet['properties']['title'] == step_name:
521 for sheet in spreadsheet['sheets']:
522 if sheet['properties']['title'] == sheet_name:
523 return sheet['properties']['sheetId']
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-sel-eng.c58 CRStyleSheet *sheet; member
856 if (PRIVATE (a_this)->sheet != a_stylesheet) { in cr_sel_eng_get_matched_rulesets_real()
857 PRIVATE (a_this)->sheet = a_stylesheet; in cr_sel_eng_get_matched_rulesets_real()
970 PRIVATE (a_this)->sheet = NULL; in cr_sel_eng_get_matched_rulesets_real()
1437 CRStyleSheet *sheet = NULL; in cr_sel_eng_get_matched_properties_from_cascade() local
1444 sheet = cr_cascade_get_sheet (a_cascade, origin); in cr_sel_eng_get_matched_properties_from_cascade()
1445 if (!sheet) in cr_sel_eng_get_matched_properties_from_cascade()
1464 (a_this, sheet, a_node, stmts_tab + index, &tab_len)) in cr_sel_eng_get_matched_properties_from_cascade()
/third_party/wayland_standard/doc/
Dmeson.build23 error('The style sheet for man pages providing "@0@" was not found.'.format(manpage_xsl))
/third_party/gettext/gettext-runtime/intl-java/javadoc2/
Dstylesheet.css1 /* Javadoc style sheet */

123456