Home
last modified time | relevance | path

Searched refs:urlPath (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-auth-session/src/
H A DSessionUrlProvider.ts11 urlPath?: string,
16 if (urlPath) {
17 path = [path, SessionUrlProvider.removeLeadingSlash(urlPath)].filter(Boolean).join('/');
41 getRedirectUrl(options: { projectNameForProxy?: string; urlPath?: string }): string {
44 return [window.location.origin, options.urlPath].filter(Boolean).join('/');
H A DAuthSession.ts59 return sessionUrlProvider.getRedirectUrl({ urlPath: path });
/expo/packages/expo-auth-session/build/
H A DSessionUrlProvider.d.ts5 …getDefaultReturnUrl(urlPath?: string, options?: Omit<Linking.CreateURLOptions, 'queryParams'>): st…
9 urlPath?: string;
H A DSessionUrlProvider.js8 getDefaultReturnUrl(urlPath, options) { argument
11 if (urlPath) {
12 path = [path, SessionUrlProvider.removeLeadingSlash(urlPath)].filter(Boolean).join('/');
35 return [window.location.origin, options.urlPath].filter(Boolean).join('/');
H A DAuthSession.d.ts11 export declare const getDefaultReturnUrl: (urlPath?: string | undefined, options?: Omit<Linking.Cre…
H A DAuthSession.js37 return sessionUrlProvider.getRedirectUrl({ urlPath: path }); property
H A DSessionUrlProvider.js.map1urlPath?: string,\n options?: Omit<Linking.CreateURLOptions, 'queryParams'>\n ): string {\n …
H A DAuthSession.js.map1 …l(path?: string): string {\n return sessionUrlProvider.getRedirectUrl({ urlPath: path });\n}\n\n/…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dandroid-e2e-test.js68 driver.on('http', function (method, urlPath, data) { argument
69 console.log(' > ' + method.magenta, urlPath, (data || '').grey);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dandroid-e2e-test.js68 driver.on('http', function (method, urlPath, data) { argument
69 console.log(' > ' + method.magenta, urlPath, (data || '').grey);
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI49_0_0AIRMapWMSTile.m24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
25 if (urlPath.fileURL) {
26 self.tileOverlay.tileCachePath = urlPath;
H A DABI49_0_0AIRMapUrlTile.m128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
129 if (urlPath.fileURL) {
130 self.tileOverlay.tileCachePath = urlPath;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI47_0_0AIRMapWMSTile.m24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
25 if (urlPath.fileURL) {
26 self.tileOverlay.tileCachePath = urlPath;
H A DABI47_0_0AIRMapUrlTile.m128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
129 if (urlPath.fileURL) {
130 self.tileOverlay.tileCachePath = urlPath;
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/
H A DAIRMapWMSTile.m24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
25 if (urlPath.fileURL) {
26 self.tileOverlay.tileCachePath = urlPath;
H A DAIRMapUrlTile.m128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
129 if (urlPath.fileURL) {
130 self.tileOverlay.tileCachePath = urlPath;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI48_0_0AIRMapWMSTile.m24 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
25 if (urlPath.fileURL) {
26 self.tileOverlay.tileCachePath = urlPath;
H A DABI48_0_0AIRMapUrlTile.m128 … NSURL *urlPath = [NSURL URLWithString:[self.tileCachePath stringByAppendingString:@"/"]];
129 if (urlPath.fileURL) {
130 self.tileOverlay.tileCachePath = urlPath;
/expo/home/screens/AccountModal/
H A DLoggedOutAccountView.tsx79 const _handleAuthentication = async (urlPath: string) => {
90 }/${urlPath}?app_redirect_uri=${encodeURIComponent(redirectBase)}`;