Home
last modified time | relevance | path

Searched refs:toBase64URL (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/tests/Test/Foundation/String/
H A DBase64.hs67 in (length . toBytes UTF8 . toBase64URL True $ s) === outputLengthBase64 True blen,
72 in (length . toBytes UTF8 . toBase64URL False $ s) === outputLengthBase64 False blen
75 s64 = toBase64URL True s
80 s64 = toBase64URL False s
85 toBase64URL False s === fromList "cGxlYXN1cmUu"
88 toBase64URL False s === fromList "bGVhc3VyZS4"
91 toBase64URL False s === fromList ""
95 toBase64URL False s === fromList "FPucA9l-"
99 toBase64URL False s === fromList "FPucA9l_"
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DBase64.java228 private static final char[] toBase64URL = { field in Base64.Encoder
375 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
399 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
412 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
513 for (int i = 0; i < Encoder.toBase64URL.length; i++)
514 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DBase64.java228 private static final char[] toBase64URL = { field in Base64.Encoder
375 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
399 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
412 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
513 for (int i = 0; i < Encoder.toBase64URL.length; i++)
514 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DBase64.java229 private static final char[] toBase64URL = { field in Base64.Encoder
397 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
421 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
434 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
539 for (int i = 0; i < Encoder.toBase64URL.length; i++)
540 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DBase64.java225 private static final char[] toBase64URL = { field in Base64.Encoder
372 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
396 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
409 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
510 for (int i = 0; i < Encoder.toBase64URL.length; i++)
511 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/
H A DBase64.java232 private static final char[] toBase64URL = { field in Base64.Encoder
400 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
424 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
437 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
542 for (int i = 0; i < Encoder.toBase64URL.length; i++)
543 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/
H A DBase64.java232 private static final char[] toBase64URL = { field in Base64.Encoder
400 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
424 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
437 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
542 for (int i = 0; i < Encoder.toBase64URL.length; i++)
543 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DBase64.java222 private static final char[] toBase64URL = { field in Base64.Encoder
369 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
392 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
501 for (int i = 0; i < Encoder.toBase64URL.length; i++)
502 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DBase64.java222 private static final char[] toBase64URL = { field in Base64.Encoder
369 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
392 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
501 for (int i = 0; i < Encoder.toBase64URL.length; i++)
502 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/
H A DBase64.java231 private static final char[] toBase64URL = { field in Base64.Encoder
399 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
423 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
436 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
541 for (int i = 0; i < Encoder.toBase64URL.length; i++)
542 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/
H A DBase64.java231 private static final char[] toBase64URL = { field in Base64.Encoder
399 return new EncOutputStream(os, isURL ? toBase64URL : toBase64, in wrap()
423 char[] base64 = isURL ? toBase64URL : toBase64; in encodeBlock()
436 char[] base64 = isURL ? toBase64URL : toBase64; in encode0()
541 for (int i = 0; i < Encoder.toBase64URL.length; i++)
542 fromBase64URL[Encoder.toBase64URL[i]] = i;
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/
H A DString.hs38 , toBase64URL
/dports/devel/stack/stack-2.7.3/_cabal_deps/memory-0.16.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
53 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
54 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/memory-0.16.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
53 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
54 toBase64URL padded dst src len = toBase64Internal set dst src len padded function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/memory-0.15.0/Data/Memory/Encoding/
H A DBase64.hs20 , toBase64URL
54 toBase64URL :: Bool -> Ptr Word8 -> Ptr Word8 -> Int -> IO ()
55 toBase64URL padded dst src len = toBase64Internal set dst src len padded function

123