diff --git a/classes/chillerlan-QRCode-Common-BitBuffer.html b/classes/chillerlan-QRCode-Common-BitBuffer.html
index 9298d675a..f0c443d18 100644
--- a/classes/chillerlan-QRCode-Common-BitBuffer.html
+++ b/classes/chillerlan-QRCode-Common-BitBuffer.html
@@ -388,7 +388,7 @@
public
- __construct([array<string|int, int>|null $bytes = null ]) : mixed
+ __construct([array<string|int, int>|null $bytes = null ]) : mixed
public
- available() : int
+ available() : int
@@ -465,7 +465,7 @@
public
- getBuffer() : array<string|int, mixed>
+ getBuffer() : array<string|int, mixed>
@@ -498,7 +498,7 @@
public
- getLength() : int
+ getLength() : int
@@ -531,7 +531,7 @@
public
- put(int $bits, int $length) : self
+ put(int $bits, int $length) : self
public
- putBit(bool $bit) : self
+ putBit(bool $bit) : self
public
- read(int $numBits) : int
+ read(int $numBits) : int
public
- __construct(int $charsetID) : mixed
+ __construct(int $charsetID) : mixed
public
- getID() : int
+ getID() : int
@@ -1477,7 +1477,7 @@
public
- getName() : string|null
+ getName() : string|null
diff --git a/classes/chillerlan-QRCode-Common-EccLevel.html b/classes/chillerlan-QRCode-Common-EccLevel.html
index 48f9e1cf5..a6037d3e8 100644
--- a/classes/chillerlan-QRCode-Common-EccLevel.html
+++ b/classes/chillerlan-QRCode-Common-EccLevel.html
@@ -721,7 +721,7 @@ H: 0b10
public
- __construct(int $eccLevel) : mixed
+ __construct(int $eccLevel) : mixed
public
- __toString() : string
+ __toString() : string
@@ -813,7 +813,7 @@ H: 0b10
public
- getformatPattern(MaskPattern $maskPattern) : int
+ getformatPattern(MaskPattern $maskPattern) : int
public
- getLevel() : int
+ getLevel() : int
@@ -890,7 +890,7 @@ H: 0b10
public
- getMaxBits() : array<string|int, int>
+ getMaxBits() : array<string|int, int>
@@ -923,7 +923,7 @@ H: 0b10
public
- getOrdinal() : int
+ getOrdinal() : int
references to the keys of the following tables:
public
- __construct(int $formatInfo) : mixed
+ __construct(int $formatInfo) : mixed
public
- getErrorCorrectionLevel() : EccLevel
+ getErrorCorrectionLevel() : EccLevel
@@ -464,7 +464,7 @@ H: 0b10
public
- getMaskPattern() : MaskPattern
+ getMaskPattern() : MaskPattern
diff --git a/classes/chillerlan-QRCode-Common-GF256.html b/classes/chillerlan-QRCode-Common-GF256.html
index bf5b83349..9f8d8df3f 100644
--- a/classes/chillerlan-QRCode-Common-GF256.html
+++ b/classes/chillerlan-QRCode-Common-GF256.html
@@ -836,7 +836,7 @@ where the least-significant bit represents the constant coefficient
public
- static addOrSubtract(int $a, int $b) : int
+ static addOrSubtract(int $a, int $b) : int
public
- static buildMonomial(int $degree, int $coefficient) : GenericGFPoly
+ static buildMonomial(int $degree, int $coefficient) : GenericGFPoly
public
- static exp(int $a) : int
+ static exp(int $a) : int
public
- static inverse(int $a) : int
+ static inverse(int $a) : int
public
- static log(int $a) : int
+ static log(int $a) : int
public
- static multiply(int $a, int $b) : int
+ static multiply(int $a, int $b) : int
public
- __construct(array<string|int, mixed> $coefficients[, int|null $degree = null ]) : mixed
+ __construct(array<string|int, mixed> $coefficients[, int|null $degree = null ]) : mixed
public
- addOrSubtract(GenericGFPoly $other) : self
+ addOrSubtract(GenericGFPoly $other) : self
public
- divide(GenericGFPoly $other) : array<string|int, GenericGFPoly>
+ divide(GenericGFPoly $other) : array<string|int, GenericGFPoly>
public
- evaluateAt(int $a) : int
+ evaluateAt(int $a) : int
public
- getCoefficient(int $degree) : int
+ getCoefficient(int $degree) : int
public
- getCoefficients() : array<string|int, int>
+ getCoefficients() : array<string|int, int>
@@ -598,7 +598,7 @@ constant polynomial (that is, it is not the monomial "0")
public
- getDegree() : int
+ getDegree() : int
@@ -632,7 +632,7 @@ constant polynomial (that is, it is not the monomial "0")
public
- isZero() : bool
+ isZero() : bool
@@ -666,7 +666,7 @@ constant polynomial (that is, it is not the monomial "0")
public
- mod(GenericGFPoly $other) : self
+ mod(GenericGFPoly $other) : self
public
- multiply(GenericGFPoly $other) : self
+ multiply(GenericGFPoly $other) : self
public
- multiplyByMonomial(int $degree, int $coefficient) : self
+ multiplyByMonomial(int $degree, int $coefficient) : self
public
- multiplyInt(int $scalar) : self
+ multiplyInt(int $scalar) : self
public
- __construct(int $maskPattern) : mixed
+ __construct(int $maskPattern) : mixed
public
- static getBestPattern(QRData $dataInterface) : self
+ static getBestPattern(QRData $dataInterface) : self
public
- getMask() : Closure
+ getMask() : Closure
Encapsulates data masks for the data bits in a QR code, per ISO 18004:2006 6.8. Implementations
of this class can un-mask a raw BitMatrix. For simplicity, they will unmask the entire BitMatrix,
@@ -807,7 +807,7 @@ and j is row position. In fact, as the text says, i is row position and j is col
public
- getPattern() : int
+ getPattern() : int
@@ -841,7 +841,7 @@ give penalty to them. Example: 00000 or 11111.
public
- static testRule1(array<string|int, mixed> $matrix, int $height, int $width) : int
+ static testRule1(array<string|int, mixed> $matrix, int $height, int $width) : int
public
- static testRule2(array<string|int, mixed> $matrix, int $height, int $width) : int
+ static testRule2(array<string|int, mixed> $matrix, int $height, int $width) : int
public
- static testRule3(array<string|int, mixed> $matrix, int $height, int $width) : int
+ static testRule3(array<string|int, mixed> $matrix, int $height, int $width) : int
public
- static testRule4(array<string|int, mixed> $matrix, int $height, int $width) : int
+ static testRule4(array<string|int, mixed> $matrix, int $height, int $width) : int
private
- static applyRule1(array<string|int, mixed> $matrix, int $height, int $width, bool $isHorizontal) : int
+ static applyRule1(array<string|int, mixed> $matrix, int $height, int $width, bool $isHorizontal) : int
@@ -1153,7 +1153,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
private
- static isWhiteHorizontal(array<string|int, mixed> $row, int $width, int $from, int $to) : bool
+ static isWhiteHorizontal(array<string|int, mixed> $row, int $width, int $from, int $to) : bool
@@ -1221,7 +1221,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
private
- static isWhiteVertical(array<string|int, mixed> $matrix, int $height, int $x, int $from, int $to) : bool
+ static isWhiteVertical(array<string|int, mixed> $matrix, int $height, int $x, int $from, int $to) : bool
diff --git a/classes/chillerlan-QRCode-Common-Mode.html b/classes/chillerlan-QRCode-Common-Mode.html
index 3052a2b74..eb8a1616f 100644
--- a/classes/chillerlan-QRCode-Common-Mode.html
+++ b/classes/chillerlan-QRCode-Common-Mode.html
@@ -569,7 +569,7 @@
public
- static getLengthBitsForMode(int $mode) : array<string|int, mixed>
+ static getLengthBitsForMode(int $mode) : array<string|int, mixed>
public
- static getLengthBitsForVersion(int $mode, int $version) : int
+ static getLengthBitsForVersion(int $mode, int $version) : int
public
- decode(array<string|int, mixed> $received, int $numEccCodewords) : array<string|int, int>
+ decode(array<string|int, mixed> $received, int $numEccCodewords) : array<string|int, int>
private
- findErrorLocations(GenericGFPoly $errorLocator) : array<string|int, mixed>
+ findErrorLocations(GenericGFPoly $errorLocator) : array<string|int, mixed>
private
- findErrorMagnitudes(GenericGFPoly $errorEvaluator, array<string|int, mixed> $errorLocations) : array<string|int, mixed>
+ findErrorMagnitudes(GenericGFPoly $errorEvaluator, array<string|int, mixed> $errorLocations) : array<string|int, mixed>
private
- runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $R) : array<string|int, GenericGFPoly>
+ runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $R) : array<string|int, GenericGFPoly>
public
- interleaveEcBytes(BitBuffer $bitBuffer, Version $version, EccLevel $eccLevel) : SplFixedArray<string|int, int>
+ interleaveEcBytes(BitBuffer $bitBuffer, Version $version, EccLevel $eccLevel) : SplFixedArray<string|int, int>
private
- generateEcBytes(array<string|int, mixed> $dataBytes, int $ecByteCount) : array<string|int, mixed>
+ generateEcBytes(array<string|int, mixed> $dataBytes, int $ecByteCount) : array<string|int, mixed>
private
- interleave(array<string|int, mixed> $byteArray, int $maxBytes, int $numRsBlocks) : void
+ interleave(array<string|int, mixed> $byteArray, int $maxBytes, int $numRsBlocks) : void
public
- __construct(int $version) : mixed
+ __construct(int $version) : mixed
public
- __toString() : string
+ __toString() : string
@@ -671,7 +671,7 @@
public
- getAlignmentPattern() : array<string|int, int>
+ getAlignmentPattern() : array<string|int, int>
@@ -704,7 +704,7 @@
public
- getDimension() : int
+ getDimension() : int
@@ -737,7 +737,7 @@
public
- getMaxLengthForMode(int $mode, EccLevel $eccLevel) : int|null
+ getMaxLengthForMode(int $mode, EccLevel $eccLevel) : int|null
public
- getRSBlocks(EccLevel $eccLevel) : array<string|int, mixed>
+ getRSBlocks(EccLevel $eccLevel) : array<string|int, mixed>
public
- getTotalCodewords() : int
+ getTotalCodewords() : int
@@ -880,7 +880,7 @@
public
- getVersionNumber() : int
+ getVersionNumber() : int
@@ -913,7 +913,7 @@
public
- getVersionPattern() : int|null
+ getVersionPattern() : int|null
diff --git a/classes/chillerlan-QRCode-Data-AlphaNum.html b/classes/chillerlan-QRCode-Data-AlphaNum.html
index 72043a4b2..ca0096d79 100644
--- a/classes/chillerlan-QRCode-Data-AlphaNum.html
+++ b/classes/chillerlan-QRCode-Data-AlphaNum.html
@@ -367,7 +367,7 @@ ISO/IEC 18004:2000 Section 8.4.3
public
- __construct(string $data) : mixed
+ __construct(string $data) : mixed
public
- static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
+ static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
public
- getDataMode() : int
+ getDataMode() : int
@@ -542,7 +542,7 @@ ISO/IEC 18004:2000 Section 8.4.3
public
- getLengthInBits() : int
+ getLengthInBits() : int
@@ -587,7 +587,7 @@ ISO/IEC 18004:2000 Section 8.4.3
public
- static validateString(string $string) : bool
+ static validateString(string $string) : bool
public
- write(BitBuffer $bitBuffer, int $versionNumber) : void
+ write(BitBuffer $bitBuffer, int $versionNumber) : void
protected
- getCharCount() : int
+ getCharCount() : int
diff --git a/classes/chillerlan-QRCode-Data-Byte.html b/classes/chillerlan-QRCode-Data-Byte.html
index 9baf59c31..240f1aa23 100644
--- a/classes/chillerlan-QRCode-Data-Byte.html
+++ b/classes/chillerlan-QRCode-Data-Byte.html
@@ -326,7 +326,7 @@ ISO/IEC 18004:2000 Section 8.4.4
public
- __construct(string $data) : mixed
+ __construct(string $data) : mixed
public
- static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
+ static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
public
- getDataMode() : int
+ getDataMode() : int
@@ -501,7 +501,7 @@ ISO/IEC 18004:2000 Section 8.4.4
public
- getLengthInBits() : int
+ getLengthInBits() : int
@@ -546,7 +546,7 @@ ISO/IEC 18004:2000 Section 8.4.4
public
- static validateString(string $string) : bool
+ static validateString(string $string) : bool
public
- write(BitBuffer $bitBuffer, int $versionNumber) : void
+ write(BitBuffer $bitBuffer, int $versionNumber) : void
protected
- getCharCount() : int
+ getCharCount() : int
diff --git a/classes/chillerlan-QRCode-Data-ECI.html b/classes/chillerlan-QRCode-Data-ECI.html
index c0ac7bc9b..eae9fd7b2 100644
--- a/classes/chillerlan-QRCode-Data-ECI.html
+++ b/classes/chillerlan-QRCode-Data-ECI.html
@@ -373,7 +373,7 @@
public
- __construct(int $encoding) : mixed
+ __construct(int $encoding) : mixed
public
- static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
+ static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
public
- getDataMode() : int
+ getDataMode() : int
@@ -550,7 +550,7 @@
public
- getLengthInBits() : int
+ getLengthInBits() : int
@@ -595,7 +595,7 @@
public
- static parseValue(BitBuffer $bitBuffer) : ECICharset
+ static parseValue(BitBuffer $bitBuffer) : ECICharset
public
- static validateString(string $string) : bool
+ static validateString(string $string) : bool
public
- write(BitBuffer $bitBuffer, int $versionNumber) : void
+ write(BitBuffer $bitBuffer, int $versionNumber) : void
protected
- getCharCount() : int
+ getCharCount() : int
diff --git a/classes/chillerlan-QRCode-Data-Kanji.html b/classes/chillerlan-QRCode-Data-Kanji.html
index e90d49681..41a5b302a 100644
--- a/classes/chillerlan-QRCode-Data-Kanji.html
+++ b/classes/chillerlan-QRCode-Data-Kanji.html
@@ -326,7 +326,7 @@ ISO/IEC 18004:2000 Section 8.4.5
public
- __construct(string $data) : mixed
+ __construct(string $data) : mixed
public
- static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
+ static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
public
- getDataMode() : int
+ getDataMode() : int
@@ -487,7 +487,7 @@ ISO/IEC 18004:2000 Section 8.4.5
public
- getLengthInBits() : int
+ getLengthInBits() : int
@@ -533,7 +533,7 @@ ISO/IEC 18004:2000 Section 8.4.5
public
- static validateString(string $string) : bool
+ static validateString(string $string) : bool
public
- write(BitBuffer $bitBuffer, int $versionNumber) : void
+ write(BitBuffer $bitBuffer, int $versionNumber) : void
protected
- getCharCount() : int
+ getCharCount() : int
diff --git a/classes/chillerlan-QRCode-Data-Number.html b/classes/chillerlan-QRCode-Data-Number.html
index 306271f47..e98ae4ad6 100644
--- a/classes/chillerlan-QRCode-Data-Number.html
+++ b/classes/chillerlan-QRCode-Data-Number.html
@@ -373,7 +373,7 @@ ISO/IEC 18004:2000 Section 8.4.2
public
- __construct(string $data) : mixed
+ __construct(string $data) : mixed
public
- static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
+ static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
public
- getDataMode() : int
+ getDataMode() : int
@@ -548,7 +548,7 @@ ISO/IEC 18004:2000 Section 8.4.2
public
- getLengthInBits() : int
+ getLengthInBits() : int
@@ -593,7 +593,7 @@ ISO/IEC 18004:2000 Section 8.4.2
public
- static validateString(string $string) : bool
+ static validateString(string $string) : bool
public
- write(BitBuffer $bitBuffer, int $versionNumber) : void
+ write(BitBuffer $bitBuffer, int $versionNumber) : void
protected
- getCharCount() : int
+ getCharCount() : int
@@ -747,7 +747,7 @@ ISO/IEC 18004:2000 Section 8.4.2
protected
- parseInt(string $string) : int
+ parseInt(string $string) : int
public
- __construct(SettingsContainerInterface $options[, array<string|int, QRDataModeInterface>|null $dataSegments = null ]) : mixed
+ __construct(SettingsContainerInterface $options[, array<string|int, QRDataModeInterface>|null $dataSegments = null ]) : mixed
public
- setData(array<string|int, mixed> $dataSegments) : self
+ setData(array<string|int, mixed> $dataSegments) : self
public
- writeMatrix(MaskPattern $maskPattern) : QRMatrix
+ writeMatrix(MaskPattern $maskPattern) : QRMatrix
private
- estimateTotalBitLength() : int
+ estimateTotalBitLength() : int
@@ -645,7 +645,7 @@
private
- getMinimumVersion() : int
+ getMinimumVersion() : int
@@ -692,7 +692,7 @@
private
- writeBitBuffer() : void
+ writeBitBuffer() : void
diff --git a/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html b/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html
index 3036524b8..ab9d3c0ee 100644
--- a/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html
+++ b/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html
@@ -293,7 +293,7 @@
public
- __construct(string $data) : mixed
+ __construct(string $data) : mixed
public
- getDataMode() : int
+ getDataMode() : int
@@ -397,7 +397,7 @@
protected
- getCharCount() : int
+ getCharCount() : int
diff --git a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html
index 8b34325ba..fcefcb7ad 100644
--- a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html
+++ b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html
@@ -199,7 +199,7 @@
public
- static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
+ static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
public
- getDataMode() : int
+ getDataMode() : int
@@ -284,7 +284,7 @@
public
- getLengthInBits() : int
+ getLengthInBits() : int
@@ -317,7 +317,7 @@
public
- static validateString(string $string) : bool
+ static validateString(string $string) : bool
public
- write(BitBuffer $bitBuffer, int $versionNumber) : void
+ write(BitBuffer $bitBuffer, int $versionNumber) : void
public
- __construct(Version $version, EccLevel $eccLevel) : mixed
+ __construct(Version $version, EccLevel $eccLevel) : mixed
public
- check(int $x, int $y) : bool
+ check(int $x, int $y) : bool
true => $value & 0x800 === 0x800 false => $value & 0x800 === 0
@@ -1160,7 +1160,7 @@ false => $value & 0x800 === 0
public
- checkType(int $x, int $y, int $M_TYPE) : bool
+ checkType(int $x, int $y, int $M_TYPE) : bool
true => $value & $M_TYPE === $M_TYPE
public
- checkTypes(int $x, int $y, array<string|int, mixed> $M_TYPES) : bool
+ checkTypes(int $x, int $y, array<string|int, mixed> $M_TYPES) : bool
public
- eccLevel() : EccLevel
+ eccLevel() : EccLevel
@@ -1315,7 +1315,7 @@ false => $value & 0x800 === 0
public
- flip(int $x, int $y) : self
+ flip(int $x, int $y) : self
public
- get(int $x, int $y) : int
+ get(int $x, int $y) : int
public
- initFormatInfo(MaskPattern $maskPattern) : self
+ initFormatInfo(MaskPattern $maskPattern) : self
public
- initFunctionalPatterns() : self
+ initFunctionalPatterns() : self
@@ -1497,7 +1497,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)
public
- mapData(SplFixedArray<string|int, int> $data) : QRMatrix
+ mapData(SplFixedArray<string|int, int> $data) : QRMatrix
public
- mask(MaskPattern $maskPattern) : self
+ mask(MaskPattern $maskPattern) : self
ISO/IEC 18004:2000 Section 8.8.1
public
- maskPattern() : MaskPattern|null
+ maskPattern() : MaskPattern|null
@@ -1633,7 +1633,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)
public
- matrix([bool $boolean = false ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
+ matrix([bool $boolean = false ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
public
- set(int $x, int $y, bool $value, int $M_TYPE) : self
+ set(int $x, int $y, bool $value, int $M_TYPE) : self
true => $M_TYPE | 0x800 false => $M_TYPE
@@ -1748,7 +1748,7 @@ false => $M_TYPE
public
- setAlignmentPattern() : self
+ setAlignmentPattern() : self
ISO/IEC 18004:2000 Section 7.3.5
public
- setDarkModule() : self
+ setDarkModule() : self
4 * version + 9 or moduleCount - 8
public
- setFinderPattern() : self
+ setFinderPattern() : self
ISO/IEC 18004:2000 Section 7.3.2
public
- setFormatInfo(MaskPattern $maskPattern) : self
+ setFormatInfo(MaskPattern $maskPattern) : self
ISO/IEC 18004:2000 Section 8.9
public
- setLogoSpace(int $width, int $height[, int $startX = null ][, int $startY = null ]) : self
+ setLogoSpace(int $width, int $height[, int $startX = null ][, int $startY = null ]) : self
Additionally, the logo space can be positioned within the QR Code - respecting the main functional patterns -
using $startX and $startY. If either of these are null, the logo space will be centered in that direction.
@@ -1997,7 +1997,7 @@ Note that there is no restiction on how many times this method could be called o
ISO/IEC 18004:2000 Section 7.3.7 ISO/IEC 18004:2000 Section 7.3.3 ISO/IEC 18004:2000 Section 7.3.4 ISO/IEC 18004:2000 Section 8.10 size = version * 4 + 17 [ + 2 * quietzone size]
public
- setQuietZone([int $size = null ]) : self
+ setQuietZone([int $size = null ]) : self
public
- setSeparators() : self
+ setSeparators() : self
public
- setTimingPattern() : self
+ setTimingPattern() : self
public
- setVersionNumber() : self
+ setVersionNumber() : self
public
- size() : int
+ size() : int
public
- version() : Version
+ version() : Version
diff --git a/classes/chillerlan-QRCode-Decoder-Binarizer.html b/classes/chillerlan-QRCode-Decoder-Binarizer.html
index c211fd10a..7c11fc6b6 100644
--- a/classes/chillerlan-QRCode-Decoder-Binarizer.html
+++ b/classes/chillerlan-QRCode-Decoder-Binarizer.html
@@ -553,7 +553,7 @@ on the last pixels in the row/column which are also used in the previous block).
public
- __construct(LuminanceSourceInterface $source) : mixed
+ __construct(LuminanceSourceInterface $source) : mixed
public
- getBlackMatrix() : BitMatrix
+ getBlackMatrix() : BitMatrix
Converts a 2D array of luminance data to 1 bit data. As above, assume this method is expensive and do not call it repeatedly. This method is intended for decoding 2D barcodes and may or @@ -639,7 +639,7 @@ fetched using getBlackRow(), so don't mix and match between them.
private
- calculateBlackPoints(array<string|int, mixed> $luminances, int $subWidth, int $subHeight, int $width, int $height) : array<string|int, mixed>
+ calculateBlackPoints(array<string|int, mixed> $luminances, int $subWidth, int $subHeight, int $width, int $height) : array<string|int, mixed>
See the following thread for a discussion of this algorithm:
private
- calculateThresholdForBlock(int $subWidth, int $subHeight, int $width, int $height) : BitMatrix
+ calculateThresholdForBlock(int $subWidth, int $subHeight, int $width, int $height) : BitMatrix
private
- cap(int $value, int $min, int $max) : int
+ cap(int $value, int $min, int $max) : int
@@ -860,7 +860,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- estimateBlackPoint(array<string|int, mixed> $buckets) : int
+ estimateBlackPoint(array<string|int, mixed> $buckets) : int
private
- getHistogramBlackMatrix(int $width, int $height) : BitMatrix
+ getHistogramBlackMatrix(int $width, int $height) : BitMatrix
public
- __construct(int $dimension) : mixed
+ __construct(int $dimension) : mixed
public
- flip(int $x, int $y) : self
+ flip(int $x, int $y) : self
public
- get(int $x, int $y) : bool
+ get(int $x, int $y) : bool
public
- getDimension() : int
+ getDimension() : int
@@ -750,7 +750,7 @@ make its bits ready to read.
public
- getFormatInfo() : FormatInformation|null
+ getFormatInfo() : FormatInformation|null
@@ -782,7 +782,7 @@ make its bits ready to read.
public
- getVersion() : Version|null
+ getVersion() : Version|null
@@ -815,7 +815,7 @@ make its bits ready to read.
public
- mirror() : self
+ mirror() : self
@@ -850,7 +850,7 @@ QR Code.
public
- readCodewords() : array<string|int, mixed>
+ readCodewords() : array<string|int, mixed>
@@ -901,7 +901,7 @@ QR Code.
public
- set(int $x, int $y) : self
+ set(int $x, int $y) : self
public
- setMirror(bool $mirror) : self
+ setMirror(bool $mirror) : self
This flag has effect only on the #readFormatInformation() and the #readVersion(). Before proceeding with #readCodewords() the @@ -1004,7 +1004,7 @@ QR Code.
public
- setRegion(int $left, int $top, int $width, int $height) : self
+ setRegion(int $left, int $top, int $width, int $height) : self
private
- buildFunctionPattern() : self
+ buildFunctionPattern() : self
@@ -1122,7 +1122,7 @@ QR Code.
private
- copyBit(int $i, int $j, int $versionBits) : int
+ copyBit(int $i, int $j, int $versionBits) : int
private
- decodeVersionInformation(int $versionBits) : Version|null
+ decodeVersionInformation(int $versionBits) : Version|null
private
- doDecodeFormatInformation(int $maskedFormatInfo1, int $maskedFormatInfo2) : FormatInformation|null
+ doDecodeFormatInformation(int $maskedFormatInfo1, int $maskedFormatInfo2) : FormatInformation|null
private
- numBitsDiffering(int $a, int $b) : int
+ numBitsDiffering(int $a, int $b) : int
private
- readFormatInformation() : FormatInformation
+ readFormatInformation() : FormatInformation
@@ -1384,7 +1384,7 @@ the valid encoding of format information
private
- readVersion() : Version
+ readVersion() : Version
@@ -1437,7 +1437,7 @@ make its bits ready to read.
private
- unmask() : void
+ unmask() : void
@@ -1469,7 +1469,7 @@ make its bits ready to read.
private
- uRShift(int $a, int $b) : int
+ uRShift(int $a, int $b) : int
public
- decode(LuminanceSourceInterface $source) : DecoderResult
+ decode(LuminanceSourceInterface $source) : DecoderResult
A 1 or "true" is taken to mean a black module.
private
- correctErrors(array<string|int, mixed> $codewordBytes, int $numDataCodewords) : array<string|int, mixed>
+ correctErrors(array<string|int, mixed> $codewordBytes, int $numDataCodewords) : array<string|int, mixed>
private
- decodeBitStream(array<string|int, mixed> $bytes, Version $version, EccLevel $ecLevel) : DecoderResult
+ decodeBitStream(array<string|int, mixed> $bytes, Version $version, EccLevel $ecLevel) : DecoderResult
private
- decodeMatrix(BitMatrix $bitMatrix) : DecoderResult
+ decodeMatrix(BitMatrix $bitMatrix) : DecoderResult
private
- getDataBlocks(array<string|int, mixed> $rawCodewords, Version $version, EccLevel $eccLevel) : array<string|int, mixed>
+ getDataBlocks(array<string|int, mixed> $rawCodewords, Version $version, EccLevel $eccLevel) : array<string|int, mixed>
That is, the first byte of data block 1 to n is written, then the second bytes, and so on. This method will separate the data into original blocks.
diff --git a/classes/chillerlan-QRCode-Decoder-DecoderResult.html b/classes/chillerlan-QRCode-Decoder-DecoderResult.html index 7820f9cc8..a761f4665 100644 --- a/classes/chillerlan-QRCode-Decoder-DecoderResult.html +++ b/classes/chillerlan-QRCode-Decoder-DecoderResult.html @@ -694,7 +694,7 @@ as well as a String interpretation of those bytes, if applicable.
public
- __set(mixed $property, mixed $value) : void
+ __set(mixed $property, mixed $value) : void
public
- __toString() : string
+ __toString() : string
@@ -803,7 +803,7 @@ as well as a String interpretation of those bytes, if applicable.
public
- fromIterable(iteratable<string|int, mixed> $properties) : self
+ fromIterable(iteratable<string|int, mixed> $properties) : self
public
- hasStructuredAppend() : bool
+ hasStructuredAppend() : bool
diff --git a/classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html b/classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html
index d7fb7db45..f83ffd727 100644
--- a/classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html
+++ b/classes/chillerlan-QRCode-Decoder-GDLuminanceSource.html
@@ -456,7 +456,7 @@ getMatrix() may never be called.
public
- __construct(resource|GdImage $gdImage[, SettingsContainerInterface|null $options = null ]) : mixed
+ __construct(resource|GdImage $gdImage[, SettingsContainerInterface|null $options = null ]) : mixed
public
- static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self
+ static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self
public
- static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self
+ static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self
public
- getHeight() : int
+ getHeight() : int
@@ -696,7 +696,7 @@ getMatrix() may never be called.
public
- getMatrix() : array<string|int, mixed>
+ getMatrix() : array<string|int, mixed>
@@ -750,7 +750,7 @@ getMatrix() may never be called.
public
- getRow(int $y) : array<string|int, mixed>
+ getRow(int $y) : array<string|int, mixed>
public
- getWidth() : int
+ getWidth() : int
@@ -856,7 +856,7 @@ getMatrix() may never be called.
protected
- static checkFile(string $path) : string
+ static checkFile(string $path) : string
protected
- setLuminancePixel(int $r, int $g, int $b) : void
+ setLuminancePixel(int $r, int $g, int $b) : void
protected
- setLuminancePixels() : void
+ setLuminancePixels() : void
diff --git a/classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html b/classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html
index a8625a941..b7213e457 100644
--- a/classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html
+++ b/classes/chillerlan-QRCode-Decoder-IMagickLuminanceSource.html
@@ -458,7 +458,7 @@ getMatrix() may never be called.
public
- __construct(Imagick $imagick[, SettingsContainerInterface $options = null ]) : mixed
+ __construct(Imagick $imagick[, SettingsContainerInterface $options = null ]) : mixed
public
- static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self
+ static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self
public
- static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self
+ static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self
public
- getHeight() : int
+ getHeight() : int
@@ -686,7 +686,7 @@ getMatrix() may never be called.
public
- getMatrix() : array<string|int, mixed>
+ getMatrix() : array<string|int, mixed>
@@ -740,7 +740,7 @@ getMatrix() may never be called.
public
- getRow(int $y) : array<string|int, mixed>
+ getRow(int $y) : array<string|int, mixed>
public
- getWidth() : int
+ getWidth() : int
@@ -846,7 +846,7 @@ getMatrix() may never be called.
protected
- static checkFile(string $path) : string
+ static checkFile(string $path) : string
protected
- setLuminancePixel(int $r, int $g, int $b) : void
+ setLuminancePixel(int $r, int $g, int $b) : void
protected
- setLuminancePixels() : void
+ setLuminancePixels() : void
diff --git a/classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html b/classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html
index 39bb93cdc..259135353 100644
--- a/classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html
+++ b/classes/chillerlan-QRCode-Decoder-LuminanceSourceAbstract.html
@@ -425,7 +425,7 @@ getMatrix() may never be called.
public
- __construct(int $width, int $height[, SettingsContainerInterface $options = null ]) : mixed
+ __construct(int $width, int $height[, SettingsContainerInterface $options = null ]) : mixed
public
- getHeight() : int
+ getHeight() : int
@@ -533,7 +533,7 @@ getMatrix() may never be called.
public
- getMatrix() : array<string|int, mixed>
+ getMatrix() : array<string|int, mixed>
@@ -587,7 +587,7 @@ getMatrix() may never be called.
public
- getRow(int $y) : array<string|int, mixed>
+ getRow(int $y) : array<string|int, mixed>
public
- getWidth() : int
+ getWidth() : int
@@ -693,7 +693,7 @@ getMatrix() may never be called.
protected
- static checkFile(string $path) : string
+ static checkFile(string $path) : string
protected
- setLuminancePixel(int $r, int $g, int $b) : void
+ setLuminancePixel(int $r, int $g, int $b) : void
public
- static fromBlob(string $blob) : self
+ static fromBlob(string $blob) : self
public
- static fromFile(string $path) : self
+ static fromFile(string $path) : self
public
- getHeight() : int
+ getHeight() : int
@@ -333,7 +333,7 @@ getMatrix() may never be called.
public
- getMatrix() : array<string|int, mixed>
+ getMatrix() : array<string|int, mixed>
@@ -374,7 +374,7 @@ getMatrix() may never be called.
public
- getRow(int $y) : array<string|int, mixed>
+ getRow(int $y) : array<string|int, mixed>
public
- getWidth() : int
+ getWidth() : int
diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html
index 2fc302f75..625895887 100644
--- a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html
+++ b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html
@@ -361,7 +361,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the
public
- __construct(float $x, float $y, float $estimatedModuleSize) : mixed
+ __construct(float $x, float $y, float $estimatedModuleSize) : mixed
public
- aboutEquals(float $moduleSize, float $i, float $j) : bool
+ aboutEquals(float $moduleSize, float $i, float $j) : bool
public
- combineEstimate(float $i, float $j, float $newModuleSize) : self
+ combineEstimate(float $i, float $j, float $newModuleSize) : self
public
- getEstimatedModuleSize() : float
+ getEstimatedModuleSize() : float
@@ -574,7 +574,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the
public
- getX() : float
+ getX() : float
@@ -606,7 +606,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the
public
- getY() : float
+ getY() : float
diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html
index 5c15c9358..ecf369f7b 100644
--- a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html
+++ b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html
@@ -368,7 +368,7 @@ found the alignment pattern.
public
- __construct(BitMatrix $image, float $moduleSize) : mixed
+ __construct(BitMatrix $image, float $moduleSize) : mixed
public
- find(int $startX, int $startY, int $width, int $height) : AlignmentPattern|null
+ find(int $startX, int $startY, int $width, int $height) : AlignmentPattern|null
private
- centerFromEnd(array<string|int, int> $stateCount, int $end) : float
+ centerFromEnd(array<string|int, int> $stateCount, int $end) : float
private
- crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
+ crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
private
- foundPatternCross(array<string|int, int> $stateCount) : bool
+ foundPatternCross(array<string|int, int> $stateCount) : bool
private
- handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : AlignmentPattern|null
+ handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : AlignmentPattern|null
public
- __construct(LuminanceSourceInterface $source) : mixed
+ __construct(LuminanceSourceInterface $source) : mixed
public
- detect() : BitMatrix
+ detect() : BitMatrix
@@ -381,7 +381,7 @@ of the three finder patterns.
private
- calculateModuleSize(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft) : float
+ calculateModuleSize(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft) : float
private
- calculateModuleSizeOneWay(FinderPattern $pattern, FinderPattern $otherPattern) : float
+ calculateModuleSizeOneWay(FinderPattern $pattern, FinderPattern $otherPattern) : float
private
- computeDimension(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft, float $moduleSize) : int
+ computeDimension(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft, float $moduleSize) : int
private
- createTransform(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft, int $dimension[, AlignmentPattern $alignmentPattern = null ]) : PerspectiveTransform
+ createTransform(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft, int $dimension[, AlignmentPattern $alignmentPattern = null ]) : PerspectiveTransform
private
- findAlignmentInRegion(float $overallEstModuleSize, int $estAlignmentX, int $estAlignmentY, float $allowanceFactor) : AlignmentPattern|null
+ findAlignmentInRegion(float $overallEstModuleSize, int $estAlignmentX, int $estAlignmentY, float $allowanceFactor) : AlignmentPattern|null
private
- sizeOfBlackWhiteBlackRun(int $fromX, int $fromY, int $toX, int $toY) : float
+ sizeOfBlackWhiteBlackRun(int $fromX, int $fromY, int $toX, int $toY) : float
It begins in a black region, and keeps going until it finds white, then black, then white again. It reports the distance from the start to this point.
@@ -817,7 +817,7 @@ of another po$(another finder pattern center), and in the opposite direction too
private
- sizeOfBlackWhiteBlackRunBothWays(float $fromX, float $fromY, float $toX, float $toY) : float
+ sizeOfBlackWhiteBlackRunBothWays(float $fromX, float $fromY, float $toX, float $toY) : float
public
- __construct(float $posX, float $posY, float $estimatedModuleSize[, int $count = null ]) : mixed
+ __construct(float $posX, float $posY, float $estimatedModuleSize[, int $count = null ]) : mixed
public
- aboutEquals(float $moduleSize, float $i, float $j) : bool
+ aboutEquals(float $moduleSize, float $i, float $j) : bool
public
- combineEstimate(float $i, float $j, float $newModuleSize) : self
+ combineEstimate(float $i, float $j, float $newModuleSize) : self
public
- static distance(float $aX, float $aY, float $bX, float $bY) : float
+ static distance(float $aX, float $aY, float $bX, float $bY) : float
public
- getCount() : int
+ getCount() : int
@@ -728,7 +728,7 @@ based on count.
public
- getDistance(FinderPattern $b) : float
+ getDistance(FinderPattern $b) : float
public
- getEstimatedModuleSize() : float
+ getEstimatedModuleSize() : float
@@ -807,7 +807,7 @@ based on count.
public
- getSquaredDistance(FinderPattern $b) : float
+ getSquaredDistance(FinderPattern $b) : float
public
- getX() : float
+ getX() : float
@@ -882,7 +882,7 @@ based on count.
public
- getY() : float
+ getY() : float
@@ -914,7 +914,7 @@ based on count.
private
- static squaredDistance(float $aX, float $aY, float $bX, float $bY) : float
+ static squaredDistance(float $aX, float $aY, float $bX, float $bY) : float
public
- __construct(BitMatrix $bitMatrix) : mixed
+ __construct(BitMatrix $bitMatrix) : mixed
public
- find() : array<string|int, FinderPattern>
+ find() : array<string|int, FinderPattern>
@@ -637,7 +637,7 @@ figures the location of the center of this run.
private
- centerFromEnd(array<string|int, int> $stateCount, int $end) : float
+ centerFromEnd(array<string|int, int> $stateCount, int $end) : float
private
- crossCheckDiagonal( $centerI, $centerJ) : bool
+ crossCheckDiagonal( $centerI, $centerJ) : bool
private
- crossCheckHorizontal(int $startJ, int $centerI, int $maxCount, int $originalStateCountTotal) : float|null
+ crossCheckHorizontal(int $startJ, int $centerI, int $maxCount, int $originalStateCountTotal) : float|null
private
- crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
+ crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
private
- crossProductZ(FinderPattern $pointA, FinderPattern $pointB, FinderPattern $pointC) : float
+ crossProductZ(FinderPattern $pointA, FinderPattern $pointB, FinderPattern $pointC) : float
private
- doShiftCounts2(array<string|int, int> $stateCount) : array<string|int, int>
+ doShiftCounts2(array<string|int, int> $stateCount) : array<string|int, int>
private
- findRowSkip() : int
+ findRowSkip() : int
@@ -1029,7 +1029,7 @@ down in the image.
private
- foundPatternCross(array<string|int, int> $stateCount) : bool
+ foundPatternCross(array<string|int, int> $stateCount) : bool
private
- foundPatternDiagonal(array<string|int, int> $stateCount) : bool
+ foundPatternDiagonal(array<string|int, int> $stateCount) : bool
private
- foundPatternVariance(array<string|int, int> $stateCount, float $variance) : bool
+ foundPatternVariance(array<string|int, int> $stateCount, float $variance) : bool
private
- getCrossCheckStateCount() : array<string|int, int>
+ getCrossCheckStateCount() : array<string|int, int>
@@ -1204,7 +1204,7 @@ center of the pattern in cases of extreme skew.
private
- handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : bool
+ handlePossibleCenter(array<string|int, int> $stateCount, int $i, int $j) : bool
And then we cross-cross-cross check with another diagonal scan.
If that succeeds the finder pattern location is added to a list that tracks @@ -1274,7 +1274,7 @@ pattern center
private
- haveMultiplyConfirmedCenters() : bool
+ haveMultiplyConfirmedCenters() : bool
@@ -1312,7 +1312,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
private
- orderBestPatterns(array<string|int, FinderPattern> $patterns) : array<string|int, FinderPattern>
+ orderBestPatterns(array<string|int, FinderPattern> $patterns) : array<string|int, FinderPattern>
private
- selectBestPatterns() : array<string|int, FinderPattern>
+ selectBestPatterns() : array<string|int, FinderPattern>
diff --git a/classes/chillerlan-QRCode-Detector-GridSampler.html b/classes/chillerlan-QRCode-Detector-GridSampler.html
index 92e9347d2..09d93e1e5 100644
--- a/classes/chillerlan-QRCode-Detector-GridSampler.html
+++ b/classes/chillerlan-QRCode-Detector-GridSampler.html
@@ -212,7 +212,7 @@ image space.
public
- sampleGrid(BitMatrix $image, int $dimension, PerspectiveTransform $transform) : BitMatrix
+ sampleGrid(BitMatrix $image, int $dimension, PerspectiveTransform $transform) : BitMatrix
private
- checkAndNudgePoints(BitMatrix $bitMatrix, array<string|int, float> $points) : void
+ checkAndNudgePoints(BitMatrix $bitMatrix, array<string|int, float> $points) : void
This method will actually "nudge" the endpoints back onto the image if they are found to be
barely (less than 1 pixel) off the image. This accounts for imperfect detection of finder
diff --git a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html
index 49844e672..dafa3fdca 100644
--- a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html
+++ b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html
@@ -610,7 +610,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
public
- quadrilateralToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3, float $x0p, float $y0p, float $x1p, float $y1p, float $x2p, float $y2p, float $x3p, float $y3p) : self
+ quadrilateralToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3, float $x0p, float $y0p, float $x1p, float $y1p, float $x2p, float $y2p, float $x3p, float $y3p) : self
public
- transformPoints(array<string|int, mixed> &$xValues[, array<string|int, mixed> &$yValues = null ]) : void
+ transformPoints(array<string|int, mixed> &$xValues[, array<string|int, mixed> &$yValues = null ]) : void
private
- buildAdjoint() : self
+ buildAdjoint() : self
@@ -856,7 +856,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
private
- quadrilateralToSquare(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self
+ quadrilateralToSquare(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self
private
- set(float $a11, float $a21, float $a31, float $a12, float $a22, float $a32, float $a13, float $a23, float $a33) : self
+ set(float $a11, float $a21, float $a31, float $a12, float $a22, float $a32, float $a13, float $a23, float $a33) : self
private
- squareToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self
+ squareToQuadrilateral(float $x0, float $y0, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) : self
private
- times(PerspectiveTransform $other) : self
+ times(PerspectiveTransform $other) : self
public
- __construct(float $x, float $y, float $estimatedModuleSize) : mixed
+ __construct(float $x, float $y, float $estimatedModuleSize) : mixed
public
- aboutEquals(float $moduleSize, float $i, float $j) : bool
+ aboutEquals(float $moduleSize, float $i, float $j) : bool
public
- getEstimatedModuleSize() : float
+ getEstimatedModuleSize() : float
@@ -502,7 +502,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
public
- getX() : float
+ getX() : float
@@ -534,7 +534,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
public
- getY() : float
+ getY() : float
diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html
index 6a44498ba..5e8e7099d 100644
--- a/classes/chillerlan-QRCode-Output-QRFpdf.html
+++ b/classes/chillerlan-QRCode-Output-QRFpdf.html
@@ -529,7 +529,7 @@
public
- __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
+ __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
public
- dump([string $file = null ]) : string|FPDF
+ dump([string $file = null ]) : string|FPDF
protected
- base64encode(string $data, string $mime) : string
+ base64encode(string $data, string $mime) : string
protected
- getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : mixed
protected
- getModuleValue(mixed $value) : mixed
+ getModuleValue(mixed $value) : mixed
protected
- moduleValueIsValid(mixed $value) : bool
+ moduleValueIsValid(mixed $value) : bool
protected
- saveToFile(string $data, string $file) : void
+ saveToFile(string $data, string $file) : void
protected
- setModuleValues() : void
+ setModuleValues() : void
diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html
index 3a7ddf318..f2e38ace2 100644
--- a/classes/chillerlan-QRCode-Output-QRGdImage.html
+++ b/classes/chillerlan-QRCode-Output-QRGdImage.html
@@ -589,7 +589,7 @@
public
- __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
+ __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
public
- dump([string $file = null ]) : string|resource|GdImage
+ dump([string $file = null ]) : string|resource|GdImage
protected
- base64encode(string $data, string $mime) : string
+ base64encode(string $data, string $mime) : string
protected
- dumpImage() : string
+ dumpImage() : string
@@ -834,7 +834,7 @@
protected
- getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : mixed
protected
- getModuleValue(mixed $value) : mixed
+ getModuleValue(mixed $value) : mixed
protected
- moduleValueIsValid(mixed $value) : bool
+ moduleValueIsValid(mixed $value) : bool
protected
- saveToFile(string $data, string $file) : void
+ saveToFile(string $data, string $file) : void
protected
- setModuleValues() : void
+ setModuleValues() : void
@@ -1118,7 +1118,7 @@
protected
- setPixel(int $x, int $y, int $M_TYPE) : void
+ setPixel(int $x, int $y, int $M_TYPE) : void
public
- __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
+ __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
public
- dump([string $file = null ]) : string|resource|GdImage
+ dump([string $file = null ]) : string|resource|GdImage
protected
- base64encode(string $data, string $mime) : string
+ base64encode(string $data, string $mime) : string
protected
- dumpImage() : string
+ dumpImage() : string
@@ -823,7 +823,7 @@
protected
- abstract getDefaultModuleValue(bool $isDark) : mixed
+ abstract getDefaultModuleValue(bool $isDark) : mixed
protected
- abstract getModuleValue(mixed $value) : mixed
+ abstract getModuleValue(mixed $value) : mixed
protected
- abstract moduleValueIsValid(mixed|null $value) : bool
+ abstract moduleValueIsValid(mixed|null $value) : bool
protected
- saveToFile(string $data, string $file) : void
+ saveToFile(string $data, string $file) : void
protected
- setModuleValues() : void
+ setModuleValues() : void
@@ -1068,7 +1068,7 @@
protected
- setPixel(int $x, int $y, int $M_TYPE) : void
+ setPixel(int $x, int $y, int $M_TYPE) : void
public
- __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
+ __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
public
- dump([string $file = null ]) : string|Imagick
+ dump([string $file = null ]) : string|Imagick
protected
- base64encode(string $data, string $mime) : string
+ base64encode(string $data, string $mime) : string
protected
- drawImage() : void
+ drawImage() : void
@@ -839,7 +839,7 @@
protected
- getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : mixed
protected
- getModuleValue(mixed $value) : mixed
+ getModuleValue(mixed $value) : mixed
protected
- moduleValueIsValid(mixed $value) : bool
+ moduleValueIsValid(mixed $value) : bool
protected
- saveToFile(string $data, string $file) : void
+ saveToFile(string $data, string $file) : void
protected
- setModuleValues() : void
+ setModuleValues() : void
@@ -1123,7 +1123,7 @@
protected
- setPixel(int $x, int $y, int $M_TYPE) : void
+ setPixel(int $x, int $y, int $M_TYPE) : void
public
- __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
+ __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
public
- dump([string $file = null ]) : mixed
+ dump([string $file = null ]) : mixed
protected
- base64encode(string $data, string $mime) : string
+ base64encode(string $data, string $mime) : string
protected
- getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : mixed
protected
- getModuleValue(mixed $value) : mixed
+ getModuleValue(mixed $value) : mixed
protected
- html(bool $saveToFile) : string
+ html(bool $saveToFile) : string
protected
- moduleValueIsValid(mixed $value) : bool
+ moduleValueIsValid(mixed $value) : bool
protected
- saveToFile(string $data, string $file) : void
+ saveToFile(string $data, string $file) : void
protected
- setModuleValues() : void
+ setModuleValues() : void
@@ -1073,7 +1073,7 @@
protected
- svg(bool $saveToFile) : string
+ svg(bool $saveToFile) : string
protected
- svgHeader() : string
+ svgHeader() : string
@@ -1180,7 +1180,7 @@
protected
- svgModule(int $x, int $y) : string
+ svgModule(int $x, int $y) : string
protected
- svgPaths() : string
+ svgPaths() : string
diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html
index 388516980..937df6693 100644
--- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html
+++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html
@@ -512,7 +512,7 @@
public
- __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
+ __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
protected
- base64encode(string $data, string $mime) : string
+ base64encode(string $data, string $mime) : string
protected
- abstract getDefaultModuleValue(bool $isDark) : mixed
+ abstract getDefaultModuleValue(bool $isDark) : mixed
protected
- abstract getModuleValue(mixed $value) : mixed
+ abstract getModuleValue(mixed $value) : mixed
protected
- abstract moduleValueIsValid(mixed|null $value) : bool
+ abstract moduleValueIsValid(mixed|null $value) : bool
protected
- saveToFile(string $data, string $file) : void
+ saveToFile(string $data, string $file) : void
protected
- setModuleValues() : void
+ setModuleValues() : void
diff --git a/classes/chillerlan-QRCode-Output-QROutputInterface.html b/classes/chillerlan-QRCode-Output-QROutputInterface.html
index b1cadeaab..3e0ec49ac 100644
--- a/classes/chillerlan-QRCode-Output-QROutputInterface.html
+++ b/classes/chillerlan-QRCode-Output-QROutputInterface.html
@@ -259,7 +259,7 @@
public
- dump([string $file = null ]) : mixed
+ dump([string $file = null ]) : mixed
public
- __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
+ __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
public
- dump([string $file = null ]) : string
+ dump([string $file = null ]) : string
protected
- base64encode(string $data, string $mime) : string
+ base64encode(string $data, string $mime) : string
protected
- getDefaultModuleValue(bool $isDark) : mixed
+ getDefaultModuleValue(bool $isDark) : mixed
protected
- getModuleValue(mixed $value) : mixed
+ getModuleValue(mixed $value) : mixed
protected
- json() : string
+ json() : string
@@ -868,7 +868,7 @@
protected
- moduleValueIsValid(mixed $value) : bool
+ moduleValueIsValid(mixed $value) : bool
protected
- saveToFile(string $data, string $file) : void
+ saveToFile(string $data, string $file) : void
protected
- setModuleValues() : void
+ setModuleValues() : void
@@ -1039,7 +1039,7 @@
protected
- text() : string
+ text() : string
diff --git a/classes/chillerlan-QRCode-QRCode.html b/classes/chillerlan-QRCode-QRCode.html
index 4a7ed92da..ba3e79149 100644
--- a/classes/chillerlan-QRCode-QRCode.html
+++ b/classes/chillerlan-QRCode-QRCode.html
@@ -1128,7 +1128,7 @@
public
- __construct([SettingsContainerInterface $options = null ]) : mixed
+ __construct([SettingsContainerInterface $options = null ]) : mixed
Sets the options instance
public
- addAlphaNumSegment(string $data) : self
+ addAlphaNumSegment(string $data) : self
ISO/IEC 18004:2000 8.3.3 - Alphanumeric Mode
public
- addByteSegment(string $data) : self
+ addByteSegment(string $data) : self
ISO/IEC 18004:2000 8.3.4 - 8-bit Byte Mode
public
- addEciDesignator(int $encoding) : self
+ addEciDesignator(int $encoding) : self
ISO/IEC 18004:2000 8.3.1 - Extended Channel Interpretation (ECI) Mode
public
- addEciSegment(int $encoding, string $data) : self
+ addEciSegment(int $encoding, string $data) : self
i hate this somehow but i'll leave it for now
public
- addKanjiSegment(string $data) : self
+ addKanjiSegment(string $data) : self
ISO/IEC 18004:2000 8.3.5 - Kanji Mode
public
- addNumericSegment(string $data) : self
+ addNumericSegment(string $data) : self
ISO/IEC 18004:2000 8.3.2 - Numeric Mode
public
- clearSegments() : self
+ clearSegments() : self
@@ -1505,7 +1505,7 @@
public
- getMatrix() : QRMatrix
+ getMatrix() : QRMatrix
@@ -1552,7 +1552,7 @@
public
- isAlphaNum(string $string) : bool
+ isAlphaNum(string $string) : bool
public
- isByte(string $string) : bool
+ isByte(string $string) : bool
public
- isKanji(string $string) : bool
+ isKanji(string $string) : bool
public
- isNumber(string $string) : bool
+ isNumber(string $string) : bool
public
- readFromBlob(string $blob) : DecoderResult
+ readFromBlob(string $blob) : DecoderResult
public
- readFromFile(string $path) : DecoderResult
+ readFromFile(string $path) : DecoderResult
public
- readFromSource(LuminanceSourceInterface $source) : DecoderResult
+ readFromSource(LuminanceSourceInterface $source) : DecoderResult
public
- render([string $data = null ][, string $file = null ]) : mixed
+ render([string $data = null ][, string $file = null ]) : mixed
protected
- addSegment(QRDataModeInterface $segment) : void
+ addSegment(QRDataModeInterface $segment) : void
ISO/IEC 18004:2000 8.3.6 - Mixing modes ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
@@ -2075,7 +2075,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
protected
- initCustomOutputInterface() : QROutputInterface
+ initCustomOutputInterface() : QROutputInterface
@@ -2122,7 +2122,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
protected
- initOutputInterface() : QROutputInterface
+ initOutputInterface() : QROutputInterface
diff --git a/classes/chillerlan-QRCode-QROptions.html b/classes/chillerlan-QRCode-QROptions.html
index 0607e7276..471694108 100644
--- a/classes/chillerlan-QRCode-QROptions.html
+++ b/classes/chillerlan-QRCode-QROptions.html
@@ -603,7 +603,7 @@
@@ -705,7 +705,7 @@
@@ -773,7 +773,7 @@
@@ -785,7 +785,12 @@
$drawCircularModules
= false
-
+ a note for GDImage output:
+if QROptions::$scale is less or equal than 20, the image will be upscaled internally, then the modules will be drawn +using imagefilledellipse() and then scaled back to the expected size using IMG_BICUBIC which in turn produces +unexpected outcomes in combination with transparency - to avoid this, set scale to a value greater than 20.
+
public
- getLuminanceSourceFQCN() : string
+ getLuminanceSourceFQCN() : string
@@ -2522,7 +2535,7 @@ as opacity/transparency can easily be set with css properties.
@@ -2530,7 +2543,7 @@ as opacity/transparency can easily be set with css properties.
protected
- clampLogoSpaceValue(int $value) : int
+ clampLogoSpaceValue(int $value) : int
protected
- set_circleRadius(float $circleRadius) : void
+ set_circleRadius(float $circleRadius) : void
protected
- set_eccLevel(int $eccLevel) : void
+ set_eccLevel(int $eccLevel) : void
protected
- set_fpdfMeasureUnit(string $unit) : void
+ set_fpdfMeasureUnit(string $unit) : void
protected
- set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void
+ set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void
protected
- set_logoSpaceHeight(int $value) : void
+ set_logoSpaceHeight(int $value) : void
protected
- set_logoSpaceStartX(int|null $value) : void
+ set_logoSpaceStartX(int|null $value) : void
protected
- set_logoSpaceStartY(int|null $value) : void
+ set_logoSpaceStartY(int|null $value) : void
protected
- set_logoSpaceWidth(int $value) : void
+ set_logoSpaceWidth(int $value) : void
protected
- set_maskPattern(int $maskPattern) : void
+ set_maskPattern(int $maskPattern) : void
protected
- set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
+ set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
protected
- set_version(int $version) : void
+ set_version(int $version) : void
protected
- set_versionMax(int $version) : void
+ set_versionMax(int $version) : void
protected
- set_versionMin(int $version) : void
+ set_versionMin(int $version) : void
protected
- setMinMaxVersion(int $versionMin, int $versionMax) : void
+ setMinMaxVersion(int $versionMin, int $versionMax) : void
a note for GDImage output:
+if QROptions::$scale is less or equal than 20, the image will be upscaled internally, then the modules will be drawn +using imagefilledellipse() and then scaled back to the expected size using IMG_BICUBIC which in turn produces +unexpected outcomes in combination with transparency - to avoid this, set scale to a value greater than 20.
+
public
- getLuminanceSourceFQCN() : string
+ getLuminanceSourceFQCN() : string
@@ -2504,7 +2517,7 @@ as opacity/transparency can easily be set with css properties.
@@ -2512,7 +2525,7 @@ as opacity/transparency can easily be set with css properties.
protected
- clampLogoSpaceValue(int $value) : int
+ clampLogoSpaceValue(int $value) : int
protected
- set_circleRadius(float $circleRadius) : void
+ set_circleRadius(float $circleRadius) : void
protected
- set_eccLevel(int $eccLevel) : void
+ set_eccLevel(int $eccLevel) : void
protected
- set_fpdfMeasureUnit(string $unit) : void
+ set_fpdfMeasureUnit(string $unit) : void
protected
- set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void
+ set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void
protected
- set_logoSpaceHeight(int $value) : void
+ set_logoSpaceHeight(int $value) : void
protected
- set_logoSpaceStartX(int|null $value) : void
+ set_logoSpaceStartX(int|null $value) : void
protected
- set_logoSpaceStartY(int|null $value) : void
+ set_logoSpaceStartY(int|null $value) : void
protected
- set_logoSpaceWidth(int $value) : void
+ set_logoSpaceWidth(int $value) : void
protected
- set_maskPattern(int $maskPattern) : void
+ set_maskPattern(int $maskPattern) : void
protected
- set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
+ set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
protected
- set_version(int $version) : void
+ set_version(int $version) : void
protected
- set_versionMax(int $version) : void
+ set_versionMax(int $version) : void
protected
- set_versionMin(int $version) : void
+ set_versionMin(int $version) : void
protected
- setMinMaxVersion(int $versionMin, int $versionMax) : void
+ setMinMaxVersion(int $versionMin, int $versionMax) : void
public
- bitProvider() : array<string|int, mixed>
+ bitProvider() : array<string|int, mixed>
@@ -273,7 +273,7 @@
public
- testPut(int $data, int $value) : void
+ testPut(int $data, int $value) : void
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html
index a657c0561..06c77766f 100644
--- a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html
+++ b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html
@@ -241,7 +241,7 @@
public
- maskPatternProvider() : array<string|int, mixed>
+ maskPatternProvider() : array<string|int, mixed>
@@ -274,7 +274,7 @@
public
- testInvalidMaskPatternException() : void
+ testInvalidMaskPatternException() : void
@@ -307,7 +307,7 @@
public
- testMask(int $pattern, array<string|int, mixed> $expected) : void
+ testMask(int $pattern, array<string|int, mixed> $expected) : void
public
- testPenaltyRule1() : void
+ testPenaltyRule1() : void
@@ -406,7 +406,7 @@
public
- testPenaltyRule2() : void
+ testPenaltyRule2() : void
@@ -439,7 +439,7 @@
public
- testPenaltyRule3() : void
+ testPenaltyRule3() : void
@@ -472,7 +472,7 @@
public
- testPenaltyRule4() : void
+ testPenaltyRule4() : void
@@ -505,7 +505,7 @@
private
- assertMask(Closure $mask, array<string|int, mixed> $expected) : bool
+ assertMask(Closure $mask, array<string|int, mixed> $expected) : bool
diff --git a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html
index 1676c144f..13a4ed1e8 100644
--- a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html
+++ b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html
@@ -419,7 +419,7 @@
public
- maskPatternProvider() : array<string|int, array<string|int, int>>
+ maskPatternProvider() : array<string|int, array<string|int, int>>
@@ -466,7 +466,7 @@
public
- stringValidateProvider() : array<string|int, mixed>
+ stringValidateProvider() : array<string|int, mixed>
@@ -499,7 +499,7 @@
public
- testCodeLengthOverflowException() : void
+ testCodeLengthOverflowException() : void
@@ -532,7 +532,7 @@
public
- testGetMinimumVersion() : void
+ testGetMinimumVersion() : void
@@ -565,7 +565,7 @@
public
- testGetMinimumVersionException() : void
+ testGetMinimumVersionException() : void
@@ -598,7 +598,7 @@
public
- testInitMatrix(int $maskPattern) : void
+ testInitMatrix(int $maskPattern) : void
public
- testInstance() : void
+ testInstance() : void
@@ -690,7 +690,7 @@
public
- testInvalidDataException() : void
+ testInvalidDataException() : void
@@ -723,7 +723,7 @@
public
- testInvalidDataOnEmptyException() : void
+ testInvalidDataOnEmptyException() : void
@@ -755,7 +755,7 @@
public
- testValidateString(string $string, bool $expected) : void
+ testValidateString(string $string, bool $expected) : void
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Data-ByteTest.html b/classes/chillerlan-QRCodeTest-Data-ByteTest.html
index 0c38eb625..bd569b905 100644
--- a/classes/chillerlan-QRCodeTest-Data-ByteTest.html
+++ b/classes/chillerlan-QRCodeTest-Data-ByteTest.html
@@ -419,7 +419,7 @@
public
- maskPatternProvider() : array<string|int, array<string|int, int>>
+ maskPatternProvider() : array<string|int, array<string|int, int>>
@@ -466,7 +466,7 @@
public
- stringValidateProvider() : array<string|int, mixed>
+ stringValidateProvider() : array<string|int, mixed>
@@ -499,7 +499,7 @@
public
- testCodeLengthOverflowException() : void
+ testCodeLengthOverflowException() : void
@@ -532,7 +532,7 @@
public
- testGetMinimumVersion() : void
+ testGetMinimumVersion() : void
@@ -565,7 +565,7 @@
public
- testGetMinimumVersionException() : void
+ testGetMinimumVersionException() : void
@@ -598,7 +598,7 @@
public
- testInitMatrix(int $maskPattern) : void
+ testInitMatrix(int $maskPattern) : void
public
- testInstance() : void
+ testInstance() : void
@@ -690,7 +690,7 @@
public
- testInvalidDataException() : void
+ testInvalidDataException() : void
@@ -736,7 +736,7 @@
public
- testInvalidDataOnEmptyException() : void
+ testInvalidDataOnEmptyException() : void
@@ -768,7 +768,7 @@
public
- testValidateString(string $string, bool $expected) : void
+ testValidateString(string $string, bool $expected) : void
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html b/classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html
index 26518a207..d3283f3fe 100644
--- a/classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html
+++ b/classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html
@@ -419,7 +419,7 @@
public
- maskPatternProvider() : array<string|int, array<string|int, int>>
+ maskPatternProvider() : array<string|int, array<string|int, int>>
@@ -465,7 +465,7 @@
public
- abstract stringValidateProvider() : array<string|int, mixed>
+ abstract stringValidateProvider() : array<string|int, mixed>
@@ -499,7 +499,7 @@
public
- testCodeLengthOverflowException() : void
+ testCodeLengthOverflowException() : void
@@ -532,7 +532,7 @@
public
- testGetMinimumVersion() : void
+ testGetMinimumVersion() : void
@@ -565,7 +565,7 @@
public
- testGetMinimumVersionException() : void
+ testGetMinimumVersionException() : void
@@ -598,7 +598,7 @@
public
- testInitMatrix(int $maskPattern) : void
+ testInitMatrix(int $maskPattern) : void
public
- testInstance() : void
+ testInstance() : void
@@ -690,7 +690,7 @@
public
- testInvalidDataException() : void
+ testInvalidDataException() : void
@@ -723,7 +723,7 @@
public
- testInvalidDataOnEmptyException() : void
+ testInvalidDataOnEmptyException() : void
@@ -755,7 +755,7 @@
public
- testValidateString(string $string, bool $expected) : void
+ testValidateString(string $string, bool $expected) : void
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html
index 026144a2e..9109d7504 100644
--- a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html
+++ b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html
@@ -419,7 +419,7 @@
public
- maskPatternProvider() : array<string|int, array<string|int, int>>
+ maskPatternProvider() : array<string|int, array<string|int, int>>
@@ -466,7 +466,7 @@
public
- stringValidateProvider() : array<string|int, mixed>
+ stringValidateProvider() : array<string|int, mixed>
@@ -499,7 +499,7 @@
public
- testCodeLengthOverflowException() : void
+ testCodeLengthOverflowException() : void
@@ -532,7 +532,7 @@
public
- testGetMinimumVersion() : void
+ testGetMinimumVersion() : void
@@ -565,7 +565,7 @@
public
- testGetMinimumVersionException() : void
+ testGetMinimumVersionException() : void
@@ -598,7 +598,7 @@
public
- testInitMatrix(int $maskPattern) : void
+ testInitMatrix(int $maskPattern) : void
public
- testInstance() : void
+ testInstance() : void
@@ -690,7 +690,7 @@
public
- testInvalidDataException() : void
+ testInvalidDataException() : void
@@ -723,7 +723,7 @@
public
- testInvalidDataOnEmptyException() : void
+ testInvalidDataOnEmptyException() : void
@@ -755,7 +755,7 @@
public
- testValidateString(string $string, bool $expected) : void
+ testValidateString(string $string, bool $expected) : void
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Data-NumberTest.html b/classes/chillerlan-QRCodeTest-Data-NumberTest.html
index 5c3333e2c..b69f197c3 100644
--- a/classes/chillerlan-QRCodeTest-Data-NumberTest.html
+++ b/classes/chillerlan-QRCodeTest-Data-NumberTest.html
@@ -419,7 +419,7 @@
public
- maskPatternProvider() : array<string|int, array<string|int, int>>
+ maskPatternProvider() : array<string|int, array<string|int, int>>
@@ -466,7 +466,7 @@
public
- stringValidateProvider() : array<string|int, mixed>
+ stringValidateProvider() : array<string|int, mixed>
@@ -499,7 +499,7 @@
public
- testCodeLengthOverflowException() : void
+ testCodeLengthOverflowException() : void
@@ -532,7 +532,7 @@
public
- testGetMinimumVersion() : void
+ testGetMinimumVersion() : void
@@ -565,7 +565,7 @@
public
- testGetMinimumVersionException() : void
+ testGetMinimumVersionException() : void
@@ -598,7 +598,7 @@
public
- testInitMatrix(int $maskPattern) : void
+ testInitMatrix(int $maskPattern) : void
public
- testInstance() : void
+ testInstance() : void
@@ -690,7 +690,7 @@
public
- testInvalidDataException() : void
+ testInvalidDataException() : void
@@ -723,7 +723,7 @@
public
- testInvalidDataOnEmptyException() : void
+ testInvalidDataOnEmptyException() : void
@@ -755,7 +755,7 @@
public
- testValidateString(string $string, bool $expected) : void
+ testValidateString(string $string, bool $expected) : void
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html
index f7232b7a7..2e8906c6c 100644
--- a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html
+++ b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html
@@ -423,7 +423,7 @@
public
- testECC() : void
+ testECC() : void
@@ -456,7 +456,7 @@
public
- testFlip() : void
+ testFlip() : void
@@ -489,7 +489,7 @@
public
- testGetSetCheck() : void
+ testGetSetCheck() : void
@@ -522,7 +522,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -555,7 +555,7 @@
public
- testMaskPattern() : void
+ testMaskPattern() : void
@@ -588,7 +588,7 @@
public
- testSetAlignmentPattern(int $version) : void
+ testSetAlignmentPattern(int $version) : void
public
- testSetDarkModule(int $version) : void
+ testSetDarkModule(int $version) : void
public
- testSetFinderPattern(int $version) : void
+ testSetFinderPattern(int $version) : void
public
- testSetFormatInfo(int $version) : void
+ testSetFormatInfo(int $version) : void
public
- testSetLogoSpaceInvalidEccException() : void
+ testSetLogoSpaceInvalidEccException() : void
@@ -857,7 +857,7 @@
public
- testSetLogoSpaceMaxSizeException() : void
+ testSetLogoSpaceMaxSizeException() : void
@@ -890,7 +890,7 @@
public
- testSetLogoSpaceOrientation() : void
+ testSetLogoSpaceOrientation() : void
@@ -923,7 +923,7 @@
public
- testSetLogoSpacePosition() : void
+ testSetLogoSpacePosition() : void
@@ -956,7 +956,7 @@
public
- testSetQuietZone(int $version) : void
+ testSetQuietZone(int $version) : void
public
- testSetQuietZoneException() : void
+ testSetQuietZoneException() : void
@@ -1048,7 +1048,7 @@
public
- testSetSeparators(int $version) : void
+ testSetSeparators(int $version) : void
public
- testSetTimingPattern(int $version) : void
+ testSetTimingPattern(int $version) : void
public
- testSetVersionNumber(int $version) : void
+ testSetVersionNumber(int $version) : void
public
- testSize() : void
+ testSize() : void
@@ -1258,7 +1258,7 @@
public
- testVersion() : void
+ testVersion() : void
@@ -1291,7 +1291,7 @@
public
- versionProvider() : Generator
+ versionProvider() : Generator
@@ -1324,7 +1324,7 @@
protected
- getMatrix(int $version) : QRMatrix
+ getMatrix(int $version) : QRMatrix
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html
index a11760928..bdc3bc1c7 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html
@@ -465,7 +465,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -497,7 +497,7 @@
public
- testOutputGetResource() : void
+ testOutputGetResource() : void
@@ -531,7 +531,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -564,7 +564,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -597,7 +597,7 @@
public
- testSetModuleValues() : void
+ testSetModuleValues() : void
@@ -643,7 +643,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html
index 27ab7e902..c34880105 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html
@@ -465,7 +465,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -497,7 +497,7 @@
public
- testOutputGetResource() : void
+ testOutputGetResource() : void
@@ -530,7 +530,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -563,7 +563,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -596,7 +596,7 @@
public
- abstract testSetModuleValues() : void
+ abstract testSetModuleValues() : void
@@ -629,7 +629,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html
index 1f8a3a76e..0bc87b2dc 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html
@@ -465,7 +465,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -497,7 +497,7 @@
public
- testOutputGetResource() : void
+ testOutputGetResource() : void
@@ -530,7 +530,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -563,7 +563,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -596,7 +596,7 @@
public
- abstract testSetModuleValues() : void
+ abstract testSetModuleValues() : void
@@ -629,7 +629,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html
index 7087e37ef..15c03b881 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html
@@ -465,7 +465,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -497,7 +497,7 @@
public
- testOutputGetResource() : void
+ testOutputGetResource() : void
@@ -530,7 +530,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -563,7 +563,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -596,7 +596,7 @@
public
- abstract testSetModuleValues() : void
+ abstract testSetModuleValues() : void
@@ -629,7 +629,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html
index 138bcb939..c5d5cb01b 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html
@@ -465,7 +465,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -497,7 +497,7 @@
public
- testOutputGetResource() : void
+ testOutputGetResource() : void
@@ -530,7 +530,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -563,7 +563,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -596,7 +596,7 @@
public
- testSetModuleValues() : void
+ testSetModuleValues() : void
@@ -642,7 +642,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html
index 7348bc5ab..c18129060 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html
@@ -465,7 +465,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -497,7 +497,7 @@
public
- testOutputGetResource() : void
+ testOutputGetResource() : void
@@ -531,7 +531,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -564,7 +564,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -597,7 +597,7 @@
public
- testSetModuleValues() : void
+ testSetModuleValues() : void
@@ -643,7 +643,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html
index a211568dc..861995e58 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html
@@ -458,7 +458,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -491,7 +491,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -524,7 +524,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -557,7 +557,7 @@
public
- abstract testSetModuleValues() : void
+ abstract testSetModuleValues() : void
@@ -590,7 +590,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html
index 86006c45f..10c3b91f6 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html
@@ -458,7 +458,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -491,7 +491,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -524,7 +524,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -557,7 +557,7 @@
public
- abstract testSetModuleValues() : void
+ abstract testSetModuleValues() : void
@@ -590,7 +590,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html
index db745b03f..a8797d1fc 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html
@@ -458,7 +458,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -491,7 +491,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -524,7 +524,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -557,7 +557,7 @@
public
- testSetModuleValues() : void
+ testSetModuleValues() : void
@@ -603,7 +603,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html
index 076d79455..83092b10b 100644
--- a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html
+++ b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html
@@ -459,7 +459,7 @@ should also be used to test custom output modules
public
- testInstance() : void
+ testInstance() : void
@@ -492,7 +492,7 @@ should also be used to test custom output modules
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -525,7 +525,7 @@ should also be used to test custom output modules
public
- testSaveException() : void
+ testSaveException() : void
@@ -558,7 +558,7 @@ should also be used to test custom output modules
public
- abstract testSetModuleValues() : void
+ abstract testSetModuleValues() : void
@@ -591,7 +591,7 @@ should also be used to test custom output modules
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html
index b99a6cdf9..0d6f6c23b 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html
@@ -458,7 +458,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -491,7 +491,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -524,7 +524,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -556,7 +556,7 @@
public
- testSetModuleValues() : void
+ testSetModuleValues() : void
@@ -589,7 +589,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html
index eafeff28b..429c263c3 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html
@@ -458,7 +458,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -491,7 +491,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -524,7 +524,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -556,7 +556,7 @@
public
- testSetModuleValues() : void
+ testSetModuleValues() : void
@@ -602,7 +602,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html
index be512e040..1808e63bf 100644
--- a/classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html
+++ b/classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html
@@ -458,7 +458,7 @@
public
- testInstance() : void
+ testInstance() : void
@@ -491,7 +491,7 @@
public
- testRenderToCacheFile() : void
+ testRenderToCacheFile() : void
@@ -524,7 +524,7 @@
public
- testSaveException() : void
+ testSaveException() : void
@@ -557,7 +557,7 @@
public
- abstract testSetModuleValues() : void
+ abstract testSetModuleValues() : void
@@ -590,7 +590,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html
index a67ae2852..9ab078bc7 100644
--- a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html
+++ b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html
@@ -343,7 +343,7 @@
public
- dataTestProvider() : Generator
+ dataTestProvider() : Generator
@@ -376,7 +376,7 @@
public
- qrCodeProvider() : array<string|int, mixed>
+ qrCodeProvider() : array<string|int, mixed>
@@ -409,7 +409,7 @@
public
- testReadData(Version $version, EccLevel $ecc, string $expected) : void
+ testReadData(Version $version, EccLevel $ecc, string $expected) : void
public
- testReader(string $img, string $expected, bool $grayscale) : void
+ testReader(string $img, string $expected, bool $grayscale) : void
public
- testReaderMultiSegment() : void
+ testReaderMultiSegment() : void
@@ -590,7 +590,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html
index 396e480a4..de8aa02f6 100644
--- a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html
+++ b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html
@@ -343,7 +343,7 @@
public
- dataTestProvider() : Generator
+ dataTestProvider() : Generator
@@ -376,7 +376,7 @@
public
- qrCodeProvider() : array<string|int, mixed>
+ qrCodeProvider() : array<string|int, mixed>
@@ -409,7 +409,7 @@
public
- testReadData(Version $version, EccLevel $ecc, string $expected) : void
+ testReadData(Version $version, EccLevel $ecc, string $expected) : void
public
- testReader(string $img, string $expected, bool $grayscale) : void
+ testReader(string $img, string $expected, bool $grayscale) : void
public
- testReaderMultiSegment() : void
+ testReaderMultiSegment() : void
@@ -590,7 +590,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html
index 671b557f3..6338eaafc 100644
--- a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html
+++ b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html
@@ -343,7 +343,7 @@
public
- dataTestProvider() : Generator
+ dataTestProvider() : Generator
@@ -376,7 +376,7 @@
public
- qrCodeProvider() : array<string|int, mixed>
+ qrCodeProvider() : array<string|int, mixed>
@@ -409,7 +409,7 @@
public
- testReadData(Version $version, EccLevel $ecc, string $expected) : void
+ testReadData(Version $version, EccLevel $ecc, string $expected) : void
public
- testReader(string $img, string $expected, bool $grayscale) : void
+ testReader(string $img, string $expected, bool $grayscale) : void
public
- testReaderMultiSegment() : void
+ testReaderMultiSegment() : void
@@ -590,7 +590,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-QRCodeTest.html b/classes/chillerlan-QRCodeTest-QRCodeTest.html
index 71876b2f9..ab8618e93 100644
--- a/classes/chillerlan-QRCodeTest-QRCodeTest.html
+++ b/classes/chillerlan-QRCodeTest-QRCodeTest.html
@@ -281,7 +281,7 @@
public
- testGetMatrixException() : void
+ testGetMatrixException() : void
@@ -314,7 +314,7 @@
public
- testInitDataInterfaceException() : void
+ testInitDataInterfaceException() : void
@@ -347,7 +347,7 @@
protected
- setUp() : void
+ setUp() : void
diff --git a/classes/chillerlan-QRCodeTest-QROptionsTest.html b/classes/chillerlan-QRCodeTest-QROptionsTest.html
index 37eb6c966..ef26e651c 100644
--- a/classes/chillerlan-QRCodeTest-QROptionsTest.html
+++ b/classes/chillerlan-QRCodeTest-QROptionsTest.html
@@ -276,7 +276,7 @@
public
- circleRadiusProvider() : array<string|int, array<string|int, float>>
+ circleRadiusProvider() : array<string|int, array<string|int, float>>
@@ -308,7 +308,7 @@
public
- logoSpaceValueProvider() : array<string|int, array<string|int, int>>
+ logoSpaceValueProvider() : array<string|int, array<string|int, int>>
@@ -340,7 +340,7 @@
public
- MaskPatternProvider() : array<string|int, array<string|int, int>>
+ MaskPatternProvider() : array<string|int, array<string|int, int>>
@@ -372,7 +372,7 @@
public
- RGBProvider() : array<string|int, array<string|int, array<string|int, int>>>
+ RGBProvider() : array<string|int, array<string|int, array<string|int, int>>>
@@ -404,7 +404,7 @@
public
- testClampCircleRadius(float $value, float $expected) : void
+ testClampCircleRadius(float $value, float $expected) : void
public
- testClampLogoSpaceValue(int $value, int $expected) : void
+ testClampLogoSpaceValue(int $value, int $expected) : void
public
- testClampRGBValues(array<string|int, mixed> $rgb, array<string|int, mixed> $expected) : void
+ testClampRGBValues(array<string|int, mixed> $rgb, array<string|int, mixed> $expected) : void
public
- testInvalidEccLevelException() : void
+ testInvalidEccLevelException() : void
@@ -638,7 +638,7 @@
public
- testInvalidRGBValueException() : void
+ testInvalidRGBValueException() : void
@@ -671,7 +671,7 @@
public
- testLogoSpaceStartNullable() : void
+ testLogoSpaceStartNullable() : void
@@ -704,7 +704,7 @@
public
- testMaskPatternClamp(int $maskPattern, int $expected) : void
+ testMaskPatternClamp(int $maskPattern, int $expected) : void
public
- testVersionClamp(int $version, int $expected) : void
+ testVersionClamp(int $version, int $expected) : void
public
- testVersionMinMaxClamp(int $versionMin, int $versionMax, int $expectedMin, int $expectedMax) : void
+ testVersionMinMaxClamp(int $versionMin, int $versionMax, int $expectedMin, int $expectedMax) : void
public
- VersionMinMaxProvider() : array<string|int, array<string|int, int>>
+ VersionMinMaxProvider() : array<string|int, array<string|int, int>>
@@ -952,7 +952,7 @@
public
- VersionProvider() : array<string|int, array<string|int, int>>
+ VersionProvider() : array<string|int, array<string|int, int>>
diff --git a/css/base.css b/css/base.css
index b4e696180..b71c759f1 100644
--- a/css/base.css
+++ b/css/base.css
@@ -84,6 +84,7 @@ body {
font-size: var(--text-md);
letter-spacing: var(--letter-spacing--primary);
line-height: var(--line-height--primary);
+ width: 100%;
}
.phpdocumentor h1,
diff --git a/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ b/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ
index 2aeaf7489..5a91c7c95 100644
Binary files a/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ and b/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ differ
diff --git a/descriptors/-/F/jRgdyBLyXKT+BGk4NfTw b/descriptors/-/F/jRgdyBLyXKT+BGk4NfTw
index 68bd41e9f..e89405f0d 100644
Binary files a/descriptors/-/F/jRgdyBLyXKT+BGk4NfTw and b/descriptors/-/F/jRgdyBLyXKT+BGk4NfTw differ
diff --git a/descriptors/-/F/kNxgM6+xXQuNe88gSOxA b/descriptors/-/F/kNxgM6+xXQuNe88gSOxA
index f2e38580a..acc907315 100644
Binary files a/descriptors/-/F/kNxgM6+xXQuNe88gSOxA and b/descriptors/-/F/kNxgM6+xXQuNe88gSOxA differ
diff --git a/descriptors/-/O/p5-gmoh5hPLmm04gN4pQ b/descriptors/-/O/p5-gmoh5hPLmm04gN4pQ
index 2da4546c3..51b9d3071 100644
Binary files a/descriptors/-/O/p5-gmoh5hPLmm04gN4pQ and b/descriptors/-/O/p5-gmoh5hPLmm04gN4pQ differ
diff --git a/descriptors/0/8/K5Nh3Keev5uTA1xbHsFg b/descriptors/0/8/K5Nh3Keev5uTA1xbHsFg
index 7ff12d5ca..71316a737 100644
Binary files a/descriptors/0/8/K5Nh3Keev5uTA1xbHsFg and b/descriptors/0/8/K5Nh3Keev5uTA1xbHsFg differ
diff --git a/descriptors/0/B/2qSrZ6qQnjx2PjdHk9CQ b/descriptors/0/B/2qSrZ6qQnjx2PjdHk9CQ
index f0863f0df..4156f69fd 100644
Binary files a/descriptors/0/B/2qSrZ6qQnjx2PjdHk9CQ and b/descriptors/0/B/2qSrZ6qQnjx2PjdHk9CQ differ
diff --git a/descriptors/0/N/GpaeNybzoU59gW6UhBnQ b/descriptors/0/N/GpaeNybzoU59gW6UhBnQ
index 5d48a04fd..9d773bdc8 100644
Binary files a/descriptors/0/N/GpaeNybzoU59gW6UhBnQ and b/descriptors/0/N/GpaeNybzoU59gW6UhBnQ differ
diff --git a/descriptors/1/C/HhgHbACpp2-v5vnsHqoQ b/descriptors/1/C/HhgHbACpp2-v5vnsHqoQ
index 2b549884a..a2660c6f2 100644
Binary files a/descriptors/1/C/HhgHbACpp2-v5vnsHqoQ and b/descriptors/1/C/HhgHbACpp2-v5vnsHqoQ differ
diff --git a/descriptors/1/W/3ebKU0GB6zhMUdVP1b+A b/descriptors/1/W/3ebKU0GB6zhMUdVP1b+A
index bcae9713b..5fbad8189 100644
Binary files a/descriptors/1/W/3ebKU0GB6zhMUdVP1b+A and b/descriptors/1/W/3ebKU0GB6zhMUdVP1b+A differ
diff --git a/descriptors/1/W/oHvshtXLek5m48kI4qYQ b/descriptors/1/W/oHvshtXLek5m48kI4qYQ
index d7cdc1ddc..a6308de22 100644
Binary files a/descriptors/1/W/oHvshtXLek5m48kI4qYQ and b/descriptors/1/W/oHvshtXLek5m48kI4qYQ differ
diff --git a/descriptors/3/O/NJboKaggdJkamainZjsA b/descriptors/3/O/NJboKaggdJkamainZjsA
index 6dba1f896..c0df53fa3 100644
Binary files a/descriptors/3/O/NJboKaggdJkamainZjsA and b/descriptors/3/O/NJboKaggdJkamainZjsA differ
diff --git a/descriptors/4/B/qeb7Z8-vMA7Ua4+gfLXA b/descriptors/4/B/qeb7Z8-vMA7Ua4+gfLXA
index b1fcc80e4..3d40db878 100644
Binary files a/descriptors/4/B/qeb7Z8-vMA7Ua4+gfLXA and b/descriptors/4/B/qeb7Z8-vMA7Ua4+gfLXA differ
diff --git a/descriptors/5/S/JYW4u1Ss7g87mvPurwuQ b/descriptors/5/S/JYW4u1Ss7g87mvPurwuQ
index cc3ecc320..66ad1ca8e 100644
Binary files a/descriptors/5/S/JYW4u1Ss7g87mvPurwuQ and b/descriptors/5/S/JYW4u1Ss7g87mvPurwuQ differ
diff --git a/descriptors/6/1/lB29Unf+MGop8ZfQpbxw b/descriptors/6/1/lB29Unf+MGop8ZfQpbxw
index 1ed243254..1f7893f1a 100644
Binary files a/descriptors/6/1/lB29Unf+MGop8ZfQpbxw and b/descriptors/6/1/lB29Unf+MGop8ZfQpbxw differ
diff --git a/descriptors/6/K/6EwWb4g1s5Dj7Oor06Vg b/descriptors/6/K/6EwWb4g1s5Dj7Oor06Vg
index 7ef364064..4c3f1863b 100644
Binary files a/descriptors/6/K/6EwWb4g1s5Dj7Oor06Vg and b/descriptors/6/K/6EwWb4g1s5Dj7Oor06Vg differ
diff --git a/descriptors/7/8/QsSJcxuDttqz7kaLKK9w b/descriptors/7/8/QsSJcxuDttqz7kaLKK9w
index 932aff6bd..fc46dedbc 100644
Binary files a/descriptors/7/8/QsSJcxuDttqz7kaLKK9w and b/descriptors/7/8/QsSJcxuDttqz7kaLKK9w differ
diff --git a/descriptors/8/B/YUUawcRPu8iqa0H4uRzA b/descriptors/8/B/YUUawcRPu8iqa0H4uRzA
index b92a24c49..5a7e45f63 100644
Binary files a/descriptors/8/B/YUUawcRPu8iqa0H4uRzA and b/descriptors/8/B/YUUawcRPu8iqa0H4uRzA differ
diff --git a/descriptors/8/T/vc7T6bnZ3UycLojYYsbQ b/descriptors/8/T/vc7T6bnZ3UycLojYYsbQ
index cebd759c5..f3e262d18 100644
Binary files a/descriptors/8/T/vc7T6bnZ3UycLojYYsbQ and b/descriptors/8/T/vc7T6bnZ3UycLojYYsbQ differ
diff --git a/descriptors/9/O/WWt-IuNrfC8yLC-ncXKQ b/descriptors/9/O/WWt-IuNrfC8yLC-ncXKQ
index 0067c2dd0..e13dd1cf3 100644
Binary files a/descriptors/9/O/WWt-IuNrfC8yLC-ncXKQ and b/descriptors/9/O/WWt-IuNrfC8yLC-ncXKQ differ
diff --git a/descriptors/A/H/DD90x3SluOjSxkcV88ZA b/descriptors/A/H/DD90x3SluOjSxkcV88ZA
index 107db84e2..621afed6a 100644
Binary files a/descriptors/A/H/DD90x3SluOjSxkcV88ZA and b/descriptors/A/H/DD90x3SluOjSxkcV88ZA differ
diff --git a/descriptors/A/N/Ljow2YPBWWbEcemFbdJg b/descriptors/A/N/Ljow2YPBWWbEcemFbdJg
index 9f1065486..bd9a01253 100644
Binary files a/descriptors/A/N/Ljow2YPBWWbEcemFbdJg and b/descriptors/A/N/Ljow2YPBWWbEcemFbdJg differ
diff --git a/descriptors/B/1/aTEUuEOOiQctQ60relWw b/descriptors/B/1/aTEUuEOOiQctQ60relWw
index 572f0b57a..0e0b8b1ca 100644
Binary files a/descriptors/B/1/aTEUuEOOiQctQ60relWw and b/descriptors/B/1/aTEUuEOOiQctQ60relWw differ
diff --git a/descriptors/B/E/r1vpxcSDgXhLhmvapg0g b/descriptors/B/E/r1vpxcSDgXhLhmvapg0g
index 4192e6fda..6cf97bf07 100644
Binary files a/descriptors/B/E/r1vpxcSDgXhLhmvapg0g and b/descriptors/B/E/r1vpxcSDgXhLhmvapg0g differ
diff --git a/descriptors/B/M/ypKt-svLtRmUKXHv+qBg b/descriptors/B/M/ypKt-svLtRmUKXHv+qBg
index 72e5f41e7..1809f3177 100644
Binary files a/descriptors/B/M/ypKt-svLtRmUKXHv+qBg and b/descriptors/B/M/ypKt-svLtRmUKXHv+qBg differ
diff --git a/descriptors/C/M/EVCvnxX+dRHuyEr8qsYA b/descriptors/C/M/EVCvnxX+dRHuyEr8qsYA
index cc16e2c17..dc144903d 100644
Binary files a/descriptors/C/M/EVCvnxX+dRHuyEr8qsYA and b/descriptors/C/M/EVCvnxX+dRHuyEr8qsYA differ
diff --git a/descriptors/D/D/m0G1Z9xVFKtNtCQFoi5w b/descriptors/D/D/m0G1Z9xVFKtNtCQFoi5w
index 2c51a380b..addb14397 100644
Binary files a/descriptors/D/D/m0G1Z9xVFKtNtCQFoi5w and b/descriptors/D/D/m0G1Z9xVFKtNtCQFoi5w differ
diff --git a/descriptors/D/F/DOG571bO-z1teWt5gCnA b/descriptors/D/F/DOG571bO-z1teWt5gCnA
index b0f61a1e5..eca770ab1 100644
Binary files a/descriptors/D/F/DOG571bO-z1teWt5gCnA and b/descriptors/D/F/DOG571bO-z1teWt5gCnA differ
diff --git a/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA b/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA
index 74d5c30f4..e03952fc0 100644
Binary files a/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA and b/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA differ
diff --git a/descriptors/F/7/OnTTKZgQfCrYvSHdurDA b/descriptors/F/7/OnTTKZgQfCrYvSHdurDA
index 03ead559d..c457befae 100644
Binary files a/descriptors/F/7/OnTTKZgQfCrYvSHdurDA and b/descriptors/F/7/OnTTKZgQfCrYvSHdurDA differ
diff --git a/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw b/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw
index 0bf82ecf2..c51dc49bc 100644
Binary files a/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw and b/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw differ
diff --git a/descriptors/F/B/LksworQTmdGDsbuGgK3w b/descriptors/F/B/LksworQTmdGDsbuGgK3w
index 0477fdb15..f7b4d8abb 100644
Binary files a/descriptors/F/B/LksworQTmdGDsbuGgK3w and b/descriptors/F/B/LksworQTmdGDsbuGgK3w differ
diff --git a/descriptors/F/V/02epmiUkatFxWCEUNOZQ b/descriptors/F/V/02epmiUkatFxWCEUNOZQ
index d5b4f3cce..094f8d4e7 100644
Binary files a/descriptors/F/V/02epmiUkatFxWCEUNOZQ and b/descriptors/F/V/02epmiUkatFxWCEUNOZQ differ
diff --git a/descriptors/F/W/W0teNcVy9jqdc46pQatg b/descriptors/F/W/W0teNcVy9jqdc46pQatg
index 19fc58d21..c058609b6 100644
Binary files a/descriptors/F/W/W0teNcVy9jqdc46pQatg and b/descriptors/F/W/W0teNcVy9jqdc46pQatg differ
diff --git a/descriptors/G/8/34PLS-AzpSCuX2cZHsqw b/descriptors/G/8/34PLS-AzpSCuX2cZHsqw
index 79b914648..159126231 100644
Binary files a/descriptors/G/8/34PLS-AzpSCuX2cZHsqw and b/descriptors/G/8/34PLS-AzpSCuX2cZHsqw differ
diff --git a/descriptors/G/G/Wqosy8fgWMr+iNneQiEw b/descriptors/G/G/Wqosy8fgWMr+iNneQiEw
index 7f265c0bc..431963dd6 100644
Binary files a/descriptors/G/G/Wqosy8fgWMr+iNneQiEw and b/descriptors/G/G/Wqosy8fgWMr+iNneQiEw differ
diff --git a/descriptors/G/V/fdJGuZf5fNFLqtugqT-w b/descriptors/G/V/fdJGuZf5fNFLqtugqT-w
index 650708ce3..9707460ad 100644
Binary files a/descriptors/G/V/fdJGuZf5fNFLqtugqT-w and b/descriptors/G/V/fdJGuZf5fNFLqtugqT-w differ
diff --git a/descriptors/G/Z/oRUELJnE8E9xjfb7zVYw b/descriptors/G/Z/oRUELJnE8E9xjfb7zVYw
index 89fd6d184..b856807f9 100644
Binary files a/descriptors/G/Z/oRUELJnE8E9xjfb7zVYw and b/descriptors/G/Z/oRUELJnE8E9xjfb7zVYw differ
diff --git a/descriptors/H/K/L8qxzlGe3nApAEb0XDmw b/descriptors/H/K/L8qxzlGe3nApAEb0XDmw
index 7f4774a0d..db4827689 100644
Binary files a/descriptors/H/K/L8qxzlGe3nApAEb0XDmw and b/descriptors/H/K/L8qxzlGe3nApAEb0XDmw differ
diff --git a/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ b/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ
index 2101c537d..5d493eb55 100644
Binary files a/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ and b/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ differ
diff --git a/descriptors/L/2/ctw2MM3ESsh4daIK1sWg b/descriptors/L/2/ctw2MM3ESsh4daIK1sWg
index 54e29d807..f87acdd18 100644
Binary files a/descriptors/L/2/ctw2MM3ESsh4daIK1sWg and b/descriptors/L/2/ctw2MM3ESsh4daIK1sWg differ
diff --git a/descriptors/M/-/WxZaFDk-ceeWbfrdktlw b/descriptors/M/-/WxZaFDk-ceeWbfrdktlw
index 69b12755c..b2a30b95d 100644
Binary files a/descriptors/M/-/WxZaFDk-ceeWbfrdktlw and b/descriptors/M/-/WxZaFDk-ceeWbfrdktlw differ
diff --git a/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA b/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA
index 9778b04af..d9eaf2544 100644
Binary files a/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA and b/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA differ
diff --git a/descriptors/M/E/Nh3ZTPCAW0NKAreDA58A b/descriptors/M/E/Nh3ZTPCAW0NKAreDA58A
index 29e057216..ed8d87170 100644
Binary files a/descriptors/M/E/Nh3ZTPCAW0NKAreDA58A and b/descriptors/M/E/Nh3ZTPCAW0NKAreDA58A differ
diff --git a/descriptors/M/H/UP+q5Whq-hBCfNUVgmmA b/descriptors/M/H/UP+q5Whq-hBCfNUVgmmA
index d4e73fc12..48fcf1e3e 100644
Binary files a/descriptors/M/H/UP+q5Whq-hBCfNUVgmmA and b/descriptors/M/H/UP+q5Whq-hBCfNUVgmmA differ
diff --git a/descriptors/N/E/ZqP6aKgWYU4JMqYQSlXw b/descriptors/N/E/ZqP6aKgWYU4JMqYQSlXw
index 4c532d14b..8d066a173 100644
Binary files a/descriptors/N/E/ZqP6aKgWYU4JMqYQSlXw and b/descriptors/N/E/ZqP6aKgWYU4JMqYQSlXw differ
diff --git a/descriptors/N/K/1wJmCAkdhUBMG4W9U26Q b/descriptors/N/K/1wJmCAkdhUBMG4W9U26Q
index 1031301f2..123198568 100644
Binary files a/descriptors/N/K/1wJmCAkdhUBMG4W9U26Q and b/descriptors/N/K/1wJmCAkdhUBMG4W9U26Q differ
diff --git a/descriptors/N/L/M8tl-UJDn9hJ5n0JYiUQ b/descriptors/N/L/M8tl-UJDn9hJ5n0JYiUQ
index b20633123..4d44b759e 100644
Binary files a/descriptors/N/L/M8tl-UJDn9hJ5n0JYiUQ and b/descriptors/N/L/M8tl-UJDn9hJ5n0JYiUQ differ
diff --git a/descriptors/O/-/Qj50sQunXyprLIPjDWuw b/descriptors/O/-/Qj50sQunXyprLIPjDWuw
index a2cc513b7..3650395ac 100644
Binary files a/descriptors/O/-/Qj50sQunXyprLIPjDWuw and b/descriptors/O/-/Qj50sQunXyprLIPjDWuw differ
diff --git a/descriptors/O/9/TxGIyEkOt8LOdakmWGng b/descriptors/O/9/TxGIyEkOt8LOdakmWGng
index c07666d2b..b782332bc 100644
Binary files a/descriptors/O/9/TxGIyEkOt8LOdakmWGng and b/descriptors/O/9/TxGIyEkOt8LOdakmWGng differ
diff --git a/descriptors/O/C/QrLkTA4pksM1hZjh2fmQ b/descriptors/O/C/QrLkTA4pksM1hZjh2fmQ
index 35c628c8b..eac4e0501 100644
Binary files a/descriptors/O/C/QrLkTA4pksM1hZjh2fmQ and b/descriptors/O/C/QrLkTA4pksM1hZjh2fmQ differ
diff --git a/descriptors/O/O/mS81z7ltTtSlHSFUSNuw b/descriptors/O/O/mS81z7ltTtSlHSFUSNuw
index bbf43bfe4..6410598da 100644
Binary files a/descriptors/O/O/mS81z7ltTtSlHSFUSNuw and b/descriptors/O/O/mS81z7ltTtSlHSFUSNuw differ
diff --git a/descriptors/O/P/hsy4XuaUYG7s+p327kdw b/descriptors/O/P/hsy4XuaUYG7s+p327kdw
index 8feed01bd..c0db42c57 100644
Binary files a/descriptors/O/P/hsy4XuaUYG7s+p327kdw and b/descriptors/O/P/hsy4XuaUYG7s+p327kdw differ
diff --git a/descriptors/P/F/CRQ81A3lfcHvSs9jQKkw b/descriptors/P/F/CRQ81A3lfcHvSs9jQKkw
index 8770fa198..156564c02 100644
Binary files a/descriptors/P/F/CRQ81A3lfcHvSs9jQKkw and b/descriptors/P/F/CRQ81A3lfcHvSs9jQKkw differ
diff --git a/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ b/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ
index 9599c7300..760506719 100644
Binary files a/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ and b/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ differ
diff --git a/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng b/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng
index 09068126b..c3c58f7d5 100644
Binary files a/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng and b/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng differ
diff --git a/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw b/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw
index 16d659c34..564ffe258 100644
Binary files a/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw and b/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw differ
diff --git a/descriptors/R/J/XynComHevEUzJVBqwqBw b/descriptors/R/J/XynComHevEUzJVBqwqBw
index 73e461436..38081f755 100644
Binary files a/descriptors/R/J/XynComHevEUzJVBqwqBw and b/descriptors/R/J/XynComHevEUzJVBqwqBw differ
diff --git a/descriptors/R/Z/B7iBRy42UrH9XZFVHxqQ b/descriptors/R/Z/B7iBRy42UrH9XZFVHxqQ
index 21c2addb5..3253899a2 100644
Binary files a/descriptors/R/Z/B7iBRy42UrH9XZFVHxqQ and b/descriptors/R/Z/B7iBRy42UrH9XZFVHxqQ differ
diff --git a/descriptors/S/5/GDvbx5K37txRsFozM6Dw b/descriptors/S/5/GDvbx5K37txRsFozM6Dw
index 52f2f02c4..6938b5c91 100644
Binary files a/descriptors/S/5/GDvbx5K37txRsFozM6Dw and b/descriptors/S/5/GDvbx5K37txRsFozM6Dw differ
diff --git a/descriptors/S/O/uB88R0MDvju5O8vP9R2g b/descriptors/S/O/uB88R0MDvju5O8vP9R2g
index ba0fbee17..67ef90339 100644
Binary files a/descriptors/S/O/uB88R0MDvju5O8vP9R2g and b/descriptors/S/O/uB88R0MDvju5O8vP9R2g differ
diff --git a/descriptors/T/M/LNFLDuHMpqMgpKcW670A b/descriptors/T/M/LNFLDuHMpqMgpKcW670A
index 8c89f9388..0c8037e6b 100644
Binary files a/descriptors/T/M/LNFLDuHMpqMgpKcW670A and b/descriptors/T/M/LNFLDuHMpqMgpKcW670A differ
diff --git a/descriptors/T/U/tCn8347JaERiSFirOQkQ b/descriptors/T/U/tCn8347JaERiSFirOQkQ
index 4f16b3c4c..d33a9e28a 100644
Binary files a/descriptors/T/U/tCn8347JaERiSFirOQkQ and b/descriptors/T/U/tCn8347JaERiSFirOQkQ differ
diff --git a/descriptors/T/Y/GYEZMyZYKnQDpBqG-ZsQ b/descriptors/T/Y/GYEZMyZYKnQDpBqG-ZsQ
index 9afeaa348..355dc4715 100644
Binary files a/descriptors/T/Y/GYEZMyZYKnQDpBqG-ZsQ and b/descriptors/T/Y/GYEZMyZYKnQDpBqG-ZsQ differ
diff --git a/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig b/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig
index 4803e7939..18e78a6dc 100644
Binary files a/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig and b/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig differ
diff --git a/descriptors/U/M/GOkWye9ioWEVXJE38j3A b/descriptors/U/M/GOkWye9ioWEVXJE38j3A
index 1a88a4046..4a122d7c9 100644
Binary files a/descriptors/U/M/GOkWye9ioWEVXJE38j3A and b/descriptors/U/M/GOkWye9ioWEVXJE38j3A differ
diff --git a/descriptors/U/T/sy7Fttx0RT+dXnidigIg b/descriptors/U/T/sy7Fttx0RT+dXnidigIg
index 96e9fa471..df2c5e59e 100644
Binary files a/descriptors/U/T/sy7Fttx0RT+dXnidigIg and b/descriptors/U/T/sy7Fttx0RT+dXnidigIg differ
diff --git a/descriptors/V/D/k1Sxb8RF0516043ylCfA b/descriptors/V/D/k1Sxb8RF0516043ylCfA
index 445a070f3..91ce92a11 100644
Binary files a/descriptors/V/D/k1Sxb8RF0516043ylCfA and b/descriptors/V/D/k1Sxb8RF0516043ylCfA differ
diff --git a/descriptors/V/W/lD6qBTbqlkVqPSgCnx4Q b/descriptors/V/W/lD6qBTbqlkVqPSgCnx4Q
index ebd158abc..c435fb253 100644
Binary files a/descriptors/V/W/lD6qBTbqlkVqPSgCnx4Q and b/descriptors/V/W/lD6qBTbqlkVqPSgCnx4Q differ
diff --git a/descriptors/W/V/grsubfc-REqTpvf8epEg b/descriptors/W/V/grsubfc-REqTpvf8epEg
index fb1f12673..4e4e004a9 100644
Binary files a/descriptors/W/V/grsubfc-REqTpvf8epEg and b/descriptors/W/V/grsubfc-REqTpvf8epEg differ
diff --git a/descriptors/W/W/VuUIL017QJptZ8nk+oCQ b/descriptors/W/W/VuUIL017QJptZ8nk+oCQ
index 51e30a3cc..c1ef95fb6 100644
Binary files a/descriptors/W/W/VuUIL017QJptZ8nk+oCQ and b/descriptors/W/W/VuUIL017QJptZ8nk+oCQ differ
diff --git a/descriptors/X/K/dIL95Dr61miaEd3wrNUQ b/descriptors/X/K/dIL95Dr61miaEd3wrNUQ
index 1b1b866d0..776186736 100644
Binary files a/descriptors/X/K/dIL95Dr61miaEd3wrNUQ and b/descriptors/X/K/dIL95Dr61miaEd3wrNUQ differ
diff --git a/descriptors/X/K/rcP7Yr7J6y6gKxcrtYjQ b/descriptors/X/K/rcP7Yr7J6y6gKxcrtYjQ
index 999f842ca..b1f5850bc 100644
Binary files a/descriptors/X/K/rcP7Yr7J6y6gKxcrtYjQ and b/descriptors/X/K/rcP7Yr7J6y6gKxcrtYjQ differ
diff --git a/descriptors/X/P/6FuSnMkagyPUTmQNikpA b/descriptors/X/P/6FuSnMkagyPUTmQNikpA
index fbf0eab79..cfae27315 100644
Binary files a/descriptors/X/P/6FuSnMkagyPUTmQNikpA and b/descriptors/X/P/6FuSnMkagyPUTmQNikpA differ
diff --git a/descriptors/Y/H/ePCrZ0GYbMW9q694m-BA b/descriptors/Y/H/ePCrZ0GYbMW9q694m-BA
index 8521880e6..a2a8af621 100644
Binary files a/descriptors/Y/H/ePCrZ0GYbMW9q694m-BA and b/descriptors/Y/H/ePCrZ0GYbMW9q694m-BA differ
diff --git a/descriptors/Y/J/-UeysKWW9IRX0jdHGODw b/descriptors/Y/J/-UeysKWW9IRX0jdHGODw
index 3bb7d28e9..6be19eb87 100644
Binary files a/descriptors/Y/J/-UeysKWW9IRX0jdHGODw and b/descriptors/Y/J/-UeysKWW9IRX0jdHGODw differ
diff --git a/descriptors/Z/C/CRBlXw6s4VbcKgA+wbGA b/descriptors/Z/C/CRBlXw6s4VbcKgA+wbGA
index 24d3ccaa3..3ac56fafb 100644
Binary files a/descriptors/Z/C/CRBlXw6s4VbcKgA+wbGA and b/descriptors/Z/C/CRBlXw6s4VbcKgA+wbGA differ
diff --git a/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg b/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg
index 029e5c28c..129c164b1 100644
Binary files a/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg and b/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg differ
diff --git a/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ b/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ
index 6e8c4810d..eca2b1826 100644
Binary files a/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ and b/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ differ
diff --git a/descriptors/Z/T/SVOJOBr-M5MAP66POlfw b/descriptors/Z/T/SVOJOBr-M5MAP66POlfw
index 415f54637..e8db9d3ae 100644
Binary files a/descriptors/Z/T/SVOJOBr-M5MAP66POlfw and b/descriptors/Z/T/SVOJOBr-M5MAP66POlfw differ
diff --git a/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg b/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg
index 123dd2ae3..2db85d540 100644
Binary files a/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg and b/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg differ
diff --git a/files/+/B/Ua8n+tP9KS+4mczUdooA b/files/+/B/Ua8n+tP9KS+4mczUdooA
index c5ba33e2f..70aeac7ec 100644
Binary files a/files/+/B/Ua8n+tP9KS+4mczUdooA and b/files/+/B/Ua8n+tP9KS+4mczUdooA differ
diff --git a/files/+/K/fivj+KhPIlShyqsYHS6w b/files/+/K/fivj+KhPIlShyqsYHS6w
index a9ab2685e..a83a66373 100644
Binary files a/files/+/K/fivj+KhPIlShyqsYHS6w and b/files/+/K/fivj+KhPIlShyqsYHS6w differ
diff --git a/files/0/P/9TmOfQ1VmiCaZtldqrtQ b/files/0/P/9TmOfQ1VmiCaZtldqrtQ
index c3e56a118..372638b94 100644
Binary files a/files/0/P/9TmOfQ1VmiCaZtldqrtQ and b/files/0/P/9TmOfQ1VmiCaZtldqrtQ differ
diff --git a/files/1/C/CbuZy0fqcFbWJLYV7CMQ b/files/1/C/CbuZy0fqcFbWJLYV7CMQ
index b11ca3db8..8f72ae8de 100644
Binary files a/files/1/C/CbuZy0fqcFbWJLYV7CMQ and b/files/1/C/CbuZy0fqcFbWJLYV7CMQ differ
diff --git a/files/1/R/7JvD4UbX9ZrpN0vvITpw b/files/1/R/7JvD4UbX9ZrpN0vvITpw
index 963cd741a..a4dd9d139 100644
Binary files a/files/1/R/7JvD4UbX9ZrpN0vvITpw and b/files/1/R/7JvD4UbX9ZrpN0vvITpw differ
diff --git a/files/3/H/wB2GiwqPuQxHs6x6WSuQ b/files/3/H/wB2GiwqPuQxHs6x6WSuQ
index c0bb9f1d8..9e6a55955 100644
Binary files a/files/3/H/wB2GiwqPuQxHs6x6WSuQ and b/files/3/H/wB2GiwqPuQxHs6x6WSuQ differ
diff --git a/files/3/N/189cBEl67bsBwjxv+UZQ b/files/3/N/189cBEl67bsBwjxv+UZQ
index 751d77121..d724c1810 100644
Binary files a/files/3/N/189cBEl67bsBwjxv+UZQ and b/files/3/N/189cBEl67bsBwjxv+UZQ differ
diff --git a/files/4/A/SVpTTMK1n6oImqC-ArLw b/files/4/A/SVpTTMK1n6oImqC-ArLw
index ade4864ba..27d75d99d 100644
Binary files a/files/4/A/SVpTTMK1n6oImqC-ArLw and b/files/4/A/SVpTTMK1n6oImqC-ArLw differ
diff --git a/files/4/L/RJUzWJxkisoe9qkppyuA b/files/4/L/RJUzWJxkisoe9qkppyuA
index 04a8cf7d6..e4a867e9e 100644
Binary files a/files/4/L/RJUzWJxkisoe9qkppyuA and b/files/4/L/RJUzWJxkisoe9qkppyuA differ
diff --git a/files/5/Y/eUrrXI9RYLYsfyKLq-lQ b/files/5/Y/eUrrXI9RYLYsfyKLq-lQ
index 936d5872e..565fa2f47 100644
Binary files a/files/5/Y/eUrrXI9RYLYsfyKLq-lQ and b/files/5/Y/eUrrXI9RYLYsfyKLq-lQ differ
diff --git a/files/7/7/ybB2VxJx6sSNSCzd+eIQ b/files/7/7/ybB2VxJx6sSNSCzd+eIQ
index d0dad459f..8bddf5c5b 100644
Binary files a/files/7/7/ybB2VxJx6sSNSCzd+eIQ and b/files/7/7/ybB2VxJx6sSNSCzd+eIQ differ
diff --git a/files/7/C/yHK5-SltR2h317oRNQHw b/files/7/C/yHK5-SltR2h317oRNQHw
index 5705d0ce6..6cb3d43e5 100644
Binary files a/files/7/C/yHK5-SltR2h317oRNQHw and b/files/7/C/yHK5-SltR2h317oRNQHw differ
diff --git a/files/7/O/hVnPCNw3dvd9Hg1VDBUg b/files/7/O/hVnPCNw3dvd9Hg1VDBUg
index f2826ef11..0b33f5bcd 100644
Binary files a/files/7/O/hVnPCNw3dvd9Hg1VDBUg and b/files/7/O/hVnPCNw3dvd9Hg1VDBUg differ
diff --git a/files/8/0/fp9ShnPyXs7M-MCMUhpA b/files/8/0/fp9ShnPyXs7M-MCMUhpA
index 932add734..36be58dec 100644
Binary files a/files/8/0/fp9ShnPyXs7M-MCMUhpA and b/files/8/0/fp9ShnPyXs7M-MCMUhpA differ
diff --git a/files/9/X/t0oAbWrLJ8eYeO0ctYBQ b/files/9/X/t0oAbWrLJ8eYeO0ctYBQ
index dd0f70a04..7ab0ba602 100644
Binary files a/files/9/X/t0oAbWrLJ8eYeO0ctYBQ and b/files/9/X/t0oAbWrLJ8eYeO0ctYBQ differ
diff --git a/files/A/S/kveMpVSfMypkefUhTg+w b/files/A/S/kveMpVSfMypkefUhTg+w
index 3ffe0bae5..a88034d52 100644
Binary files a/files/A/S/kveMpVSfMypkefUhTg+w and b/files/A/S/kveMpVSfMypkefUhTg+w differ
diff --git a/files/B/+/cilQUkol1+S1DN2k4IAw b/files/B/+/cilQUkol1+S1DN2k4IAw
index 6574b5aa4..da001a439 100644
Binary files a/files/B/+/cilQUkol1+S1DN2k4IAw and b/files/B/+/cilQUkol1+S1DN2k4IAw differ
diff --git a/files/B/A/PlYPAD3WRkmDlZCA0sYg b/files/B/A/PlYPAD3WRkmDlZCA0sYg
index e2a606da7..87c8a49c2 100644
Binary files a/files/B/A/PlYPAD3WRkmDlZCA0sYg and b/files/B/A/PlYPAD3WRkmDlZCA0sYg differ
diff --git a/files/B/G/d5hfp17i9wMvaCFNPjWA b/files/B/G/d5hfp17i9wMvaCFNPjWA
index ece457df7..2d790d707 100644
Binary files a/files/B/G/d5hfp17i9wMvaCFNPjWA and b/files/B/G/d5hfp17i9wMvaCFNPjWA differ
diff --git a/files/C/7/T8jKwcmko3BEhrnU6LyA b/files/C/7/T8jKwcmko3BEhrnU6LyA
index 5e5ca6e68..7d103a8ee 100644
Binary files a/files/C/7/T8jKwcmko3BEhrnU6LyA and b/files/C/7/T8jKwcmko3BEhrnU6LyA differ
diff --git a/files/C/A/iLTAvf56jtDjxMNSr0HQ b/files/C/A/iLTAvf56jtDjxMNSr0HQ
index 59aad0f7d..eb6e6283e 100644
Binary files a/files/C/A/iLTAvf56jtDjxMNSr0HQ and b/files/C/A/iLTAvf56jtDjxMNSr0HQ differ
diff --git a/files/C/H/BvIsMp78g+y3-WbjvTAA b/files/C/H/BvIsMp78g+y3-WbjvTAA
index 1ffdcac3f..930b542d2 100644
Binary files a/files/C/H/BvIsMp78g+y3-WbjvTAA and b/files/C/H/BvIsMp78g+y3-WbjvTAA differ
diff --git a/files/C/Z/oatGE-a8FElByY-JNZTA b/files/C/Z/oatGE-a8FElByY-JNZTA
index 67d6b1e23..bd12e8940 100644
Binary files a/files/C/Z/oatGE-a8FElByY-JNZTA and b/files/C/Z/oatGE-a8FElByY-JNZTA differ
diff --git a/files/D/6/1lQpZtHHuBj-6HQXKSsw b/files/D/6/1lQpZtHHuBj-6HQXKSsw
index 7d0cd8f44..e954063d9 100644
Binary files a/files/D/6/1lQpZtHHuBj-6HQXKSsw and b/files/D/6/1lQpZtHHuBj-6HQXKSsw differ
diff --git a/files/D/R/gj7mKqcxe8KYAFY5lAJA b/files/D/R/gj7mKqcxe8KYAFY5lAJA
index 6b036bf58..c0f412072 100644
Binary files a/files/D/R/gj7mKqcxe8KYAFY5lAJA and b/files/D/R/gj7mKqcxe8KYAFY5lAJA differ
diff --git a/files/E/9/3BaVKYrOdDnfYq4Q-WLA b/files/E/9/3BaVKYrOdDnfYq4Q-WLA
index d3f91f7b8..29a858e69 100644
Binary files a/files/E/9/3BaVKYrOdDnfYq4Q-WLA and b/files/E/9/3BaVKYrOdDnfYq4Q-WLA differ
diff --git a/files/E/9/nweH4dCaAgwFUIPbFRIA b/files/E/9/nweH4dCaAgwFUIPbFRIA
index 72a51c6bb..aec40e72e 100644
Binary files a/files/E/9/nweH4dCaAgwFUIPbFRIA and b/files/E/9/nweH4dCaAgwFUIPbFRIA differ
diff --git a/files/E/R/TAcbdYw27qpvxALSxR3w b/files/E/R/TAcbdYw27qpvxALSxR3w
index cce3f78df..dd8ed76c6 100644
Binary files a/files/E/R/TAcbdYw27qpvxALSxR3w and b/files/E/R/TAcbdYw27qpvxALSxR3w differ
diff --git a/files/F/+/C1GJwnHM4LR2ZeV+2VfQ b/files/F/+/C1GJwnHM4LR2ZeV+2VfQ
index e7f2cfd70..fde8a8ef7 100644
Binary files a/files/F/+/C1GJwnHM4LR2ZeV+2VfQ and b/files/F/+/C1GJwnHM4LR2ZeV+2VfQ differ
diff --git a/files/F/R/Nr60fjCnka+ugl60hKMA b/files/F/R/Nr60fjCnka+ugl60hKMA
index 208e166b9..5401e6ecc 100644
Binary files a/files/F/R/Nr60fjCnka+ugl60hKMA and b/files/F/R/Nr60fjCnka+ugl60hKMA differ
diff --git a/files/G/S/ilhZdkG-bqx8NIJVrmNg b/files/G/S/ilhZdkG-bqx8NIJVrmNg
index 251c435fa..f992fe2b2 100644
Binary files a/files/G/S/ilhZdkG-bqx8NIJVrmNg and b/files/G/S/ilhZdkG-bqx8NIJVrmNg differ
diff --git a/files/H/V/u6dr6LsctLyZVxbMJgUw b/files/H/V/u6dr6LsctLyZVxbMJgUw
index fd717e79a..342c450cf 100644
Binary files a/files/H/V/u6dr6LsctLyZVxbMJgUw and b/files/H/V/u6dr6LsctLyZVxbMJgUw differ
diff --git a/files/I/A/nqtGjl7eu5-IcarAosug b/files/I/A/nqtGjl7eu5-IcarAosug
index b95059d00..e544adbef 100644
Binary files a/files/I/A/nqtGjl7eu5-IcarAosug and b/files/I/A/nqtGjl7eu5-IcarAosug differ
diff --git a/files/J/1/PxuL9jO1x9efWzIN4yzQ b/files/J/1/PxuL9jO1x9efWzIN4yzQ
index 8542552a8..03bb87d91 100644
Binary files a/files/J/1/PxuL9jO1x9efWzIN4yzQ and b/files/J/1/PxuL9jO1x9efWzIN4yzQ differ
diff --git a/files/J/1/pIAusvx9ulfkRypatz7w b/files/J/1/pIAusvx9ulfkRypatz7w
index 968813bd0..c807d00db 100644
Binary files a/files/J/1/pIAusvx9ulfkRypatz7w and b/files/J/1/pIAusvx9ulfkRypatz7w differ
diff --git a/files/J/9/a9OcKDf6lylEHkux5uNw b/files/J/9/a9OcKDf6lylEHkux5uNw
new file mode 100644
index 000000000..89afde6ae
Binary files /dev/null and b/files/J/9/a9OcKDf6lylEHkux5uNw differ
diff --git a/files/J/S/0p5rjanTossLGwO7mFdQ b/files/J/S/0p5rjanTossLGwO7mFdQ
index 666a1511d..38dba6f9d 100644
Binary files a/files/J/S/0p5rjanTossLGwO7mFdQ and b/files/J/S/0p5rjanTossLGwO7mFdQ differ
diff --git a/files/J/W/jKXCDvfcpHRZasn71RkQ b/files/J/W/jKXCDvfcpHRZasn71RkQ
index c1d5d1430..788b53d15 100644
Binary files a/files/J/W/jKXCDvfcpHRZasn71RkQ and b/files/J/W/jKXCDvfcpHRZasn71RkQ differ
diff --git a/files/J/X/VPS7D+D-MuV7zFa-nNUw b/files/J/X/VPS7D+D-MuV7zFa-nNUw
index 14e216d86..7b5c12f88 100644
Binary files a/files/J/X/VPS7D+D-MuV7zFa-nNUw and b/files/J/X/VPS7D+D-MuV7zFa-nNUw differ
diff --git a/files/K/J/YVUmkeQ+CHSKde-ON-GQ b/files/K/J/YVUmkeQ+CHSKde-ON-GQ
index eb39cd151..731cba8cc 100644
Binary files a/files/K/J/YVUmkeQ+CHSKde-ON-GQ and b/files/K/J/YVUmkeQ+CHSKde-ON-GQ differ
diff --git a/files/K/Y/xjLMZlMZ9vOrVLEHKJxg b/files/K/Y/xjLMZlMZ9vOrVLEHKJxg
index a5871379e..d3793f78f 100644
Binary files a/files/K/Y/xjLMZlMZ9vOrVLEHKJxg and b/files/K/Y/xjLMZlMZ9vOrVLEHKJxg differ
diff --git a/files/L/7/ylF0KR+fhK2DZo9efRVA b/files/L/7/ylF0KR+fhK2DZo9efRVA
index 8f1f19afe..43d54e6d0 100644
Binary files a/files/L/7/ylF0KR+fhK2DZo9efRVA and b/files/L/7/ylF0KR+fhK2DZo9efRVA differ
diff --git a/files/L/X/qHuIyBxkKnTcVhX+4UTg b/files/L/X/qHuIyBxkKnTcVhX+4UTg
index 025ab82d9..785ed03cb 100644
Binary files a/files/L/X/qHuIyBxkKnTcVhX+4UTg and b/files/L/X/qHuIyBxkKnTcVhX+4UTg differ
diff --git a/files/L/Z/M1tyW8Rxbr-z6hn+d8gw b/files/L/Z/M1tyW8Rxbr-z6hn+d8gw
index c835f0b38..bd364e2a5 100644
Binary files a/files/L/Z/M1tyW8Rxbr-z6hn+d8gw and b/files/L/Z/M1tyW8Rxbr-z6hn+d8gw differ
diff --git a/files/N/G/CF2eZ3GwMSgK1HdPRONA b/files/N/G/CF2eZ3GwMSgK1HdPRONA
index 62675a41f..806bdef41 100644
Binary files a/files/N/G/CF2eZ3GwMSgK1HdPRONA and b/files/N/G/CF2eZ3GwMSgK1HdPRONA differ
diff --git a/files/N/L/oVuRqu5li7C+R-50gcfg b/files/N/L/oVuRqu5li7C+R-50gcfg
index d8e53d56b..e059286e8 100644
Binary files a/files/N/L/oVuRqu5li7C+R-50gcfg and b/files/N/L/oVuRqu5li7C+R-50gcfg differ
diff --git a/files/N/O/oDXogH4VOzsYfbmEHngg b/files/N/O/oDXogH4VOzsYfbmEHngg
index e619f6415..078166b95 100644
Binary files a/files/N/O/oDXogH4VOzsYfbmEHngg and b/files/N/O/oDXogH4VOzsYfbmEHngg differ
diff --git a/files/N/P/cB3NBJaYRXoBzlPDG00w b/files/N/P/cB3NBJaYRXoBzlPDG00w
index be5503859..df263883b 100644
Binary files a/files/N/P/cB3NBJaYRXoBzlPDG00w and b/files/N/P/cB3NBJaYRXoBzlPDG00w differ
diff --git a/files/O/L/E6Aj-zzhQ7DF5jLkxnAw b/files/O/L/E6Aj-zzhQ7DF5jLkxnAw
index dc494bbe3..8dc2b9964 100644
Binary files a/files/O/L/E6Aj-zzhQ7DF5jLkxnAw and b/files/O/L/E6Aj-zzhQ7DF5jLkxnAw differ
diff --git a/files/O/P/VKUMgyryHg5qnxCn-h0g b/files/O/P/VKUMgyryHg5qnxCn-h0g
index 1329d3943..3c6278bac 100644
Binary files a/files/O/P/VKUMgyryHg5qnxCn-h0g and b/files/O/P/VKUMgyryHg5qnxCn-h0g differ
diff --git a/files/O/Z/C4jK3BJgUt-N5Vk2YArw b/files/O/Z/C4jK3BJgUt-N5Vk2YArw
index 544dd7a9d..558d0d6dd 100644
Binary files a/files/O/Z/C4jK3BJgUt-N5Vk2YArw and b/files/O/Z/C4jK3BJgUt-N5Vk2YArw differ
diff --git a/files/Q/1/GWqtCXg2HMEvyDi0y9NA b/files/Q/1/GWqtCXg2HMEvyDi0y9NA
index 8bd6a09f2..cb74df316 100644
Binary files a/files/Q/1/GWqtCXg2HMEvyDi0y9NA and b/files/Q/1/GWqtCXg2HMEvyDi0y9NA differ
diff --git a/files/Q/6/afD6rVJYJ2CYS6mlNirw b/files/Q/6/afD6rVJYJ2CYS6mlNirw
index 0c42b2e1c..7fb8f16f7 100644
Binary files a/files/Q/6/afD6rVJYJ2CYS6mlNirw and b/files/Q/6/afD6rVJYJ2CYS6mlNirw differ
diff --git a/files/Q/I/mJSGZXEGE4Xh89zx-xTA b/files/Q/I/mJSGZXEGE4Xh89zx-xTA
index f2d1f867e..dec734dcd 100644
Binary files a/files/Q/I/mJSGZXEGE4Xh89zx-xTA and b/files/Q/I/mJSGZXEGE4Xh89zx-xTA differ
diff --git a/files/Q/L/AceURt5XU6Q0g0c6y8hw b/files/Q/L/AceURt5XU6Q0g0c6y8hw
index 772a23f5b..9efe5b70a 100644
Binary files a/files/Q/L/AceURt5XU6Q0g0c6y8hw and b/files/Q/L/AceURt5XU6Q0g0c6y8hw differ
diff --git a/files/R/1/AhKdr1gqaXCIasSPqx9w b/files/R/1/AhKdr1gqaXCIasSPqx9w
index 29a8f3014..029c7369b 100644
Binary files a/files/R/1/AhKdr1gqaXCIasSPqx9w and b/files/R/1/AhKdr1gqaXCIasSPqx9w differ
diff --git a/files/S/0/WIEagWrq7ztB1As6O3KA b/files/S/0/WIEagWrq7ztB1As6O3KA
index 1de07f392..ab9cbea4a 100644
Binary files a/files/S/0/WIEagWrq7ztB1As6O3KA and b/files/S/0/WIEagWrq7ztB1As6O3KA differ
diff --git a/files/T/A/89GBZL7XFSvre-leFsxg b/files/T/A/89GBZL7XFSvre-leFsxg
index 5a272aac4..eb024917e 100644
Binary files a/files/T/A/89GBZL7XFSvre-leFsxg and b/files/T/A/89GBZL7XFSvre-leFsxg differ
diff --git a/files/T/O/dRc17A7DH1O9sHuxixqA b/files/T/O/dRc17A7DH1O9sHuxixqA
index 2fc5b911a..2b5edfd35 100644
Binary files a/files/T/O/dRc17A7DH1O9sHuxixqA and b/files/T/O/dRc17A7DH1O9sHuxixqA differ
diff --git a/files/U/2/rmwzTu01UCJBQPtjSu4A b/files/U/2/rmwzTu01UCJBQPtjSu4A
index 6d683eee9..1a519e53b 100644
Binary files a/files/U/2/rmwzTu01UCJBQPtjSu4A and b/files/U/2/rmwzTu01UCJBQPtjSu4A differ
diff --git a/files/U/B/YP5QXIhrYiwu-iJQjHfQ b/files/U/B/YP5QXIhrYiwu-iJQjHfQ
index 8ca0e6aa8..dcf986809 100644
Binary files a/files/U/B/YP5QXIhrYiwu-iJQjHfQ and b/files/U/B/YP5QXIhrYiwu-iJQjHfQ differ
diff --git a/files/U/F/1WtYZC1O9cy5oPwAY7XQ b/files/U/F/1WtYZC1O9cy5oPwAY7XQ
index 7e44793c3..850b123b5 100644
Binary files a/files/U/F/1WtYZC1O9cy5oPwAY7XQ and b/files/U/F/1WtYZC1O9cy5oPwAY7XQ differ
diff --git a/files/U/J/JwMkjE77AoI6w26d1sgA b/files/U/J/JwMkjE77AoI6w26d1sgA
index 4eccc0867..854bb4494 100644
Binary files a/files/U/J/JwMkjE77AoI6w26d1sgA and b/files/U/J/JwMkjE77AoI6w26d1sgA differ
diff --git a/files/U/U/DB2CyNLPSF8SSzzN9hNg b/files/U/U/DB2CyNLPSF8SSzzN9hNg
index f07a2e95b..07e9fc896 100644
Binary files a/files/U/U/DB2CyNLPSF8SSzzN9hNg and b/files/U/U/DB2CyNLPSF8SSzzN9hNg differ
diff --git a/files/V/6/UqfusinvnQSMYR8OJD4A b/files/V/6/UqfusinvnQSMYR8OJD4A
index e545247bf..0dff77b16 100644
Binary files a/files/V/6/UqfusinvnQSMYR8OJD4A and b/files/V/6/UqfusinvnQSMYR8OJD4A differ
diff --git a/files/V/R/fQN2fNNLMYGdBwZPYZRA b/files/V/R/fQN2fNNLMYGdBwZPYZRA
index bd0dbf3b2..1ebfc7c56 100644
Binary files a/files/V/R/fQN2fNNLMYGdBwZPYZRA and b/files/V/R/fQN2fNNLMYGdBwZPYZRA differ
diff --git a/files/W/E/7Ho1zRsOp0P74jZdz6Eg b/files/W/E/7Ho1zRsOp0P74jZdz6Eg
index b0c032f3a..41db25931 100644
Binary files a/files/W/E/7Ho1zRsOp0P74jZdz6Eg and b/files/W/E/7Ho1zRsOp0P74jZdz6Eg differ
diff --git a/files/W/V/fpWb-UOS+QJyfIGBvLtw b/files/W/V/fpWb-UOS+QJyfIGBvLtw
index eed7a4dcb..7fbc43084 100644
Binary files a/files/W/V/fpWb-UOS+QJyfIGBvLtw and b/files/W/V/fpWb-UOS+QJyfIGBvLtw differ
diff --git a/files/W/Y/0n9UfKEBf8E3VHC8ekEA b/files/W/Y/0n9UfKEBf8E3VHC8ekEA
index 32e96a7dc..a2182e5bf 100644
Binary files a/files/W/Y/0n9UfKEBf8E3VHC8ekEA and b/files/W/Y/0n9UfKEBf8E3VHC8ekEA differ
diff --git a/files/W/Y/h29SD-YLV8eTMGAMs-uQ b/files/W/Y/h29SD-YLV8eTMGAMs-uQ
deleted file mode 100644
index 6816d0b76..000000000
Binary files a/files/W/Y/h29SD-YLV8eTMGAMs-uQ and /dev/null differ
diff --git a/files/X/D/hL-0b7mJ-c0jauqIk1lw b/files/X/D/hL-0b7mJ-c0jauqIk1lw
index b5756809f..bb04daffd 100644
Binary files a/files/X/D/hL-0b7mJ-c0jauqIk1lw and b/files/X/D/hL-0b7mJ-c0jauqIk1lw differ
diff --git a/files/X/E/4QUvsufJTJinVZZiFAjA b/files/X/E/4QUvsufJTJinVZZiFAjA
index bd5931f7f..c57e561c2 100644
Binary files a/files/X/E/4QUvsufJTJinVZZiFAjA and b/files/X/E/4QUvsufJTJinVZZiFAjA differ
diff --git a/files/X/E/QfByA38nHhFeAb89mCGg b/files/X/E/QfByA38nHhFeAb89mCGg
index 600de6b40..56e27af76 100644
Binary files a/files/X/E/QfByA38nHhFeAb89mCGg and b/files/X/E/QfByA38nHhFeAb89mCGg differ
diff --git a/files/X/G/Jecbvu+fgXXGa5RdRzaQ b/files/X/G/Jecbvu+fgXXGa5RdRzaQ
index 37b032ae4..7474da798 100644
Binary files a/files/X/G/Jecbvu+fgXXGa5RdRzaQ and b/files/X/G/Jecbvu+fgXXGa5RdRzaQ differ
diff --git a/files/X/Q/7ABc+ankVOzUGkn7v0Fw b/files/X/Q/7ABc+ankVOzUGkn7v0Fw
index b597d2acd..f562cf57b 100644
Binary files a/files/X/Q/7ABc+ankVOzUGkn7v0Fw and b/files/X/Q/7ABc+ankVOzUGkn7v0Fw differ
diff --git a/files/Y/K/bsAGuZPjAy62MiPnlvYg b/files/Y/K/bsAGuZPjAy62MiPnlvYg
index efb4a95ee..a566d6877 100644
Binary files a/files/Y/K/bsAGuZPjAy62MiPnlvYg and b/files/Y/K/bsAGuZPjAy62MiPnlvYg differ
diff --git a/files/Z/5/n9gAR3guIFx-jlh-tzBQ b/files/Z/5/n9gAR3guIFx-jlh-tzBQ
index 94ffa907f..e1d780c33 100644
Binary files a/files/Z/5/n9gAR3guIFx-jlh-tzBQ and b/files/Z/5/n9gAR3guIFx-jlh-tzBQ differ
diff --git a/files/Z/W/urTlDp5s1eB9768DzN0w b/files/Z/W/urTlDp5s1eB9768DzN0w
index 0a50254d8..a2d7b0e49 100644
Binary files a/files/Z/W/urTlDp5s1eB9768DzN0w and b/files/Z/W/urTlDp5s1eB9768DzN0w differ
diff --git a/files/Z/Y/anqhQGjjMdO1w6SkylxA b/files/Z/Y/anqhQGjjMdO1w6SkylxA
index 774e589fa..3daf1e3f0 100644
Binary files a/files/Z/Y/anqhQGjjMdO1w6SkylxA and b/files/Z/Y/anqhQGjjMdO1w6SkylxA differ