diff --git a/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html b/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html index 58a4de2f0..1eb42fa50 100644 --- a/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html +++ b/classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html @@ -750,7 +750,7 @@ method will separate the data into original blocks.

private - runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $R) : array<string|int, GenericGFPoly> + runEuclideanAlgorithm(GenericGFPoly $a, GenericGFPoly $b, int $z) : array<string|int, GenericGFPoly>
Parameters
@@ -772,7 +772,7 @@ method will separate the data into original blocks.

- $R + $z : int
diff --git a/classes/chillerlan-QRCode-Data-QRCodeDataException.html b/classes/chillerlan-QRCode-Data-QRCodeDataException.html index 6bd837cd3..a39dc6f98 100644 --- a/classes/chillerlan-QRCode-Data-QRCodeDataException.html +++ b/classes/chillerlan-QRCode-Data-QRCodeDataException.html @@ -119,7 +119,7 @@ diff --git a/classes/chillerlan-QRCode-Data-QRMatrix.html b/classes/chillerlan-QRCode-Data-QRMatrix.html index b18aeb597..7cd5270bc 100644 --- a/classes/chillerlan-QRCode-Data-QRMatrix.html +++ b/classes/chillerlan-QRCode-Data-QRMatrix.html @@ -346,7 +346,7 @@ returns true if a match is found, otherwise false.
 : int -
Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside of the matrix
+
Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside the matrix
initFunctionalPatterns() @@ -1491,7 +1491,7 @@ returns true if a match is found, otherwise false.

-

Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside of the matrix

+

Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside the matrix

public @@ -1572,7 +1572,7 @@ returns true if a match is found, otherwise false.

@@ -1648,7 +1648,7 @@ returns true if a match is found, otherwise false.

public - matrix([bool $boolean = false ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>> + matrix([bool $boolean = null ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
Parameters
@@ -1656,7 +1656,7 @@ returns true if a match is found, otherwise false.

$boolean : bool - = false
+ = null
@@ -1755,7 +1755,7 @@ false => $M_TYPE

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

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

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

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

@@ -1994,7 +1994,7 @@ Note that there is no restiction on how many times this method could be called o @@ -2054,7 +2054,7 @@ Note that there is no restiction on how many times this method could be called o @@ -2089,7 +2089,7 @@ Note that there is no restiction on how many times this method could be called o @@ -2124,7 +2124,7 @@ Note that there is no restiction on how many times this method could be called o @@ -2227,7 +2227,7 @@ Note that there is no restiction on how many times this method could be called o diff --git a/classes/chillerlan-QRCode-Decoder-BitMatrix.html b/classes/chillerlan-QRCode-Decoder-BitMatrix.html index 50044e517..f1e7ff958 100644 --- a/classes/chillerlan-QRCode-Decoder-BitMatrix.html +++ b/classes/chillerlan-QRCode-Decoder-BitMatrix.html @@ -419,7 +419,7 @@ returns true if a match is found, otherwise false.
 : int -
Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside of the matrix
+
Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside the matrix
initFunctionalPatterns() @@ -1793,7 +1793,7 @@ returns true if a match is found, otherwise false.

-

Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside of the matrix

+

Returns the value of the module at position [$x, $y] or -1 if the coordinate is outside the matrix

public @@ -1874,7 +1874,7 @@ returns true if a match is found, otherwise false.

@@ -1950,7 +1950,7 @@ returns true if a match is found, otherwise false.

public - matrix([bool $boolean = false ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>> + matrix([bool $boolean = null ]) : array<string|int, array<string|int, int>>|array<string|int, array<string|int, bool>>
Parameters
@@ -1958,7 +1958,7 @@ returns true if a match is found, otherwise false.

$boolean : bool - = false
+ = null
@@ -2139,7 +2139,7 @@ false => $M_TYPE

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

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

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

@@ -2481,7 +2481,7 @@ mirror() method should be called.

@@ -2516,7 +2516,7 @@ mirror() method should be called.

@@ -2551,7 +2551,7 @@ mirror() method should be called.

@@ -2654,7 +2654,7 @@ mirror() method should be called.

diff --git a/classes/chillerlan-QRCode-Decoder-Decoder.html b/classes/chillerlan-QRCode-Decoder-Decoder.html index 1a53a194b..2e8baa0da 100644 --- a/classes/chillerlan-QRCode-Decoder-Decoder.html +++ b/classes/chillerlan-QRCode-Decoder-Decoder.html @@ -153,10 +153,24 @@ the QR Code from an image.

+ $bitBuffer + +  : BitBuffer +
+
+ +
$eccLevel  : EccLevel|null
+
+ +
+ $eciCharset + +  : ECICharset|null +
@@ -180,6 +194,13 @@ the QR Code from an image.

Decodes a QR Code represented as a BitMatrix.
+
+ decodeAlphanumSegment() + +  : string +
+
+
decodeBitStream() @@ -187,6 +208,13 @@ the QR Code from an image.

Decode the contents of that stream of bytes
+
+ decodeByteSegment() + +  : string +
+
+
decodeMatrix() @@ -212,6 +240,40 @@ the QR Code from an image.

-property -private " +> +

+ $bitBuffer + + + +

+ + + + + private + BitBuffer + $bitBuffer + + +
+ +
+ + + + +

$eccLevel @@ -239,6 +301,40 @@ the QR Code from an image.

+

+
+

+ $eciCharset + + + +

+ + + + + private + ECICharset|null + $eciCharset + = null + +
+ +
+ + +
Decoder.php : - 38 + 40 @@ -374,6 +470,57 @@ the QR Code from an image.

— +
+
+

+ decodeAlphanumSegment() + +

+ + + + + private + decodeAlphanumSegment(int $versionNumber, bool $fc1InEffect) : string + + +
Parameters
+
+
+ $versionNumber + : int +
+
+
+ +
+
+ $fc1InEffect + : bool +
+
+
+ +
+
+ + + +
Return values
+ string + — + +
Decoder.php : - 91 + 93 @@ -432,6 +579,63 @@ the QR Code from an image.

— +
+
+

+ decodeByteSegment() + +

+ + + + + private + decodeByteSegment(int $versionNumber) : string + + +
Parameters
+
+
+ $versionNumber + : int +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ throws +
+
+ QRCodeDecoderException + + +
+
+ +
Return values
+ string + — + +
Decoder.php : - 70 + 72 diff --git a/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html b/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html index 68148e720..874fd6f99 100644 --- a/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html +++ b/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html @@ -119,7 +119,7 @@ diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html index 97bbdadde..56d43a1a4 100644 --- a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html @@ -487,7 +487,7 @@ it's pretty performance-critical and so is written to be fast foremost.

@@ -538,7 +538,7 @@ figures the location of the center of this black/white/black run.

@@ -660,7 +660,7 @@ used by alignment patterns to be considered a match

diff --git a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html index 4810ad03f..d13fb7c93 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html @@ -913,7 +913,7 @@ observed in any reading state, based on the results of the horizontal scan

@@ -1015,7 +1015,7 @@ observed in any reading state, based on the results of the horizontal scan

@@ -1297,7 +1297,7 @@ pattern center

@@ -1333,7 +1333,7 @@ candidates is "pretty similar"

@@ -1379,7 +1379,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees diff --git a/classes/chillerlan-QRCode-Detector-GridSampler.html b/classes/chillerlan-QRCode-Detector-GridSampler.html index 3b1d7912c..f48fe8173 100644 --- a/classes/chillerlan-QRCode-Detector-GridSampler.html +++ b/classes/chillerlan-QRCode-Detector-GridSampler.html @@ -202,7 +202,7 @@ the image's dimensions to see if the point are even within the image.
diff --git a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html index dafa3fdca..6ae3db94d 100644 --- a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html +++ b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html @@ -766,7 +766,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping @@ -1154,7 +1154,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping diff --git a/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html b/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html index 1b98d4141..b551c41b1 100644 --- a/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html +++ b/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html @@ -119,7 +119,7 @@ diff --git a/classes/chillerlan-QRCode-Output-QRCodeOutputException.html b/classes/chillerlan-QRCode-Output-QRCodeOutputException.html index b64ef9d5a..769f3f8e8 100644 --- a/classes/chillerlan-QRCode-Output-QRCodeOutputException.html +++ b/classes/chillerlan-QRCode-Output-QRCodeOutputException.html @@ -119,7 +119,7 @@ diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index 5f68ecac4..479bd34c1 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -705,7 +705,7 @@ returns an array with the transformed modules @@ -812,7 +812,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

@@ -845,7 +845,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

@@ -902,7 +902,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

@@ -958,7 +958,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

@@ -1164,7 +1164,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

diff --git a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html index 90c09b73d..ccb1d2391 100644 --- a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html +++ b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html @@ -119,7 +119,7 @@ @@ -234,7 +234,7 @@ @@ -267,7 +267,7 @@ @@ -300,7 +300,7 @@ @@ -367,7 +367,7 @@ @@ -400,7 +400,7 @@ @@ -433,7 +433,7 @@ @@ -466,7 +466,7 @@ @@ -499,7 +499,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html index 0da7b0a63..7a6ba4912 100644 --- a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html +++ b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html @@ -525,7 +525,7 @@ @@ -683,7 +683,7 @@ @@ -808,7 +808,7 @@ @@ -841,7 +841,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-ByteTest.html b/classes/chillerlan-QRCodeTest-Data-ByteTest.html index 1a756a685..18b509155 100644 --- a/classes/chillerlan-QRCodeTest-Data-ByteTest.html +++ b/classes/chillerlan-QRCodeTest-Data-ByteTest.html @@ -524,7 +524,7 @@ @@ -682,7 +682,7 @@ @@ -853,7 +853,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html index c66822086..2284fddb7 100644 --- a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html @@ -525,7 +525,7 @@ @@ -683,7 +683,7 @@ @@ -808,7 +808,7 @@ @@ -841,7 +841,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-HanziTest.html b/classes/chillerlan-QRCodeTest-Data-HanziTest.html index 5b9dcdfd5..07ae686e3 100644 --- a/classes/chillerlan-QRCodeTest-Data-HanziTest.html +++ b/classes/chillerlan-QRCodeTest-Data-HanziTest.html @@ -572,7 +572,7 @@ @@ -730,7 +730,7 @@ @@ -855,7 +855,7 @@ @@ -888,7 +888,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html index 5102a0ed1..2808ab9a7 100644 --- a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html +++ b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html @@ -572,7 +572,7 @@ @@ -730,7 +730,7 @@ @@ -855,7 +855,7 @@ @@ -888,7 +888,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-NumberTest.html b/classes/chillerlan-QRCodeTest-Data-NumberTest.html index b2b6c5a10..b2e3d3239 100644 --- a/classes/chillerlan-QRCodeTest-Data-NumberTest.html +++ b/classes/chillerlan-QRCodeTest-Data-NumberTest.html @@ -525,7 +525,7 @@ @@ -683,7 +683,7 @@ @@ -808,7 +808,7 @@ @@ -841,7 +841,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html index 5cd8b267f..37dee5c47 100644 --- a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html +++ b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html @@ -527,7 +527,7 @@ @@ -560,7 +560,7 @@ @@ -626,7 +626,7 @@ @@ -994,7 +994,7 @@ @@ -1027,7 +1027,7 @@ @@ -1060,7 +1060,7 @@ @@ -1093,7 +1093,7 @@ @@ -1126,7 +1126,7 @@ @@ -1159,7 +1159,7 @@ @@ -1251,7 +1251,7 @@ diff --git a/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ b/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ index 131c08d0f..e6b635509 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 49f4afe8f..297f85fd1 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 344be73f6..b862760ef 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 a3aa00e24..9194ed982 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 4066fdc88..bbf75dad0 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 c332d48ff..1faa2abcf 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 467f63825..e880a4e18 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 39a536566..8ae183130 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 3b3a22d60..0ff1f6843 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 a620532d1..0bad4511a 100644 Binary files a/descriptors/1/W/oHvshtXLek5m48kI4qYQ and b/descriptors/1/W/oHvshtXLek5m48kI4qYQ differ diff --git a/descriptors/2/9/WQOCx02TdfYvA2zPFRVQ b/descriptors/2/9/WQOCx02TdfYvA2zPFRVQ index 4f211b49e..bb80755f1 100644 Binary files a/descriptors/2/9/WQOCx02TdfYvA2zPFRVQ and b/descriptors/2/9/WQOCx02TdfYvA2zPFRVQ differ diff --git a/descriptors/3/O/NJboKaggdJkamainZjsA b/descriptors/3/O/NJboKaggdJkamainZjsA index 188ce699f..b6ace76a5 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 49f4cf0a9..eeb67248c 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 2ee34c0b6..9330a7547 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 0cc39db37..2d83db12d 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 ef01ea56f..211b93fdc 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 cf77f28c0..710efe74b 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 468368301..c0384b5e0 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 0b64bfc2a..fdd8f5be1 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 785c99180..93da2c5c8 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 998fc97e8..dd5dd83b9 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 a2f2e22a2..6499bfcc3 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 451b9d96a..67693d09f 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 81bf09454..ac64593bc 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 b7a23b5e1..c612e3a60 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 b5d13b1fd..c03dc98f0 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 158853832..bbc309b9f 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 487cbf10d..a55e1fa79 100644 Binary files a/descriptors/D/F/DOG571bO-z1teWt5gCnA and b/descriptors/D/F/DOG571bO-z1teWt5gCnA differ diff --git a/descriptors/D/Y/dbZm8qpxN30zrKzqw2hA b/descriptors/D/Y/dbZm8qpxN30zrKzqw2hA index 70300d813..0ac74d50d 100644 Binary files a/descriptors/D/Y/dbZm8qpxN30zrKzqw2hA and b/descriptors/D/Y/dbZm8qpxN30zrKzqw2hA differ diff --git a/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA b/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA index a8e1df320..f7c73e658 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 c41409846..0d9b66283 100644 Binary files a/descriptors/F/7/OnTTKZgQfCrYvSHdurDA and b/descriptors/F/7/OnTTKZgQfCrYvSHdurDA differ diff --git a/descriptors/F/B/LksworQTmdGDsbuGgK3w b/descriptors/F/B/LksworQTmdGDsbuGgK3w index 471bc308a..5543764a7 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 ef46fe0b3..96f4df579 100644 Binary files a/descriptors/F/V/02epmiUkatFxWCEUNOZQ and b/descriptors/F/V/02epmiUkatFxWCEUNOZQ differ diff --git a/descriptors/F/W/LPVjCtHs4NygJFs5cb6w b/descriptors/F/W/LPVjCtHs4NygJFs5cb6w index 8f8232fb6..cd291a40e 100644 Binary files a/descriptors/F/W/LPVjCtHs4NygJFs5cb6w and b/descriptors/F/W/LPVjCtHs4NygJFs5cb6w differ diff --git a/descriptors/G/8/34PLS-AzpSCuX2cZHsqw b/descriptors/G/8/34PLS-AzpSCuX2cZHsqw index 0aff481de..8105340b1 100644 Binary files a/descriptors/G/8/34PLS-AzpSCuX2cZHsqw and b/descriptors/G/8/34PLS-AzpSCuX2cZHsqw differ diff --git a/descriptors/G/8/lMTRtTRfeOvS1-4DgeGA b/descriptors/G/8/lMTRtTRfeOvS1-4DgeGA index 5e7591d6e..281fd0387 100644 Binary files a/descriptors/G/8/lMTRtTRfeOvS1-4DgeGA and b/descriptors/G/8/lMTRtTRfeOvS1-4DgeGA differ diff --git a/descriptors/G/G/Wqosy8fgWMr+iNneQiEw b/descriptors/G/G/Wqosy8fgWMr+iNneQiEw index 7bc42c819..cda028117 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 31aa5c4c4..eadd856d0 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 e21378433..1f1e123ec 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 6cd72d026..a8569a712 100644 Binary files a/descriptors/H/K/L8qxzlGe3nApAEb0XDmw and b/descriptors/H/K/L8qxzlGe3nApAEb0XDmw differ diff --git a/descriptors/I/J/x2xVUc9W5MxogGELRmsw b/descriptors/I/J/x2xVUc9W5MxogGELRmsw index 7e01362c4..d49dacbfa 100644 Binary files a/descriptors/I/J/x2xVUc9W5MxogGELRmsw and b/descriptors/I/J/x2xVUc9W5MxogGELRmsw differ diff --git a/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ b/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ index 047302343..1ad340df9 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 c8df9b846..d42b1e957 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 82f8b7b1c..b3ad9dfc0 100644 Binary files a/descriptors/M/-/WxZaFDk-ceeWbfrdktlw and b/descriptors/M/-/WxZaFDk-ceeWbfrdktlw differ diff --git a/descriptors/M/0/6Pk8EaJbsABUqPovsNjA b/descriptors/M/0/6Pk8EaJbsABUqPovsNjA index 91566e182..04837f71f 100644 Binary files a/descriptors/M/0/6Pk8EaJbsABUqPovsNjA and b/descriptors/M/0/6Pk8EaJbsABUqPovsNjA differ diff --git a/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA b/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA index c3cd16a37..b191f53ec 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 260f831d2..6a442a582 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 cca896625..b4553371e 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 248b4e746..6321b16e7 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 e539fcafb..2040e2388 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 1c99cba9f..6011a899f 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 5a4291550..3a4ff8c4c 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 7d2a7ef25..080b52325 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 a2b79173b..0a4d34beb 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 ce7a01b75..6718d8885 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 4166b9c4a..cf38da1f6 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 51e31de0d..30c37a74f 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 deb78f5c7..4b6107fb8 100644 Binary files a/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ and b/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ differ diff --git a/descriptors/P/W/v4WcSXImGyjLmuu+otdw b/descriptors/P/W/v4WcSXImGyjLmuu+otdw index 8b697f49c..c0d0ae117 100644 Binary files a/descriptors/P/W/v4WcSXImGyjLmuu+otdw and b/descriptors/P/W/v4WcSXImGyjLmuu+otdw differ diff --git a/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng b/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng index 4c5909840..8f3413906 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 9827e7baa..0606122d7 100644 Binary files a/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw and b/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw differ diff --git a/descriptors/R/4/r6yGx50e8PvtGI2kYcVA b/descriptors/R/4/r6yGx50e8PvtGI2kYcVA index ae5f5dd5b..037d47037 100644 Binary files a/descriptors/R/4/r6yGx50e8PvtGI2kYcVA and b/descriptors/R/4/r6yGx50e8PvtGI2kYcVA differ diff --git a/descriptors/R/J/XynComHevEUzJVBqwqBw b/descriptors/R/J/XynComHevEUzJVBqwqBw index b74d80be4..ef1cc1920 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 c97231904..857b2bddb 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 8af81c167..64e711f73 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 bd056e47e..0ffe5c3d5 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 404d1a77b..7b5e2d256 100644 Binary files a/descriptors/T/M/LNFLDuHMpqMgpKcW670A and b/descriptors/T/M/LNFLDuHMpqMgpKcW670A differ diff --git a/descriptors/T/T/tO3jR81njv31WRpZ7b3w b/descriptors/T/T/tO3jR81njv31WRpZ7b3w index 5d81f5e5a..27d22c133 100644 Binary files a/descriptors/T/T/tO3jR81njv31WRpZ7b3w and b/descriptors/T/T/tO3jR81njv31WRpZ7b3w differ diff --git a/descriptors/T/U/tCn8347JaERiSFirOQkQ b/descriptors/T/U/tCn8347JaERiSFirOQkQ index c35b638b2..773293c2d 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 4682b941a..2630c32be 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 c16256ccf..3abae6b62 100644 Binary files a/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig and b/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig differ diff --git a/descriptors/U/F/lOcPYujFNfed0+VaP6pQ b/descriptors/U/F/lOcPYujFNfed0+VaP6pQ index 008063b36..849548d7b 100644 Binary files a/descriptors/U/F/lOcPYujFNfed0+VaP6pQ and b/descriptors/U/F/lOcPYujFNfed0+VaP6pQ differ diff --git a/descriptors/U/M/GOkWye9ioWEVXJE38j3A b/descriptors/U/M/GOkWye9ioWEVXJE38j3A index 1e9922c30..36087e4d6 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 9e9aa9f3e..a8ce5cd94 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 2e192baa5..7776889b6 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 e43a28b7c..3699f1ab1 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 60add5204..8e4995f32 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 85a8bb1ba..bc482066a 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 d9292bda9..d2d558a18 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 af5054ac2..fa54b283a 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 dff4d893e..cb6e42706 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 2cf798edd..83c6d57b3 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 e70e9a9ff..54486ca34 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 f94595e9b..6c4cc79e6 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 cbe008fa1..67d4fd833 100644 Binary files a/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg and b/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg differ diff --git a/descriptors/Z/D/2U667Gxe4khBp7gpHeRQ b/descriptors/Z/D/2U667Gxe4khBp7gpHeRQ index 78feb0ebc..f37ffaeb8 100644 Binary files a/descriptors/Z/D/2U667Gxe4khBp7gpHeRQ and b/descriptors/Z/D/2U667Gxe4khBp7gpHeRQ differ diff --git a/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ b/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ index a7d13d3bc..4c0de1bd1 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 828739f93..31f32321f 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 53fbdbbad..abbce932e 100644 Binary files a/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg and b/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg differ diff --git a/files/+/C/g2a3sebfEXlPyYWt26yg b/files/+/C/g2a3sebfEXlPyYWt26yg deleted file mode 100644 index 65cba586e..000000000 Binary files a/files/+/C/g2a3sebfEXlPyYWt26yg and /dev/null differ diff --git a/files/-/M/PcL6GzYgMLBJ6zuz86rg b/files/-/M/PcL6GzYgMLBJ6zuz86rg deleted file mode 100644 index eba37f5af..000000000 Binary files a/files/-/M/PcL6GzYgMLBJ6zuz86rg and /dev/null differ diff --git a/files/0/D/c4xcvaV-0HkaEBVhH6Iw b/files/0/D/c4xcvaV-0HkaEBVhH6Iw index 390c76ff8..0d2f89419 100644 Binary files a/files/0/D/c4xcvaV-0HkaEBVhH6Iw and b/files/0/D/c4xcvaV-0HkaEBVhH6Iw differ diff --git a/files/0/F/xPO+Icfbg64052wAm5UA b/files/0/F/xPO+Icfbg64052wAm5UA deleted file mode 100644 index cf52e3a15..000000000 Binary files a/files/0/F/xPO+Icfbg64052wAm5UA and /dev/null differ diff --git a/files/1/A/xJEk4iB9wXwzXvvXBv8Q b/files/1/A/xJEk4iB9wXwzXvvXBv8Q index 112afa724..4d5c1da1d 100644 Binary files a/files/1/A/xJEk4iB9wXwzXvvXBv8Q and b/files/1/A/xJEk4iB9wXwzXvvXBv8Q differ diff --git a/files/2/G/1ksoZldFWqAWpwDghFHw b/files/2/G/1ksoZldFWqAWpwDghFHw new file mode 100644 index 000000000..c5ef0910b Binary files /dev/null and b/files/2/G/1ksoZldFWqAWpwDghFHw differ diff --git a/files/2/K/Ik9LWdRQVKj244oTMSmw b/files/2/K/Ik9LWdRQVKj244oTMSmw deleted file mode 100644 index 88f3817a1..000000000 Binary files a/files/2/K/Ik9LWdRQVKj244oTMSmw and /dev/null differ diff --git a/files/2/X/ezsqXGOLmAILNjzn25jA b/files/2/X/ezsqXGOLmAILNjzn25jA index c091e6e95..3548871fd 100644 Binary files a/files/2/X/ezsqXGOLmAILNjzn25jA and b/files/2/X/ezsqXGOLmAILNjzn25jA differ diff --git a/files/3/7/y8vZbw1+XZWVeBigPeDA b/files/3/7/y8vZbw1+XZWVeBigPeDA deleted file mode 100644 index c603d2ae4..000000000 Binary files a/files/3/7/y8vZbw1+XZWVeBigPeDA and /dev/null differ diff --git a/files/3/N/189cBEl67bsBwjxv+UZQ b/files/3/N/189cBEl67bsBwjxv+UZQ index c081eee1b..87695c99f 100644 Binary files a/files/3/N/189cBEl67bsBwjxv+UZQ and b/files/3/N/189cBEl67bsBwjxv+UZQ differ diff --git a/files/3/Z/-FrUan+mATlnQxZoFjpQ b/files/3/Z/-FrUan+mATlnQxZoFjpQ deleted file mode 100644 index db415efe3..000000000 Binary files a/files/3/Z/-FrUan+mATlnQxZoFjpQ and /dev/null differ diff --git a/files/5/Q/gZOFsyQFHAFSP2Oerf7w b/files/5/Q/gZOFsyQFHAFSP2Oerf7w new file mode 100644 index 000000000..1c0e8e798 Binary files /dev/null and b/files/5/Q/gZOFsyQFHAFSP2Oerf7w differ diff --git a/files/5/Y/eUrrXI9RYLYsfyKLq-lQ b/files/5/Y/eUrrXI9RYLYsfyKLq-lQ deleted file mode 100644 index c2fd7b95d..000000000 Binary files a/files/5/Y/eUrrXI9RYLYsfyKLq-lQ and /dev/null differ diff --git a/files/6/5/MBYyh98LiZ9niWRssusA b/files/6/5/MBYyh98LiZ9niWRssusA deleted file mode 100644 index 554c4b34d..000000000 Binary files a/files/6/5/MBYyh98LiZ9niWRssusA and /dev/null differ diff --git a/files/6/H/x+3fuCtKvK4Bs3-AqMPg b/files/6/H/x+3fuCtKvK4Bs3-AqMPg new file mode 100644 index 000000000..107023062 Binary files /dev/null and b/files/6/H/x+3fuCtKvK4Bs3-AqMPg differ diff --git a/files/6/P/xxtmoKonpjausKnelZWg b/files/6/P/xxtmoKonpjausKnelZWg new file mode 100644 index 000000000..48e1e0880 Binary files /dev/null and b/files/6/P/xxtmoKonpjausKnelZWg differ diff --git a/files/7/8/VvedMm32hFVPyoj5NeVA b/files/7/8/VvedMm32hFVPyoj5NeVA new file mode 100644 index 000000000..0998f166b Binary files /dev/null and b/files/7/8/VvedMm32hFVPyoj5NeVA differ diff --git a/files/7/C/yHK5-SltR2h317oRNQHw b/files/7/C/yHK5-SltR2h317oRNQHw index e8e1de10c..833c43386 100644 Binary files a/files/7/C/yHK5-SltR2h317oRNQHw and b/files/7/C/yHK5-SltR2h317oRNQHw differ diff --git a/files/7/M/A6Raivf78FIgeGe0QjLA b/files/7/M/A6Raivf78FIgeGe0QjLA deleted file mode 100644 index b9c2c9d03..000000000 Binary files a/files/7/M/A6Raivf78FIgeGe0QjLA and /dev/null differ diff --git a/files/8/+/FXqGfHmMVHxXzaKr7eEw b/files/8/+/FXqGfHmMVHxXzaKr7eEw deleted file mode 100644 index 3b345bf09..000000000 Binary files a/files/8/+/FXqGfHmMVHxXzaKr7eEw and /dev/null differ diff --git a/files/8/T/TWytAUrlEe7s0hqWFK3Q b/files/8/T/TWytAUrlEe7s0hqWFK3Q new file mode 100644 index 000000000..037d7723b Binary files /dev/null and b/files/8/T/TWytAUrlEe7s0hqWFK3Q differ diff --git a/files/9/W/QcQbdUAKJ21d4foq29kg b/files/9/W/QcQbdUAKJ21d4foq29kg deleted file mode 100644 index 7ebed65e3..000000000 Binary files a/files/9/W/QcQbdUAKJ21d4foq29kg and /dev/null differ diff --git a/files/A/9/F78vJIqsKePNbeoikNMw b/files/A/9/F78vJIqsKePNbeoikNMw deleted file mode 100644 index d1b6c57c9..000000000 Binary files a/files/A/9/F78vJIqsKePNbeoikNMw and /dev/null differ diff --git a/files/A/I/3ohNomdsSUKRctUYiuEQ b/files/A/I/3ohNomdsSUKRctUYiuEQ new file mode 100644 index 000000000..cde1a5798 Binary files /dev/null and b/files/A/I/3ohNomdsSUKRctUYiuEQ differ diff --git a/files/A/K/Q9qWIeJURltxdGod++fw b/files/A/K/Q9qWIeJURltxdGod++fw deleted file mode 100644 index 6f5b5cf04..000000000 Binary files a/files/A/K/Q9qWIeJURltxdGod++fw and /dev/null differ diff --git a/files/A/Q/E8ouw18tisRMH+v8nXVQ b/files/A/Q/E8ouw18tisRMH+v8nXVQ deleted file mode 100644 index cf8f071af..000000000 Binary files a/files/A/Q/E8ouw18tisRMH+v8nXVQ and /dev/null differ diff --git a/files/A/V/9LfnF9wCz-xFxmRQepsA b/files/A/V/9LfnF9wCz-xFxmRQepsA deleted file mode 100644 index 7af52a6eb..000000000 Binary files a/files/A/V/9LfnF9wCz-xFxmRQepsA and /dev/null differ diff --git a/files/A/W/jcBdW6XWLXWU6HUiz4cg b/files/A/W/jcBdW6XWLXWU6HUiz4cg index 0cccb58d4..0ffa1ec79 100644 Binary files a/files/A/W/jcBdW6XWLXWU6HUiz4cg and b/files/A/W/jcBdW6XWLXWU6HUiz4cg differ diff --git a/files/B/G/d5hfp17i9wMvaCFNPjWA b/files/B/G/d5hfp17i9wMvaCFNPjWA index fee698ad9..4747a408c 100644 Binary files a/files/B/G/d5hfp17i9wMvaCFNPjWA and b/files/B/G/d5hfp17i9wMvaCFNPjWA differ diff --git a/files/B/H/5dQcMGpCa1H8E4WMDTug b/files/B/H/5dQcMGpCa1H8E4WMDTug index 9e320556d..ce7ed72b2 100644 Binary files a/files/B/H/5dQcMGpCa1H8E4WMDTug and b/files/B/H/5dQcMGpCa1H8E4WMDTug differ diff --git a/files/B/R/B6WSztYjXsVexFp6oiUw b/files/B/R/B6WSztYjXsVexFp6oiUw new file mode 100644 index 000000000..36bcaa5af Binary files /dev/null and b/files/B/R/B6WSztYjXsVexFp6oiUw differ diff --git a/files/C/1/TjAYjG1GMt-NM8W7TGEQ b/files/C/1/TjAYjG1GMt-NM8W7TGEQ index be4b4bfc9..b4764b81f 100644 Binary files a/files/C/1/TjAYjG1GMt-NM8W7TGEQ and b/files/C/1/TjAYjG1GMt-NM8W7TGEQ differ diff --git a/files/C/B/H4HKgyNvMc6mchY20NFw b/files/C/B/H4HKgyNvMc6mchY20NFw new file mode 100644 index 000000000..11a1c0534 Binary files /dev/null and b/files/C/B/H4HKgyNvMc6mchY20NFw differ diff --git a/files/C/G/EKZKb7Y5DriOkHYBjv4w b/files/C/G/EKZKb7Y5DriOkHYBjv4w index 88a24e1e2..72b633ac5 100644 Binary files a/files/C/G/EKZKb7Y5DriOkHYBjv4w and b/files/C/G/EKZKb7Y5DriOkHYBjv4w differ diff --git a/files/C/H/DkEkFK6VODfsDqP0JcDQ b/files/C/H/DkEkFK6VODfsDqP0JcDQ deleted file mode 100644 index b86aba23a..000000000 Binary files a/files/C/H/DkEkFK6VODfsDqP0JcDQ and /dev/null differ diff --git a/files/C/H/aY5peukdUYNMG4IwM30w b/files/C/H/aY5peukdUYNMG4IwM30w index 5c805c91a..1998bdf4a 100644 Binary files a/files/C/H/aY5peukdUYNMG4IwM30w and b/files/C/H/aY5peukdUYNMG4IwM30w differ diff --git a/files/C/T/H22iGr0yYXxWQHcrbv7w b/files/C/T/H22iGr0yYXxWQHcrbv7w new file mode 100644 index 000000000..1de75270f Binary files /dev/null and b/files/C/T/H22iGr0yYXxWQHcrbv7w differ diff --git a/files/C/Z/oatGE-a8FElByY-JNZTA b/files/C/Z/oatGE-a8FElByY-JNZTA deleted file mode 100644 index 392e8c392..000000000 Binary files a/files/C/Z/oatGE-a8FElByY-JNZTA and /dev/null differ diff --git a/files/D/-/34UOS7A9e6TRzlBxI-Wg b/files/D/-/34UOS7A9e6TRzlBxI-Wg new file mode 100644 index 000000000..736a51200 Binary files /dev/null and b/files/D/-/34UOS7A9e6TRzlBxI-Wg differ diff --git a/files/D/2/tkWNWP6vzmxIeLRbu1kQ b/files/D/2/tkWNWP6vzmxIeLRbu1kQ new file mode 100644 index 000000000..bc226b210 Binary files /dev/null and b/files/D/2/tkWNWP6vzmxIeLRbu1kQ differ diff --git a/files/E/1/Vec2c0asqVUvPHfjCHfw b/files/E/1/Vec2c0asqVUvPHfjCHfw index 1056acb1d..086735f8a 100644 Binary files a/files/E/1/Vec2c0asqVUvPHfjCHfw and b/files/E/1/Vec2c0asqVUvPHfjCHfw differ diff --git a/files/E/A/G63tEnHd5CXc0nS77h+A b/files/E/A/G63tEnHd5CXc0nS77h+A new file mode 100644 index 000000000..790626b0f Binary files /dev/null and b/files/E/A/G63tEnHd5CXc0nS77h+A differ diff --git a/files/E/C/HRIK9tI80oiUR5Lod9CA b/files/E/C/HRIK9tI80oiUR5Lod9CA index a7cb58f79..e93013fda 100644 Binary files a/files/E/C/HRIK9tI80oiUR5Lod9CA and b/files/E/C/HRIK9tI80oiUR5Lod9CA differ diff --git a/files/E/M/6DJoY7okjpHib1YQKFnQ b/files/E/M/6DJoY7okjpHib1YQKFnQ new file mode 100644 index 000000000..cbfb3937d Binary files /dev/null and b/files/E/M/6DJoY7okjpHib1YQKFnQ differ diff --git a/files/F/L/h7rV5G-uxoYXpwvMKQPw b/files/F/L/h7rV5G-uxoYXpwvMKQPw deleted file mode 100644 index 2968c00f0..000000000 Binary files a/files/F/L/h7rV5G-uxoYXpwvMKQPw and /dev/null differ diff --git a/files/F/P/6n+wgCQO1CHCn4jlk-Kg b/files/F/P/6n+wgCQO1CHCn4jlk-Kg new file mode 100644 index 000000000..7e85cc33e Binary files /dev/null and b/files/F/P/6n+wgCQO1CHCn4jlk-Kg differ diff --git a/files/F/Y/eu2ehs8BtirzXcTuVpqg b/files/F/Y/eu2ehs8BtirzXcTuVpqg new file mode 100644 index 000000000..adff737bd Binary files /dev/null and b/files/F/Y/eu2ehs8BtirzXcTuVpqg differ diff --git a/files/G/3/2HWIsHXF1wu6OVrp01ew b/files/G/3/2HWIsHXF1wu6OVrp01ew index d45e9c8ac..b18c6b7f5 100644 Binary files a/files/G/3/2HWIsHXF1wu6OVrp01ew and b/files/G/3/2HWIsHXF1wu6OVrp01ew differ diff --git a/files/G/H/BWcLBB6uT0pQpMAH3RRQ b/files/G/H/BWcLBB6uT0pQpMAH3RRQ deleted file mode 100644 index 79e25a5a9..000000000 Binary files a/files/G/H/BWcLBB6uT0pQpMAH3RRQ and /dev/null differ diff --git a/files/G/N/t4cICUSDbmpzNF87GAOA b/files/G/N/t4cICUSDbmpzNF87GAOA deleted file mode 100644 index 8dea2aa49..000000000 Binary files a/files/G/N/t4cICUSDbmpzNF87GAOA and /dev/null differ diff --git a/files/G/S/c+u1REMIWwvag3e6yoRA b/files/G/S/c+u1REMIWwvag3e6yoRA new file mode 100644 index 000000000..83b1b48ef Binary files /dev/null and b/files/G/S/c+u1REMIWwvag3e6yoRA differ diff --git a/files/G/V/l0KvDjsNtezXOIJovS5g b/files/G/V/l0KvDjsNtezXOIJovS5g new file mode 100644 index 000000000..294b27fbc Binary files /dev/null and b/files/G/V/l0KvDjsNtezXOIJovS5g differ diff --git a/files/H/U/5CWJoCI5LJUUc0gxvMlA b/files/H/U/5CWJoCI5LJUUc0gxvMlA new file mode 100644 index 000000000..4dfd2c1d4 Binary files /dev/null and b/files/H/U/5CWJoCI5LJUUc0gxvMlA differ diff --git a/files/I/8/Vu64bZA+m7A6DuL+vCGw b/files/I/8/Vu64bZA+m7A6DuL+vCGw deleted file mode 100644 index 0bbc9f150..000000000 Binary files a/files/I/8/Vu64bZA+m7A6DuL+vCGw and /dev/null differ diff --git a/files/I/B/Yl3MtAbplUrpLfF0O8Ow b/files/I/B/Yl3MtAbplUrpLfF0O8Ow new file mode 100644 index 000000000..2f1b8080a Binary files /dev/null and b/files/I/B/Yl3MtAbplUrpLfF0O8Ow differ diff --git a/files/I/D/uMIMcEmycM2j9DoNEowg b/files/I/D/uMIMcEmycM2j9DoNEowg deleted file mode 100644 index 58b7582d2..000000000 Binary files a/files/I/D/uMIMcEmycM2j9DoNEowg and /dev/null differ diff --git a/files/I/P/Id6+u9KiD2Ot2FCyaB1Q b/files/I/P/Id6+u9KiD2Ot2FCyaB1Q deleted file mode 100644 index aa0dc6bb4..000000000 Binary files a/files/I/P/Id6+u9KiD2Ot2FCyaB1Q and /dev/null differ diff --git a/files/I/P/ZiluCc87pk5R5B9JOSzw b/files/I/P/ZiluCc87pk5R5B9JOSzw new file mode 100644 index 000000000..2c6e04043 Binary files /dev/null and b/files/I/P/ZiluCc87pk5R5B9JOSzw differ diff --git a/files/I/U/Lb63+GYkhemCesrdBZRw b/files/I/U/Lb63+GYkhemCesrdBZRw deleted file mode 100644 index 852956fd3..000000000 Binary files a/files/I/U/Lb63+GYkhemCesrdBZRw and /dev/null differ diff --git a/files/I/U/QYcyKkph9lqI5RzOj3OA b/files/I/U/QYcyKkph9lqI5RzOj3OA new file mode 100644 index 000000000..d69ad7d15 Binary files /dev/null and b/files/I/U/QYcyKkph9lqI5RzOj3OA differ diff --git a/files/J/1/PxuL9jO1x9efWzIN4yzQ b/files/J/1/PxuL9jO1x9efWzIN4yzQ index 01126755f..9345260f2 100644 Binary files a/files/J/1/PxuL9jO1x9efWzIN4yzQ and b/files/J/1/PxuL9jO1x9efWzIN4yzQ differ diff --git a/files/J/K/2cD5HeIZaNL7GSTk9zcg b/files/J/K/2cD5HeIZaNL7GSTk9zcg deleted file mode 100644 index 5966f7cab..000000000 Binary files a/files/J/K/2cD5HeIZaNL7GSTk9zcg and /dev/null differ diff --git a/files/J/Q/nqvvIwTNAnf-lqjNg3CA b/files/J/Q/nqvvIwTNAnf-lqjNg3CA new file mode 100644 index 000000000..60a3029b4 Binary files /dev/null and b/files/J/Q/nqvvIwTNAnf-lqjNg3CA differ diff --git a/files/J/S/X4pTiBkTGu6ThYaL5mJA b/files/J/S/X4pTiBkTGu6ThYaL5mJA deleted file mode 100644 index 4b7665be6..000000000 Binary files a/files/J/S/X4pTiBkTGu6ThYaL5mJA and /dev/null differ diff --git a/files/F/R/Nr60fjCnka+ugl60hKMA b/files/K/-/CubHVcKq2iSN0XHu+kcQ similarity index 62% rename from files/F/R/Nr60fjCnka+ugl60hKMA rename to files/K/-/CubHVcKq2iSN0XHu+kcQ index 4b250d7e1..5e820da7c 100644 Binary files a/files/F/R/Nr60fjCnka+ugl60hKMA and b/files/K/-/CubHVcKq2iSN0XHu+kcQ differ diff --git a/files/K/E/jRHbzaRRvoDU13IKBF7g b/files/K/E/jRHbzaRRvoDU13IKBF7g new file mode 100644 index 000000000..5678541b1 Binary files /dev/null and b/files/K/E/jRHbzaRRvoDU13IKBF7g differ diff --git a/files/K/I/CQbANTkmWxvceYAdwg+A b/files/K/I/CQbANTkmWxvceYAdwg+A new file mode 100644 index 000000000..12df10979 Binary files /dev/null and b/files/K/I/CQbANTkmWxvceYAdwg+A differ diff --git a/files/K/K/u0pvOzswUYZT93nPfk7A b/files/K/K/u0pvOzswUYZT93nPfk7A new file mode 100644 index 000000000..2b315a6e6 Binary files /dev/null and b/files/K/K/u0pvOzswUYZT93nPfk7A differ diff --git a/files/K/N/XIQZRWGjpP+60G8tfIgA b/files/K/N/XIQZRWGjpP+60G8tfIgA index c371cc6c1..49bd8714d 100644 Binary files a/files/K/N/XIQZRWGjpP+60G8tfIgA and b/files/K/N/XIQZRWGjpP+60G8tfIgA differ diff --git a/files/L/3/d5-sslkq4PPau6lnk0FQ b/files/L/3/d5-sslkq4PPau6lnk0FQ deleted file mode 100644 index 318bc8426..000000000 Binary files a/files/L/3/d5-sslkq4PPau6lnk0FQ and /dev/null differ diff --git a/files/L/A/7DBcp2x0vPSDjVUNAPGA b/files/L/A/7DBcp2x0vPSDjVUNAPGA index 820fb5332..a4a54ef0b 100644 Binary files a/files/L/A/7DBcp2x0vPSDjVUNAPGA and b/files/L/A/7DBcp2x0vPSDjVUNAPGA differ diff --git a/files/L/M/QjF9dMVPCpXdCigphCCA b/files/L/M/QjF9dMVPCpXdCigphCCA new file mode 100644 index 000000000..74ebaccc3 Binary files /dev/null and b/files/L/M/QjF9dMVPCpXdCigphCCA differ diff --git a/files/L/M/r+DsvL1qXfWrvcEtx1Xg b/files/L/M/r+DsvL1qXfWrvcEtx1Xg new file mode 100644 index 000000000..80aead035 Binary files /dev/null and b/files/L/M/r+DsvL1qXfWrvcEtx1Xg differ diff --git a/files/L/S/UVFAwHwOSyilMG-1NP4Q b/files/L/S/UVFAwHwOSyilMG-1NP4Q index e4c7d6425..3610af268 100644 Binary files a/files/L/S/UVFAwHwOSyilMG-1NP4Q and b/files/L/S/UVFAwHwOSyilMG-1NP4Q differ diff --git a/files/L/W/HXMiTvcE0cmApu0RpO0g b/files/L/W/HXMiTvcE0cmApu0RpO0g index 4c1842d59..6473fed7f 100644 Binary files a/files/L/W/HXMiTvcE0cmApu0RpO0g and b/files/L/W/HXMiTvcE0cmApu0RpO0g differ diff --git a/files/L/Z/uplcU1zTlxA9g7KlMXWA b/files/L/Z/uplcU1zTlxA9g7KlMXWA deleted file mode 100644 index 3f56c2164..000000000 Binary files a/files/L/Z/uplcU1zTlxA9g7KlMXWA and /dev/null differ diff --git a/files/M/7/rdozEZzj-PthoRSY4JcA b/files/M/7/rdozEZzj-PthoRSY4JcA deleted file mode 100644 index b541cc39d..000000000 Binary files a/files/M/7/rdozEZzj-PthoRSY4JcA and /dev/null differ diff --git a/files/M/9/SzxJuOoVhynnB5KAdyhg b/files/M/9/SzxJuOoVhynnB5KAdyhg new file mode 100644 index 000000000..24c193ab9 Binary files /dev/null and b/files/M/9/SzxJuOoVhynnB5KAdyhg differ diff --git a/files/M/M/+3sAx0X-+jKtglBNW2xw b/files/M/M/+3sAx0X-+jKtglBNW2xw new file mode 100644 index 000000000..1251933d5 Binary files /dev/null and b/files/M/M/+3sAx0X-+jKtglBNW2xw differ diff --git a/files/M/N/DWuo9YIgJcJTxQbljNRw b/files/M/N/DWuo9YIgJcJTxQbljNRw new file mode 100644 index 000000000..a8091f6f9 Binary files /dev/null and b/files/M/N/DWuo9YIgJcJTxQbljNRw differ diff --git a/files/M/N/ZB-qR+DBrMPXxcETJh4A b/files/M/N/ZB-qR+DBrMPXxcETJh4A new file mode 100644 index 000000000..e68d65bef Binary files /dev/null and b/files/M/N/ZB-qR+DBrMPXxcETJh4A differ diff --git a/files/M/N/bNZD+3-nFGWIP23mlGIA b/files/M/N/bNZD+3-nFGWIP23mlGIA index 8b23785ae..77ed36abf 100644 Binary files a/files/M/N/bNZD+3-nFGWIP23mlGIA and b/files/M/N/bNZD+3-nFGWIP23mlGIA differ diff --git a/files/N/4/9c1qoDxgsbZe9v4wvtVw b/files/N/4/9c1qoDxgsbZe9v4wvtVw new file mode 100644 index 000000000..c394dd621 Binary files /dev/null and b/files/N/4/9c1qoDxgsbZe9v4wvtVw differ diff --git a/files/N/D/tey0k5Ow64TU8gOwq+nA b/files/N/D/tey0k5Ow64TU8gOwq+nA new file mode 100644 index 000000000..b350c3791 Binary files /dev/null and b/files/N/D/tey0k5Ow64TU8gOwq+nA differ diff --git a/files/N/G/Bu9RhhlA6ZBmtfjHOxLA b/files/N/G/Bu9RhhlA6ZBmtfjHOxLA deleted file mode 100644 index a80bcb50d..000000000 Binary files a/files/N/G/Bu9RhhlA6ZBmtfjHOxLA and /dev/null differ diff --git a/files/N/J/GgEO4IW33EUd80UW650A b/files/N/J/GgEO4IW33EUd80UW650A deleted file mode 100644 index 2bb346821..000000000 Binary files a/files/N/J/GgEO4IW33EUd80UW650A and /dev/null differ diff --git a/files/N/N/pKTdBr4rQ-Hi2jyEblRg b/files/N/N/pKTdBr4rQ-Hi2jyEblRg index 647e11b07..ce67b7906 100644 Binary files a/files/N/N/pKTdBr4rQ-Hi2jyEblRg and b/files/N/N/pKTdBr4rQ-Hi2jyEblRg differ diff --git a/files/N/P/WfEzZ-uJGiOVuPnHaz+g b/files/N/P/WfEzZ-uJGiOVuPnHaz+g new file mode 100644 index 000000000..a11c58b86 Binary files /dev/null and b/files/N/P/WfEzZ-uJGiOVuPnHaz+g differ diff --git a/files/N/V/ueTOUNQRFojfjrEJBYUg b/files/N/V/ueTOUNQRFojfjrEJBYUg new file mode 100644 index 000000000..910a36f42 Binary files /dev/null and b/files/N/V/ueTOUNQRFojfjrEJBYUg differ diff --git a/files/O/A/XI++5GhKIiCn8Jcl2KBA b/files/O/A/XI++5GhKIiCn8Jcl2KBA index 99cbae3d5..e58ef6d0c 100644 Binary files a/files/O/A/XI++5GhKIiCn8Jcl2KBA and b/files/O/A/XI++5GhKIiCn8Jcl2KBA differ diff --git a/files/O/K/NmOmNO3p5h7L1Cv6QCyw b/files/O/K/NmOmNO3p5h7L1Cv6QCyw deleted file mode 100644 index 7390dbd3c..000000000 Binary files a/files/O/K/NmOmNO3p5h7L1Cv6QCyw and /dev/null differ diff --git a/files/O/O/48JtGkrMgoqz9nAQYAsw b/files/O/O/48JtGkrMgoqz9nAQYAsw deleted file mode 100644 index 0a295938a..000000000 Binary files a/files/O/O/48JtGkrMgoqz9nAQYAsw and /dev/null differ diff --git a/files/O/P/VKUMgyryHg5qnxCn-h0g b/files/O/P/VKUMgyryHg5qnxCn-h0g deleted file mode 100644 index c97dc700d..000000000 Binary files a/files/O/P/VKUMgyryHg5qnxCn-h0g and /dev/null differ diff --git a/files/O/Q/dRPJuf8zXNZDgs+Kx48A b/files/O/Q/dRPJuf8zXNZDgs+Kx48A new file mode 100644 index 000000000..c07eb1603 Binary files /dev/null and b/files/O/Q/dRPJuf8zXNZDgs+Kx48A differ diff --git a/files/O/S/fIQ+y8UhfUKcG-BmB9YA b/files/O/S/fIQ+y8UhfUKcG-BmB9YA index aaf8a2820..f3f6dbc27 100644 Binary files a/files/O/S/fIQ+y8UhfUKcG-BmB9YA and b/files/O/S/fIQ+y8UhfUKcG-BmB9YA differ diff --git a/files/P/B/UOjks0Q18083dxQr-8NA b/files/P/B/UOjks0Q18083dxQr-8NA deleted file mode 100644 index 3396f5670..000000000 Binary files a/files/P/B/UOjks0Q18083dxQr-8NA and /dev/null differ diff --git a/files/P/G/dZXjMybNxeYLPnHuc68w b/files/P/G/dZXjMybNxeYLPnHuc68w new file mode 100644 index 000000000..e5638d2dc Binary files /dev/null and b/files/P/G/dZXjMybNxeYLPnHuc68w differ diff --git a/files/P/K/cthVCaCD1ZcGPQH5JbKA b/files/P/K/cthVCaCD1ZcGPQH5JbKA new file mode 100644 index 000000000..4a0957aed Binary files /dev/null and b/files/P/K/cthVCaCD1ZcGPQH5JbKA differ diff --git a/files/Q/D/O1AbYGeMuyrIVCMwrNbQ b/files/Q/D/O1AbYGeMuyrIVCMwrNbQ deleted file mode 100644 index 3e70009ff..000000000 Binary files a/files/Q/D/O1AbYGeMuyrIVCMwrNbQ and /dev/null differ diff --git a/files/Q/F/djxgADfXhN2+GoufqZCw b/files/Q/F/djxgADfXhN2+GoufqZCw new file mode 100644 index 000000000..457cc90b4 Binary files /dev/null and b/files/Q/F/djxgADfXhN2+GoufqZCw differ diff --git a/files/R/1/AhKdr1gqaXCIasSPqx9w b/files/R/1/AhKdr1gqaXCIasSPqx9w index ff3aab1a6..82e971121 100644 Binary files a/files/R/1/AhKdr1gqaXCIasSPqx9w and b/files/R/1/AhKdr1gqaXCIasSPqx9w differ diff --git a/files/R/A/KR1eHVIREC4chjjMsqPg b/files/R/A/KR1eHVIREC4chjjMsqPg deleted file mode 100644 index 518a79962..000000000 Binary files a/files/R/A/KR1eHVIREC4chjjMsqPg and /dev/null differ diff --git a/files/R/C/LLGcaXiLI6anQsXvJJ+w b/files/R/C/LLGcaXiLI6anQsXvJJ+w new file mode 100644 index 000000000..51ee2321a Binary files /dev/null and b/files/R/C/LLGcaXiLI6anQsXvJJ+w differ diff --git a/files/R/G/rT1b5GiEcPIbZEh2UOew b/files/R/G/rT1b5GiEcPIbZEh2UOew new file mode 100644 index 000000000..42840ed75 Binary files /dev/null and b/files/R/G/rT1b5GiEcPIbZEh2UOew differ diff --git a/files/R/L/pPfuisuehb9UpjDVcVNw b/files/R/L/pPfuisuehb9UpjDVcVNw index 8c22be9fd..dda6cd014 100644 Binary files a/files/R/L/pPfuisuehb9UpjDVcVNw and b/files/R/L/pPfuisuehb9UpjDVcVNw differ diff --git a/files/R/M/0wBBIOy-z2pRY4Ip4F4g b/files/R/M/0wBBIOy-z2pRY4Ip4F4g new file mode 100644 index 000000000..a7e9a30bf Binary files /dev/null and b/files/R/M/0wBBIOy-z2pRY4Ip4F4g differ diff --git a/files/R/N/Yz0836tN9Xgh+c64M+9Q b/files/R/N/Yz0836tN9Xgh+c64M+9Q new file mode 100644 index 000000000..192310fb1 Binary files /dev/null and b/files/R/N/Yz0836tN9Xgh+c64M+9Q differ diff --git a/files/R/O/Yhu1GOY5dfKwi5BRV6Qg b/files/R/O/Yhu1GOY5dfKwi5BRV6Qg new file mode 100644 index 000000000..9e6a147cd Binary files /dev/null and b/files/R/O/Yhu1GOY5dfKwi5BRV6Qg differ diff --git a/files/S/1/jhnJ64o5VmToIh+qNgKg b/files/S/1/jhnJ64o5VmToIh+qNgKg deleted file mode 100644 index 9c8b7b5e0..000000000 Binary files a/files/S/1/jhnJ64o5VmToIh+qNgKg and /dev/null differ diff --git a/files/S/F/z8umFKxEe3ycnvV9iZxQ b/files/S/F/z8umFKxEe3ycnvV9iZxQ deleted file mode 100644 index 5fbbcaaa7..000000000 Binary files a/files/S/F/z8umFKxEe3ycnvV9iZxQ and /dev/null differ diff --git a/files/T/0/4qO73revFirxw97lXIgw b/files/T/0/4qO73revFirxw97lXIgw deleted file mode 100644 index 2875249a0..000000000 Binary files a/files/T/0/4qO73revFirxw97lXIgw and /dev/null differ diff --git a/files/T/D/WiallhFBuRkRKxv5tVqw b/files/T/D/WiallhFBuRkRKxv5tVqw deleted file mode 100644 index 56f72b340..000000000 Binary files a/files/T/D/WiallhFBuRkRKxv5tVqw and /dev/null differ diff --git a/files/T/M/e3GdXAojADhfJcNALpig b/files/T/M/e3GdXAojADhfJcNALpig index fdb681ea7..fc04b45ea 100644 Binary files a/files/T/M/e3GdXAojADhfJcNALpig and b/files/T/M/e3GdXAojADhfJcNALpig differ diff --git a/files/U/+/MdtP5JjfjxUCt7S73giQ b/files/U/+/MdtP5JjfjxUCt7S73giQ index 537869370..b50776de0 100644 Binary files a/files/U/+/MdtP5JjfjxUCt7S73giQ and b/files/U/+/MdtP5JjfjxUCt7S73giQ differ diff --git a/files/U/B/YP5QXIhrYiwu-iJQjHfQ b/files/U/B/YP5QXIhrYiwu-iJQjHfQ deleted file mode 100644 index dde092823..000000000 Binary files a/files/U/B/YP5QXIhrYiwu-iJQjHfQ and /dev/null differ diff --git a/files/U/J/JwMkjE77AoI6w26d1sgA b/files/U/J/JwMkjE77AoI6w26d1sgA deleted file mode 100644 index 9ad1020ce..000000000 Binary files a/files/U/J/JwMkjE77AoI6w26d1sgA and /dev/null differ diff --git a/files/U/R/7T8e3s+7TeA6qCYkxHgg b/files/U/R/7T8e3s+7TeA6qCYkxHgg deleted file mode 100644 index 5b99fdeea..000000000 Binary files a/files/U/R/7T8e3s+7TeA6qCYkxHgg and /dev/null differ diff --git a/files/U/V/wylNCzJBalSldPwUaq8Q b/files/U/V/wylNCzJBalSldPwUaq8Q new file mode 100644 index 000000000..bdaefc21a Binary files /dev/null and b/files/U/V/wylNCzJBalSldPwUaq8Q differ diff --git a/files/U/Y/XIjugypyySZ44Zu1YUuw b/files/U/Y/XIjugypyySZ44Zu1YUuw deleted file mode 100644 index 3c2ba457a..000000000 Binary files a/files/U/Y/XIjugypyySZ44Zu1YUuw and /dev/null differ diff --git a/files/V/0/zIkuUPhBPGOTrDvtvTnA b/files/V/0/zIkuUPhBPGOTrDvtvTnA new file mode 100644 index 000000000..d002c5c3e Binary files /dev/null and b/files/V/0/zIkuUPhBPGOTrDvtvTnA differ diff --git a/files/V/3/Yc0LN3nyzmj3HxNae5vQ b/files/V/3/Yc0LN3nyzmj3HxNae5vQ new file mode 100644 index 000000000..b4691632b Binary files /dev/null and b/files/V/3/Yc0LN3nyzmj3HxNae5vQ differ diff --git a/files/V/6/UqfusinvnQSMYR8OJD4A b/files/V/6/UqfusinvnQSMYR8OJD4A deleted file mode 100644 index 1db370ffd..000000000 Binary files a/files/V/6/UqfusinvnQSMYR8OJD4A and /dev/null differ diff --git a/files/V/A/A1LfWaHQrs54-lYU2lJw b/files/V/A/A1LfWaHQrs54-lYU2lJw new file mode 100644 index 000000000..957196e7c Binary files /dev/null and b/files/V/A/A1LfWaHQrs54-lYU2lJw differ diff --git a/files/V/R/fQN2fNNLMYGdBwZPYZRA b/files/V/R/fQN2fNNLMYGdBwZPYZRA deleted file mode 100644 index 4b0767704..000000000 Binary files a/files/V/R/fQN2fNNLMYGdBwZPYZRA and /dev/null differ diff --git a/files/V/Y/jlUDzrOkSugCuSYd-X1w b/files/V/Y/jlUDzrOkSugCuSYd-X1w deleted file mode 100644 index d015f2db4..000000000 Binary files a/files/V/Y/jlUDzrOkSugCuSYd-X1w and /dev/null differ diff --git a/files/W/-/sO6DMZl5Vzz25Y2uclIw b/files/W/-/sO6DMZl5Vzz25Y2uclIw new file mode 100644 index 000000000..93c8a5b0a Binary files /dev/null and b/files/W/-/sO6DMZl5Vzz25Y2uclIw differ diff --git a/files/W/K/A3M8-RCv6jnfBVkKvr-w b/files/W/K/A3M8-RCv6jnfBVkKvr-w new file mode 100644 index 000000000..8e34e1fd7 Binary files /dev/null and b/files/W/K/A3M8-RCv6jnfBVkKvr-w differ diff --git a/files/W/O/pFkGLb8kpjlJqKkUdubA b/files/W/O/pFkGLb8kpjlJqKkUdubA deleted file mode 100644 index d49bf93a9..000000000 Binary files a/files/W/O/pFkGLb8kpjlJqKkUdubA and /dev/null differ diff --git a/files/X/+/VvyWVqsH2v2mKKldW8qg b/files/X/+/VvyWVqsH2v2mKKldW8qg deleted file mode 100644 index 5f556896a..000000000 Binary files a/files/X/+/VvyWVqsH2v2mKKldW8qg and /dev/null differ diff --git a/files/X/A/cjUFieF-h4XO+cftAJ9A b/files/X/A/cjUFieF-h4XO+cftAJ9A new file mode 100644 index 000000000..37c58f463 Binary files /dev/null and b/files/X/A/cjUFieF-h4XO+cftAJ9A differ diff --git a/files/X/O/gSrCA33RdWIu9vUT1pTA b/files/X/O/gSrCA33RdWIu9vUT1pTA index 43cd1e2d6..1122cea48 100644 Binary files a/files/X/O/gSrCA33RdWIu9vUT1pTA and b/files/X/O/gSrCA33RdWIu9vUT1pTA differ diff --git a/files/X/Q/AU5nTma939oCd77OJzCA b/files/X/Q/AU5nTma939oCd77OJzCA deleted file mode 100644 index fbb818f30..000000000 Binary files a/files/X/Q/AU5nTma939oCd77OJzCA and /dev/null differ diff --git a/files/X/Q/Om9H8k8MMiDdSw5l54kA b/files/X/Q/Om9H8k8MMiDdSw5l54kA new file mode 100644 index 000000000..08489f74b Binary files /dev/null and b/files/X/Q/Om9H8k8MMiDdSw5l54kA differ diff --git a/files/X/W/8iP8ad4LUccGYnCapuxA b/files/X/W/8iP8ad4LUccGYnCapuxA new file mode 100644 index 000000000..b231a9810 Binary files /dev/null and b/files/X/W/8iP8ad4LUccGYnCapuxA differ diff --git a/files/Y/5/jzRYScRNjN8zAx+KA0YQ b/files/Y/5/jzRYScRNjN8zAx+KA0YQ new file mode 100644 index 000000000..74e62482f Binary files /dev/null and b/files/Y/5/jzRYScRNjN8zAx+KA0YQ differ diff --git a/files/Y/D/rXvsr22vaSAbzPcuKA-w b/files/Y/D/rXvsr22vaSAbzPcuKA-w new file mode 100644 index 000000000..ee8e76cf6 Binary files /dev/null and b/files/Y/D/rXvsr22vaSAbzPcuKA-w differ diff --git a/files/Y/L/5QbHGJORHZe8E65luDxw b/files/Y/L/5QbHGJORHZe8E65luDxw deleted file mode 100644 index 0dae34ee8..000000000 Binary files a/files/Y/L/5QbHGJORHZe8E65luDxw and /dev/null differ diff --git a/files/Y/M/TCImPV8jEc8p1nsNXOzQ b/files/Y/M/TCImPV8jEc8p1nsNXOzQ deleted file mode 100644 index 59d8535e2..000000000 Binary files a/files/Y/M/TCImPV8jEc8p1nsNXOzQ and /dev/null differ diff --git a/files/Y/U/OnaMT-1MpJ8XyX3oKJmg b/files/Y/U/OnaMT-1MpJ8XyX3oKJmg deleted file mode 100644 index b8aea5197..000000000 Binary files a/files/Y/U/OnaMT-1MpJ8XyX3oKJmg and /dev/null differ diff --git a/files/Y/W/xZtE6no3jc5ybBUjXfng b/files/Y/W/xZtE6no3jc5ybBUjXfng index a4e6fbe1c..9f6a06710 100644 Binary files a/files/Y/W/xZtE6no3jc5ybBUjXfng and b/files/Y/W/xZtE6no3jc5ybBUjXfng differ diff --git a/files/Z/G/iAcF3vIBlhpuN77EBRHQ b/files/Z/G/iAcF3vIBlhpuN77EBRHQ deleted file mode 100644 index 20282ed8f..000000000 Binary files a/files/Z/G/iAcF3vIBlhpuN77EBRHQ and /dev/null differ diff --git a/files/Z/H/ExEL4zBRGu6YIyxR4Eqw b/files/Z/H/ExEL4zBRGu6YIyxR4Eqw deleted file mode 100644 index fa5d9518f..000000000 Binary files a/files/Z/H/ExEL4zBRGu6YIyxR4Eqw and /dev/null differ diff --git a/files/Z/Y/anqhQGjjMdO1w6SkylxA b/files/Z/Y/anqhQGjjMdO1w6SkylxA index 4035fe8ea..44af9de09 100644 Binary files a/files/Z/Y/anqhQGjjMdO1w6SkylxA and b/files/Z/Y/anqhQGjjMdO1w6SkylxA differ diff --git a/files/tests-common-maskpatterntest.html b/files/tests-common-maskpatterntest.html index 573d140b4..16dfab00b 100644 --- a/files/tests-common-maskpatterntest.html +++ b/files/tests-common-maskpatterntest.html @@ -151,6 +151,15 @@

Apache-2.0

+ +
+ codingStandardsIgnoreFile +
+
+ +

Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast

+
+
diff --git a/js/searchIndex.js b/js/searchIndex.js index 51beff2bc..f42bfb2c6 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -1243,7 +1243,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Data\\QRMatrix\u003A\u003Aget\u0028\u0029", "name": "get", - "summary": "Returns\u0020the\u0020value\u0020of\u0020the\u0020module\u0020at\u0020position\u0020\u005B\u0024x,\u0020\u0024y\u005D\u0020or\u0020\u002D1\u0020if\u0020the\u0020coordinate\u0020is\u0020outside\u0020of\u0020the\u0020matrix", + "summary": "Returns\u0020the\u0020value\u0020of\u0020the\u0020module\u0020at\u0020position\u0020\u005B\u0024x,\u0020\u0024y\u005D\u0020or\u0020\u002D1\u0020if\u0020the\u0020coordinate\u0020is\u0020outside\u0020the\u0020matrix", "url": "classes/chillerlan-QRCode-Data-QRMatrix.html#method_get" }, { "fqsen": "\\chillerlan\\QRCode\\Data\\QRMatrix\u003A\u003Aset\u0028\u0029", @@ -1595,6 +1595,16 @@ Search.appendIndex( "name": "decodeBitStream", "summary": "Decode\u0020the\u0020contents\u0020of\u0020that\u0020stream\u0020of\u0020bytes", "url": "classes/chillerlan-QRCode-Decoder-Decoder.html#method_decodeBitStream" + }, { + "fqsen": "\\chillerlan\\QRCode\\Decoder\\Decoder\u003A\u003AdecodeAlphanumSegment\u0028\u0029", + "name": "decodeAlphanumSegment", + "summary": "", + "url": "classes/chillerlan-QRCode-Decoder-Decoder.html#method_decodeAlphanumSegment" + }, { + "fqsen": "\\chillerlan\\QRCode\\Decoder\\Decoder\u003A\u003AdecodeByteSegment\u0028\u0029", + "name": "decodeByteSegment", + "summary": "", + "url": "classes/chillerlan-QRCode-Decoder-Decoder.html#method_decodeByteSegment" }, { "fqsen": "\\chillerlan\\QRCode\\Decoder\\Decoder\u003A\u003A\u0024version", "name": "version", @@ -1610,6 +1620,16 @@ Search.appendIndex( "name": "maskPattern", "summary": "", "url": "classes/chillerlan-QRCode-Decoder-Decoder.html#property_maskPattern" + }, { + "fqsen": "\\chillerlan\\QRCode\\Decoder\\Decoder\u003A\u003A\u0024bitBuffer", + "name": "bitBuffer", + "summary": "", + "url": "classes/chillerlan-QRCode-Decoder-Decoder.html#property_bitBuffer" + }, { + "fqsen": "\\chillerlan\\QRCode\\Decoder\\Decoder\u003A\u003A\u0024eciCharset", + "name": "eciCharset", + "summary": "", + "url": "classes/chillerlan-QRCode-Decoder-Decoder.html#property_eciCharset" }, { "fqsen": "\\chillerlan\\QRCode\\Decoder\\DecoderResult", "name": "DecoderResult",