Home
last modified time | relevance | path

Searched refs:_id (Results 1 – 9 of 9) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Inspector/
H A DABI49_0_0RCTInspector.mm45 NSInteger _id;
96 _id = id;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Inspector/
H A DABI47_0_0RCTInspector.mm46 NSInteger _id;
97 _id = id;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Inspector/
H A DABI48_0_0RCTInspector.mm46 NSInteger _id;
97 _id = id;
/expo/packages/@expo/cli/ts-declarations/metro-inspector-proxy/
H A Dindex.d.ts107 _id: number; property in Device
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/__tests__/
H A Dproxy.test.ts141 debuggerWs = new WS(`${debuggerWebSocketUrl}?device=${device._id}&page=1`);
170 debuggerWs = new WS(`${debuggerWebSocketUrl}?device=${device._id}&page=1&type=vscode`);
280 public readonly _id: string,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageStoreManager.mm30 NSUInteger _id;
58 _id = 0;
61 …NSString *imageTag = [NSString stringWithFormat:@"%@://%tu", ABI49_0_0RCTImageStoreURLScheme, _id+…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageStoreManager.mm31 NSUInteger _id;
59 _id = 0;
62 …NSString *imageTag = [NSString stringWithFormat:@"%@://%tu", ABI47_0_0RCTImageStoreURLScheme, _id+…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageStoreManager.mm30 NSUInteger _id;
58 _id = 0;
61 …NSString *imageTag = [NSString stringWithFormat:@"%@://%tu", ABI48_0_0RCTImageStoreURLScheme, _id+…
/expo/docs/pages/router/reference/
H A Dtyped-routes.mdx58 ❌ <Link href={{ pathname: "/user/[id]", params: { _id: 1 }}} />