Home
last modified time | relevance | path

Searched refs:role (Results 1 – 25 of 58) sorted by relevance

123

/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DLayout-test.tsx.snap.web7 role="article"
15 role="complementary"
23 role="contentinfo"
31 role="banner"
39 role="main"
47 role="navigation"
55 role="region"
H A DLists-test.tsx.snap.web7 role="listitem"
12 role="listitem"
19 role="list"
24 role="listitem"
H A DHeadings-test.tsx.snap.web8 role="heading"
17 role="heading"
26 role="heading"
35 role="heading"
44 role="heading"
53 role="heading"
H A DAnchor-test.tsx.snap.web8 role="link"
/expo/docs/pages/accounts/
H A Daccount-types.mdx20 …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 Dworking-together.mdx8 …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 DUserPermissionData.fragment.graphql3 role
/expo/packages/expo-router/build/link/
H A DuseLinkToPathProps.d.ts8 role: "link";
H A DuseLinkToPathProps.js44 role: 'link',
/expo/tools/src/
H A DOpenAI.ts13 messages: [{ role: 'user', content: question }],
/expo/packages/expo-router/build/views/
H A DUnmatched.js36 …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 DErrorBoundary.js82 …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 DUnmatched.tsx39 <Text role="heading" aria-level={1} style={styles.title}>
42 <Text role="heading" aria-level={2} style={styles.subtitle}>
H A DErrorBoundary.tsx99 <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 DEXCalendarConverter.m74 + (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 DABI47_0_0EXCalendarConverter.m74 + (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 DABI49_0_0EXCalendarConverter.m74 + (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 DABI48_0_0EXCalendarConverter.m74 + (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 DViewAccessibility.d.ts108 role?: Role | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/View/
H A DViewAccessibility.d.ts108 role?: Role; property
/expo/packages/expo-router/build/onboard/
H A DTutorial.js15 …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 DDocumentationSidebarRight.test.tsx.snap16 role="img"
44 role="img"
/expo/apps/test-suite/tests/
H A DCalendar.js57 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 DREADME.md153 | 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 DTutorial.tsx15 role="heading"
61 <Text role="heading" aria-level={2} style={styles.subtitle}>

123