Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 122) sorted by relevance

12345

/expo/packages/expo-structured-headers/ios/Tests/
H A DEXStructuredHeadersTestFixtures.m13foo=9, c=3\"],\"header_type\":\"dictionary\",\"expected\":[[\"a\",[1,[]]],[\"b\",[true,[[\"foo\",9…
15foo.example.com/\\\"\"],\"header_type\":\"item\",\"expected\":[2,[[\"foourl\",\"https://foo.exampl…
19foo; a\\u0000a=1\"],\"header_type\":\"list\",\"must_fail\":true},{\"name\":\"0x01 in parameterised…
21foo;a0=1, foo;a1=1, foo;a2=1, foo;a3=1, foo;a4=1, foo;a5=1, foo;a6=1, foo;a7=1, foo;a8=1, foo;a9=1…
39foo bar\\\"\"],\"header_type\":\"item\",\"expected\":[\"foo bar\",[]]},{\"name\":\"empty string\",…
/expo/packages/eslint-config-universe/__tests__/fixtures/
H A Dtypescript-analysis-00.ts19 export function myFunc(foo: T | null) {
20 return foo && foo.a && foo.a.b && foo.a.b.c;
23 export function myFunc2(foo: T2 | null) {
24 return foo && foo.a && foo.a.b.method && foo.a.b.method();
/expo/packages/@expo/config/src/__tests__/fixtures/ts/
H A Dapp.config.ts12 const foo = { bar: { foo: 'value' } }; constant
17 config.foo = 'bar+' + (foo.bar?.foo ?? 'invalid');
/expo/packages/@expo/cli/src/start/project/__tests__/
H A DdotExpo-test.ts13 const creator = createTemporaryProjectFile<{ foo: string; baz?: boolean }>('foo.json', {
14 foo: 'bar',
30 expect(await creator.readAsync(projectRoot)).toEqual({ foo: 'bar' });
33 await creator.setAsync(projectRoot, { foo: 'baz', baz: true });
36 expect(await creator.readAsync(projectRoot)).toEqual({ foo: 'baz', baz: true });
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJavaScriptObjectTest.kt60 Truth.assertThat(foo).isTrue() in <lambda>()
67 val foo = getProperty("foo").getDouble() in <lambda>() constant
68 Truth.assertThat(foo).isEqualTo(123) in <lambda>()
74 val foo = getProperty("foo").getDouble() in <lambda>() constant
75 Truth.assertThat(foo).isEqualTo(20.43) in <lambda>()
83 val foo = getProperty("foo").getString() in <lambda>() constant
86 Truth.assertThat(foo).isEqualTo("bar") in <lambda>()
96 val foo = getProperty("foo").getDouble() in <lambda>() constant
98 Truth.assertThat(foo).isEqualTo(123) in <lambda>()
107 val foo = getProperty("foo").getObject() in <lambda>() constant
[all …]
/expo/packages/@expo/config/src/__tests__/fixtures/require-file/
H A Dapp.config.js1 const { foo } = require('./export-json_app.config');
4 config.foo = foo;
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBuildProperties-test.ts98 foo: 'foo',
103 foo: 'foo',
111 foo: 'foo',
115 foo: 'foo',
122 foo: 'foo',
128 foo: 'foo',
H A DPermissions-test.ts8 foo: 'USE FOO',
17 { foo: 'bar', sigma: 'defined' }
19 ).toStrictEqual({ foo: 'bar', bar: 'USE BAR' });
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap17 "functionName": "foo$bar",
20 "sourceUrl": "/js/foo.hbc",
35 "functionName": "foo$bar",
39 "sourceUrl": "/js/foo.js",
69 "functionName": "foo$bar",
73 "sourceUrl": "/js/foo.js",
97 "functionName": "foo$bar",
101 "sourceUrl": "/js/foo.js",
125 "functionName": "foo$bar",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap17 "functionName": "foo$bar",
20 "sourceUrl": "/js/foo.hbc",
35 "functionName": "foo$bar",
39 "sourceUrl": "/js/foo.js",
69 "functionName": "foo$bar",
73 "sourceUrl": "/js/foo.js",
97 "functionName": "foo$bar",
101 "sourceUrl": "/js/foo.js",
125 "functionName": "foo$bar",
/expo/packages/expo-router/src/__tests__/
H A DgetId.test.tsx13 const getId = createGetIdForRoute(createMockRoute('foo'));
24 expect(getId({ params: { bar: 'foo' } })).toBe('[...bacon]');
27 expect(getId({ params: { bacon: ['foo', 'bar'] } })).toBe('foo/bar');
28 expect(getId({ params: { bacon: ['foo'] } })).toBe('foo');
41 expect(getId({ params: { bar: 'foo' } })).toBe('[user]');
50 const getId = createGetIdForRoute(createMockRoute('[user]/foo/[bar]'))!;
57 expect(getId({ params: { baz: 'foo' } })).toBe('[user]/[bar]');
/expo/packages/expo-modules-core/src/__tests__/__snapshots__/
H A Ddeprecate-test.ts.snap.ios3 …s throws a deprecation error after expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
5 …throws a deprecation error without expiration 1`] = `"expo-modules-core: \`foo\` has been removed"…
7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h…
9 …ror with the replacement after the expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
13 "expo-modules-core: \`foo\` has been deprecated and will be removed in version "2.0.0"",
19 …"expo-modules-core: \`foo\` has been deprecated in favor of \`bar\` and will be removed in version…
H A Ddeprecate-test.ts.snap.android3 …s throws a deprecation error after expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
5 …throws a deprecation error without expiration 1`] = `"expo-modules-core: \`foo\` has been removed"…
7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h…
9 …ror with the replacement after the expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
13 "expo-modules-core: \`foo\` has been deprecated and will be removed in version "2.0.0"",
19 …"expo-modules-core: \`foo\` has been deprecated in favor of \`bar\` and will be removed in version…
H A Ddeprecate-test.ts.snap.node3 …s throws a deprecation error after expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
5 …throws a deprecation error without expiration 1`] = `"expo-modules-core: \`foo\` has been removed"…
7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h…
9 …ror with the replacement after the expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
13 "expo-modules-core: \`foo\` has been deprecated and will be removed in version "2.0.0"",
19 …"expo-modules-core: \`foo\` has been deprecated in favor of \`bar\` and will be removed in version…
H A Ddeprecate-test.ts.snap.web3 …s throws a deprecation error after expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
5 …throws a deprecation error without expiration 1`] = `"expo-modules-core: \`foo\` has been removed"…
7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h…
9 …ror with the replacement after the expiration 1`] = `"expo-modules-core: \`foo\` has been removed …
13 "expo-modules-core: \`foo\` has been deprecated and will be removed in version "2.0.0"",
19 …"expo-modules-core: \`foo\` has been deprecated in favor of \`bar\` and will be removed in version…
/expo/packages/@expo/config/src/__tests__/__snapshots__/
H A DSerialize-test.ts.snap11 "foo": "bar",
14 "bar": "foo",
23 "foo": "bar",
/expo/packages/create-expo/src/utils/__tests__/
H A Dobj.test.ts11 foo: 'bar',
21 foo: 'bar2',
26 expect(c).toEqual({ a: 2, b: { c: 3, d: [{ f: [{}] }, { g: [{}] }], e: { foo: 'bar2' } } });
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/
H A DImage-test.js.snap7 "uri": "foo-bar.jpg",
20 "uri": "foo-bar.jpg",
38 "uri": "foo-bar.jpg",
48 "uri": "foo-bar.jpg",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/
H A DImage-test.js.snap7 "uri": "foo-bar.jpg",
29 "uri": "foo-bar.jpg",
47 "uri": "foo-bar.jpg",
57 "uri": "foo-bar.jpg",
H A DImageBackground-test.js.snap18 "uri": "foo-bar.jpg",
54 "uri": "foo-bar.jpg",
90 "uri": "foo-bar.jpg",
117 "uri": "foo-bar.jpg",
133 "uri": "foo-bar.jpg",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/
H A DImage-test.js.snap7 "uri": "foo-bar.jpg",
29 "uri": "foo-bar.jpg",
47 "uri": "foo-bar.jpg",
57 "uri": "foo-bar.jpg",
H A DImageBackground-test.js.snap18 "uri": "foo-bar.jpg",
54 "uri": "foo-bar.jpg",
90 "uri": "foo-bar.jpg",
117 "uri": "foo-bar.jpg",
133 "uri": "foo-bar.jpg",
/expo/packages/@expo/metro-runtime/build/error-overlay/modules/stringifySafe/
H A Dindex.d.ts17 }): (foo: any) => string;
18 declare const stringifySafe: (foo: any) => string;
/expo/packages/@expo/config/src/__tests__/
H A DSerialize-test.ts7 foo: 'bar',
10 then: [true, { foo: 'bar' }],
/expo/packages/@expo/cli/src/export/__tests__/
H A DgetResolvedLocales-test.ts12 'foobar.json': JSON.stringify({ foo: 'bar' }),
26 foo: 'bar',

12345