Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 25 of 116) sorted by relevance

12345

/expo/packages/@expo/cli/src/utils/
H A Deditor.ts12 const editor = env.EXPO_EDITOR; constant
13 if (editor) {
14 debug('Using $EXPO_EDITOR:', editor);
15 return editors.getEditor(editor);
17 debug('Falling back on $EDITOR:', editor);
27 const editor = guessEditor(); constant
29 debug(`Opening ${path} in ${editor?.name} (bin: ${editor?.binary}, id: ${editor?.id})`);
30 if (editor) {
32 await spawnAsync(editor.binary, [path]);
35 debug(`Failed to auto open path in editor (path: ${path}, binary: ${editor.binary}):`, error);
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt89 val editor = sharedPreferences.edit() in <lambda>() constant
91 editor.putString("bundle", accumulator.toBase64()) in <lambda>()
92 editor.putLong(EXPIRE_KEY, Date().time + EXPIRATION_TIME) in <lambda>()
95 editor.commit() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt89 val editor = sharedPreferences.edit() in <lambda>() constant
91 editor.putString("bundle", accumulator.toBase64()) in <lambda>()
92 editor.putLong(EXPIRE_KEY, Date().time + EXPIRATION_TIME) in <lambda>()
95 editor.commit() in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt89 val editor = sharedPreferences.edit() in <lambda>() constant
91 editor.putString("bundle", accumulator.toBase64()) in <lambda>()
92 editor.putLong(EXPIRE_KEY, Date().time + EXPIRATION_TIME) in <lambda>()
95 editor.commit() in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt89 val editor = sharedPreferences.edit() in <lambda>() constant
91 editor.putString("bundle", accumulator.toBase64()) in <lambda>()
92 editor.putLong(EXPIRE_KEY, Date().time + EXPIRATION_TIME) in <lambda>()
95 editor.commit() in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DSharedPreferencesNotificationsStore.kt96 private fun removeNotificationRequest(editor: SharedPreferences.Editor, identifier: String) = in <lambda>()
97 editor.remove(preferencesNotificationRequestKey(identifier)) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DSharedPreferencesNotificationsStore.kt96 private fun removeNotificationRequest(editor: SharedPreferences.Editor, identifier: String) = in <lambda>()
97 editor.remove(preferencesNotificationRequestKey(identifier)) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DSharedPreferencesNotificationsStore.kt96 private fun removeNotificationRequest(editor: SharedPreferences.Editor, identifier: String) = in <lambda>()
97 editor.remove(preferencesNotificationRequestKey(identifier)) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DSharedPreferencesNotificationsStore.kt96 private fun removeNotificationRequest(editor: SharedPreferences.Editor, identifier: String) = in <lambda>()
97 editor.remove(preferencesNotificationRequestKey(identifier)) in <lambda>()
/expo/docs/pages/ui-programming/
H A Dusing-svgs.mdx15 …" as the export type. This will create an SVG file we can view in a code editor. Alternatively, th…
/expo/docs/pages/modules/
H A Dget-started.mdx82 …dule/android/src/main/java/expo/modules/mymodule/` directory directly in your favorite text editor.
90 Open the files in **modules/my-module/ios/** directory in your favorite code editor to edit them. A…
/expo/packages/expo-media-library/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-sms/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-gl/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-random/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-modules-core/android-annotation/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-image-picker/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-location/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-system-ui/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-splash-screen/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-eas-client/android/
H A D.gitignore32 # Android Studio Navigation editor temp files
/expo/packages/expo-font/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-document-picker/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-device/android/
H A D.gitignore33 # Android Studio Navigation editor temp files
/expo/packages/expo-screen-capture/android/
H A D.gitignore32 # Android Studio Navigation editor temp files

12345