Searched refs:PATCH (Results 1 – 11 of 11) sorted by relevance
| /expo/tools/src/publish-packages/ |
| H A D | constants.ts | 41 export const RELEASE_TYPES_ASC_ORDER = [ReleaseType.PATCH, ReleaseType.MINOR, ReleaseType.MAJOR];
|
| H A D | helpers.ts | 202 return hasNativeChanges ? ReleaseType.MINOR : ReleaseType.PATCH; 204 return ReleaseType.PATCH; 245 ReleaseType.PATCH 352 return [ReleaseType.MAJOR, ReleaseType.MINOR, ReleaseType.PATCH].map((type) => {
|
| H A D | types.ts | 147 PATCH = 'patch', enumerator
|
| /expo/apps/router-e2e/__e2e__/server/app/ |
| H A D | methods+api.ts | 28 export function PATCH() { function
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 91 PATCH("PATCH")
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 91 PATCH("PATCH")
|
| /expo/ios/Exponent/Kernel/Api/ |
| H A D | EXApiV2Client.m | 65 httpMethodsWithBody = [NSSet setWithObjects:@"POST", @"PUT", @"PATCH", nil];
|
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.types.js.map | 1 …ssing\nexport type FileSystemAcceptedUploadHttpMethod = 'POST' | 'PUT' | 'PATCH';\n\nexport type R…
|
| H A D | FileSystem.js.map | 1 …inary-upload`, fileUri, {\n * fieldName: 'file',\n * httpMethod: 'PATCH',\n * uploadTy…
|
| /expo/docs/pages/preview/ |
| H A D | api-routes.mdx | 50 You can export any of the following functions `GET`, `POST`, `PUT`, `PATCH`, `DELETE`, `HEAD`, and …
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | filesystem.mdx | 440 httpMethod: 'PATCH', 463 …- **httpMethod (_String_)** -- The request method. Accepts values: 'POST', 'PUT', 'PATCH. Default …
|