Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 53) sorted by relevance

123

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DASN1Encoder.swift31 var encoded = Data() in encodeSequence() variable
32 encoded.append(ASN1Identifier.constructedTag | ASN1Identifier.TagNumber.sequence.rawValue) in encodeSequence()
33 encoded.append(contentLength(of: content.count)) in encodeSequence()
34 encoded.append(content) in encodeSequence()
35 return encoded in encodeSequence()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/c/
H A Dsk_image.h31 SK_API sk_image_t* sk_image_new_from_encoded(const sk_data_t* encoded);
/expo/packages/expo-router/ios/
H A DExpoHeadAppDelegateSubscriber.swift29 func encoded(_ value: String) -> String { in encoded() function
/expo/docs/pages/versions/v46.0.0/sdk/
H A DcaptureRef.mdx44 \- `'base64'` -- base64 encoded image.
45 \- `'data-uri'` -- base64 encoded image with data-uri prefix.
/expo/docs/pages/versions/unversioned/sdk/
H A DcaptureRef.mdx44 \- `'base64'` -- base64 encoded image.
45 \- `'data-uri'` -- base64 encoded image with data-uri prefix.
/expo/docs/pages/versions/v49.0.0/sdk/
H A DcaptureRef.mdx44 \- `'base64'` -- base64 encoded image.
45 \- `'data-uri'` -- base64 encoded image with data-uri prefix.
/expo/docs/pages/versions/v47.0.0/sdk/
H A DcaptureRef.mdx44 \- `'base64'` -- base64 encoded image.
45 \- `'data-uri'` -- base64 encoded image with data-uri prefix.
/expo/docs/pages/versions/v48.0.0/sdk/
H A DcaptureRef.mdx44 \- `'base64'` -- base64 encoded image.
45 \- `'data-uri'` -- base64 encoded image with data-uri prefix.
/expo/packages/expo-print/build/
H A DPrint.types.js.map1encoded string of the file in the returned object.\n */\n base64?: boolean;\n};\n\n// @needsAud…
H A DPrint.js.map1 …KWebView`\n * > limitations). As a workaround you can use inlined base64-encoded strings.\n * > Se…
/expo/docs/pages/build-reference/
H A Dgit-submodules.mdx16 …ference/variables/#using-secrets-in-environment-variables) with a base64 encoded private SSH key t…
/expo/docs/pages/develop/development-builds/
H A Ddevelopment-workflows.mdx47 | `manifestUrl` | URL-encoded URL of an update manifest to load. The URL will be `https://u.expo.de…
65 | `appScheme` | URL-encoded deeplinking scheme of your development build (defaults to `exp+{slug}` …
66 | `url` | URL-encoded URL of an update manifest to load. The URL will be `https://u.expo.dev/…
/expo/packages/expo-barcode-scanner/src/
H A DBarCodeScanner.tsx65 * The information encoded in the bar code.
184 * refers to the bar code type that was scanned and the data is the information encoded in the bar
/expo/packages/expo-clipboard/build/web/
H A DUtils.js.map1encoded data to a `Blob` object.\n * @see https://stackoverflow.com/a/20151856\n */\nexport functi…
/expo/packages/expo-image-picker/build/
H A DExponentImagePicker.web.js.map1 …RL declaration preceding the\n // Base64-encoded data. To retrieve only the Base64 enco…
/expo/packages/expo-clipboard/build/
H A DClipboard.types.js.map1 …n// @needsAudit\nexport interface ClipboardImage {\n /**\n * A Base64-encoded string of the ima…
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImage.h119 SK_API sk_sp<SkImage> DeferredFromEncodedData(sk_sp<SkData> encoded,
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImage.h119 SK_API sk_sp<SkImage> DeferredFromEncodedData(sk_sp<SkData> encoded,
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImage.h119 SK_API sk_sp<SkImage> DeferredFromEncodedData(sk_sp<SkData> encoded,
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImage.h119 SK_API sk_sp<SkImage> DeferredFromEncodedData(sk_sp<SkData> encoded,
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImage.h119 SK_API sk_sp<SkImage> DeferredFromEncodedData(sk_sp<SkData> encoded,
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImage.h119 SK_API sk_sp<SkImage> DeferredFromEncodedData(sk_sp<SkData> encoded,
/expo/ios/Exponent/Kernel/Api/
H A DEXApiV2Client.m207 …ngWithFormat:@"The arguments for the remote API call to \"%@\" cannot be encoded as JSON", methodP…
/expo/docs/pages/archive/technical-specs/
H A Dexpo-updates-0.mdx131 …- `hash`: Base64URL-encoded SHA-256 hash of the file to guarantee integrity. Base64URL encoding is…
209 …y update at any time. A conformant client MUST verify that the base64url-encoded SHA-256 hash of t…
213 The asset MUST be encoded using a compression format that the client supports according to the requ…
/expo/packages/expo-barcode-scanner/build/
H A DBarCodeScanner.js.map1encoded in the bar code.\n */\n data: string;\n /**\n * The [BarCodeBounds](#barcodebounds) …

123