Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/config/
H A DABI48_0_0ReactNativeConfig.h24 virtual bool getBool(const std::string &param) const = 0;
25 virtual std::string getString(const std::string &param) const = 0;
26 virtual int64_t getInt64(const std::string &param) const = 0;
27 virtual double getDouble(const std::string &param) const = 0;
37 bool getBool(const std::string &param) const override;
38 std::string getString(const std::string &param) const override;
39 int64_t getInt64(const std::string &param) const override;
40 double getDouble(const std::string &param) const override;
H A DABI48_0_0ReactNativeConfig.cpp23 bool EmptyABI48_0_0ReactNativeConfig::getBool(const std::string &param) const { in getBool()
27 std::string EmptyABI48_0_0ReactNativeConfig::getString(const std::string &param) const { in getString()
31 int64_t EmptyABI48_0_0ReactNativeConfig::getInt64(const std::string &param) const { in getInt64()
35 double EmptyABI48_0_0ReactNativeConfig::getDouble(const std::string &param) const { in getDouble()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/config/
H A DABI49_0_0ReactNativeConfig.h24 virtual bool getBool(const std::string &param) const = 0;
25 virtual std::string getString(const std::string &param) const = 0;
26 virtual int64_t getInt64(const std::string &param) const = 0;
27 virtual double getDouble(const std::string &param) const = 0;
37 bool getBool(const std::string &param) const override;
38 std::string getString(const std::string &param) const override;
39 int64_t getInt64(const std::string &param) const override;
40 double getDouble(const std::string &param) const override;
H A DABI49_0_0ReactNativeConfig.cpp23 bool EmptyABI49_0_0ReactNativeConfig::getBool(const std::string &param) const { in getBool()
24 if (param == "ABI49_0_0React_fabric:enabled_layout_animations_ios") { in getBool()
30 std::string EmptyABI49_0_0ReactNativeConfig::getString(const std::string &param) const { in getString()
34 int64_t EmptyABI49_0_0ReactNativeConfig::getInt64(const std::string &param) const { in getInt64()
38 double EmptyABI49_0_0ReactNativeConfig::getDouble(const std::string &param) const { in getDouble()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/config/
H A DABI47_0_0ReactNativeConfig.h24 virtual bool getBool(const std::string &param) const = 0;
25 virtual std::string getString(const std::string &param) const = 0;
26 virtual int64_t getInt64(const std::string &param) const = 0;
27 virtual double getDouble(const std::string &param) const = 0;
37 bool getBool(const std::string &param) const override;
38 std::string getString(const std::string &param) const override;
39 int64_t getInt64(const std::string &param) const override;
40 double getDouble(const std::string &param) const override;
H A DABI47_0_0ReactNativeConfig.cpp23 bool EmptyABI47_0_0ReactNativeConfig::getBool(const std::string &param) const { in getBool()
27 std::string EmptyABI47_0_0ReactNativeConfig::getString(const std::string &param) const { in getString()
31 int64_t EmptyABI47_0_0ReactNativeConfig::getInt64(const std::string &param) const { in getInt64()
35 double EmptyABI47_0_0ReactNativeConfig::getDouble(const std::string &param) const { in getDouble()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0conversions.h17 std::string param) { in parseAnimationType() argument
18 if (param == "spring") { in parseAnimationType()
21 if (param == "linear") { in parseAnimationType()
27 if (param == "easeIn") { in parseAnimationType()
30 if (param == "easeOut") { in parseAnimationType()
33 if (param == "keyboard") { in parseAnimationType()
42 std::string param) { in parseAnimationProperty() argument
43 if (param == "opacity") { in parseAnimationProperty()
46 if (param == "scaleX") { in parseAnimationProperty()
49 if (param == "scaleY") { in parseAnimationProperty()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0conversions.h17 std::string param) { in parseAnimationType() argument
18 if (param == "spring") { in parseAnimationType()
21 if (param == "linear") { in parseAnimationType()
27 if (param == "easeIn") { in parseAnimationType()
30 if (param == "easeOut") { in parseAnimationType()
33 if (param == "keyboard") { in parseAnimationType()
42 std::string param) { in parseAnimationProperty() argument
43 if (param == "opacity") { in parseAnimationProperty()
46 if (param == "scaleX") { in parseAnimationProperty()
49 if (param == "scaleY") { in parseAnimationProperty()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0conversions.h17 std::string param) { in parseAnimationType() argument
18 if (param == "spring") { in parseAnimationType()
21 if (param == "linear") { in parseAnimationType()
27 if (param == "easeIn") { in parseAnimationType()
30 if (param == "easeOut") { in parseAnimationType()
33 if (param == "keyboard") { in parseAnimationType()
42 std::string param) { in parseAnimationProperty() argument
43 if (param == "opacity") { in parseAnimationProperty()
46 if (param == "scaleX") { in parseAnimationProperty()
49 if (param == "scaleY") { in parseAnimationProperty()
[all …]
/expo/packages/expo-modules-core/ios/Swift/Exceptions/
H A DGenericException.swift10 public let param: ParamType variable
16 …public init(_ param: ParamType, file: String = #fileID, line: UInt = #line, function: String = #fu…
17 self.param = param
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/
H A DGenericException.swift10 public let param: ParamType variable
16 …public init(_ param: ParamType, file: String = #fileID, line: UInt = #line, function: String = #fu…
17 self.param = param
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/
H A DGenericException.swift10 public let param: ParamType variable
16 …public init(_ param: ParamType, file: String = #fileID, line: UInt = #line, function: String = #fu…
17 self.param = param
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/
H A DGenericException.swift10 public let param: ParamType variable
16 …public init(_ param: ParamType, file: String = #fileID, line: UInt = #line, function: String = #fu…
17 self.param = param
/expo/packages/expo-router/src/fork/__tests__/__snapshots__/
H A DextractPathFromURL.test.ios.ts.snap17 …parses "exp://127.0.0.1:19000/--/test/path?query=param" 1`] = `"127.0.0.1:19000/--/test/path?query…
23 …poPathFromURL Bare parses "exp://127.0.0.1:19000?query=param" 1`] = `"127.0.0.1:19000?query=param"…
31 … "exp://exp.host/@test/test/--/test/path?query=param" 1`] = `"exp.host/@test/test/--/test/path?que…
45 …athFromURL Bare parses "https://example.com/test/path?query=param" 1`] = `"test/path?query=param"`;
53 …//expo-development-client/?url=acme://foo/bar?query=param&query2=param2" 1`] = `"foo/bar?query=par…
57 …://expo-development-client/?url=http://acme.com/foo/bar?query=param" 1`] = `"foo/bar?query=param"`;
73 …RL Expo Go parses "exp://127.0.0.1:19000/--/test/path?query=param" 1`] = `"test/path?query=param"`;
79 …[`extractExpoPathFromURL Expo Go parses "exp://127.0.0.1:19000?query=param" 1`] = `"?query=param"`;
87 …xpo Go parses "exp://exp.host/@test/test/--/test/path?query=param" 1`] = `"test/path?query=param"`;
91 …o parses "exp://u.expo.dev/update/123abc/--/test/path?query=param" 1`] = `"test/path?query=param"`;
[all …]
/expo/packages/expo-updates/ios/Tests/
H A DEXUpdatesParameterParserTests.m26 @[@"param = \"stuff\\\"; more stuff\"", @{@"param": @"stuff\\\"; more stuff"}],
27 …@[@"param = \"stuff\\\\\"; anotherparam", @{@"param": @"stuff\\\\", @"anotherparam": [NSNull null]…
28 @[@"foo/bar; param=\"baz=bat\"", @{@"foo/bar": [NSNull null], @"param": @"baz=bat"}],
/expo/packages/expo-router/build/link/
H A Dhref.js37 function encodeParam(param) { argument
38 if (Array.isArray(param)) {
39 return param.map((p) => encodeParam(p)).join('/');
41 return encodeURIComponent(param.toString());
/expo/packages/expo-router/src/link/
H A Dhref.ts46 function encodeParam(param: any): string {
47 if (Array.isArray(param)) {
48 return param.map((p) => encodeParam(p)).join('/');
51 return encodeURIComponent(param.toString());
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sqlite/
H A DSQLiteHelpers.kt81 return paramArrayArg.map { param -> in convertParamsToStringArray() method
82 when (param) { in convertParamsToStringArray()
83 is String -> unescapeBlob(param) in convertParamsToStringArray()
84 is Boolean -> if (param) "1" else "0" in convertParamsToStringArray()
85 is Double -> param.toString() in convertParamsToStringArray()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sqlite/
H A DSQLiteHelpers.kt81 return paramArrayArg.map { param -> in convertParamsToStringArray() method
82 when (param) { in convertParamsToStringArray()
83 is String -> unescapeBlob(param) in convertParamsToStringArray()
84 is Boolean -> if (param) "1" else "0" in convertParamsToStringArray()
85 is Double -> param.toString() in convertParamsToStringArray()
/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationExceptions.swift11 guard let param = param else { variable
/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationExceptions.swift11 guard let param = param else { variable
/expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/
H A DSQLiteHelpers.kt88 return paramArrayArg.map { param -> in convertParamsToStringArray() method
89 when (param) { in convertParamsToStringArray()
90 is String -> unescapeBlob(param) in convertParamsToStringArray()
91 is Boolean -> if (param) "1" else "0" in convertParamsToStringArray()
92 is Double -> param.toString() in convertParamsToStringArray()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sqlite/
H A DSQLiteHelpers.kt88 return paramArrayArg.map { param -> in convertParamsToStringArray() method
89 when (param) { in convertParamsToStringArray()
90 is String -> unescapeBlob(param) in convertParamsToStringArray()
91 is Boolean -> if (param) "1" else "0" in convertParamsToStringArray()
92 is Double -> param.toString() in convertParamsToStringArray()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLVar.h191 DSLPossibleExpression operator=(DSLVar& param) {
192 return this->operator=(DSLExpression(param));
196 DSLPossibleExpression operator=(Param& param) {
197 return this->operator=(DSLExpression(param));
242 DSLPossibleExpression operator=(DSLGlobalVar& param) {
243 return this->operator=(DSLExpression(param));
247 DSLPossibleExpression operator=(Param& param) {
248 return this->operator=(DSLExpression(param));
304 return this->operator=(DSLExpression(param));
308 DSLPossibleExpression operator=(Param& param) {
[all …]
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js.map1param action\n */\nexport function createAndroidManifestPlugin(\n action: MutateDataAction<Manife…

12345678910>>...13