Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 2726) sorted by relevance

12345678910>>...110

/expo/packages/jest-expo/src/preset/
H A DexpoModules.js14 getConstants: { type: 'function' }, property
17 legalNotice: { type: 'string' }, property
25 getConstants: { type: 'function' }, property
49 getConstants: { type: 'function' }, property
57 getConstants: { type: 'function' }, property
111 type: 'object', property
668 type: 'mock', property
678 ExpoBarCodeScanner: { BarCodeType: { type: 'object' }, Type: { type: 'object' } }, property
816 type: 'object', property
981 Direction: { type: 'object' }, property
[all …]
/expo/packages/expo-build-properties/build/
H A DpluginConfig.js25 type: 'object', property
28 type: 'object', property
40 type: 'string', property
44 type: 'object', property
46 pickFirst: { type: 'array', items: { type: 'string' }, nullable: true }, property
47 exclude: { type: 'array', items: { type: 'string' }, nullable: true }, property
48 merge: { type: 'array', items: { type: 'string' }, nullable: true }, property
49 doNotStrip: { type: 'array', items: { type: 'string' }, nullable: true }, property
54 extraMavenRepos: { type: 'array', items: { type: 'string' }, nullable: true }, property
60 type: 'object', property
[all …]
/expo/docs/public/static/schemas/unversioned/
H A Deas-json-build-common-schema.js4 type: 'boolean',
11 type: 'string',
27 type: 'string',
36 type: 'string',
56 type: 'boolean',
76 type: 'string',
93 type: 'string',
98 type: 'string',
103 type: 'string',
108 type: 'string',
[all …]
H A Deas-json-submit-ios-schema.js4 type: 'string',
9 type: 'string',
17 type: 'string',
22 type: 'string',
29 type: 'string',
34 type: 'string',
41 type: 'string',
48 type: 'string',
55 type: 'string',
62 type: 'string',
[all …]
H A Deas-json-build-ios-schema.js8 type: 'boolean',
15 type: 'boolean',
26 type: 'boolean | \"version\" | \"buildNumber\"',
40 type: 'string',
63 type: 'string',
68 type: 'string',
73 type: 'string',
78 type: 'string',
91 type: 'string',
102 type: 'string',
/expo/docs/components/plugins/api/
H A DAPISectionUtils.test.tsx28 type: 'array',
40 type: 'array',
107 type: 'array',
115 type: { type: 'intrinsic', name: 'any' },
152 type: 'union',
266 type: {
296 type: { type: 'reference', name: 'Error' },
326 type: { type: 'reference', name: 'Error' },
329 type: { type: 'intrinsic', name: 'void' },
348 type: { type: 'intrinsic', name: 'number' },
[all …]
H A DAPISectionTypes.tsx72 type,
108 type,
111 if (type.declaration) {
135 } else if (type.types && ['union', 'intersection'].includes(type.type)) {
149 {type.type === 'intersection' ? (
153 .filter(type => ['reference', 'union', 'intersection'].includes(type.type))
192 } else if ((type.name === 'Record' && type.typeArguments) || type.type === 'reference') {
207 } else if (type.type === 'intrinsic') {
222 } else if (type.type === 'conditional' && type.checkType) {
246 {type.trueType && resolveTypeName(type.trueType)}
[all …]
/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DLogBoxLog.js46 type; field in LogBoxLog
69 this.type = data.type ?? 'error';
82 getAvailableStack(type) { argument
86 return this.getStack(type);
88 flushCallbacks(type) { argument
98 pushCallback(type, callback) { argument
106 retrySymbolicate(type, callback) { argument
109 symbolicate(type, callback) { argument
131 getStack(type) { argument
132 if (type === 'component') {
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0utils.h22 return (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondRemovesOnly()
23 lhs.type == rhs.type) && in shouldFirstComeBeforeSecondRemovesOnly()
31 if (lhs.type != rhs.type) { in shouldFirstComeBeforeSecondMutation()
33 if (lhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation()
36 if (rhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation()
41 if (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation()
42 rhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation()
45 if (rhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation()
46 lhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation()
51 if (lhs.type == ShadowViewMutation::Type::Create && in shouldFirstComeBeforeSecondMutation()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0utils.h22 return (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondRemovesOnly()
23 lhs.type == rhs.type) && in shouldFirstComeBeforeSecondRemovesOnly()
31 if (lhs.type != rhs.type) { in shouldFirstComeBeforeSecondMutation()
33 if (lhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation()
36 if (rhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation()
41 if (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation()
42 rhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation()
45 if (rhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation()
46 lhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation()
51 if (lhs.type == ShadowViewMutation::Type::Create && in shouldFirstComeBeforeSecondMutation()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0utils.h22 return (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondRemovesOnly()
23 lhs.type == rhs.type) && in shouldFirstComeBeforeSecondRemovesOnly()
31 if (lhs.type != rhs.type) { in shouldFirstComeBeforeSecondMutation()
33 if (lhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation()
36 if (rhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation()
41 if (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation()
42 rhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation()
45 if (rhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation()
46 lhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation()
51 if (lhs.type == ShadowViewMutation::Type::Create && in shouldFirstComeBeforeSecondMutation()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap11 "type": "BYTECODE",
14 "type": "FRAME",
24 "type": "FRAME",
40 "type": "SOURCE",
42 "type": "FRAME",
62 "type": "FRAME",
76 "type": "FRAME",
94 "type": "FRAME",
104 "type": "FRAME",
122 "type": "FRAME",
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap11 "type": "BYTECODE",
14 "type": "FRAME",
24 "type": "FRAME",
40 "type": "SOURCE",
42 "type": "FRAME",
62 "type": "FRAME",
76 "type": "FRAME",
94 "type": "FRAME",
104 "type": "FRAME",
122 "type": "FRAME",
[all …]
/expo/packages/expo-modules-core/ios/Swift/Logging/
H A DLogger.swift79 log(type: .trace, items) in trace()
87 log(type: .debug, items) in debug()
95 log(type: .info, items) in info()
102 log(type: .warn, items) in warn()
109 log(type: .error, items) in error()
116 log(type: .fatal, items) in fatal()
131 log(type: type, "The stacktrace from '\(file):\(line)' on queue '\(queueName)':") in stacktrace()
135 log(type: type, "≫ \(formattedSymbol)") in stacktrace()
143 log(type: .debug, items) in callAsFunction()
211 handler.log(type: type, message) in log()
[all …]
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/
H A DLogger.swift79 log(type: .trace, items) in trace()
87 log(type: .debug, items) in debug()
95 log(type: .info, items) in info()
102 log(type: .warn, items) in warn()
109 log(type: .error, items) in error()
116 log(type: .fatal, items) in fatal()
131 log(type: type, "The stacktrace from '\(file):\(line)' on queue '\(queueName)':") in stacktrace()
135 log(type: type, "≫ \(formattedSymbol)") in stacktrace()
143 log(type: .debug, items) in callAsFunction()
211 handler.log(type: type, message) in log()
[all …]
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/
H A DLogger.swift79 log(type: .trace, items) in trace()
87 log(type: .debug, items) in debug()
95 log(type: .info, items) in info()
102 log(type: .warn, items) in warn()
109 log(type: .error, items) in error()
116 log(type: .fatal, items) in fatal()
131 log(type: type, "The stacktrace from '\(file):\(line)' on queue '\(queueName)':") in stacktrace()
135 log(type: type, "≫ \(formattedSymbol)") in stacktrace()
143 log(type: .debug, items) in callAsFunction()
211 handler.log(type: type, message) in log()
[all …]
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/
H A DLogger.swift79 log(type: .trace, items) in trace()
87 log(type: .debug, items) in debug()
95 log(type: .info, items) in info()
102 log(type: .warn, items) in warn()
109 log(type: .error, items) in error()
116 log(type: .fatal, items) in fatal()
131 log(type: type, "The stacktrace from '\(file):\(line)' on queue '\(queueName)':") in stacktrace()
135 log(type: type, "≫ \(formattedSymbol)") in stacktrace()
143 log(type: .debug, items) in callAsFunction()
211 handler.log(type: type, message) in log()
[all …]
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DUpdateAsset.swift17 public let type: String? variable
40 public required init(key: String?, type: String?) {
42 self.type = type
47 if let type = type { variable
48 if type.hasPrefix(".") {
49 fileExtension = type
51 fileExtension = "." + type
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DUpdateAsset.swift17 public let type: String? variable
40 public required init(key: String?, type: String?) {
42 self.type = type
47 if let type = type { variable
48 if type.hasPrefix(".") {
49 fileExtension = type
51 fileExtension = "." + type
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/transitions/
H A DTransitionUtils.java24 String type = config.getString("type"); in inflate() local
25 if ("group".equals(type)) { in inflate()
27 } else if ("in".equals(type)) { in inflate()
29 } else if ("out".equals(type)) { in inflate()
31 } else if ("change".equals(type)) { in inflate()
55 if (type == null || "none".equals(type)) { in createVisibilityTransition()
57 } else if ("fade".equals(type)) { in createVisibilityTransition()
59 } else if ("scale".equals(type)) { in createVisibilityTransition()
102 if (type == null || "none".equals(type)) { in createTransition()
104 } else if ("fade".equals(type)) { in createTransition()
[all …]
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/transitions/
H A DTransitionUtils.java24 String type = config.getString("type"); in inflate() local
25 if ("group".equals(type)) { in inflate()
27 } else if ("in".equals(type)) { in inflate()
29 } else if ("out".equals(type)) { in inflate()
31 } else if ("change".equals(type)) { in inflate()
55 if (type == null || "none".equals(type)) { in createVisibilityTransition()
57 } else if ("fade".equals(type)) { in createVisibilityTransition()
59 } else if ("scale".equals(type)) { in createVisibilityTransition()
102 if (type == null || "none".equals(type)) { in createTransition()
104 } else if ("fade".equals(type)) { in createTransition()
[all …]
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DBranchContentMetadata+RNBranch.m21 …a": [RNBranchProperty propertyWithSetterSelector:@selector(setContentSchema:) type:NSString.class],
22 …RNBranchProperty propertyWithSetterSelector:@selector(setQuantityWithNumber:) type:NSNumber.class],
23 …: [RNBranchProperty propertyWithSetterSelector:@selector(setPriceWithString:) type:NSString.class],
24 …@"currency": [RNBranchProperty propertyWithSetterSelector:@selector(setCurrency:) type:NSString.cl…
25 … @"sku": [RNBranchProperty propertyWithSetterSelector:@selector(setSku:) type:NSString.class],
26 …ame": [RNBranchProperty propertyWithSetterSelector:@selector(setProductName:) type:NSString.class],
27 …nd": [RNBranchProperty propertyWithSetterSelector:@selector(setProductBrand:) type:NSString.class],
30 …@"condition": [RNBranchProperty propertyWithSetterSelector:@selector(setCondition:) type:NSString.…
34 …t": [RNBranchProperty propertyWithSetterSelector:@selector(setAddressStreet:) type:NSString.class],
35 …ity": [RNBranchProperty propertyWithSetterSelector:@selector(setAddressCity:) type:NSString.class],
[all …]
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DExpectedType.cpp37 if (type == CppType::DOUBLE) { in getJClassString()
43 if (type == CppType::BOOLEAN) { in getJClassString()
49 if (type == CppType::INT) { in getJClassString()
55 if (type == CppType::FLOAT) { in getJClassString()
58 if (type == CppType::STRING) { in getJClassString()
61 if (type == CppType::JS_OBJECT) { in getJClassString()
64 if (type == CppType::JS_VALUE) { in getJClassString()
67 if (type == CppType::READABLE_ARRAY) { in getJClassString()
70 if (type == CppType::READABLE_MAP) { in getJClassString()
73 if (type == CppType::TYPED_ARRAY) { in getJClassString()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/types/
H A DEither.kt14 fun `is`(type: KClass<FirstType>): Boolean { in is()
15 return type.isInstance(value) in is()
19 fun `is`(type: KClass<SecondType>): Boolean { in is()
20 return type.isInstance(value) in is()
24 fun get(type: KClass<FirstType>) = value as FirstType in get()
27 fun get(type: KClass<SecondType>) = value as SecondType in get()
39 fun `is`(type: KClass<ThirdType>): Boolean { in get()
40 return type.isInstance(value) in get()
44 fun get(type: KClass<ThirdType>) = value as ThirdType in get()
54 fun `is`(type: KClass<FourthType>): Boolean { in is()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/
H A DEither.kt14 fun `is`(type: KClass<FirstType>): Boolean { in is()
15 return type.isInstance(value) in is()
19 fun `is`(type: KClass<SecondType>): Boolean { in is()
20 return type.isInstance(value) in is()
24 fun get(type: KClass<FirstType>) = value as FirstType in get()
27 fun get(type: KClass<SecondType>) = value as SecondType in get()
39 fun `is`(type: KClass<ThirdType>): Boolean { in get()
40 return type.isInstance(value) in get()
44 fun get(type: KClass<ThirdType>) = value as ThirdType in get()
54 fun `is`(type: KClass<FourthType>): Boolean { in is()
[all …]

12345678910>>...110