Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/expo/tools/src/versioning/ios/transforms/
H A DvendoredModulesTransforms.ts32 replaceWith: `${prefix}$1`,
51 replaceWith: `${prefix}$1`,
76 replaceWith: `${prefix}$1`,
81 replaceWith: `${prefix}$1(`,
98 replaceWith: `${prefix}$1`,
103 replaceWith: `${prefix}$1`,
123 replaceWith: `$1<${prefix}$2/${prefix}$4$5`,
137 find: new RegExp(`<${prefix}React-${prefix}RCTAppDelegate/`, 'g'),
146 replaceWith: `$1<${prefix}React-cxxreact/${prefix}cxxreact/${prefix}JSExecutor.h>`,
151 replaceWith: `#include <${prefix}jsi/${prefix}jsi.h>`,
[all …]
H A DexpoModulesTransforms.ts20 replaceWith: `${prefix}$1$2$3`,
25 replaceWith: `${prefix}$1$2+$3$4`,
36 replaceWith: `${prefix}React`,
41 replaceWith: `${prefix}$1`,
59 replaceWith: (_, p1, p2) => `${p1 ?? ''}${p1 ? prefix : prefix.toLowerCase()}R${p2}`,
65 replaceWith: `"${prefix}$1"`,
96 replaceWith: `#$1 <${prefix}$2/${prefix}`,
108 replaceWith: `${prefix}$1::`,
130 replaceWith: `$1${prefix}$3`,
143 replaceWith: `${prefix}$1`,
[all …]
/expo/tools/src/versioning/android/transforms/
H A DvendoredModulesTransforms.ts50 replaceWith: `$1${prefix}.$3`,
97 replaceWith: `$1_${prefix}`,
102 replaceWith: `${prefix}.$1`,
107 replaceWith: `${prefix}.$1`,
115 replaceWith: `$1${prefix}.$3`,
123 replaceWith: `$1${prefix}.$3`,
135 replaceWith: `import ${prefix}.$1`,
141 replaceWith: `import ${prefix}.$1`,
147 replaceWith: `import ${prefix}.$1`,
153 replaceWith: `import ${prefix}.$1`,
[all …]
/expo/tools/src/versioning/ios/
H A DversionVendoredModules.ts21 const prefix = `ABI${sdkNumber}_0_0`; constant
93 replaceWith: `${prefix}$1`,
109 replaceWith: `$1${prefix}$2`,
113 replaceWith: `${prefix}$1$2`,
137 replaceWith: `${prefix}R$1`,
155 replaceWith: `<${prefix}jsi/${prefix}$1.h>`,
185 find: new RegExp(`${prefix}React-${prefix}RCT`, 'g'),
191 replaceWith: `${prefix}$1`,
195 find: new RegExp(`${prefix}React-Core\\/${prefix}RCT`, 'g'),
199 find: `${prefix}${prefix}`,
[all …]
H A DversionExpoModules.ts35 const prefix = getVersionPrefix(sdkNumber); constant
36 const commonTransforms = getCommonExpoModulesTransforms(prefix);
56 const moduleConfig = getVersioningExpoModuleConfig(prefix, pkg.packageName);
61 prefix,
106 prefix: string,
116 podspec.name = `${prefix}${podspec.name}`;
119 podspec.header_dir = `${prefix}${podspec.header_dir}`;
125 const newKey = `${prefix}${key}`;
137 prefix
159 function transformVersionedFiles(files: string | string[], prefix: string): string[] {
[all …]
H A DversionExpoModulesProvider.ts28 const prefix = getVersionPrefix(sdkNumber); constant
41 replaceWith: `import ${prefix}$1`,
45 replaceWith: `@objc(${prefix}$1$2)`,
53 `${prefix}${MODULES_PROVIDER_POD_NAME}.podspec.json`
56 name: `${prefix}${MODULES_PROVIDER_POD_NAME}`,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0PropsMacros.h56 #define SET_CASCADED_RECTANGLE_CORNERS(struct, prefix, suffix, rawValue) \ argument
58 struct, topLeft, prefix "TopLeft" suffix, rawValue) \
82 struct, startStart, prefix "StartStart" suffix, rawValue)
84 #define SET_CASCADED_RECTANGLE_EDGES(struct, prefix, suffix, rawValue) \ argument
86 struct, left, prefix "Left" suffix, rawValue) \
88 struct, right, prefix "Right" suffix, rawValue) \
90 struct, top, prefix "Top" suffix, rawValue) \
92 struct, bottom, prefix "Bottom" suffix, rawValue) \
94 struct, start, prefix "Start" suffix, rawValue) \
96 struct, end, prefix "End" suffix, rawValue) \
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0PropsMacros.h74 struct, bottomEnd, prefix "BottomEnd" suffix, rawValue)
76 #define SET_CASCADED_RECTANGLE_EDGES(struct, prefix, suffix, rawValue) \ argument
78 struct, left, prefix "Left" suffix, rawValue) \
80 struct, right, prefix "Right" suffix, rawValue) \
82 struct, top, prefix "Top" suffix, rawValue) \
84 struct, bottom, prefix "Bottom" suffix, rawValue) \
86 struct, start, prefix "Start" suffix, rawValue) \
88 struct, end, prefix "End" suffix, rawValue) \
90 struct, horizontal, prefix "Horizontal" suffix, rawValue) \
92 struct, vertical, prefix "Vertical" suffix, rawValue) \
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dfabric-test.rb27 prefix = "../.."
30 setup_fabric!(:react_native_path => prefix)
33 check_installed_pods(prefix)
38 prefix = "../.."
42 setup_fabric!(:react_native_path => prefix, new_arch_enabled: true)
45 check_installed_pods(prefix)
48 def check_installed_pods(prefix) argument
51 check_pod("React-Fabric", :path => "#{prefix}/ReactCommon", :project_name => 'ABI49_0_0')
52 …check_pod("React-graphics", :path => "#{prefix}/ReactCommon/react/renderer/graphics", :project_nam…
53 …check_pod("React-RCTFabric", :path => "#{prefix}/React", :project_name => 'ABI49_0_0', :modular_he…
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0PropsMacros.h56 #define SET_CASCADED_RECTANGLE_CORNERS(struct, prefix, suffix, rawValue) \ argument
74 struct, all, prefix "" suffix, rawValue)
76 #define SET_CASCADED_RECTANGLE_EDGES(struct, prefix, suffix, rawValue) \ argument
78 struct, left, prefix "Left" suffix, rawValue) \
80 struct, right, prefix "Right" suffix, rawValue) \
82 struct, top, prefix "Top" suffix, rawValue) \
84 struct, bottom, prefix "Bottom" suffix, rawValue) \
86 struct, start, prefix "Start" suffix, rawValue) \
88 struct, end, prefix "End" suffix, rawValue) \
90 struct, horizontal, prefix "Horizontal" suffix, rawValue) \
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb94 prefix = path
103 pod 'ABI49_0_0React', :path => "#{prefix}/", :project_name => 'ABI49_0_0'
104 pod 'ABI49_0_0React-Core', :path => "#{prefix}/", :project_name => 'ABI49_0_0'
116 pod 'ABI49_0_0React-Core/RCTWebSocket', :path => "#{prefix}/", :project_name => 'ABI49_0_0'
123 setup_hermes_ABI49_0_0!(:react_native_path => prefix, :fabric_enabled => fabric_enabled)
125 setup_jsc_ABI49_0_0!(:react_native_path => prefix, :fabric_enabled => fabric_enabled)
150 :react_native_path => prefix,
161 checkAndGenerateEmptyThirdPartyProvider!(prefix, new_arch_enabled)
162 setup_fabric!(:react_native_path => prefix, new_arch_enabled: new_arch_enabled)
173 install_flipper_dependencies(prefix)
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb46 prefix = path
58 pod 'ABI47_0_0React', :path => "#{prefix}/", :project_name => 'ABI47_0_0'
59 pod 'ABI47_0_0React-Core', :path => "#{prefix}/", :project_name => 'ABI47_0_0'
70 pod 'ABI47_0_0React-Core/RCTWebSocket', :path => "#{prefix}/", :project_name => 'ABI47_0_0'
72 pod 'ABI47_0_0React-bridging', :path => "#{prefix}/ReactCommon", :project_name => 'ABI47_0_0'
74 pod 'ABI47_0_0React-jsi', :path => "#{prefix}/ReactCommon/jsi", :project_name => 'ABI47_0_0'
94 :react_native_path => prefix,
105 setup_fabric!(prefix)
108 install_hermes_if_enabled(hermes_enabled, prefix)
115 install_flipper_dependencies(prefix)
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dfabric-test.rb18 prefix = "../.."
21 setup_fabric!(prefix)
24 check_installed_pods(prefix)
27 def check_installed_pods(prefix) argument
30 check_pod("React-Fabric", :path => "#{prefix}/ReactCommon", :project_name => 'ABI47_0_0')
31 check_pod("React-rncore", :path => "#{prefix}/ReactCommon", :project_name => 'ABI47_0_0')
32 …check_pod("React-graphics", :path => "#{prefix}/ReactCommon/react/renderer/graphics", :project_nam…
33 … check_pod("React-jsi/Fabric", :path => "#{prefix}/ReactCommon/jsi", :project_name => 'ABI47_0_0')
34 …check_pod("React-RCTFabric", :path => "#{prefix}/React", :project_name => 'ABI47_0_0', :modular_he…
35 … check_pod("RCT-Folly/Fabric", :podspec => "#{prefix}/third-party-podspecs/RCT-Folly.podspec")
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb78 prefix = path
87 pod 'ABI48_0_0React', :path => "#{prefix}/", :project_name => 'ABI48_0_0'
88 pod 'ABI48_0_0React-Core', :path => "#{prefix}/", :project_name => 'ABI48_0_0'
93 pod 'ABI48_0_0React-RCTBlob', :path => "#{prefix}/Libraries/Blob", :project_name => 'ABI48_0_0'
100 pod 'ABI48_0_0React-Core/RCTWebSocket', :path => "#{prefix}/", :project_name => 'ABI48_0_0'
105 setup_hermes_ABI48_0_0!(:react_native_path => prefix, :fabric_enabled => fabric_enabled)
107 setup_jsc_ABI48_0_0!(:react_native_path => prefix, :fabric_enabled => fabric_enabled)
130 :react_native_path => prefix,
142 setup_fabric!(:react_native_path => prefix)
150 install_flipper_dependencies(prefix)
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dfabric-test.rb26 prefix = "../.."
29 setup_fabric!(:react_native_path => prefix)
32 check_installed_pods(prefix)
35 def check_installed_pods(prefix) argument
38 check_pod("React-Fabric", :path => "#{prefix}/ReactCommon", :project_name => 'ABI48_0_0')
39 check_pod("React-rncore", :path => "#{prefix}/ReactCommon", :project_name => 'ABI48_0_0')
40 …check_pod("React-graphics", :path => "#{prefix}/ReactCommon/react/renderer/graphics", :project_nam…
41 …check_pod("React-RCTFabric", :path => "#{prefix}/React", :project_name => 'ABI48_0_0', :modular_he…
42 … check_pod("RCT-Folly/Fabric", :podspec => "#{prefix}/third-party-podspecs/RCT-Folly.podspec")
/expo/tools/src/versioning/android/
H A DversionVendoredModules.ts25 const prefix = `abi${sdkNumber}_0_0`; constant
170 replaceWith: `/$1/${prefix}/`,
177 replaceWith: `$1${prefix}.$2`,
185 replaceWith: `${prefix}.$1`,
190 replaceWith: `import $1${prefix}.$2`,
195 replaceWith: `$1_${prefix}$3`,
200 replaceWith: `$1${prefix}/$2`,
227 replaceWith: `$1$2_${prefix}$3`,
232 replaceWith: `$1_${prefix}`,
237 replaceWith: `$1${prefix}.$2$3`,
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/
H A Dfabric.rb12 def setup_fabric!(prefix) argument
13 pod 'ABI47_0_0React-Fabric', :path => "#{prefix}/ReactCommon", :project_name => 'ABI47_0_0'
14 pod 'ABI47_0_0React-rncore', :path => "#{prefix}/ReactCommon", :project_name => 'ABI47_0_0'
15 …pod 'ABI47_0_0React-graphics', :path => "#{prefix}/ReactCommon/react/renderer/graphics", :project_…
16 …pod 'ABI47_0_0React-jsi/Fabric', :path => "#{prefix}/ReactCommon/jsi", :project_name => 'ABI47_0_0'
17 …pod 'ABI47_0_0React-RCTFabric', :path => "#{prefix}/React", :project_name => 'ABI47_0_0', :modular…
/expo/packages/@expo/cli/src/utils/tsconfig/
H A DmatchTsConfigPathAlias.ts5 prefix: string; property
31 prefix: pattern.slice(0, indexOfStar),
36 function isPatternMatch({ prefix, suffix }: Pattern, candidate: string) {
38 candidate.length >= prefix.length + suffix.length &&
39 candidate.startsWith(prefix) &&
60 if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {
61 longestMatchPrefixLength = pattern.prefix.length;
98 return candidate.substring(pattern.prefix.length, candidate.length - pattern.suffix.length);
117 : `${matchedPattern.prefix}*${matchedPattern.suffix}`,
/expo/docs/ui/components/Tag/
H A DPlatformTags.tsx7 prefix?: string;
11 export const PlatformTags = ({ prefix, platforms }: PlatformTagsProps) => {
14 {prefix && <BOLD>{prefix}&ensp;</BOLD>}
18 {prefix && <br />}
/expo/tools/src/vendoring/devmenu/steps/
H A DPrefixHeaders.ts10 prefix: string;
18 protected readonly prefix: string;
22 constructor({ source, subPath, prefix, filePattern, debug }: PrefixHeadersSettings) {
26 this.prefix = prefix;
48 const fileName = this.prefix + header.base;
64 return acc.replace(new RegExp(regex, 'g'), `$1${this.prefix}${header.base}"`);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0propsConversions.h58 prefix, in convertRawProp()
66 prefix, in convertRawProp()
74 prefix, in convertRawProp()
82 prefix, in convertRawProp()
90 prefix, in convertRawProp()
98 prefix, in convertRawProp()
106 prefix, in convertRawProp()
114 prefix, in convertRawProp()
122 prefix, in convertRawProp()
345 prefix, in convertRawProp()
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkStringView.h17 inline constexpr bool starts_with(std::string_view str, std::string_view prefix) { in starts_with() argument
18 if (prefix.length() > str.length()) { in starts_with()
21 return prefix.length() == 0 || !memcmp(str.data(), prefix.data(), prefix.length()); in starts_with()
/expo/docs/components/plugins/api/
H A DAPISectionPlatformTags.tsx9 prefix?: string;
13 export const APISectionPlatformTags = ({ comment, prefix, platforms }: Props) => {
17 return <PlatformTags prefix={prefix} platforms={platformNames} />;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0propsConversions.h58 prefix, in convertRawProp()
66 prefix, in convertRawProp()
74 prefix, in convertRawProp()
82 prefix, in convertRawProp()
90 prefix, in convertRawProp()
98 prefix, in convertRawProp()
106 prefix, in convertRawProp()
114 prefix, in convertRawProp()
122 prefix, in convertRawProp()
345 prefix, in convertRawProp()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0propsConversions.h58 prefix, in convertRawProp()
66 prefix, in convertRawProp()
74 prefix, in convertRawProp()
82 prefix, in convertRawProp()
90 prefix, in convertRawProp()
98 prefix, in convertRawProp()
106 prefix, in convertRawProp()
114 prefix, in convertRawProp()
122 prefix, in convertRawProp()
323 prefix, in convertRawProp()
[all …]

12345678910>>...15