| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Layout-test.tsx.snap.web | 7 role="article" 15 role="complementary" 23 role="contentinfo" 31 role="banner" 39 role="main" 47 role="navigation" 55 role="region"
|
| H A D | Lists-test.tsx.snap.web | 7 role="listitem" 12 role="listitem" 19 role="list" 24 role="listitem"
|
| H A D | Headings-test.tsx.snap.web | 8 role="heading" 17 role="heading" 26 role="heading" 35 role="heading" 44 role="heading" 53 role="heading"
|
| H A D | Anchor-test.tsx.snap.web | 8 role="link"
|
| /expo/docs/pages/accounts/ |
| H A D | account-types.mdx | 20 …ant a level of access within the organization. For more information, see [role privileges](/accoun… 28 - Granting different levels of access by assigning a role to each member of the organization. 57 … want to share access to projects with other members and assign each member a role-based privilege. 88 …you want to invite and select the role they should have upon joining the organization. For more in… 98 - Only members with an Admin or an Owner role can invite others. 99 - Members with an Owner role can grant members and invitees any role. 100 - Members with an Admin role can only give members and invitees up to and including Admin role (eve… 130 … created, you can grant the ultimate destination account member the Owner role on the escrow accou… 134 … new Organization](#organizations) Account. It allows more flexibility in role assignments. Creati…
|
| H A D | working-together.mdx | 8 …elonging to your Personal Account or Organizations. The type of access depends on the granted role. 18 … for members is managed through a role-based system. Users can have the _owner_, _admin_, _develop… 22 … on an account or any projects, including deleting them. (Note: the Owner role is not available on…
|
| /expo/home/screens/DeleteAccountScreen/ |
| H A D | UserPermissionData.fragment.graphql | 3 role
|
| /expo/packages/expo-router/build/link/ |
| H A D | useLinkToPathProps.d.ts | 8 role: "link";
|
| H A D | useLinkToPathProps.js | 44 role: 'link',
|
| /expo/tools/src/ |
| H A D | OpenAI.ts | 13 messages: [{ role: 'user', content: question }],
|
| /expo/packages/expo-router/build/views/ |
| H A D | Unmatched.js | 36 …react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-level": 1, style: styl… property 37 …react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styl… property
|
| H A D | ErrorBoundary.js | 82 …react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-level": 1, style: styl… property 83 …react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styl… property
|
| /expo/packages/expo-router/src/views/ |
| H A D | Unmatched.tsx | 39 <Text role="heading" aria-level={1} style={styles.title}> 42 <Text role="heading" aria-level={2} style={styles.subtitle}>
|
| H A D | ErrorBoundary.tsx | 99 <Text role="heading" aria-level={1} style={styles.title}> 102 <Text role="heading" aria-level={2} style={styles.errorMessage}>
|
| /expo/packages/expo-calendar/ios/EXCalendar/ |
| H A D | EXCalendarConverter.m | 74 + (NSString *)_participantRole:(EKParticipantRole)role 76 if (role == EKParticipantRoleUnknown) return @"unknown"; 77 if (role == EKParticipantRoleRequired) return @"required"; 78 if (role == EKParticipantRoleOptional) return @"optional"; 79 if (role == EKParticipantRoleChair) return @"chair"; 80 if (role == EKParticipantRoleNonParticipant) return @"nonParticipant"; 349 @"role": @"", 364 formedAttendee[@"role"] = [EXCalendarConverter _participantRole:attendee.participantRole];
|
| /expo/ios/versioned/sdk47/EXCalendar/EXCalendar/ |
| H A D | ABI47_0_0EXCalendarConverter.m | 74 + (NSString *)_participantRole:(EKParticipantRole)role 76 if (role == EKParticipantRoleUnknown) return @"unknown"; 77 if (role == EKParticipantRoleRequired) return @"required"; 78 if (role == EKParticipantRoleOptional) return @"optional"; 79 if (role == EKParticipantRoleChair) return @"chair"; 80 if (role == EKParticipantRoleNonParticipant) return @"nonParticipant"; 349 @"role": @"", 364 …formedAttendee[@"role"] = [ABI47_0_0EXCalendarConverter _participantRole:attendee.participantRole];
|
| /expo/ios/versioned/sdk49/EXCalendar/EXCalendar/ |
| H A D | ABI49_0_0EXCalendarConverter.m | 74 + (NSString *)_participantRole:(EKParticipantRole)role 76 if (role == EKParticipantRoleUnknown) return @"unknown"; 77 if (role == EKParticipantRoleRequired) return @"required"; 78 if (role == EKParticipantRoleOptional) return @"optional"; 79 if (role == EKParticipantRoleChair) return @"chair"; 80 if (role == EKParticipantRoleNonParticipant) return @"nonParticipant"; 349 @"role": @"", 364 …formedAttendee[@"role"] = [ABI49_0_0EXCalendarConverter _participantRole:attendee.participantRole];
|
| /expo/ios/versioned/sdk48/EXCalendar/EXCalendar/ |
| H A D | ABI48_0_0EXCalendarConverter.m | 74 + (NSString *)_participantRole:(EKParticipantRole)role 76 if (role == EKParticipantRoleUnknown) return @"unknown"; 77 if (role == EKParticipantRoleRequired) return @"required"; 78 if (role == EKParticipantRoleOptional) return @"optional"; 79 if (role == EKParticipantRoleChair) return @"chair"; 80 if (role == EKParticipantRoleNonParticipant) return @"nonParticipant"; 349 @"role": @"", 364 …formedAttendee[@"role"] = [ABI48_0_0EXCalendarConverter _participantRole:attendee.participantRole];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/View/ |
| H A D | ViewAccessibility.d.ts | 108 role?: Role | undefined; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/View/ |
| H A D | ViewAccessibility.d.ts | 108 role?: Role; property
|
| /expo/packages/expo-router/build/onboard/ |
| H A D | Tutorial.js | 15 …l, ({ hovered }) => (react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-l… property 47 …react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styl… property
|
| /expo/docs/components/__snapshots__/ |
| H A D | DocumentationSidebarRight.test.tsx.snap | 16 role="img" 44 role="img"
|
| /expo/apps/test-suite/tests/ |
| H A D | Calendar.js | 57 role: Calendar.AttendeeRole.ATTENDEE, property 176 t.expect(typeof attendee.role).toBe('string'); 177 t.expect(Object.values(Calendar.AttendeeRole)).toContain(attendee.role); 486 role: Calendar.AttendeeRole.PERFORMER, property 492 t.expect(updatedAttendee.role).toBe(Calendar.AttendeeRole.PERFORMER);
|
| /expo/packages/html-elements/ |
| H A D | README.md | 153 | Web | `<h1 aria-level="1" dir="auto" role="heading" />` | 165 | Web | `<h2 aria-level="2" dir="auto" role="heading" />` | 177 | Web | `<h3 aria-level="3" dir="auto" role="heading" />` | 189 | Web | `<h4 aria-level="4" dir="auto" role="heading" />` | 201 | Web | `<h5 aria-level="5" dir="auto" role="heading" />` | 213 | Web | `<h6 aria-level="6" dir="auto" role="heading" />` | 329 | Web | `<main role="main" style="display:flex" />` | 344 | Web | `<section role="region" style="display:flex" />` | 359 | Web | `<article role="article" />` | 372 | Web | `<aside role="complementary" />` | [all …]
|
| /expo/packages/expo-router/src/onboard/ |
| H A D | Tutorial.tsx | 15 role="heading" 61 <Text role="heading" aria-level={2} style={styles.subtitle}>
|