Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-router/build/link/
H A Dhref.js7 return (0, exports.resolveHref)({ pathname: href ?? '' }); property
20 function createQualifiedPathname(pathname, params) { argument
H A Dhref.d.ts4 pathname?: string; property
H A Dlinking.js68 pathname: parsed.path, property
101 …s((0, extractPathFromURL_1.adjustPathname)({ hostname: parsed.hostname, pathname: parsed.path })))… property
/expo/packages/expo-router/src/link/
H A Dhref.ts5 pathname?: string; property
19 const { pathname, params } = createQualifiedPathname(path, { constant
/expo/packages/expo-asset/src/
H A DAssetUris.ts4 const { pathname } = new URL(url, {}); constant
/expo/packages/@expo/cli/src/start/server/middleware/
H A DServeStaticMiddleware.ts34 const pathname = parse(req.url).pathname; constant
/expo/packages/@expo/cli/src/start/server/metro/
H A DrunServer-fork.ts109 const { pathname } = parse(request.url!); constant
/expo/packages/expo-router/src/fork/
H A DextractPathFromURL.ts23 const pathname = url.match(/exps?:\/\/.*?\/--\/(.*)/)?.[1]; constant
H A DgetStateFromPath.ts53 const pathname = parsed.pathname; constant
/expo/packages/expo-router/build/head/
H A Durl.js65 function getStaticUrlFromExpoRouter(pathname) { argument
/expo/packages/@expo/metro-runtime/src/location/
H A DLocation.native.ts160 pathname: this.pathname, constant
/expo/packages/@expo/metro-runtime/build/location/
H A DLocation.native.js73 pathname: { property
163 pathname: this.pathname, property
/expo/packages/expo-router/build/fork/
H A DextractPathFromURL.js57 …return (adjustPathname({ hostname: res.hostname, pathname: res.path || '' }) + (qs ? '?' + qs : ''… property
/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts88 const pathname = outputPath.replace(/(?:index)?\.html$/, ''); constant
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/__tests__/
H A Dproxy.test.ts328 const { pathname } = parse(request.url!); constant
/expo/packages/expo-router/build/global-state/
H A Drouter-store.js72 pathname: '', property