Lines Matching refs:find
92 find: /([^/]+\.podspec\.json)$\b/,
96 find: /\b(RCT|RNC|RNG|RNR|REA|RNS)([^/]*\.)(h|m|mm)/,
103 find: /"name": "([\w-]+)"/,
108 find: /(\b|insert|remove)(React)/g,
112 find: /\b(RCT|RNC|RNG|RNR|REA|RNS|YG)(\w+)\b/g,
116 find: /(facebook|react|hermes)::/g,
122 find: /namespace (facebook|react|hermes)/g,
130 find: /namespace ([\w\s=]+facebook)::react/g,
136 …find: /r(eactTag|eactSubviews|eactSuperview|eactViewController|eactSetFrame|eactAddControllerToClo…
142 …find: /r(eactTag|eactSubviews|eactSuperview|eactViewController|eactSetFrame|eactAddControllerToClo…
150 find: new RegExp(`RCT_EXTERN_MODULE\\((?!${prefix})(\\w+)`, 'g'),
154 find: /<jsi\/(.*)\.h>/,
158 find: /(JSCExecutorFactory|HermesExecutorFactory)\.h/g,
162 find: /viewForReactTag/g,
166 find: /isReactRootView/g,
170 find: /IsReactRootView/g,
174 find: `UIView+${prefix}React.h`,
180 find: /^@objc\(([^)]+)\)/gm,
185 find: new RegExp(`${prefix}React-${prefix}RCT`, 'g'),
190 find: /\b(hermes-engine)\b/g,
195 find: new RegExp(`${prefix}React-Core\\/${prefix}RCT`, 'g'),
199 find: `${prefix}${prefix}`,