| /expo/packages/html-elements/src/elements/__tests__/ |
| H A D | Text-test.tsx | 21 Time, 76 it(`renders Time`, () => { 77 const tree = renderer.create(<Time dateTime="2001-05-15T19:00">May 15</Time>);
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | DateTimePickerScreen.web.tsx | 4 export default () => <Text>Date Time Picker is not implemented on web</Text>;
|
| H A D | HTMLElementsScreen.tsx | 35 Time, 106 <Time>Feb 2020</Time>
|
| /expo/packages/html-elements/build/elements/ |
| H A D | _Text.web.d.ts | 17 export declare const Time: ComponentType<TimeProps>; constant
|
| H A D | Text.d.ts | 16 export declare const Time: React.ComponentType<TimeProps>; constant
|
| H A D | _Text.web.js | 43 export const Time = forwardRef(({ style, ...props }, ref) => { constant
|
| H A D | Text.js | 46 export const Time = forwardRef(({ dateTime, ...props }, ref) => { constant
|
| /expo/apps/test-suite/tests/ |
| H A D | HTML.js | 37 Time, 68 Time,
|
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Text-test.tsx.snap.ios | 170 exports[`renders Time 1`] = `
|
| H A D | Text-test.tsx.snap.android | 170 exports[`renders Time 1`] = `
|
| H A D | Text-test.tsx.snap.web | 127 exports[`renders Time 1`] = `
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 23 $START_TIME = Time.now.to_i 168 Pod::UI.puts "Pod install took #{Time.now.to_i - $START_TIME} [s] to run".green
|
| /expo/docs/components/base/languages/ |
| H A D | ruby.ts | 102 …ss|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 24 $START_TIME = Time.now.to_i 229 Pod::UI.puts "Pod install took #{Time.now.to_i - $START_TIME} [s] to run".green
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 24 $START_TIME = Time.now.to_i 252 Pod::UI.puts "Pod install took #{Time.now.to_i - $START_TIME} [s] to run".green
|
| /expo/apps/native-component-list/src/screens/InAppPurchases/ |
| H A D | InAppPurchases.tsx | 122 <Text>Purchase Time: {record.purchaseTime}</Text> 128 <Text>Original Purchase Time: {record.originalPurchaseTime}</Text>
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Text.tsx | 63 export const Time = forwardRef(({ dateTime, ...props }: TimeProps, ref) => {
|
| H A D | _Text.web.tsx | 60 export const Time = forwardRef(({ style, ...props }: TimeProps, ref) => {
|
| /expo/docs/pages/accounts/ |
| H A D | two-factor.mdx | 18 Expo accepts any authenticator app that supports Time-based One-time Passwords (TOTP) including:
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesErrorRecovery.m | 391 return [NSString stringWithFormat:@"Time: %f\nName: %@\nReason: %@\n\n", 402 …NSMutableString *serialization = [[NSString stringWithFormat:@"Time: %f\nDomain: %@\nCode: %li\nDe…
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesErrorRecovery.m | 391 return [NSString stringWithFormat:@"Time: %f\nName: %@\nReason: %@\n\n", 402 …NSMutableString *serialization = [[NSString stringWithFormat:@"Time: %f\nDomain: %@\nCode: %li\nDe…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | background-fetch.mdx | 145 2. Select `Time Profiler`
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | background-fetch.mdx | 147 2. Select `Time Profiler`
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | background-fetch.mdx | 157 2. Select `Time Profiler`
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | background-fetch.mdx | 157 2. Select `Time Profiler`
|