Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/expo/packages/@expo/config-plugins/src/plugins/
H A DwithAndroidBaseMods.ts109 async read() {
121 async read(filePath, config) {
144 async read(filePath, config) {
175 async read(filePath, config) {
234 async read(filePath, config) {
263 async read(filePath, config) {
297 async read(filePath) {
309 async read(filePath) {
321 async read(filePath) {
333 async read(filePath) {
[all …]
H A DwithIosBaseMods.ts60 async read() {
71 async read(filePath) {
85 async read(filePath, { modRequest: { introspect } }) {
107 async read(filePath) {
162 async read(filePath, config) {
221 async read(filePath, config) {
276 async read(filePath) {
H A DcreateBaseMod.ts22 read: (
58 read,
80 const modResults = await read(filePath, results, props);
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.js144 async read() { method
162 async read(filePath, config) { method
192 async read(filePath, config) { method
230 async read(filePath, config) { method
274 async read(filePath, { method
324 async read(filePath, config) { method
415 async read(filePath) { method
434 async read(filePath) { method
453 async read(filePath) { method
472 async read(filePath) { method
[all …]
H A DwithIosBaseMods.js148 async read() { method
163 async read(filePath) { method
186 async read(filePath, { method
221 async read(filePath) { method
273 async read(filePath, config) { method
327 async read(filePath, config) { method
380 async read(filePath) { method
H A DcreateBaseMod.d.ts6read: (filePath: string, config: ExportedConfigWithProps<ModType>, props: Props) => Promise<ModTyp…
21 … = ForwardedBaseModOptions>({ methodName, platform, modName, getFilePath, read, write, isIntrospec…
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptTypedArray.cpp35 makeNativeMethod("readByte", JavaScriptTypedArray::read<int8_t>), in registerNatives()
36 makeNativeMethod("read2Byte", JavaScriptTypedArray::read<int16_t>), in registerNatives()
37 makeNativeMethod("read4Byte", JavaScriptTypedArray::read<int32_t>), in registerNatives()
38 makeNativeMethod("read8Byte", JavaScriptTypedArray::read<int64_t>), in registerNatives()
39 makeNativeMethod("readFloat", JavaScriptTypedArray::read<float>), in registerNatives()
40 makeNativeMethod("readDouble", JavaScriptTypedArray::read<double>), in registerNatives()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DNodeProp.h29 const ReadPropFunc &read) override { in readValueFromJs() argument
34 _value = std::make_shared<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
42 std::make_shared<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
44 _buffer->setCurrent(runtime, read(runtime, _name, this)); in readValueFromJs()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DNodeProp.h29 const ReadPropFunc &read) override { in readValueFromJs() argument
34 _value = std::make_shared<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
42 std::make_shared<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
44 _buffer->setCurrent(runtime, read(runtime, _name, this)); in readValueFromJs()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DNodeProp.h31 const ReadPropFunc &read) override { in readValueFromJs() argument
36 _value = std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
44 std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
46 _buffer->setCurrent(runtime, read(runtime, _name, this)); in readValueFromJs()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DNodeProp.h31 const ReadPropFunc &read) override { in readValueFromJs() argument
36 _value = std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
44 std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
46 _buffer->setCurrent(runtime, read(runtime, _name, this)); in readValueFromJs()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DNodeProp.h31 const ReadPropFunc &read) override { in readValueFromJs() argument
36 _value = std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
44 std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
46 _buffer->setCurrent(runtime, read(runtime, _name, this)); in readValueFromJs()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DNodeProp.h31 const ReadPropFunc &read) override { in readValueFromJs() argument
36 _value = std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
44 std::make_unique<JsiValue>(runtime, read(runtime, _name, this)); in readValueFromJs()
46 _buffer->setCurrent(runtime, read(runtime, _name, this)); in readValueFromJs()
/expo/apps/test-suite/firebase/
H A Dstorage.rules5 allow read: if request.auth.uid == userId;
10 allow read: if true;
H A Dfirestore.rules5 allow read: if true;
/expo/packages/expo-clipboard/src/web/
H A DClipboardModule.ts37 const clipboardItems = await navigator.clipboard.read();
49 const clipboardItems = await navigator.clipboard.read();
130 const clipboardItems = await navigator.clipboard.read();
186 const clipboardItems = await navigator.clipboard.read();
/expo/packages/expo-clipboard/build/web/
H A DClipboardModule.js16 const clipboardItems = await navigator.clipboard.read();
28 const clipboardItems = await navigator.clipboard.read();
112 const clipboardItems = await navigator.clipboard.read();
165 const clipboardItems = await navigator.clipboard.read();
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/DOM/OldStyleCollections/
H A DHTMLCollection.js.flow16 // This property should've been read-only as well, but Flow doesn't handle
17 // read-only indexers correctly (thinks reads are writes and fails).
H A DDOMRectList.js.flow17 // This property should've been read-only as well, but Flow doesn't handle
18 // read-only indexers correctly (thinks reads are writes and fails).
H A DNodeList.js.flow14 // This property should've been read-only as well, but Flow doesn't handle
15 // read-only indexers correctly (thinks reads are writes and fails).
/expo/packages/@expo/cli/src/start/server/type-generation/
H A Dtsconfig.ts14 JsonFile.read(tsConfigPath, {
47 JsonFile.read(tsConfigPath, {
/expo/packages/jest-expo/src/preset/
H A DwithTypescriptMapping.js50 const readJsonFile = JsonFile.default?.read || JsonFile.read;
/expo/packages/create-expo/src/
H A DsessionStorage.ts22 return JsonFile.read<UserSettingsData>(getStateJsonPath())?.auth ?? null;
/expo/packages/@expo/config/src/
H A DgetAccountUsername.ts22 return getUserState().read().auth?.username || ANONYMOUS_USERNAME;
/expo/packages/@expo/config/build/
H A DgetAccountUsername.js.map1read$au","username","owner","process","env","EXPO_CLI_USERNAME","EAS_BUILD_USERNAME","getUserState…

12345678910>>...24