| /expo/packages/expo-constants/src/ |
| H A D | ExponentConstants.web.ts | 22 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 D | ExponentConstants.web.js | 7 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 D | ExponentConstants.web.js.map | 1 …agent = navigator.userAgent.toLowerCase();\n if (agent.includes('edge')) {\n return 'Edge'…
|
| H A D | Constants.types.js.map | 1 …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 D | wrapFetchWithProxy.ts | 13 if (!options.agent && proxy) { 15 options.agent = createHttpsProxyAgent(proxy);
|
| /expo/docs/public/ |
| H A D | robots.txt | 1 User-agent: *
|
| /expo/packages/@expo/cli/src/api/rest/__tests__/ |
| H A D | wrapFetchWithProxy.test.ts | 24 agent: expect.objectContaining({
|
| /expo/packages/@expo/cli/src/api/rest/cache/ |
| H A D | wrapFetchWithCache.ts | 144 delete initCacheKeyJson.agent;
|
| /expo/apps/test-suite/functions/ |
| H A D | yarn.lock | 366 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 D | ABI47_0_0RNSVGTSpan.mm | 357 * ‘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 D | ABI47_0_0RNSVGGlyphContext.mm | 433 * (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 D | ABI49_0_0RNSVGTSpan.mm | 357 * ‘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 D | ABI49_0_0RNSVGGlyphContext.mm | 433 * (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 D | RNSVGTSpan.mm | 357 * ‘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 D | RNSVGGlyphContext.mm | 433 * (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 D | ABI48_0_0RNSVGTSpan.mm | 357 * ‘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 D | ABI48_0_0RNSVGGlyphContext.mm | 433 * (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 D | Font.types.js.map | 1 … /**\n * __(Default)__ The font display strategy is defined by the user agent or platform.\n *…
|
| /expo/docs/ |
| H A D | yarn.lock | 1957 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 D | yarn.lock | 3073 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 D | yarn.lock | 2670 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 D | expo-cli.mdx | 478 …or all network requests. Configures [https-proxy-agent](https://www.npmjs.com/package/https-proxy-…
|