Home
last modified time | relevance | path

Searched refs:strictPadding (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php40 * @param bool $strictPadding
43 public static function decode(string $encodedString, bool $strictPadding = false): string argument
45 return static::doDecode($encodedString, false, $strictPadding);
52 * @param bool $strictPadding
55 public static function decodeUpper(string $src, bool $strictPadding = false): string argument
57 return static::doDecode($src, true, $strictPadding);
191 * @param bool $strictPadding
196 …protected static function doDecode(string $src, bool $upper = false, bool $strictPadding = false):… argument
208 if ($strictPadding) {
H A DEncoderInterface.php48 * @param bool $strictPadding Error on invalid padding
51 public static function decode(string $encodedString, bool $strictPadding = false): string; argument
H A DHex.php94 * @param bool $strictPadding
98 public static function decode(string $encodedString, bool $strictPadding = false): string argument
106 if ($strictPadding) {
H A DBase64.php120 * @param bool $strictPadding
126 public static function decode(string $encodedString, bool $strictPadding = false): string argument
134 if ($strictPadding) {
199 } elseif ($strictPadding) {