Home
last modified time | relevance | path

Searched refs:reg (Results 1 – 7 of 7) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/
H A DABI47_0_0RCTPackagerConnection.mm202 …registrations.begin(), registrations.end(), [&token](const auto &reg) { return reg.token == token;…
310 for (const auto &reg : registrations) {
311 if ([reg.method isEqual:method]) {
312 matches.push_back(reg);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/
H A DABI49_0_0RCTPackagerConnection.mm202 …registrations.begin(), registrations.end(), [&token](const auto &reg) { return reg.token == token;…
310 for (const auto &reg : registrations) {
311 if ([reg.method isEqual:method]) {
312 matches.push_back(reg);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/
H A DABI48_0_0RCTPackagerConnection.mm202 …registrations.begin(), registrations.end(), [&token](const auto &reg) { return reg.token == token;…
310 for (const auto &reg : registrations) {
311 if ([reg.method isEqual:method]) {
312 matches.push_back(reg);
/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts71 const reg = new RegExp(`export ${variableName}\\\\?=(.*)$`, 'mg'); constant
72 const matched = [...buildOutput.matchAll(reg)];
/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts761 const reg = getBasePathRegex(basePath); constant
762 return path.replace(/^\/+/g, '/').replace(reg, '');
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js548 const reg = getBasePathRegex(basePath);
549 return path.replace(/^\/+/g, '/').replace(reg, '');
H A DgetStateFromPath.js.map1 … if (basePath) {\n const reg = getBasePathRegex(basePath);\n return path.replace(/^\\…