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
Parameters
@@ -430,7 +430,7 @@ 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
Parameters
@@ -583,7 +583,7 @@ public - putBit(bool $bit) : self + putBit(bool $bit) : self
Parameters
@@ -626,7 +626,7 @@ public - read(int $numBits) : int + read(int $numBits) : int
Parameters
diff --git a/classes/chillerlan-QRCode-Common-ECICharset.html b/classes/chillerlan-QRCode-Common-ECICharset.html index 9fc2d76dd..820d48bcb 100644 --- a/classes/chillerlan-QRCode-Common-ECICharset.html +++ b/classes/chillerlan-QRCode-Common-ECICharset.html @@ -1400,7 +1400,7 @@ public - __construct(int $charsetID) : mixed + __construct(int $charsetID) : mixed
Parameters
@@ -1444,7 +1444,7 @@ 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
Parameters
@@ -780,7 +780,7 @@ H: 0b10

public - __toString() : string + __toString() : string @@ -813,7 +813,7 @@ H: 0b10

public - getformatPattern(MaskPattern $maskPattern) : int + getformatPattern(MaskPattern $maskPattern) : int
Parameters
@@ -857,7 +857,7 @@ H: 0b10

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:

diff --git a/classes/chillerlan-QRCode-Common-FormatInformation.html b/classes/chillerlan-QRCode-Common-FormatInformation.html index 5f4d4eff2..9204dd199 100644 --- a/classes/chillerlan-QRCode-Common-FormatInformation.html +++ b/classes/chillerlan-QRCode-Common-FormatInformation.html @@ -387,7 +387,7 @@ H: 0b10

public - __construct(int $formatInfo) : mixed + __construct(int $formatInfo) : mixed
Parameters
@@ -431,7 +431,7 @@ H: 0b10

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
Parameters
@@ -889,7 +889,7 @@ where the least-significant bit represents the constant coefficient

public - static buildMonomial(int $degree, int $coefficient) : GenericGFPoly + static buildMonomial(int $degree, int $coefficient) : GenericGFPoly
Parameters
@@ -942,7 +942,7 @@ where the least-significant bit represents the constant coefficient

public - static exp(int $a) : int + static exp(int $a) : int
Parameters
@@ -987,7 +987,7 @@ where the least-significant bit represents the constant coefficient

public - static inverse(int $a) : int + static inverse(int $a) : int
Parameters
@@ -1032,7 +1032,7 @@ where the least-significant bit represents the constant coefficient

public - static log(int $a) : int + static log(int $a) : int
Parameters
@@ -1077,7 +1077,7 @@ where the least-significant bit represents the constant coefficient

public - static multiply(int $a, int $b) : int + static multiply(int $a, int $b) : int
Parameters
diff --git a/classes/chillerlan-QRCode-Common-GenericGFPoly.html b/classes/chillerlan-QRCode-Common-GenericGFPoly.html index 5469428d7..9831ea815 100644 --- a/classes/chillerlan-QRCode-Common-GenericGFPoly.html +++ b/classes/chillerlan-QRCode-Common-GenericGFPoly.html @@ -319,7 +319,7 @@ port of his C++ Reed-Solomon implementation.

public - __construct(array<string|int, mixed> $coefficients[, int|null $degree = null ]) : mixed + __construct(array<string|int, mixed> $coefficients[, int|null $degree = null ]) : mixed
Parameters
@@ -388,7 +388,7 @@ constant polynomial (that is, it is not the monomial "0")

public - addOrSubtract(GenericGFPoly $other) : self + addOrSubtract(GenericGFPoly $other) : self
Parameters
@@ -431,7 +431,7 @@ constant polynomial (that is, it is not the monomial "0")

public - divide(GenericGFPoly $other) : array<string|int, GenericGFPoly> + divide(GenericGFPoly $other) : array<string|int, GenericGFPoly>
Parameters
@@ -476,7 +476,7 @@ constant polynomial (that is, it is not the monomial "0")

public - evaluateAt(int $a) : int + evaluateAt(int $a) : int
Parameters
@@ -521,7 +521,7 @@ constant polynomial (that is, it is not the monomial "0")

public - getCoefficient(int $degree) : int + getCoefficient(int $degree) : int
Parameters
@@ -566,7 +566,7 @@ constant polynomial (that is, it is not the monomial "0")

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
Parameters
@@ -709,7 +709,7 @@ constant polynomial (that is, it is not the monomial "0")

public - multiply(GenericGFPoly $other) : self + multiply(GenericGFPoly $other) : self
Parameters
@@ -752,7 +752,7 @@ constant polynomial (that is, it is not the monomial "0")

public - multiplyByMonomial(int $degree, int $coefficient) : self + multiplyByMonomial(int $degree, int $coefficient) : self
Parameters
@@ -803,7 +803,7 @@ constant polynomial (that is, it is not the monomial "0")

public - multiplyInt(int $scalar) : self + multiplyInt(int $scalar) : self
Parameters
diff --git a/classes/chillerlan-QRCode-Common-MaskPattern.html b/classes/chillerlan-QRCode-Common-MaskPattern.html index 4735876bb..af9d21f50 100644 --- a/classes/chillerlan-QRCode-Common-MaskPattern.html +++ b/classes/chillerlan-QRCode-Common-MaskPattern.html @@ -643,7 +643,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - __construct(int $maskPattern) : mixed + __construct(int $maskPattern) : mixed
Parameters
@@ -701,7 +701,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - static getBestPattern(QRData $dataInterface) : self + static getBestPattern(QRData $dataInterface) : self
Parameters
@@ -745,7 +745,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. 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
Parameters
@@ -903,7 +903,7 @@ penalty proportional to (M-1)x(N-1), because this is the number of 2x2 blocks in 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
Parameters
@@ -965,7 +965,7 @@ find patterns like 000010111010000, we give penalty once.

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
Parameters
@@ -1026,7 +1026,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

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
Parameters
@@ -1085,7 +1085,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

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>
Parameters
@@ -613,7 +613,7 @@ public - static getLengthBitsForVersion(int $mode, int $version) : int + static getLengthBitsForVersion(int $mode, int $version) : int
Parameters
diff --git a/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html b/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html index 5c1a282c9..ee5e70602 100644 --- a/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html +++ b/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html @@ -246,7 +246,7 @@ in the input.

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>
Parameters
@@ -315,7 +315,7 @@ in the input.

private - findErrorLocations(GenericGFPoly $errorLocator) : array<string|int, mixed> + findErrorLocations(GenericGFPoly $errorLocator) : array<string|int, mixed>
Parameters
@@ -372,7 +372,7 @@ in the input.

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>
Parameters
@@ -423,7 +423,7 @@ in the input.

private - runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $R) : array<string|int, GenericGFPoly> + runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $R) : array<string|int, GenericGFPoly>
Parameters
diff --git a/classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html b/classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html index efd296829..ce059d4b8 100644 --- a/classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html +++ b/classes/chillerlan-QRCode-Common-ReedSolomonEncoder.html @@ -293,7 +293,7 @@ public - interleaveEcBytes(BitBuffer $bitBuffer, Version $version, EccLevel $eccLevel) : SplFixedArray<string|int, int> + interleaveEcBytes(BitBuffer $bitBuffer, Version $version, EccLevel $eccLevel) : SplFixedArray<string|int, int>
Parameters
@@ -352,7 +352,7 @@ 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>
Parameters
@@ -403,7 +403,7 @@ private - interleave(array<string|int, mixed> $byteArray, int $maxBytes, int $numRsBlocks) : void + interleave(array<string|int, mixed> $byteArray, int $maxBytes, int $numRsBlocks) : void
Parameters
diff --git a/classes/chillerlan-QRCode-Common-Version.html b/classes/chillerlan-QRCode-Common-Version.html index de6c09da0..504171949 100644 --- a/classes/chillerlan-QRCode-Common-Version.html +++ b/classes/chillerlan-QRCode-Common-Version.html @@ -580,7 +580,7 @@ public - __construct(int $version) : mixed + __construct(int $version) : mixed
Parameters
@@ -638,7 +638,7 @@ 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
Parameters
@@ -803,7 +803,7 @@ public - getRSBlocks(EccLevel $eccLevel) : array<string|int, mixed> + getRSBlocks(EccLevel $eccLevel) : array<string|int, mixed>
Parameters
@@ -847,7 +847,7 @@ 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
Parameters
@@ -424,7 +424,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
Parameters
@@ -497,7 +497,7 @@ ISO/IEC 18004:2000 Section 8.4.3

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
Parameters
@@ -643,7 +643,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - write(BitBuffer $bitBuffer, int $versionNumber) : void + write(BitBuffer $bitBuffer, int $versionNumber) : void
Parameters
@@ -708,7 +708,7 @@ ISO/IEC 18004:2000 Section 8.4.3

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
Parameters
@@ -383,7 +383,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
Parameters
@@ -456,7 +456,7 @@ ISO/IEC 18004:2000 Section 8.4.4

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
Parameters
@@ -602,7 +602,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - write(BitBuffer $bitBuffer, int $versionNumber) : void + write(BitBuffer $bitBuffer, int $versionNumber) : void
Parameters
@@ -667,7 +667,7 @@ ISO/IEC 18004:2000 Section 8.4.4

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
Parameters
@@ -438,7 +438,7 @@ public - static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
Parameters
@@ -505,7 +505,7 @@ 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
Parameters
@@ -652,7 +652,7 @@ public - static validateString(string $string) : bool + static validateString(string $string) : bool
Parameters
@@ -710,7 +710,7 @@ public - write(BitBuffer $bitBuffer, int $versionNumber) : void + write(BitBuffer $bitBuffer, int $versionNumber) : void
Parameters
@@ -775,7 +775,7 @@ 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
Parameters
@@ -369,7 +369,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
Parameters
@@ -442,7 +442,7 @@ ISO/IEC 18004:2000 Section 8.4.5

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
Parameters
@@ -576,7 +576,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - write(BitBuffer $bitBuffer, int $versionNumber) : void + write(BitBuffer $bitBuffer, int $versionNumber) : void
Parameters
@@ -651,7 +651,7 @@ ISO/IEC 18004:2000 Section 8.4.5

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
Parameters
@@ -430,7 +430,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string + static decodeSegment(BitBuffer $bitBuffer, int $versionNumber) : string
Parameters
@@ -503,7 +503,7 @@ ISO/IEC 18004:2000 Section 8.4.2

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
Parameters
@@ -649,7 +649,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - write(BitBuffer $bitBuffer, int $versionNumber) : void + write(BitBuffer $bitBuffer, int $versionNumber) : void
Parameters
@@ -714,7 +714,7 @@ ISO/IEC 18004:2000 Section 8.4.2

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
Parameters
diff --git a/classes/chillerlan-QRCode-Data-QRData.html b/classes/chillerlan-QRCode-Data-QRData.html index a4511af2a..f3c0827d1 100644 --- a/classes/chillerlan-QRCode-Data-QRData.html +++ b/classes/chillerlan-QRCode-Data-QRData.html @@ -460,7 +460,7 @@ public - __construct(SettingsContainerInterface $options[, array<string|int, QRDataModeInterface>|null $dataSegments = null ]) : mixed + __construct(SettingsContainerInterface $options[, array<string|int, QRDataModeInterface>|null $dataSegments = null ]) : mixed
Parameters
@@ -510,7 +510,7 @@ public - setData(array<string|int, mixed> $dataSegments) : self + setData(array<string|int, mixed> $dataSegments) : self
Parameters
@@ -554,7 +554,7 @@ public - writeMatrix(MaskPattern $maskPattern) : QRMatrix + writeMatrix(MaskPattern $maskPattern) : QRMatrix
Parameters
@@ -598,7 +598,7 @@ 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
Parameters
@@ -351,7 +351,7 @@ 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
Parameters
@@ -251,7 +251,7 @@ 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
Parameters
@@ -361,7 +361,7 @@ public - write(BitBuffer $bitBuffer, int $versionNumber) : void + write(BitBuffer $bitBuffer, int $versionNumber) : void
Parameters
diff --git a/classes/chillerlan-QRCode-Data-QRMatrix.html b/classes/chillerlan-QRCode-Data-QRMatrix.html index f9e863907..91f04e60d 100644 --- a/classes/chillerlan-QRCode-Data-QRMatrix.html +++ b/classes/chillerlan-QRCode-Data-QRMatrix.html @@ -1053,7 +1053,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8) public - __construct(Version $version, EccLevel $eccLevel) : mixed + __construct(Version $version, EccLevel $eccLevel) : mixed
Parameters
@@ -1105,7 +1105,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8) 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

@@ -1222,7 +1222,7 @@ false => $value & 0x800 === 0

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
Parameters
@@ -1282,7 +1282,7 @@ false => $value & 0x800 === 0

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
Parameters
@@ -1367,7 +1367,7 @@ false => $value & 0x800 === 0

public - get(int $x, int $y) : int + get(int $x, int $y) : int
Parameters
@@ -1419,7 +1419,7 @@ false => $value & 0x800 === 0

public - initFormatInfo(MaskPattern $maskPattern) : self + initFormatInfo(MaskPattern $maskPattern) : self
Parameters
@@ -1463,7 +1463,7 @@ false => $value & 0x800 === 0

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
Parameters
@@ -1554,7 +1554,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)

public - mask(MaskPattern $maskPattern) : self + mask(MaskPattern $maskPattern) : self

ISO/IEC 18004:2000 Section 8.8.1

@@ -1600,7 +1600,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)

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>>
Parameters
@@ -1677,7 +1677,7 @@ masking the data using $maskPattern (ISO/IEC 18004:2000 Section 8.8)

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

@@ -1783,7 +1783,7 @@ false => $M_TYPE

public - setDarkModule() : self + setDarkModule() : self

4 * version + 9 or moduleCount - 8

@@ -1818,7 +1818,7 @@ false => $M_TYPE

public - setFinderPattern() : self + setFinderPattern() : self

ISO/IEC 18004:2000 Section 7.3.2

@@ -1853,7 +1853,7 @@ false => $M_TYPE

public - setFormatInfo(MaskPattern $maskPattern) : self + setFormatInfo(MaskPattern $maskPattern) : self

ISO/IEC 18004:2000 Section 8.9

@@ -1899,7 +1899,7 @@ false => $M_TYPE

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 public - setQuietZone([int $size = null ]) : self + setQuietZone([int $size = null ]) : self

ISO/IEC 18004:2000 Section 7.3.7

@@ -2057,7 +2057,7 @@ Note that there is no restiction on how many times this method could be called o public - setSeparators() : self + setSeparators() : self

ISO/IEC 18004:2000 Section 7.3.3

@@ -2092,7 +2092,7 @@ Note that there is no restiction on how many times this method could be called o public - setTimingPattern() : self + setTimingPattern() : self

ISO/IEC 18004:2000 Section 7.3.4

@@ -2127,7 +2127,7 @@ Note that there is no restiction on how many times this method could be called o public - setVersionNumber() : self + setVersionNumber() : self

ISO/IEC 18004:2000 Section 8.10

@@ -2162,7 +2162,7 @@ Note that there is no restiction on how many times this method could be called o public - size() : int + size() : int

size = version * 4 + 17 [ + 2 * quietzone size]

@@ -2197,7 +2197,7 @@ Note that there is no restiction on how many times this method could be called o 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
Parameters
@@ -599,7 +599,7 @@ profiling easier, and not doing heavy lifting when callers don't expect it. 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:

@@ -733,7 +733,7 @@ on the last pixels in the row/column which are also used in the previous block). private - calculateThresholdForBlock(int $subWidth, int $subHeight, int $width, int $height) : BitMatrix + calculateThresholdForBlock(int $subWidth, int $subHeight, int $width, int $height) : BitMatrix
Parameters
@@ -800,7 +800,7 @@ on the last pixels in the row/column which are also used in the previous block). 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
Parameters
@@ -917,7 +917,7 @@ on the last pixels in the row/column which are also used in the previous block). private - getHistogramBlackMatrix(int $width, int $height) : BitMatrix + getHistogramBlackMatrix(int $width, int $height) : BitMatrix
Parameters
diff --git a/classes/chillerlan-QRCode-Decoder-BitMatrix.html b/classes/chillerlan-QRCode-Decoder-BitMatrix.html index 55346b2b3..59aa54421 100644 --- a/classes/chillerlan-QRCode-Decoder-BitMatrix.html +++ b/classes/chillerlan-QRCode-Decoder-BitMatrix.html @@ -563,7 +563,7 @@ make its bits ready to read. public - __construct(int $dimension) : mixed + __construct(int $dimension) : mixed
Parameters
@@ -607,7 +607,7 @@ make its bits ready to read. public - flip(int $x, int $y) : self + flip(int $x, int $y) : self
Parameters
@@ -661,7 +661,7 @@ make its bits ready to read. public - get(int $x, int $y) : bool + get(int $x, int $y) : bool
Parameters
@@ -716,7 +716,7 @@ make its bits ready to read. 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
Parameters
@@ -955,7 +955,7 @@ QR Code.

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
Parameters
@@ -1090,7 +1090,7 @@ QR Code.

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
Parameters
@@ -1181,7 +1181,7 @@ QR Code.

private - decodeVersionInformation(int $versionBits) : Version|null + decodeVersionInformation(int $versionBits) : Version|null
Parameters
@@ -1223,7 +1223,7 @@ QR Code.

private - doDecodeFormatInformation(int $maskedFormatInfo1, int $maskedFormatInfo2) : FormatInformation|null + doDecodeFormatInformation(int $maskedFormatInfo1, int $maskedFormatInfo2) : FormatInformation|null
Parameters
@@ -1280,7 +1280,7 @@ if doesn't seem to match any known pattern

private - numBitsDiffering(int $a, int $b) : int + numBitsDiffering(int $a, int $b) : int
Parameters
@@ -1332,7 +1332,7 @@ if doesn't seem to match any known pattern

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
Parameters
diff --git a/classes/chillerlan-QRCode-Decoder-Decoder.html b/classes/chillerlan-QRCode-Decoder-Decoder.html index 85b429fe4..48812ca66 100644 --- a/classes/chillerlan-QRCode-Decoder-Decoder.html +++ b/classes/chillerlan-QRCode-Decoder-Decoder.html @@ -222,7 +222,7 @@ correct the errors in-place using Reed-Solomon error correction. public - decode(LuminanceSourceInterface $source) : DecoderResult + decode(LuminanceSourceInterface $source) : DecoderResult

A 1 or "true" is taken to mean a black module.

@@ -286,7 +286,7 @@ correct the errors in-place using Reed-Solomon error correction.

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>
Parameters
@@ -337,7 +337,7 @@ correct the errors in-place using Reed-Solomon error correction.

private - decodeBitStream(array<string|int, mixed> $bytes, Version $version, EccLevel $ecLevel) : DecoderResult + decodeBitStream(array<string|int, mixed> $bytes, Version $version, EccLevel $ecLevel) : DecoderResult
Parameters
@@ -410,7 +410,7 @@ correct the errors in-place using Reed-Solomon error correction.

private - decodeMatrix(BitMatrix $bitMatrix) : DecoderResult + decodeMatrix(BitMatrix $bitMatrix) : DecoderResult
Parameters
@@ -468,7 +468,7 @@ correct the errors in-place using Reed-Solomon error correction.

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
Parameters
@@ -758,7 +758,7 @@ as well as a String interpretation of those bytes, if applicable.

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
Parameters
@@ -859,7 +859,7 @@ as well as a String interpretation of those bytes, if applicable.

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
Parameters
@@ -519,7 +519,7 @@ getMatrix() may never be called. public - static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self + static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self
Parameters
@@ -583,7 +583,7 @@ getMatrix() may never be called. public - static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self + static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self
Parameters
@@ -647,7 +647,7 @@ getMatrix() may never be called. 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>
Parameters
@@ -809,7 +809,7 @@ getMatrix() may never be called.

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
Parameters
@@ -913,7 +913,7 @@ getMatrix() may never be called.

protected - setLuminancePixel(int $r, int $g, int $b) : void + setLuminancePixel(int $r, int $g, int $b) : void
Parameters
@@ -972,7 +972,7 @@ getMatrix() may never be called.

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
Parameters
@@ -509,7 +509,7 @@ getMatrix() may never be called. public - static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self + static fromBlob(string $blob[, SettingsContainerInterface $options = null ]) : self
Parameters
@@ -573,7 +573,7 @@ getMatrix() may never be called. public - static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self + static fromFile(string $path[, SettingsContainerInterface $options = null ]) : self
Parameters
@@ -637,7 +637,7 @@ getMatrix() may never be called. 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>
Parameters
@@ -799,7 +799,7 @@ getMatrix() may never be called.

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
Parameters
@@ -903,7 +903,7 @@ getMatrix() may never be called.

protected - setLuminancePixel(int $r, int $g, int $b) : void + setLuminancePixel(int $r, int $g, int $b) : void
Parameters
@@ -962,7 +962,7 @@ getMatrix() may never be called.

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
Parameters
@@ -484,7 +484,7 @@ getMatrix() may never be called. 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>
Parameters
@@ -646,7 +646,7 @@ getMatrix() may never be called.

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
Parameters
@@ -750,7 +750,7 @@ getMatrix() may never be called.

protected - setLuminancePixel(int $r, int $g, int $b) : void + setLuminancePixel(int $r, int $g, int $b) : void
Parameters
diff --git a/classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html b/classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html index 034e63a98..1dd83b4ec 100644 --- a/classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html +++ b/classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html @@ -210,7 +210,7 @@ getMatrix() may never be called. public - static fromBlob(string $blob) : self + static fromBlob(string $blob) : self
Parameters
@@ -254,7 +254,7 @@ getMatrix() may never be called. public - static fromFile(string $path) : self + static fromFile(string $path) : self
Parameters
@@ -297,7 +297,7 @@ getMatrix() may never be called. 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>
Parameters
@@ -434,7 +434,7 @@ getMatrix() may never be called.

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
Parameters
@@ -422,7 +422,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - aboutEquals(float $moduleSize, float $i, float $j) : bool + aboutEquals(float $moduleSize, float $i, float $j) : bool
Parameters
@@ -483,7 +483,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the public - combineEstimate(float $i, float $j, float $newModuleSize) : self + combineEstimate(float $i, float $j, float $newModuleSize) : self
Parameters
@@ -542,7 +542,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the 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
Parameters
@@ -423,7 +423,7 @@ it's pretty performance-critical and so is written to be fast foremost.

public - find(int $startX, int $startY, int $width, int $height) : AlignmentPattern|null + find(int $startX, int $startY, int $width, int $height) : AlignmentPattern|null
Parameters
@@ -496,7 +496,7 @@ figures the location of the center of this black/white/black run.

private - centerFromEnd(array<string|int, int> $stateCount, int $end) : float + centerFromEnd(array<string|int, int> $stateCount, int $end) : float
Parameters
@@ -548,7 +548,7 @@ alignment pattern to see if the same proportion is detected.

private - crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null + crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
Parameters
@@ -620,7 +620,7 @@ observed in any reading state, based on the results of the horizontal scan

private - foundPatternCross(array<string|int, int> $stateCount) : bool + foundPatternCross(array<string|int, int> $stateCount) : bool
Parameters
@@ -671,7 +671,7 @@ found the alignment pattern.

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
Parameters
diff --git a/classes/chillerlan-QRCode-Detector-Detector.html b/classes/chillerlan-QRCode-Detector-Detector.html index 1a62d7650..b8a51d8ab 100644 --- a/classes/chillerlan-QRCode-Detector-Detector.html +++ b/classes/chillerlan-QRCode-Detector-Detector.html @@ -303,7 +303,7 @@ of another po$(another finder pattern center), and in the opposite direction too public - __construct(LuminanceSourceInterface $source) : mixed + __construct(LuminanceSourceInterface $source) : mixed
Parameters
@@ -347,7 +347,7 @@ of another po$(another finder pattern center), and in the opposite direction too 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
Parameters
@@ -457,7 +457,7 @@ width of each, measuring along the axis between their centers.

private - calculateModuleSizeOneWay(FinderPattern $pattern, FinderPattern $otherPattern) : float + calculateModuleSizeOneWay(FinderPattern $pattern, FinderPattern $otherPattern) : float
Parameters
@@ -510,7 +510,7 @@ of the finder patterns and estimated module size.

private - computeDimension(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft, float $moduleSize) : int + computeDimension(FinderPattern $topLeft, FinderPattern $topRight, FinderPattern $bottomLeft, float $moduleSize) : int
Parameters
@@ -591,7 +591,7 @@ of the finder patterns and estimated module size.

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
Parameters
@@ -668,7 +668,7 @@ guessed to contain it.

private - findAlignmentInRegion(float $overallEstModuleSize, int $estAlignmentX, int $estAlignmentY, float $allowanceFactor) : AlignmentPattern|null + findAlignmentInRegion(float $overallEstModuleSize, int $estAlignmentX, int $estAlignmentY, float $allowanceFactor) : AlignmentPattern|null
Parameters
@@ -742,7 +742,7 @@ guessed to contain it.

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
Parameters
diff --git a/classes/chillerlan-QRCode-Detector-FinderPattern.html b/classes/chillerlan-QRCode-Detector-FinderPattern.html index 2023191fc..1532a26e1 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPattern.html +++ b/classes/chillerlan-QRCode-Detector-FinderPattern.html @@ -439,7 +439,7 @@ based on count. public - __construct(float $posX, float $posY, float $estimatedModuleSize[, int $count = null ]) : mixed + __construct(float $posX, float $posY, float $estimatedModuleSize[, int $count = null ]) : mixed
Parameters
@@ -508,7 +508,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - aboutEquals(float $moduleSize, float $i, float $j) : bool + aboutEquals(float $moduleSize, float $i, float $j) : bool
Parameters
@@ -570,7 +570,7 @@ based on count.

public - combineEstimate(float $i, float $j, float $newModuleSize) : self + combineEstimate(float $i, float $j, float $newModuleSize) : self
Parameters
@@ -629,7 +629,7 @@ based on count.

public - static distance(float $aX, float $aY, float $bX, float $bY) : float + static distance(float $aX, float $aY, float $bX, float $bY) : float
Parameters
@@ -696,7 +696,7 @@ based on count.

public - getCount() : int + getCount() : int @@ -728,7 +728,7 @@ based on count.

public - getDistance(FinderPattern $b) : float + getDistance(FinderPattern $b) : float
Parameters
@@ -774,7 +774,7 @@ based on count.

public - getEstimatedModuleSize() : float + getEstimatedModuleSize() : float @@ -807,7 +807,7 @@ based on count.

public - getSquaredDistance(FinderPattern $b) : float + getSquaredDistance(FinderPattern $b) : float
Parameters
@@ -850,7 +850,7 @@ based on count.

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
Parameters
diff --git a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html index e6b890302..84b3c2792 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html @@ -559,7 +559,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees public - __construct(BitMatrix $bitMatrix) : mixed + __construct(BitMatrix $bitMatrix) : mixed
Parameters
@@ -603,7 +603,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees 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
Parameters
@@ -690,7 +690,7 @@ finder pattern to see if the same proportion is detected.

private - crossCheckDiagonal( $centerI,  $centerJ) : bool + crossCheckDiagonal( $centerI,  $centerJ) : bool
Parameters
@@ -748,7 +748,7 @@ check a vertical cross check and locate the real center of the alignment pattern private - crossCheckHorizontal(int $startJ, int $centerI, int $maxCount, int $originalStateCountTotal) : float|null + crossCheckHorizontal(int $startJ, int $centerI, int $maxCount, int $originalStateCountTotal) : float|null
Parameters
@@ -818,7 +818,7 @@ finder pattern to see if the same proportion is detected.

private - crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null + crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal) : float|null
Parameters
@@ -891,7 +891,7 @@ observed in any reading state, based on the results of the horizontal scan

private - crossProductZ(FinderPattern $pointA, FinderPattern $pointB, FinderPattern $pointC) : float + crossProductZ(FinderPattern $pointA, FinderPattern $pointB, FinderPattern $pointC) : float
Parameters
@@ -950,7 +950,7 @@ observed in any reading state, based on the results of the horizontal scan

private - doShiftCounts2(array<string|int, int> $stateCount) : array<string|int, int> + doShiftCounts2(array<string|int, int> $stateCount) : array<string|int, int>
Parameters
@@ -992,7 +992,7 @@ observed in any reading state, based on the results of the horizontal scan

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
Parameters
@@ -1071,7 +1071,7 @@ down in the image.

private - foundPatternDiagonal(array<string|int, int> $stateCount) : bool + foundPatternDiagonal(array<string|int, int> $stateCount) : bool
Parameters
@@ -1113,7 +1113,7 @@ down in the image.

private - foundPatternVariance(array<string|int, int> $stateCount, float $variance) : bool + foundPatternVariance(array<string|int, int> $stateCount, float $variance) : bool
Parameters
@@ -1168,7 +1168,7 @@ used by finder patterns to be considered a match

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>
Parameters
@@ -1356,7 +1356,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees 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
Parameters
@@ -293,7 +293,7 @@ the image's dimensions to see if the point are even within the image.

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

Parameters
@@ -773,7 +773,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping 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
Parameters
@@ -824,7 +824,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping 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
Parameters
@@ -955,7 +955,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping 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
Parameters
@@ -1062,7 +1062,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping 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
Parameters
@@ -1161,7 +1161,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping private - times(PerspectiveTransform $other) : self + times(PerspectiveTransform $other) : self
Parameters
diff --git a/classes/chillerlan-QRCode-Detector-ResultPoint.html b/classes/chillerlan-QRCode-Detector-ResultPoint.html index 435fa3402..fdaab6172 100644 --- a/classes/chillerlan-QRCode-Detector-ResultPoint.html +++ b/classes/chillerlan-QRCode-Detector-ResultPoint.html @@ -350,7 +350,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - __construct(float $x, float $y, float $estimatedModuleSize) : mixed + __construct(float $x, float $y, float $estimatedModuleSize) : mixed
Parameters
@@ -411,7 +411,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa public - aboutEquals(float $moduleSize, float $i, float $j) : bool + aboutEquals(float $moduleSize, float $i, float $j) : bool
Parameters
@@ -470,7 +470,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa 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
Parameters
@@ -594,7 +594,7 @@ public - dump([string $file = null ]) : string|FPDF + dump([string $file = null ]) : string|FPDF
Parameters
@@ -651,7 +651,7 @@ protected - base64encode(string $data, string $mime) : string + base64encode(string $data, string $mime) : string
Parameters
@@ -703,7 +703,7 @@ protected - getDefaultModuleValue(bool $isDark) : mixed + getDefaultModuleValue(bool $isDark) : mixed
Parameters
@@ -760,7 +760,7 @@ protected - getModuleValue(mixed $value) : mixed + getModuleValue(mixed $value) : mixed
Parameters
@@ -816,7 +816,7 @@ protected - moduleValueIsValid(mixed $value) : bool + moduleValueIsValid(mixed $value) : bool
Parameters
@@ -872,7 +872,7 @@ protected - saveToFile(string $data, string $file) : void + saveToFile(string $data, string $file) : void
Parameters
@@ -954,7 +954,7 @@ 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
Parameters
@@ -661,7 +661,7 @@ public - dump([string $file = null ]) : string|resource|GdImage + dump([string $file = null ]) : string|resource|GdImage
Parameters
@@ -735,7 +735,7 @@ protected - base64encode(string $data, string $mime) : string + base64encode(string $data, string $mime) : string
Parameters
@@ -787,7 +787,7 @@ protected - dumpImage() : string + dumpImage() : string @@ -834,7 +834,7 @@ protected - getDefaultModuleValue(bool $isDark) : mixed + getDefaultModuleValue(bool $isDark) : mixed
Parameters
@@ -891,7 +891,7 @@ protected - getModuleValue(mixed $value) : mixed + getModuleValue(mixed $value) : mixed
Parameters
@@ -947,7 +947,7 @@ protected - moduleValueIsValid(mixed $value) : bool + moduleValueIsValid(mixed $value) : bool
Parameters
@@ -1003,7 +1003,7 @@ protected - saveToFile(string $data, string $file) : void + saveToFile(string $data, string $file) : void
Parameters
@@ -1085,7 +1085,7 @@ 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
Parameters
diff --git a/classes/chillerlan-QRCode-Output-QRImage.html b/classes/chillerlan-QRCode-Output-QRImage.html index 5080d6ec7..176036dc7 100644 --- a/classes/chillerlan-QRCode-Output-QRImage.html +++ b/classes/chillerlan-QRCode-Output-QRImage.html @@ -599,7 +599,7 @@ public - __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
Parameters
@@ -650,7 +650,7 @@ public - dump([string $file = null ]) : string|resource|GdImage + dump([string $file = null ]) : string|resource|GdImage
Parameters
@@ -724,7 +724,7 @@ protected - base64encode(string $data, string $mime) : string + base64encode(string $data, string $mime) : string
Parameters
@@ -776,7 +776,7 @@ protected - dumpImage() : string + dumpImage() : string @@ -823,7 +823,7 @@ protected - abstract getDefaultModuleValue(bool $isDark) : mixed + abstract getDefaultModuleValue(bool $isDark) : mixed
Parameters
@@ -867,7 +867,7 @@ protected - abstract getModuleValue(mixed $value) : mixed + abstract getModuleValue(mixed $value) : mixed
Parameters
@@ -910,7 +910,7 @@ protected - abstract moduleValueIsValid(mixed|null $value) : bool + abstract moduleValueIsValid(mixed|null $value) : bool
Parameters
@@ -953,7 +953,7 @@ protected - saveToFile(string $data, string $file) : void + saveToFile(string $data, string $file) : void
Parameters
@@ -1035,7 +1035,7 @@ 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
Parameters
diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index 59e023883..5e4d4f511 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -625,7 +625,7 @@ public - __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
Parameters
@@ -697,7 +697,7 @@ public - dump([string $file = null ]) : string|Imagick + dump([string $file = null ]) : string|Imagick
Parameters
@@ -754,7 +754,7 @@ protected - base64encode(string $data, string $mime) : string + base64encode(string $data, string $mime) : string
Parameters
@@ -806,7 +806,7 @@ protected - drawImage() : void + drawImage() : void @@ -839,7 +839,7 @@ protected - getDefaultModuleValue(bool $isDark) : mixed + getDefaultModuleValue(bool $isDark) : mixed
Parameters
@@ -896,7 +896,7 @@ protected - getModuleValue(mixed $value) : mixed + getModuleValue(mixed $value) : mixed
Parameters
@@ -952,7 +952,7 @@ protected - moduleValueIsValid(mixed $value) : bool + moduleValueIsValid(mixed $value) : bool
Parameters
@@ -1008,7 +1008,7 @@ protected - saveToFile(string $data, string $file) : void + saveToFile(string $data, string $file) : void
Parameters
@@ -1090,7 +1090,7 @@ 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
Parameters
diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index 5b9cb1310..ac93fd861 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -585,7 +585,7 @@ public - __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
Parameters
@@ -636,7 +636,7 @@ public - dump([string $file = null ]) : mixed + dump([string $file = null ]) : mixed
Parameters
@@ -693,7 +693,7 @@ protected - base64encode(string $data, string $mime) : string + base64encode(string $data, string $mime) : string
Parameters
@@ -745,7 +745,7 @@ protected - getDefaultModuleValue(bool $isDark) : mixed + getDefaultModuleValue(bool $isDark) : mixed
Parameters
@@ -802,7 +802,7 @@ protected - getModuleValue(mixed $value) : mixed + getModuleValue(mixed $value) : mixed
Parameters
@@ -858,7 +858,7 @@ protected - html(bool $saveToFile) : string + html(bool $saveToFile) : string
Parameters
@@ -902,7 +902,7 @@ protected - moduleValueIsValid(mixed $value) : bool + moduleValueIsValid(mixed $value) : bool
Parameters
@@ -958,7 +958,7 @@ protected - saveToFile(string $data, string $file) : void + saveToFile(string $data, string $file) : void
Parameters
@@ -1040,7 +1040,7 @@ protected - setModuleValues() : void + setModuleValues() : void @@ -1073,7 +1073,7 @@ protected - svg(bool $saveToFile) : string + svg(bool $saveToFile) : string
Parameters
@@ -1147,7 +1147,7 @@ protected - svgHeader() : string + svgHeader() : string @@ -1180,7 +1180,7 @@ protected - svgModule(int $x, int $y) : string + svgModule(int $x, int $y) : string
Parameters
@@ -1246,7 +1246,7 @@ 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
Parameters
@@ -564,7 +564,7 @@ protected - base64encode(string $data, string $mime) : string + base64encode(string $data, string $mime) : string
Parameters
@@ -616,7 +616,7 @@ protected - abstract getDefaultModuleValue(bool $isDark) : mixed + abstract getDefaultModuleValue(bool $isDark) : mixed
Parameters
@@ -660,7 +660,7 @@ protected - abstract getModuleValue(mixed $value) : mixed + abstract getModuleValue(mixed $value) : mixed
Parameters
@@ -703,7 +703,7 @@ protected - abstract moduleValueIsValid(mixed|null $value) : bool + abstract moduleValueIsValid(mixed|null $value) : bool
Parameters
@@ -746,7 +746,7 @@ protected - saveToFile(string $data, string $file) : void + saveToFile(string $data, string $file) : void
Parameters
@@ -828,7 +828,7 @@ 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
Parameters
diff --git a/classes/chillerlan-QRCode-Output-QRString.html b/classes/chillerlan-QRCode-Output-QRString.html index 98fa29bda..80f104c5a 100644 --- a/classes/chillerlan-QRCode-Output-QRString.html +++ b/classes/chillerlan-QRCode-Output-QRString.html @@ -562,7 +562,7 @@ public - __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed + __construct(SettingsContainerInterface $options, QRMatrix $matrix) : mixed
Parameters
@@ -613,7 +613,7 @@ public - dump([string $file = null ]) : string + dump([string $file = null ]) : string
Parameters
@@ -670,7 +670,7 @@ protected - base64encode(string $data, string $mime) : string + base64encode(string $data, string $mime) : string
Parameters
@@ -722,7 +722,7 @@ protected - getDefaultModuleValue(bool $isDark) : mixed + getDefaultModuleValue(bool $isDark) : mixed
Parameters
@@ -779,7 +779,7 @@ protected - getModuleValue(mixed $value) : mixed + getModuleValue(mixed $value) : mixed
Parameters
@@ -835,7 +835,7 @@ protected - json() : string + json() : string @@ -868,7 +868,7 @@ protected - moduleValueIsValid(mixed $value) : bool + moduleValueIsValid(mixed $value) : bool
Parameters
@@ -924,7 +924,7 @@ protected - saveToFile(string $data, string $file) : void + saveToFile(string $data, string $file) : void
Parameters
@@ -1006,7 +1006,7 @@ 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

@@ -1174,7 +1174,7 @@ public - addAlphaNumSegment(string $data) : self + addAlphaNumSegment(string $data) : self

ISO/IEC 18004:2000 8.3.3 - Alphanumeric Mode

@@ -1220,7 +1220,7 @@ public - addByteSegment(string $data) : self + addByteSegment(string $data) : self

ISO/IEC 18004:2000 8.3.4 - 8-bit Byte Mode

@@ -1266,7 +1266,7 @@ public - addEciDesignator(int $encoding) : self + addEciDesignator(int $encoding) : self

ISO/IEC 18004:2000 8.3.1 - Extended Channel Interpretation (ECI) Mode

@@ -1312,7 +1312,7 @@ public - addEciSegment(int $encoding, string $data) : self + addEciSegment(int $encoding, string $data) : self

i hate this somehow but i'll leave it for now

@@ -1380,7 +1380,7 @@ public - addKanjiSegment(string $data) : self + addKanjiSegment(string $data) : self

ISO/IEC 18004:2000 8.3.5 - Kanji Mode

@@ -1426,7 +1426,7 @@ public - addNumericSegment(string $data) : self + addNumericSegment(string $data) : self

ISO/IEC 18004:2000 8.3.2 - Numeric Mode

@@ -1472,7 +1472,7 @@ 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
Parameters
@@ -1625,7 +1625,7 @@ public - isByte(string $string) : bool + isByte(string $string) : bool
Parameters
@@ -1698,7 +1698,7 @@ public - isKanji(string $string) : bool + isKanji(string $string) : bool
Parameters
@@ -1771,7 +1771,7 @@ public - isNumber(string $string) : bool + isNumber(string $string) : bool
Parameters
@@ -1844,7 +1844,7 @@ public - readFromBlob(string $blob) : DecoderResult + readFromBlob(string $blob) : DecoderResult
Parameters
@@ -1888,7 +1888,7 @@ public - readFromFile(string $path) : DecoderResult + readFromFile(string $path) : DecoderResult
Parameters
@@ -1932,7 +1932,7 @@ public - readFromSource(LuminanceSourceInterface $source) : DecoderResult + readFromSource(LuminanceSourceInterface $source) : DecoderResult
Parameters
@@ -1976,7 +1976,7 @@ public - render([string $data = null ][, string $file = null ]) : mixed + render([string $data = null ][, string $file = null ]) : mixed
Parameters
@@ -2028,7 +2028,7 @@ 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.

+
+
@@ -801,6 +806,14 @@ https://github.com/chillerlan/php-qrcode/issues/23 + +
+ see +
+
+ https://github.com/chillerlan/php-qrcode/discussions/122 + +
@@ -897,7 +910,7 @@ @@ -945,7 +958,7 @@ @@ -979,7 +992,7 @@ @@ -1047,7 +1060,7 @@ @@ -1117,7 +1130,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1165,7 +1178,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1221,7 +1234,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1268,7 +1281,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1302,7 +1315,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1336,7 +1349,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1370,7 +1383,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1404,7 +1417,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1438,7 +1451,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1472,7 +1485,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1542,7 +1555,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1656,7 +1669,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1739,7 +1752,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1773,7 +1786,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1809,7 +1822,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1843,7 +1856,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2297,7 +2310,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2331,7 +2344,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2475,7 +2488,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2483,7 +2496,7 @@ as opacity/transparency can easily be set with css properties.

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
Parameters
@@ -2566,7 +2579,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2574,7 +2587,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_circleRadius(float $circleRadius) : void + set_circleRadius(float $circleRadius) : void
Parameters
@@ -2610,7 +2623,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2618,7 +2631,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_eccLevel(int $eccLevel) : void + set_eccLevel(int $eccLevel) : void
Parameters
@@ -2668,7 +2681,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2676,7 +2689,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_fpdfMeasureUnit(string $unit) : void + set_fpdfMeasureUnit(string $unit) : void
Parameters
@@ -2725,7 +2738,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2733,7 +2746,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void + set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void
Parameters
@@ -2783,7 +2796,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2791,7 +2804,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceHeight(int $value) : void + set_logoSpaceHeight(int $value) : void
Parameters
@@ -2827,7 +2840,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2835,7 +2848,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceStartX(int|null $value) : void + set_logoSpaceStartX(int|null $value) : void
Parameters
@@ -2871,7 +2884,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2879,7 +2892,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceStartY(int|null $value) : void + set_logoSpaceStartY(int|null $value) : void
Parameters
@@ -2915,7 +2928,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2923,7 +2936,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceWidth(int $value) : void + set_logoSpaceWidth(int $value) : void
Parameters
@@ -2959,7 +2972,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2967,7 +2980,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_maskPattern(int $maskPattern) : void + set_maskPattern(int $maskPattern) : void
Parameters
@@ -3003,7 +3016,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3011,7 +3024,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void + set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
Parameters
@@ -3047,7 +3060,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3055,7 +3068,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_version(int $version) : void + set_version(int $version) : void
Parameters
@@ -3091,7 +3104,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3099,7 +3112,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_versionMax(int $version) : void + set_versionMax(int $version) : void
Parameters
@@ -3135,7 +3148,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3143,7 +3156,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_versionMin(int $version) : void + set_versionMin(int $version) : void
Parameters
@@ -3179,7 +3192,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3187,7 +3200,7 @@ as opacity/transparency can easily be set with css properties.

protected - setMinMaxVersion(int $versionMin, int $versionMax) : void + setMinMaxVersion(int $versionMin, int $versionMax) : void
Parameters
diff --git a/classes/chillerlan-QRCode-QROptionsTrait.html b/classes/chillerlan-QRCode-QROptionsTrait.html index 150b9120c..4f67519be 100644 --- a/classes/chillerlan-QRCode-QROptionsTrait.html +++ b/classes/chillerlan-QRCode-QROptionsTrait.html @@ -585,7 +585,7 @@ @@ -687,7 +687,7 @@ @@ -755,7 +755,7 @@ @@ -767,7 +767,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.

+
+
@@ -783,6 +788,14 @@ https://github.com/chillerlan/php-qrcode/issues/23 + +
+ see +
+
+ https://github.com/chillerlan/php-qrcode/discussions/122 + +
@@ -879,7 +892,7 @@ @@ -927,7 +940,7 @@ @@ -961,7 +974,7 @@ @@ -1029,7 +1042,7 @@ @@ -1099,7 +1112,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1147,7 +1160,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1203,7 +1216,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1250,7 +1263,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1284,7 +1297,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1318,7 +1331,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1352,7 +1365,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1386,7 +1399,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1420,7 +1433,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1454,7 +1467,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1524,7 +1537,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1638,7 +1651,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1721,7 +1734,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1755,7 +1768,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1791,7 +1804,7 @@ as opacity/transparency can easily be set with css properties.

@@ -1825,7 +1838,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2279,7 +2292,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2313,7 +2326,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2457,7 +2470,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2465,7 +2478,7 @@ as opacity/transparency can easily be set with css properties.

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
Parameters
@@ -2548,7 +2561,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2556,7 +2569,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_circleRadius(float $circleRadius) : void + set_circleRadius(float $circleRadius) : void
Parameters
@@ -2592,7 +2605,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2600,7 +2613,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_eccLevel(int $eccLevel) : void + set_eccLevel(int $eccLevel) : void
Parameters
@@ -2650,7 +2663,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2658,7 +2671,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_fpdfMeasureUnit(string $unit) : void + set_fpdfMeasureUnit(string $unit) : void
Parameters
@@ -2707,7 +2720,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2715,7 +2728,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void + set_imageTransparencyBG(array<string|int, mixed> $imageTransparencyBG) : void
Parameters
@@ -2765,7 +2778,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2773,7 +2786,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceHeight(int $value) : void + set_logoSpaceHeight(int $value) : void
Parameters
@@ -2809,7 +2822,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2817,7 +2830,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceStartX(int|null $value) : void + set_logoSpaceStartX(int|null $value) : void
Parameters
@@ -2853,7 +2866,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2861,7 +2874,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceStartY(int|null $value) : void + set_logoSpaceStartY(int|null $value) : void
Parameters
@@ -2897,7 +2910,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2905,7 +2918,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_logoSpaceWidth(int $value) : void + set_logoSpaceWidth(int $value) : void
Parameters
@@ -2941,7 +2954,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2949,7 +2962,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_maskPattern(int $maskPattern) : void + set_maskPattern(int $maskPattern) : void
Parameters
@@ -2985,7 +2998,7 @@ as opacity/transparency can easily be set with css properties.

@@ -2993,7 +3006,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void + set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
Parameters
@@ -3029,7 +3042,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3037,7 +3050,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_version(int $version) : void + set_version(int $version) : void
Parameters
@@ -3073,7 +3086,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3081,7 +3094,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_versionMax(int $version) : void + set_versionMax(int $version) : void
Parameters
@@ -3117,7 +3130,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3125,7 +3138,7 @@ as opacity/transparency can easily be set with css properties.

protected - set_versionMin(int $version) : void + set_versionMin(int $version) : void
Parameters
@@ -3161,7 +3174,7 @@ as opacity/transparency can easily be set with css properties.

@@ -3169,7 +3182,7 @@ as opacity/transparency can easily be set with css properties.

protected - setMinMaxVersion(int $versionMin, int $versionMax) : void + setMinMaxVersion(int $versionMin, int $versionMax) : void
Parameters
diff --git a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html index a214ab2af..b5342f602 100644 --- a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html +++ b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html @@ -240,7 +240,7 @@ 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
Parameters
@@ -339,7 +339,7 @@ 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
Parameters
@@ -373,7 +373,7 @@ 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
Parameters
@@ -657,7 +657,7 @@ 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
Parameters
@@ -821,7 +821,7 @@ 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
Parameters
@@ -657,7 +657,7 @@ 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
Parameters
@@ -834,7 +834,7 @@ 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
Parameters
@@ -657,7 +657,7 @@ 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
Parameters
@@ -821,7 +821,7 @@ 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
Parameters
@@ -657,7 +657,7 @@ 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
Parameters
@@ -821,7 +821,7 @@ 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
Parameters
@@ -657,7 +657,7 @@ 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
Parameters
@@ -821,7 +821,7 @@ 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
Parameters
@@ -647,7 +647,7 @@ public - testSetDarkModule(int $version) : void + testSetDarkModule(int $version) : void
Parameters
@@ -706,7 +706,7 @@ public - testSetFinderPattern(int $version) : void + testSetFinderPattern(int $version) : void
Parameters
@@ -765,7 +765,7 @@ public - testSetFormatInfo(int $version) : void + testSetFormatInfo(int $version) : void
Parameters
@@ -824,7 +824,7 @@ 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
Parameters
@@ -1015,7 +1015,7 @@ public - testSetQuietZoneException() : void + testSetQuietZoneException() : void @@ -1048,7 +1048,7 @@ public - testSetSeparators(int $version) : void + testSetSeparators(int $version) : void
Parameters
@@ -1107,7 +1107,7 @@ public - testSetTimingPattern(int $version) : void + testSetTimingPattern(int $version) : void
Parameters
@@ -1166,7 +1166,7 @@ public - testSetVersionNumber(int $version) : void + testSetVersionNumber(int $version) : void
Parameters
@@ -1225,7 +1225,7 @@ 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
Parameters
@@ -1368,7 +1368,7 @@ 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
Parameters
@@ -483,7 +483,7 @@ public - testReader(string $img, string $expected, bool $grayscale) : void + testReader(string $img, string $expected, bool $grayscale) : void
Parameters
@@ -557,7 +557,7 @@ 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
Parameters
@@ -483,7 +483,7 @@ public - testReader(string $img, string $expected, bool $grayscale) : void + testReader(string $img, string $expected, bool $grayscale) : void
Parameters
@@ -557,7 +557,7 @@ 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
Parameters
@@ -483,7 +483,7 @@ public - testReader(string $img, string $expected, bool $grayscale) : void + testReader(string $img, string $expected, bool $grayscale) : void
Parameters
@@ -557,7 +557,7 @@ 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
Parameters
@@ -471,7 +471,7 @@ public - testClampLogoSpaceValue(int $value, int $expected) : void + testClampLogoSpaceValue(int $value, int $expected) : void
Parameters
@@ -538,7 +538,7 @@ 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
Parameters
@@ -605,7 +605,7 @@ 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
Parameters
@@ -771,7 +771,7 @@ public - testVersionClamp(int $version, int $expected) : void + testVersionClamp(int $version, int $expected) : void
Parameters
@@ -838,7 +838,7 @@ public - testVersionMinMaxClamp(int $versionMin, int $versionMax, int $expectedMin, int $expectedMax) : void + testVersionMinMaxClamp(int $versionMin, int $versionMax, int $expectedMin, int $expectedMax) : void
Parameters
@@ -920,7 +920,7 @@ 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