Home
last modified time | relevance | path

Searched refs:agent (Results 1 – 22 of 22) sorted by relevance

/expo/packages/expo-constants/src/
H A DExponentConstants.web.ts22 const agent = navigator.userAgent.toLowerCase(); constant
23 if (agent.includes('edge')) {
25 } else if (agent.includes('edg')) {
27 } else if (agent.includes('opr') && !!window['opr']) {
29 } else if (agent.includes('chrome') && !!window['chrome']) {
31 } else if (agent.includes('trident')) {
33 } else if (agent.includes('firefox')) {
35 } else if (agent.includes('safari')) {
/expo/packages/expo-constants/build/
H A DExponentConstants.web.js7 const agent = navigator.userAgent.toLowerCase();
8 if (agent.includes('edge')) {
11 else if (agent.includes('edg')) {
14 else if (agent.includes('opr') && !!window['opr']) {
17 else if (agent.includes('chrome') && !!window['chrome']) {
20 else if (agent.includes('trident')) {
23 else if (agent.includes('firefox')) {
26 else if (agent.includes('safari')) {
H A DExponentConstants.web.js.map1agent = navigator.userAgent.toLowerCase();\n if (agent.includes('edge')) {\n return 'Edge'…
H A DConstants.types.js.map1 …e user agent string which would be included in requests sent by a web view running on\n * this d…
/expo/packages/@expo/cli/src/api/rest/
H A DwrapFetchWithProxy.ts13 if (!options.agent && proxy) {
15 options.agent = createHttpsProxyAgent(proxy);
/expo/docs/public/
H A Drobots.txt1 User-agent: *
/expo/packages/@expo/cli/src/api/rest/__tests__/
H A DwrapFetchWithProxy.test.ts24 agent: expect.objectContaining({
/expo/packages/@expo/cli/src/api/rest/cache/
H A DwrapFetchWithCache.ts144 delete initCacheKeyJson.agent;
/expo/apps/test-suite/functions/
H A Dyarn.lock366 agent-base@6:
368 …resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab…
850 https-proxy-agent "^5.0.0"
988 http-proxy-agent@^5.0.0:
990 …resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520…
994 agent-base "6"
997 https-proxy-agent@^5.0.0:
999 …resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb…
1002 agent-base "6"
1712 http-proxy-agent "^5.0.0"
[all …]
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGTSpan.mm357 * ‘kerning’ indicates whether the user agent should adjust inter-glyph spacing
515 along the path from the start of the path, calculated using the user agent's distance
521 along the path from the start of the path, calculated using the user agent's distance
578 calculated using the user agent's distance along the path algorithm,
664 descendants. This value is used to calibrate the user agent's own calculations with
672 (in most cases) when the user agent determines the appropriate amount to expand/compress
679 adjustment ratio used for other content that shares the same ancestor. The user agent
695 the author's computation exactly matched the value calculated by the user agent;
955 using the user agent's distance along the path algorithm.
997 the startpoint-on-the-path for this glyph, calculated using the user agent's
H A DABI47_0_0RNSVGGlyphContext.mm433 * (e.g., an unqualified number such as 128), the SVG user agent
438 * (e.g., 12pt or 10%), then the SVG user agent converts the
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGTSpan.mm357 * ‘kerning’ indicates whether the user agent should adjust inter-glyph spacing
515 along the path from the start of the path, calculated using the user agent's distance
521 along the path from the start of the path, calculated using the user agent's distance
578 calculated using the user agent's distance along the path algorithm,
664 descendants. This value is used to calibrate the user agent's own calculations with
672 (in most cases) when the user agent determines the appropriate amount to expand/compress
679 adjustment ratio used for other content that shares the same ancestor. The user agent
695 the author's computation exactly matched the value calculated by the user agent;
955 using the user agent's distance along the path algorithm.
997 the startpoint-on-the-path for this glyph, calculated using the user agent's
H A DABI49_0_0RNSVGGlyphContext.mm433 * (e.g., an unqualified number such as 128), the SVG user agent
438 * (e.g., 12pt or 10%), then the SVG user agent converts the
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTSpan.mm357 * ‘kerning’ indicates whether the user agent should adjust inter-glyph spacing
515 along the path from the start of the path, calculated using the user agent's distance
521 along the path from the start of the path, calculated using the user agent's distance
578 calculated using the user agent's distance along the path algorithm,
664 descendants. This value is used to calibrate the user agent's own calculations with
672 (in most cases) when the user agent determines the appropriate amount to expand/compress
679 adjustment ratio used for other content that shares the same ancestor. The user agent
695 the author's computation exactly matched the value calculated by the user agent;
955 using the user agent's distance along the path algorithm.
997 the startpoint-on-the-path for this glyph, calculated using the user agent's
H A DRNSVGGlyphContext.mm433 * (e.g., an unqualified number such as 128), the SVG user agent
438 * (e.g., 12pt or 10%), then the SVG user agent converts the
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGTSpan.mm357 * ‘kerning’ indicates whether the user agent should adjust inter-glyph spacing
515 along the path from the start of the path, calculated using the user agent's distance
521 along the path from the start of the path, calculated using the user agent's distance
578 calculated using the user agent's distance along the path algorithm,
664 descendants. This value is used to calibrate the user agent's own calculations with
672 (in most cases) when the user agent determines the appropriate amount to expand/compress
679 adjustment ratio used for other content that shares the same ancestor. The user agent
695 the author's computation exactly matched the value calculated by the user agent;
955 using the user agent's distance along the path algorithm.
997 the startpoint-on-the-path for this glyph, calculated using the user agent's
H A DABI48_0_0RNSVGGlyphContext.mm433 * (e.g., an unqualified number such as 128), the SVG user agent
438 * (e.g., 12pt or 10%), then the SVG user agent converts the
/expo/packages/expo-font/build/
H A DFont.types.js.map1 … /**\n * __(Default)__ The font display strategy is defined by the user agent or platform.\n *…
/expo/docs/
H A Dyarn.lock1957 agent-base@6:
2511 tunnel-agent "^0.6.0"
2856 http-proxy-agent "^5.0.0"
4519 http-proxy-agent@^5.0.0:
4525 agent-base "6"
4561 https-proxy-agent@5.0.1, https-proxy-agent@^5.0.1:
4566 agent-base "6"
5454 http-proxy-agent "^5.0.0"
7340 https-proxy-agent "5.0.1"
8554 tunnel-agent@^0.6.0:
[all …]
/expo/
H A Dyarn.lock3073 proxy-agent "6.3.1"
5195 agent-base@6:
5202 agent-base@^7.0.2, agent-base@^7.1.0:
10921 agent-base "6"
10929 agent-base "^7.1.0"
10975 https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
10980 agent-base "6"
10988 agent-base "^7.0.2"
14899 pac-proxy-agent@^7.0.1:
14905 agent-base "^7.0.2"
[all …]
/expo/tools/
H A Dyarn.lock2670 agent-base@6, agent-base@^6.0.2:
6857 http-proxy-agent@^5.0.0:
6863 agent-base "6"
6898 https-proxy-agent@^5.0.0:
6903 agent-base "6"
10237 tunnel-agent "^0.6.0"
11381 tunnel-agent "^0.6.0"
11553 socks-proxy-agent@^6.1.1:
11558 agent-base "^6.0.2"
12378 tunnel-agent@^0.6.0:
[all …]
/expo/docs/pages/more/
H A Dexpo-cli.mdx478 …or all network requests. Configures [https-proxy-agent](https://www.npmjs.com/package/https-proxy-