Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 25 of 38) sorted by relevance

12

/expo/packages/@expo/cli/
H A Dtaskfile.js4 export async function bin(task, opts) { argument
6 .source(opts.src || 'bin/*')
7 .swc('cli', { stripExtension: true, dev: opts.dev })
11 export async function cli(task, opts) { argument
16 .swc('cli', { dev: opts.dev })
20 export async function build(task, opts) { argument
21 await task.parallel(['cli', 'bin'], opts);
25 const opts = { dev: true }; variable
27 await task.start('build', opts);
29 await task.watch('bin/*', 'bin', opts);
[all …]
/expo/tools/
H A Dtaskfile.js4 export async function build(task, opts) { argument
10 .swc('cli', { dev: opts.dev })
27 const opts = { dev: true }; variable
29 await task.start('build', opts);
32 await task.watch('src/**/*.+(js|ts|json)', 'build', opts);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h80 auto opts = _strokeOptsProp->value(); in draw() local
83 if (opts.hasValue(JsiPropId::get("strokeCap"))) { in draw()
85 opts.getValue(JsiPropId::get("strokeCap")).getAsString())); in draw()
88 if (opts.hasValue(JsiPropId::get("strokeJoin"))) { in draw()
90 opts.getValue(JsiPropId::get("strokeJoin")).getAsString())); in draw()
93 if (opts.hasValue(PropNameWidth)) { in draw()
95 opts.getValue(PropNameWidth).getAsNumber()); in draw()
98 if (opts.hasValue(PropNameMiterLimit)) { in draw()
100 opts.getValue(PropNameMiterLimit).getAsNumber()); in draw()
104 if (opts.hasValue(PropNamePrecision)) { in draw()
[all …]
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h80 auto opts = _strokeOptsProp->value(); in draw() local
83 if (opts.hasValue(JsiPropId::get("strokeCap"))) { in draw()
85 opts.getValue(JsiPropId::get("strokeCap")).getAsString())); in draw()
88 if (opts.hasValue(JsiPropId::get("strokeJoin"))) { in draw()
90 opts.getValue(JsiPropId::get("strokeJoin")).getAsString())); in draw()
93 if (opts.hasValue(PropNameWidth)) { in draw()
95 opts.getValue(PropNameWidth).getAsNumber()); in draw()
98 if (opts.hasValue(PropNameMiterLimit)) { in draw()
100 opts.getValue(PropNameMiterLimit).getAsNumber()); in draw()
104 if (opts.hasValue(PropNamePrecision)) { in draw()
[all …]
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h80 auto opts = _strokeOptsProp->value(); in draw() local
83 if (opts.hasValue(JsiPropId::get("strokeCap"))) { in draw()
85 opts.getValue(JsiPropId::get("strokeCap")).getAsString())); in draw()
88 if (opts.hasValue(JsiPropId::get("strokeJoin"))) { in draw()
90 opts.getValue(JsiPropId::get("strokeJoin")).getAsString())); in draw()
93 if (opts.hasValue(PropNameWidth)) { in draw()
95 opts.getValue(PropNameWidth).getAsNumber()); in draw()
98 if (opts.hasValue(PropNameMiterLimit)) { in draw()
100 opts.getValue(PropNameMiterLimit).getAsNumber()); in draw()
104 if (opts.hasValue(PropNamePrecision)) { in draw()
[all …]
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h80 auto opts = _strokeOptsProp->value(); in draw() local
83 if (opts.hasValue(JsiPropId::get("strokeCap"))) { in draw()
85 opts.getValue(JsiPropId::get("strokeCap")).getAsString())); in draw()
88 if (opts.hasValue(JsiPropId::get("strokeJoin"))) { in draw()
90 opts.getValue(JsiPropId::get("strokeJoin")).getAsString())); in draw()
93 if (opts.hasValue(PropNameWidth)) { in draw()
95 opts.getValue(PropNameWidth).getAsNumber()); in draw()
98 if (opts.hasValue(PropNameMiterLimit)) { in draw()
100 opts.getValue(PropNameMiterLimit).getAsNumber()); in draw()
104 if (opts.hasValue(PropNamePrecision)) { in draw()
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h82 auto opts = _strokeOptsProp->value(); in draw() local
85 if (opts.hasValue(JsiPropId::get("strokeCap"))) { in draw()
87 opts.getValue(JsiPropId::get("strokeCap")).getAsString())); in draw()
90 if (opts.hasValue(JsiPropId::get("strokeJoin"))) { in draw()
92 opts.getValue(JsiPropId::get("strokeJoin")).getAsString())); in draw()
95 if (opts.hasValue(PropNameWidth)) { in draw()
97 opts.getValue(PropNameWidth).getAsNumber()); in draw()
100 if (opts.hasValue(PropNameMiterLimit)) { in draw()
102 opts.getValue(PropNameMiterLimit).getAsNumber()); in draw()
106 if (opts.hasValue(PropNamePrecision)) { in draw()
[all …]
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h82 auto opts = _strokeOptsProp->value(); in draw() local
85 if (opts.hasValue(JsiPropId::get("strokeCap"))) { in draw()
87 opts.getValue(JsiPropId::get("strokeCap")).getAsString())); in draw()
90 if (opts.hasValue(JsiPropId::get("strokeJoin"))) { in draw()
92 opts.getValue(JsiPropId::get("strokeJoin")).getAsString())); in draw()
95 if (opts.hasValue(PropNameWidth)) { in draw()
97 opts.getValue(PropNameWidth).getAsNumber()); in draw()
100 if (opts.hasValue(PropNameMiterLimit)) { in draw()
102 opts.getValue(PropNameMiterLimit).getAsNumber()); in draw()
106 if (opts.hasValue(PropNamePrecision)) { in draw()
[all …]
/expo/apps/test-suite/tests/
H A DJSC.js11 const opts = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; variable
13 const he = date.toLocaleDateString('he', opts);
14 const us = date.toLocaleDateString('en-US', opts);
/expo/packages/@expo/fingerprint/src/
H A DFingerprint.ts15 const opts = await normalizeOptionsAsync(projectRoot, options); constant
16 const sources = await getHashSourcesAsync(projectRoot, opts);
18 const fingerprint = await createFingerprintFromSourcesAsync(normalizedSources, projectRoot, opts);
/expo/packages/@expo/fingerprint/build/
H A DFingerprint.js13 const opts = await (0, Options_1.normalizeOptionsAsync)(projectRoot, options);
14 const sources = await (0, Sourcer_1.getHashSourcesAsync)(projectRoot, opts);
16 …rprint = await (0, Hash_1.createFingerprintFromSourcesAsync)(normalizedSources, projectRoot, opts);
/expo/packages/@expo/cli/src/start/server/middleware/
H A DServeStaticMiddleware.ts20 const opts = { constant
40 const stream = send(req, pathname, opts);
/expo/packages/@expo/cli/ts-declarations/qrcode-terminal/
H A Dindex.d.ts2 export function generate(url: string, opts: { small: boolean }, cb: (code: string) => void): void;
/expo/apps/native-component-list/src/screens/Skia/
H A DSkiaScreen.web.tsx14 opts={{
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/codec/
H A DSkCodec.h390 Result getPixels(const SkPixmap& pm, const Options* opts = nullptr) {
391 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
398 const Options* opts = nullptr);
950 size_t rowBytes, const Options& opts,
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/codec/
H A DSkCodec.h390 Result getPixels(const SkPixmap& pm, const Options* opts = nullptr) {
391 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
398 const Options* opts = nullptr);
950 size_t rowBytes, const Options& opts,
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/codec/
H A DSkCodec.h390 Result getPixels(const SkPixmap& pm, const Options* opts = nullptr) {
391 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
398 const Options* opts = nullptr);
950 size_t rowBytes, const Options& opts,
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/codec/
H A DSkCodec.h390 Result getPixels(const SkPixmap& pm, const Options* opts = nullptr) {
391 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
398 const Options* opts = nullptr);
950 size_t rowBytes, const Options& opts,
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/codec/
H A DSkCodec.h390 Result getPixels(const SkPixmap& pm, const Options* opts = nullptr) {
391 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
398 const Options* opts = nullptr);
950 size_t rowBytes, const Options& opts,
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/codec/
H A DSkCodec.h390 Result getPixels(const SkPixmap& pm, const Options* opts = nullptr) {
391 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
398 const Options* opts = nullptr);
950 size_t rowBytes, const Options& opts,
/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts350 public getNativeRuntimeUrl(opts: Partial<CreateURLOptions> = {}) {
352 ? this.getUrlCreator().constructDevClientUrl(opts) ?? this.getDevServerUrl()
353 : this.getUrlCreator().constructUrl({ ...opts, scheme: 'exp' });
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/codec/
H A DSkCodec.h384 Result getPixels(const SkPixmap& pm, const Options* opts = nullptr) {
385 return this->getPixels(pm.info(), pm.writable_addr(), pm.rowBytes(), opts);
392 const Options* opts = nullptr);
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkPath.h244 auto opts = arguments[0].asObject(runtime); in JSI_HOST_FUNCTION() local
248 auto jsiCap = opts.getProperty(runtime, "cap"); in JSI_HOST_FUNCTION()
254 auto jsiJoin = opts.getProperty(runtime, "join"); in JSI_HOST_FUNCTION()
260 auto jsiWidth = opts.getProperty(runtime, "width"); in JSI_HOST_FUNCTION()
266 auto jsiMiterLimit = opts.getProperty(runtime, "miter_limit"); in JSI_HOST_FUNCTION()
268 auto miter_limit = opts.getProperty(runtime, "miter_limit").asNumber(); in JSI_HOST_FUNCTION()
272 auto jsiPrecision = opts.getProperty(runtime, "precision"); in JSI_HOST_FUNCTION()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkPath.h244 auto opts = arguments[0].asObject(runtime); in JSI_HOST_FUNCTION() local
248 auto jsiCap = opts.getProperty(runtime, "cap"); in JSI_HOST_FUNCTION()
254 auto jsiJoin = opts.getProperty(runtime, "join"); in JSI_HOST_FUNCTION()
260 auto jsiWidth = opts.getProperty(runtime, "width"); in JSI_HOST_FUNCTION()
266 auto jsiMiterLimit = opts.getProperty(runtime, "miter_limit"); in JSI_HOST_FUNCTION()
268 auto miter_limit = opts.getProperty(runtime, "miter_limit").asNumber(); in JSI_HOST_FUNCTION()
272 auto jsiPrecision = opts.getProperty(runtime, "precision"); in JSI_HOST_FUNCTION()
/expo/packages/@expo/cli/src/start/server/metro/
H A DcreateServerRouteMiddleware.ts23 opts: resolve.AsyncOpts

12