diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html
index 05cd92bbb..d6a237055 100644
--- a/classes/chillerlan-QRCode-Output-QREps.html
+++ b/classes/chillerlan-QRCode-Output-QREps.html
@@ -231,6 +231,13 @@
: string
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -262,13 +269,6 @@ returns an array with the transformed modules
returns a path segment for a single module
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -611,7 +611,7 @@ returns an array with the transformed modules
@@ -653,6 +653,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -718,7 +774,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -775,7 +831,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -783,14 +839,14 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
protected
- getModuleValue(mixed $value) : mixed
+ getModuleValue(array<string|int, mixed> $value) : mixed
Parameters
-
$value
- : mixed
+ : array<string|int, mixed>
-
@@ -831,7 +887,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -869,62 +925,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- moduleValueIsValid(mixed $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed
-
- -
-
-
-
-
-
-
-
- -
- inheritDoc
-
- -
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1089,7 +1089,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html
index 3031f8ecf..1f421dbd0 100644
--- a/classes/chillerlan-QRCode-Output-QRFpdf.html
+++ b/classes/chillerlan-QRCode-Output-QRFpdf.html
@@ -215,6 +215,13 @@
: string|FPDF
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -239,13 +246,6 @@ returns an array with the transformed modules
Returns the final value for the given input (return value depends on the output module)
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -644,6 +644,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -808,62 +864,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- moduleValueIsValid(mixed $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed
-
- -
-
-
-
-
-
-
-
- -
- inheritDoc
-
- -
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1028,7 +1028,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html
index 7c2dd1f69..0ac8c7219 100644
--- a/classes/chillerlan-QRCode-Output-QRGdImage.html
+++ b/classes/chillerlan-QRCode-Output-QRGdImage.html
@@ -228,6 +228,13 @@
: string|resource|GdImage
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -266,13 +273,6 @@ returns an array with the transformed modules
Returns the final value for the given input (return value depends on the output module)
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -868,6 +868,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -1120,62 +1176,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- moduleValueIsValid(mixed $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed
-
- -
-
-
-
-
-
-
-
- -
- inheritDoc
-
- -
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1466,7 +1466,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QRImage.html b/classes/chillerlan-QRCode-Output-QRImage.html
index 0ca28c75e..bed9080f0 100644
--- a/classes/chillerlan-QRCode-Output-QRImage.html
+++ b/classes/chillerlan-QRCode-Output-QRImage.html
@@ -238,6 +238,13 @@
: string|resource|GdImage
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -276,13 +283,6 @@ returns an array with the transformed modules
Returns the final value for the given input (return value depends on the output module)
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -848,6 +848,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -993,7 +1049,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -1037,7 +1093,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -1066,49 +1122,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- abstract moduleValueIsValid(mixed|null $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed|null
-
- -
-
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1399,7 +1412,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html
index 3d888d996..eee6ee5be 100644
--- a/classes/chillerlan-QRCode-Output-QRImagick.html
+++ b/classes/chillerlan-QRCode-Output-QRImagick.html
@@ -236,6 +236,13 @@
: string|Imagick
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -267,13 +274,6 @@ returns an array with the transformed modules
Returns the final value for the given input (return value depends on the output module)
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -802,6 +802,79 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ todo:
+
+ -
+
+
check/validate possible values
+
+
+
+ -
+ see
+
+ -
+ https://www.php.net/manual/imagickpixel.construct.php
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -999,79 +1072,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- moduleValueIsValid(mixed $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed
-
- -
-
-
-
-
-
-
-
- -
- todo:
-
- -
-
-
check/validate possible values
-
-
-
- -
- see
-
- -
- https://www.php.net/manual/imagickpixel.construct.php
-
-
-
- -
- inheritDoc
-
- -
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1362,7 +1362,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html
index ff981964e..87c078484 100644
--- a/classes/chillerlan-QRCode-Output-QRMarkup.html
+++ b/classes/chillerlan-QRCode-Output-QRMarkup.html
@@ -193,6 +193,13 @@
: string
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -231,13 +238,6 @@ returns an array with the transformed modules
Returns the final value for the given input (return value depends on the output module)
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -622,6 +622,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -873,62 +929,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- moduleValueIsValid(mixed $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed
-
- -
-
-
-
-
-
-
-
- -
- inheritDoc
-
- -
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1093,7 +1093,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html
index 9cc1a7951..5593fa8db 100644
--- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html
+++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html
@@ -193,6 +193,13 @@
: string
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -231,13 +238,6 @@ returns an array with the transformed modules
Returns the final value for the given input (return value depends on the output module)
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -622,6 +622,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -800,7 +856,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -844,7 +900,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -873,49 +929,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- abstract moduleValueIsValid(mixed|null $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed|null
-
- -
-
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1080,7 +1093,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html
index b10f2467e..cccd9919a 100644
--- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html
+++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html
@@ -231,6 +231,13 @@
: string
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -283,13 +290,6 @@ returns an array with the transformed modules
returns a path segment for a single module
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
path()
@@ -688,6 +688,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -866,7 +922,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -910,7 +966,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -1046,49 +1102,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- abstract moduleValueIsValid(mixed|null $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed|null
-
- -
-
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1352,7 +1365,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html
index 19282a6e6..ac3cd3383 100644
--- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html
+++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html
@@ -222,13 +222,6 @@ returns an array with the transformed modules
Returns the final value for the given input (return value depends on the output module)
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -571,7 +564,7 @@ returns an array with the transformed modules
@@ -622,7 +615,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -666,7 +659,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
@@ -695,49 +688,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- abstract moduleValueIsValid(mixed|null $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed|null
-
- -
-
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -902,7 +852,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCode-Output-QROutputInterface.html b/classes/chillerlan-QRCode-Output-QROutputInterface.html
index fc8fdf6db..db10c5a6c 100644
--- a/classes/chillerlan-QRCode-Output-QROutputInterface.html
+++ b/classes/chillerlan-QRCode-Output-QROutputInterface.html
@@ -253,6 +253,13 @@
generates the output, optionally dumps it to a file, and returns it
+
+ moduleValueIsValid()
+
+ : bool
+
+Determines whether the given value is valid
+
@@ -658,7 +665,7 @@
@@ -706,6 +713,49 @@ you need to supply the $file parameter here in that case (or handle the option v
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+ Determines whether the given value is valid
+
+
+ public
+ static moduleValueIsValid(mixed|null $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed|null
+
+ -
+
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
diff --git a/classes/chillerlan-QRCode-Output-QRString.html b/classes/chillerlan-QRCode-Output-QRString.html
index d14ec36e0..43d079c7b 100644
--- a/classes/chillerlan-QRCode-Output-QRString.html
+++ b/classes/chillerlan-QRCode-Output-QRString.html
@@ -193,6 +193,13 @@
: string
+
+
+
+ moduleValueIsValid()
+
+ : bool
+
@@ -224,13 +231,6 @@ returns an array with the transformed modules
JSON output
-
- moduleValueIsValid()
-
- : bool
-
-Determines whether the given value is valid
-
saveToFile()
@@ -622,6 +622,62 @@ returns an array with the transformed modules
—
+
+
+
+ moduleValueIsValid()
+
+
+
+
+
+
+ public
+ static moduleValueIsValid(mixed $value) : bool
+
+
+ Parameters
+
+ -
+ $value
+ : mixed
+
+ -
+
+
+
+
+
+
+
+
+ -
+ inheritDoc
+
+ -
+
+
+
+
+
+ Return values
+ bool
+ —
+
+
QROutputAbstract.php
:
- 158
+ 151
@@ -819,62 +875,6 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
—
-
-
-
- moduleValueIsValid()
-
-
-
-
- Determines whether the given value is valid
-
-
- protected
- moduleValueIsValid(mixed $value) : bool
-
-
- Parameters
-
- -
- $value
- : mixed
-
- -
-
-
-
-
-
-
-
- -
- inheritDoc
-
- -
-
-
-
-
-
- Return values
- bool
- —
-
-
QROutputAbstract.php
:
- 132
+ 125
@@ -1072,7 +1072,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id
diff --git a/classes/chillerlan-QRCodeTest-Data-HanziTest.html b/classes/chillerlan-QRCodeTest-Data-HanziTest.html
index 07ae686e3..25eba48f3 100644
--- a/classes/chillerlan-QRCodeTest-Data-HanziTest.html
+++ b/classes/chillerlan-QRCodeTest-Data-HanziTest.html
@@ -921,7 +921,7 @@
@@ -950,6 +950,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
diff --git a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html
index 2808ab9a7..ca43be919 100644
--- a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html
+++ b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html
@@ -921,7 +921,7 @@
@@ -950,6 +950,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html
index 195e643c4..8d2899877 100644
--- a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html
+++ b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html
@@ -439,7 +439,7 @@
@@ -595,7 +595,7 @@
@@ -640,6 +640,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
@@ -669,7 +678,7 @@
@@ -714,6 +723,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
@@ -743,7 +761,7 @@
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html
index 2743bf2c3..d6987b0c0 100644
--- a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html
+++ b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html
@@ -453,7 +453,7 @@
@@ -609,7 +609,7 @@
@@ -654,6 +654,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
@@ -683,7 +692,7 @@
@@ -728,6 +737,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
@@ -757,7 +775,7 @@
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html
index bda17c660..70b241adf 100644
--- a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html
+++ b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html
@@ -442,7 +442,7 @@
@@ -598,7 +598,7 @@
@@ -643,6 +643,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
@@ -672,7 +681,7 @@
@@ -717,6 +726,15 @@
-
+ group
+
+ -
+
+
+
+
+ -
dataProvider
-
@@ -746,7 +764,7 @@
diff --git a/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ b/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ
index 016d88b4f..1931edaf9 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 564370d8a..a4220600c 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 1e09ce243..36c16be58 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 91eb514a6..45d9e8221 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 7a53577d6..56172358f 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 9ae11f0e1..02fe860b9 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 c744e79a2..a6c889cc8 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 080372097..3265ff6a5 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 f31d69f5c..217e94503 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 8f515ef9b..d006cd7fb 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 f1a7a1581..8db34b3ec 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 7fb197cb4..0bc559350 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 c51bbb5e5..e121ee41a 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 7b5f191d3..b67ead90c 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 9663f4cde..0ddcc6226 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 7b6d2521c..cbe710b15 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 2024d9894..9f972a06c 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 07a2d974c..18d2cb7c9 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 f6cdb57e9..48cfb59b0 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 a40213fcf..6fc3315ff 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 81692a020..fce3fbc39 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 20b51d01b..503f338bd 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 33978edd4..623c2f215 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 9c2fb9ee7..452afafaf 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 32c2a2597..b4c8c2a31 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 d5d42062a..94170e839 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 79f4895ce..bf612ff20 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 da18c287e..acc215297 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 db1dc71e4..b5d28ab82 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 c7d45de20..f5eb70228 100644
Binary files a/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA and b/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA differ
diff --git a/descriptors/E/N/JSeDAafg2tTkvDl8smeA b/descriptors/E/N/JSeDAafg2tTkvDl8smeA
index d7bc58839..8294c6679 100644
Binary files a/descriptors/E/N/JSeDAafg2tTkvDl8smeA and b/descriptors/E/N/JSeDAafg2tTkvDl8smeA differ
diff --git a/descriptors/F/7/OnTTKZgQfCrYvSHdurDA b/descriptors/F/7/OnTTKZgQfCrYvSHdurDA
index 7e6d425d6..18f3268f1 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 ace174fa8..d24c13516 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 f0f70721b..7db15b9f5 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 6dd80f0f1..7287c3ad7 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 d9c696e95..3562a15b1 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 7a6d61bfa..52490ca71 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 c3fb8e993..9e6732c20 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 bdf4ccb4b..055183a90 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 611f8184e..f8029ef02 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 15e6b14de..e5ced4e6f 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 d0e7f222e..897e2035e 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 1282ecd35..db0574f0d 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 82720a480..854ecb559 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 d22a228b6..e9d3478eb 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 de0f7f72a..37422b386 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 c7ee79171..25e3dfcc4 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 80c590e49..d0d7581a4 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 f9704e21f..386b5904f 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 e57f1ce0d..9e5eb8944 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 79612d744..deca71ef7 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 734f05dd2..bbbe91773 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 62bddd934..247572bec 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 d151447da..f17ff3c31 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 d39bb061c..0d87b36fe 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 a7835bc05..7d485cd46 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 7f541a3da..2bbfae871 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 a3954ec1d..a7bd23aac 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 dd6b5b030..9ea254490 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 9633960a9..ff819023f 100644
Binary files a/descriptors/P/W/v4WcSXImGyjLmuu+otdw and b/descriptors/P/W/v4WcSXImGyjLmuu+otdw differ
diff --git a/descriptors/Q/+/+ygOIFiBFu-T843DeaIg b/descriptors/Q/+/+ygOIFiBFu-T843DeaIg
index d0c5490fb..3fa0ebb90 100644
Binary files a/descriptors/Q/+/+ygOIFiBFu-T843DeaIg and b/descriptors/Q/+/+ygOIFiBFu-T843DeaIg differ
diff --git a/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng b/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng
index d50279b84..3f36f5d24 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 ccb5db273..608a2c7d3 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 722363435..65f960666 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 70648f4f1..e704ec401 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 b3ac4e191..461fe5954 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 a936e1949..367aeaa88 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 3fa602de9..dd47d19b8 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 34058c13b..b3a314441 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 377f9501c..c3f1afd3e 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 1ae6465ed..5243282fb 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 5e250dd76..fa0c3a53c 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 8afe917b7..672979a39 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 0b5be9dc9..b8d5b82e3 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 a45964e60..110093c7c 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 5ee0e5c2f..b02d61086 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 6bcc5a3fd..b7cbdfb76 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 f449f4ff1..8d7b73479 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 09f685e79..74957e4b3 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 dd5507922..3d0d442af 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 4ce417631..793552b67 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 2bf675181..ad3ab432d 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 164b1ad08..8d67b1357 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 4bc63cc59..f6b3d5fbd 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 c3e63bab1..3fd8d54fa 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 1932caa00..eff5bd08c 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 01de3285b..d1abbcd40 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 0057c5438..b4db84dc8 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 d8f6bb663..d90dee2fd 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 0cba89bf8..3fb9aa744 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 9b4652081..7c1f250e7 100644
Binary files a/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg and b/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg differ
diff --git a/files/+/E/5baoRFdk51x+j2-4oACA b/files/+/E/5baoRFdk51x+j2-4oACA
index a9b1daa80..6b96e221d 100644
Binary files a/files/+/E/5baoRFdk51x+j2-4oACA and b/files/+/E/5baoRFdk51x+j2-4oACA differ
diff --git a/files/+/U/NJLL8DNL-KIs9tT-jr9w b/files/+/U/NJLL8DNL-KIs9tT-jr9w
deleted file mode 100644
index 2da6b898a..000000000
Binary files a/files/+/U/NJLL8DNL-KIs9tT-jr9w and /dev/null differ
diff --git a/files/0/K/sLafnYCtivYiQcrj5Y-g b/files/0/K/sLafnYCtivYiQcrj5Y-g
index 67a2fb3f4..1d58e9344 100644
Binary files a/files/0/K/sLafnYCtivYiQcrj5Y-g and b/files/0/K/sLafnYCtivYiQcrj5Y-g differ
diff --git a/files/1/A/xJEk4iB9wXwzXvvXBv8Q b/files/1/A/xJEk4iB9wXwzXvvXBv8Q
index 90e661c42..1af23a034 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
deleted file mode 100644
index 037bab032..000000000
Binary files a/files/2/G/1ksoZldFWqAWpwDghFHw and /dev/null differ
diff --git a/files/2/X/ezsqXGOLmAILNjzn25jA b/files/2/X/ezsqXGOLmAILNjzn25jA
index 8cc44264a..b857116d1 100644
Binary files a/files/2/X/ezsqXGOLmAILNjzn25jA and b/files/2/X/ezsqXGOLmAILNjzn25jA differ
diff --git a/files/3/N/189cBEl67bsBwjxv+UZQ b/files/3/N/189cBEl67bsBwjxv+UZQ
index ae26b0745..2a85f63e8 100644
Binary files a/files/3/N/189cBEl67bsBwjxv+UZQ and b/files/3/N/189cBEl67bsBwjxv+UZQ differ
diff --git a/files/4/K/RNCL1Xd4R1rgX2Xdn44w b/files/4/K/RNCL1Xd4R1rgX2Xdn44w
new file mode 100644
index 000000000..599aa5d35
Binary files /dev/null and b/files/4/K/RNCL1Xd4R1rgX2Xdn44w differ
diff --git a/files/5/M/YNFDUJclofpjgkb+KzVQ b/files/5/M/YNFDUJclofpjgkb+KzVQ
new file mode 100644
index 000000000..2e0b8ff27
Binary files /dev/null and b/files/5/M/YNFDUJclofpjgkb+KzVQ differ
diff --git a/files/5/Q/gZOFsyQFHAFSP2Oerf7w b/files/5/Q/gZOFsyQFHAFSP2Oerf7w
index e5c5b15d2..fc81ac2d3 100644
Binary files a/files/5/Q/gZOFsyQFHAFSP2Oerf7w and b/files/5/Q/gZOFsyQFHAFSP2Oerf7w differ
diff --git a/files/6/H/x+3fuCtKvK4Bs3-AqMPg b/files/6/H/x+3fuCtKvK4Bs3-AqMPg
index efe7c3b42..f3466b116 100644
Binary files a/files/6/H/x+3fuCtKvK4Bs3-AqMPg and b/files/6/H/x+3fuCtKvK4Bs3-AqMPg differ
diff --git a/files/6/P/xxtmoKonpjausKnelZWg b/files/6/P/xxtmoKonpjausKnelZWg
index 7c2907155..54ee79b4e 100644
Binary files a/files/6/P/xxtmoKonpjausKnelZWg and b/files/6/P/xxtmoKonpjausKnelZWg differ
diff --git a/files/7/8/VvedMm32hFVPyoj5NeVA b/files/7/8/VvedMm32hFVPyoj5NeVA
index 30b5e0eef..f495f2769 100644
Binary files a/files/7/8/VvedMm32hFVPyoj5NeVA and b/files/7/8/VvedMm32hFVPyoj5NeVA differ
diff --git a/files/7/Q/rQ-ojSams1q25biKa0OQ b/files/7/Q/rQ-ojSams1q25biKa0OQ
index d8018cb31..230a9cce3 100644
Binary files a/files/7/Q/rQ-ojSams1q25biKa0OQ and b/files/7/Q/rQ-ojSams1q25biKa0OQ differ
diff --git a/files/7/Y/tDYIIDO8pmjtwHsKBIPQ b/files/7/Y/tDYIIDO8pmjtwHsKBIPQ
index 71d70f117..33a7533a3 100644
Binary files a/files/7/Y/tDYIIDO8pmjtwHsKBIPQ and b/files/7/Y/tDYIIDO8pmjtwHsKBIPQ differ
diff --git a/files/8/T/TWytAUrlEe7s0hqWFK3Q b/files/8/T/TWytAUrlEe7s0hqWFK3Q
index 9525fd2ba..1d90b3f63 100644
Binary files a/files/8/T/TWytAUrlEe7s0hqWFK3Q and b/files/8/T/TWytAUrlEe7s0hqWFK3Q differ
diff --git a/files/9/A/lO8GULh8-gZVXDh5gU-w b/files/9/A/lO8GULh8-gZVXDh5gU-w
deleted file mode 100644
index 8e590b1eb..000000000
Binary files a/files/9/A/lO8GULh8-gZVXDh5gU-w and /dev/null differ
diff --git a/files/B/0/yCHWroTgWLsKbg0SfXpw b/files/B/0/yCHWroTgWLsKbg0SfXpw
new file mode 100644
index 000000000..082a7f726
Binary files /dev/null and b/files/B/0/yCHWroTgWLsKbg0SfXpw differ
diff --git a/files/B/E/w1zJGbKr1ioJemIO4ejQ b/files/B/E/w1zJGbKr1ioJemIO4ejQ
index 9310e727c..ac1a4ec1f 100644
Binary files a/files/B/E/w1zJGbKr1ioJemIO4ejQ and b/files/B/E/w1zJGbKr1ioJemIO4ejQ differ
diff --git a/files/B/G/d5hfp17i9wMvaCFNPjWA b/files/B/G/d5hfp17i9wMvaCFNPjWA
index bc6dc57c9..9384465c9 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 d382692b6..cba039731 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
deleted file mode 100644
index d3cb548f3..000000000
Binary files a/files/B/R/B6WSztYjXsVexFp6oiUw and /dev/null differ
diff --git a/files/B/T/ShCoJe3BP1jJ0fXp5QIw b/files/B/T/ShCoJe3BP1jJ0fXp5QIw
index 72f9cdb14..ccdff09c7 100644
Binary files a/files/B/T/ShCoJe3BP1jJ0fXp5QIw and b/files/B/T/ShCoJe3BP1jJ0fXp5QIw differ
diff --git a/files/B/Y/BjtsSklw4JiaGh2ZEoig b/files/B/Y/BjtsSklw4JiaGh2ZEoig
index 7c8ca363b..6ff3f2f49 100644
Binary files a/files/B/Y/BjtsSklw4JiaGh2ZEoig and b/files/B/Y/BjtsSklw4JiaGh2ZEoig differ
diff --git a/files/C/1/TjAYjG1GMt-NM8W7TGEQ b/files/C/1/TjAYjG1GMt-NM8W7TGEQ
index 649fb30fb..37efa914d 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
index 03b79376b..7b8113dcd 100644
Binary files a/files/C/B/H4HKgyNvMc6mchY20NFw and b/files/C/B/H4HKgyNvMc6mchY20NFw differ
diff --git a/files/C/E/xdNJVuoou5-1v5LDrYVg b/files/C/E/xdNJVuoou5-1v5LDrYVg
index 60cc29d21..12ec5fe52 100644
Binary files a/files/C/E/xdNJVuoou5-1v5LDrYVg and b/files/C/E/xdNJVuoou5-1v5LDrYVg differ
diff --git a/files/C/G/EKZKb7Y5DriOkHYBjv4w b/files/C/G/EKZKb7Y5DriOkHYBjv4w
index f4b56936e..76372012f 100644
Binary files a/files/C/G/EKZKb7Y5DriOkHYBjv4w and b/files/C/G/EKZKb7Y5DriOkHYBjv4w differ
diff --git a/files/C/H/aY5peukdUYNMG4IwM30w b/files/C/H/aY5peukdUYNMG4IwM30w
index 285d1ba93..cb189ce4e 100644
Binary files a/files/C/H/aY5peukdUYNMG4IwM30w and b/files/C/H/aY5peukdUYNMG4IwM30w differ
diff --git a/files/D/-/34UOS7A9e6TRzlBxI-Wg b/files/D/-/34UOS7A9e6TRzlBxI-Wg
index fb10fbba5..b6296d43b 100644
Binary files a/files/D/-/34UOS7A9e6TRzlBxI-Wg and b/files/D/-/34UOS7A9e6TRzlBxI-Wg differ
diff --git a/files/D/I/bLNKGsf8EewsY29ME7pQ b/files/D/I/bLNKGsf8EewsY29ME7pQ
index cd3494b5d..b68aa5cb0 100644
Binary files a/files/D/I/bLNKGsf8EewsY29ME7pQ and b/files/D/I/bLNKGsf8EewsY29ME7pQ differ
diff --git a/files/D/W/5Aq3hZGHanMSSWnyTQ7Q b/files/D/W/5Aq3hZGHanMSSWnyTQ7Q
new file mode 100644
index 000000000..d5183707e
Binary files /dev/null and b/files/D/W/5Aq3hZGHanMSSWnyTQ7Q differ
diff --git a/files/E/1/Vec2c0asqVUvPHfjCHfw b/files/E/1/Vec2c0asqVUvPHfjCHfw
deleted file mode 100644
index e96873f9e..000000000
Binary files a/files/E/1/Vec2c0asqVUvPHfjCHfw and /dev/null differ
diff --git a/files/E/C/HRIK9tI80oiUR5Lod9CA b/files/E/C/HRIK9tI80oiUR5Lod9CA
index 6af0d1a7c..7de269bbe 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
index 92fac7a1d..37802c040 100644
Binary files a/files/E/M/6DJoY7okjpHib1YQKFnQ and b/files/E/M/6DJoY7okjpHib1YQKFnQ differ
diff --git a/files/F/P/6n+wgCQO1CHCn4jlk-Kg b/files/F/P/6n+wgCQO1CHCn4jlk-Kg
index 2e640daf6..688d25cee 100644
Binary files a/files/F/P/6n+wgCQO1CHCn4jlk-Kg and b/files/F/P/6n+wgCQO1CHCn4jlk-Kg differ
diff --git a/files/G/3/2HWIsHXF1wu6OVrp01ew b/files/G/3/2HWIsHXF1wu6OVrp01ew
index 45376fe86..cbc4acd12 100644
Binary files a/files/G/3/2HWIsHXF1wu6OVrp01ew and b/files/G/3/2HWIsHXF1wu6OVrp01ew differ
diff --git a/files/G/K/cQAwz6hz8qmO+Bk-pcQA b/files/G/K/cQAwz6hz8qmO+Bk-pcQA
index bc2009e07..fdda7d824 100644
Binary files a/files/G/K/cQAwz6hz8qmO+Bk-pcQA and b/files/G/K/cQAwz6hz8qmO+Bk-pcQA differ
diff --git a/files/G/U/eigbaPiZAXGobcatXPqA b/files/G/U/eigbaPiZAXGobcatXPqA
new file mode 100644
index 000000000..0128cbd23
Binary files /dev/null and b/files/G/U/eigbaPiZAXGobcatXPqA differ
diff --git a/files/G/V/l0KvDjsNtezXOIJovS5g b/files/G/V/l0KvDjsNtezXOIJovS5g
index 6b7ea40cc..97a55d600 100644
Binary files a/files/G/V/l0KvDjsNtezXOIJovS5g and b/files/G/V/l0KvDjsNtezXOIJovS5g differ
diff --git a/files/H/5/BKeih0xFKVfZmWuptJxg b/files/H/5/BKeih0xFKVfZmWuptJxg
deleted file mode 100644
index 1ba70c11a..000000000
Binary files a/files/H/5/BKeih0xFKVfZmWuptJxg and /dev/null differ
diff --git a/files/H/Q/a8WCPOQFO-X4x8aLmDlg b/files/H/Q/a8WCPOQFO-X4x8aLmDlg
index 027e9ffec..72784fa78 100644
Binary files a/files/H/Q/a8WCPOQFO-X4x8aLmDlg and b/files/H/Q/a8WCPOQFO-X4x8aLmDlg differ
diff --git a/files/I/B/N66aPcGswBbKGlSq5aOw b/files/I/B/N66aPcGswBbKGlSq5aOw
index f13ec1065..14ddc65bb 100644
Binary files a/files/I/B/N66aPcGswBbKGlSq5aOw and b/files/I/B/N66aPcGswBbKGlSq5aOw differ
diff --git a/files/I/B/Yl3MtAbplUrpLfF0O8Ow b/files/I/B/Yl3MtAbplUrpLfF0O8Ow
index a2fa29f79..6e817c9b8 100644
Binary files a/files/I/B/Yl3MtAbplUrpLfF0O8Ow and b/files/I/B/Yl3MtAbplUrpLfF0O8Ow differ
diff --git a/files/I/N/XWLds1AbHe+AZNyJX8UA b/files/I/N/XWLds1AbHe+AZNyJX8UA
index 67a920eb0..2e324a96b 100644
Binary files a/files/I/N/XWLds1AbHe+AZNyJX8UA and b/files/I/N/XWLds1AbHe+AZNyJX8UA differ
diff --git a/files/I/P/ZiluCc87pk5R5B9JOSzw b/files/I/P/ZiluCc87pk5R5B9JOSzw
index 69bb346d5..a9d8068b6 100644
Binary files a/files/I/P/ZiluCc87pk5R5B9JOSzw and b/files/I/P/ZiluCc87pk5R5B9JOSzw differ
diff --git a/files/J/1/PxuL9jO1x9efWzIN4yzQ b/files/J/1/PxuL9jO1x9efWzIN4yzQ
index 47ffcefd5..6765c705f 100644
Binary files a/files/J/1/PxuL9jO1x9efWzIN4yzQ and b/files/J/1/PxuL9jO1x9efWzIN4yzQ differ
diff --git a/files/J/J/nBX04aao1Il2zYWJYg9A b/files/J/J/nBX04aao1Il2zYWJYg9A
index 17f0cd4f1..fc0307f5d 100644
Binary files a/files/J/J/nBX04aao1Il2zYWJYg9A and b/files/J/J/nBX04aao1Il2zYWJYg9A differ
diff --git a/files/J/W/Qyte2rwbch+hmiQTS3KA b/files/J/W/Qyte2rwbch+hmiQTS3KA
index 611d5f4ba..fe92f5575 100644
Binary files a/files/J/W/Qyte2rwbch+hmiQTS3KA and b/files/J/W/Qyte2rwbch+hmiQTS3KA differ
diff --git a/files/K/-/CubHVcKq2iSN0XHu+kcQ b/files/K/-/CubHVcKq2iSN0XHu+kcQ
index ce7dd49f4..fd3bc4a81 100644
Binary files a/files/K/-/CubHVcKq2iSN0XHu+kcQ and b/files/K/-/CubHVcKq2iSN0XHu+kcQ differ
diff --git a/files/K/L/Y9INCDv57vB4VkGKf0vg b/files/K/L/Y9INCDv57vB4VkGKf0vg
new file mode 100644
index 000000000..17e642af8
Binary files /dev/null and b/files/K/L/Y9INCDv57vB4VkGKf0vg differ
diff --git a/files/K/N/XIQZRWGjpP+60G8tfIgA b/files/K/N/XIQZRWGjpP+60G8tfIgA
index 2d8fdc9a7..2670670a4 100644
Binary files a/files/K/N/XIQZRWGjpP+60G8tfIgA and b/files/K/N/XIQZRWGjpP+60G8tfIgA differ
diff --git a/files/L/A/7DBcp2x0vPSDjVUNAPGA b/files/L/A/7DBcp2x0vPSDjVUNAPGA
index 06d7b72e7..9c1bf81a6 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
index 7147bf9cc..3cbc0d0fd 100644
Binary files a/files/L/M/QjF9dMVPCpXdCigphCCA and b/files/L/M/QjF9dMVPCpXdCigphCCA differ
diff --git a/files/L/S/UVFAwHwOSyilMG-1NP4Q b/files/L/S/UVFAwHwOSyilMG-1NP4Q
index ff59a9a22..5962cd9e1 100644
Binary files a/files/L/S/UVFAwHwOSyilMG-1NP4Q and b/files/L/S/UVFAwHwOSyilMG-1NP4Q differ
diff --git a/files/L/U/TnG6PP4Jap9XV+VkAvTQ b/files/L/U/TnG6PP4Jap9XV+VkAvTQ
new file mode 100644
index 000000000..3dae9b40e
Binary files /dev/null and b/files/L/U/TnG6PP4Jap9XV+VkAvTQ differ
diff --git a/files/L/W/HXMiTvcE0cmApu0RpO0g b/files/L/W/HXMiTvcE0cmApu0RpO0g
index 9a7f862ae..a4b6c73c2 100644
Binary files a/files/L/W/HXMiTvcE0cmApu0RpO0g and b/files/L/W/HXMiTvcE0cmApu0RpO0g differ
diff --git a/files/M/L/z9madjAn42uGB6SeceQg b/files/M/L/z9madjAn42uGB6SeceQg
index da9f17c26..79ea97ce2 100644
Binary files a/files/M/L/z9madjAn42uGB6SeceQg and b/files/M/L/z9madjAn42uGB6SeceQg differ
diff --git a/files/M/N/ZB-qR+DBrMPXxcETJh4A b/files/M/N/ZB-qR+DBrMPXxcETJh4A
index 54025c35c..2def9384a 100644
Binary files a/files/M/N/ZB-qR+DBrMPXxcETJh4A 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 256a9b96e..423d68a0c 100644
Binary files a/files/M/N/bNZD+3-nFGWIP23mlGIA and b/files/M/N/bNZD+3-nFGWIP23mlGIA differ
diff --git a/files/M/Y/-kdMgylSegsn8Ai68-LQ b/files/M/Y/-kdMgylSegsn8Ai68-LQ
index a138101bd..94320b9bb 100644
Binary files a/files/M/Y/-kdMgylSegsn8Ai68-LQ and b/files/M/Y/-kdMgylSegsn8Ai68-LQ differ
diff --git a/files/N/4/9c1qoDxgsbZe9v4wvtVw b/files/N/4/9c1qoDxgsbZe9v4wvtVw
index 3fb1ff48c..1906b411f 100644
Binary files a/files/N/4/9c1qoDxgsbZe9v4wvtVw and b/files/N/4/9c1qoDxgsbZe9v4wvtVw differ
diff --git a/files/N/8/Nex-71r0tH+sd1gsduKw b/files/N/8/Nex-71r0tH+sd1gsduKw
index 6a643a985..e372ac564 100644
Binary files a/files/N/8/Nex-71r0tH+sd1gsduKw and b/files/N/8/Nex-71r0tH+sd1gsduKw differ
diff --git a/files/N/D/tey0k5Ow64TU8gOwq+nA b/files/N/D/tey0k5Ow64TU8gOwq+nA
index 7e06583f9..b76352e16 100644
Binary files a/files/N/D/tey0k5Ow64TU8gOwq+nA and b/files/N/D/tey0k5Ow64TU8gOwq+nA differ
diff --git a/files/N/P/WfEzZ-uJGiOVuPnHaz+g b/files/N/P/WfEzZ-uJGiOVuPnHaz+g
deleted file mode 100644
index 2d268a848..000000000
Binary files a/files/N/P/WfEzZ-uJGiOVuPnHaz+g and /dev/null differ
diff --git a/files/N/V/ueTOUNQRFojfjrEJBYUg b/files/N/V/ueTOUNQRFojfjrEJBYUg
index 60cf94735..ce1d202c8 100644
Binary files a/files/N/V/ueTOUNQRFojfjrEJBYUg and b/files/N/V/ueTOUNQRFojfjrEJBYUg differ
diff --git a/files/O/6/62a8FTe5vhXvYykiCenQ b/files/O/6/62a8FTe5vhXvYykiCenQ
index 2bd735617..1505f91d2 100644
Binary files a/files/O/6/62a8FTe5vhXvYykiCenQ and b/files/O/6/62a8FTe5vhXvYykiCenQ differ
diff --git a/files/O/A/XI++5GhKIiCn8Jcl2KBA b/files/O/A/XI++5GhKIiCn8Jcl2KBA
index aae0d47bd..2a39e09e1 100644
Binary files a/files/O/A/XI++5GhKIiCn8Jcl2KBA and b/files/O/A/XI++5GhKIiCn8Jcl2KBA differ
diff --git a/files/O/F/HEXZnU1pFMvJ2Tfq+2jg b/files/O/F/HEXZnU1pFMvJ2Tfq+2jg
index 54b7b2c3e..525da1c7d 100644
Binary files a/files/O/F/HEXZnU1pFMvJ2Tfq+2jg and b/files/O/F/HEXZnU1pFMvJ2Tfq+2jg differ
diff --git a/files/O/O/NfUI25+aPy9MSYKBmEDA b/files/O/O/NfUI25+aPy9MSYKBmEDA
index 8f2a985a2..bbb402186 100644
Binary files a/files/O/O/NfUI25+aPy9MSYKBmEDA and b/files/O/O/NfUI25+aPy9MSYKBmEDA differ
diff --git a/files/O/Q/dRPJuf8zXNZDgs+Kx48A b/files/O/Q/dRPJuf8zXNZDgs+Kx48A
index c914e0a2f..e20ac6436 100644
Binary files a/files/O/Q/dRPJuf8zXNZDgs+Kx48A 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 bdd32a1e7..df63f6d59 100644
Binary files a/files/O/S/fIQ+y8UhfUKcG-BmB9YA and b/files/O/S/fIQ+y8UhfUKcG-BmB9YA differ
diff --git a/files/O/U/SPK6d9VuMcV8F4aTKo4w b/files/O/U/SPK6d9VuMcV8F4aTKo4w
new file mode 100644
index 000000000..4bf6ebd2c
Binary files /dev/null and b/files/O/U/SPK6d9VuMcV8F4aTKo4w differ
diff --git a/files/P/Z/IXb9NO5Im3DWEqHbVy2A b/files/P/Z/IXb9NO5Im3DWEqHbVy2A
index 814059306..75f6ec3c9 100644
Binary files a/files/P/Z/IXb9NO5Im3DWEqHbVy2A and b/files/P/Z/IXb9NO5Im3DWEqHbVy2A differ
diff --git a/files/Q/A/VKYTs1HgDGAWvbTINpeQ b/files/Q/A/VKYTs1HgDGAWvbTINpeQ
index 871c71612..109c70df1 100644
Binary files a/files/Q/A/VKYTs1HgDGAWvbTINpeQ and b/files/Q/A/VKYTs1HgDGAWvbTINpeQ differ
diff --git a/files/Q/E/fYwihcow+HY+cej7JpLA b/files/Q/E/fYwihcow+HY+cej7JpLA
index f5cdfaefa..c0d8eab36 100644
Binary files a/files/Q/E/fYwihcow+HY+cej7JpLA and b/files/Q/E/fYwihcow+HY+cej7JpLA differ
diff --git a/files/Q/F/djxgADfXhN2+GoufqZCw b/files/Q/F/djxgADfXhN2+GoufqZCw
index b5a9654a7..2e6ba5f29 100644
Binary files a/files/Q/F/djxgADfXhN2+GoufqZCw and b/files/Q/F/djxgADfXhN2+GoufqZCw differ
diff --git a/files/Q/R/WeY-ciN5+cG2kzxYI19Q b/files/Q/R/WeY-ciN5+cG2kzxYI19Q
index c46007070..69ec56984 100644
Binary files a/files/Q/R/WeY-ciN5+cG2kzxYI19Q and b/files/Q/R/WeY-ciN5+cG2kzxYI19Q differ
diff --git a/files/Q/S/DykswFJHqNjbwiTukaNw b/files/Q/S/DykswFJHqNjbwiTukaNw
new file mode 100644
index 000000000..bab117ed9
Binary files /dev/null and b/files/Q/S/DykswFJHqNjbwiTukaNw differ
diff --git a/files/R/1/AhKdr1gqaXCIasSPqx9w b/files/R/1/AhKdr1gqaXCIasSPqx9w
index 9eb17b691..7ef646e24 100644
Binary files a/files/R/1/AhKdr1gqaXCIasSPqx9w and b/files/R/1/AhKdr1gqaXCIasSPqx9w differ
diff --git a/files/R/6/iVGyjGuEideuoPWYArqA b/files/R/6/iVGyjGuEideuoPWYArqA
index 4a5b94753..1e9b38830 100644
Binary files a/files/R/6/iVGyjGuEideuoPWYArqA and b/files/R/6/iVGyjGuEideuoPWYArqA differ
diff --git a/files/R/8/rn7KWCRWJWdMX-+eRS+Q b/files/R/8/rn7KWCRWJWdMX-+eRS+Q
index fa99e47fb..73369942f 100644
Binary files a/files/R/8/rn7KWCRWJWdMX-+eRS+Q and b/files/R/8/rn7KWCRWJWdMX-+eRS+Q differ
diff --git a/files/R/G/QASqF2m5uSZpb05nIYFw b/files/R/G/QASqF2m5uSZpb05nIYFw
index d21beb338..9e3553019 100644
Binary files a/files/R/G/QASqF2m5uSZpb05nIYFw and b/files/R/G/QASqF2m5uSZpb05nIYFw differ
diff --git a/files/R/G/rT1b5GiEcPIbZEh2UOew b/files/R/G/rT1b5GiEcPIbZEh2UOew
index 91d4afe31..eb5a6a1cd 100644
Binary files a/files/R/G/rT1b5GiEcPIbZEh2UOew and b/files/R/G/rT1b5GiEcPIbZEh2UOew differ
diff --git a/files/R/K/3UPXhLczfiePL8bXu03Q b/files/R/K/3UPXhLczfiePL8bXu03Q
index 24946b4e7..8bf682e59 100644
Binary files a/files/R/K/3UPXhLczfiePL8bXu03Q and b/files/R/K/3UPXhLczfiePL8bXu03Q differ
diff --git a/files/R/L/pPfuisuehb9UpjDVcVNw b/files/R/L/pPfuisuehb9UpjDVcVNw
index fa88badec..9eca5816f 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
index cf9bf788a..1a73fb34b 100644
Binary files a/files/R/M/0wBBIOy-z2pRY4Ip4F4g and b/files/R/M/0wBBIOy-z2pRY4Ip4F4g differ
diff --git a/files/R/O/Yhu1GOY5dfKwi5BRV6Qg b/files/R/O/Yhu1GOY5dfKwi5BRV6Qg
deleted file mode 100644
index 3a8bdfefc..000000000
Binary files a/files/R/O/Yhu1GOY5dfKwi5BRV6Qg and /dev/null differ
diff --git a/files/T/M/e3GdXAojADhfJcNALpig b/files/T/M/e3GdXAojADhfJcNALpig
index 82e9f53dc..24d67af2b 100644
Binary files a/files/T/M/e3GdXAojADhfJcNALpig and b/files/T/M/e3GdXAojADhfJcNALpig differ
diff --git a/files/U/G/RlganRJ0+YOCSxwbh6bQ b/files/U/G/RlganRJ0+YOCSxwbh6bQ
new file mode 100644
index 000000000..6488468d7
Binary files /dev/null and b/files/U/G/RlganRJ0+YOCSxwbh6bQ differ
diff --git a/files/V/3/Yc0LN3nyzmj3HxNae5vQ b/files/V/3/Yc0LN3nyzmj3HxNae5vQ
index 5dfb72051..36687e046 100644
Binary files a/files/V/3/Yc0LN3nyzmj3HxNae5vQ and b/files/V/3/Yc0LN3nyzmj3HxNae5vQ differ
diff --git a/files/V/8/MB2YpFyTwA+XfuMKwwMQ b/files/V/8/MB2YpFyTwA+XfuMKwwMQ
new file mode 100644
index 000000000..90a413db4
Binary files /dev/null and b/files/V/8/MB2YpFyTwA+XfuMKwwMQ differ
diff --git a/files/V/W/fzcqagECEWPlXnDhcXeQ b/files/V/W/fzcqagECEWPlXnDhcXeQ
index d87c2be6a..98073600e 100644
Binary files a/files/V/W/fzcqagECEWPlXnDhcXeQ and b/files/V/W/fzcqagECEWPlXnDhcXeQ differ
diff --git a/files/W/K/qxbNqany13kEQWFVpUlw b/files/W/K/qxbNqany13kEQWFVpUlw
index 0bf04539b..feb13ba14 100644
Binary files a/files/W/K/qxbNqany13kEQWFVpUlw and b/files/W/K/qxbNqany13kEQWFVpUlw differ
diff --git a/files/Y/D/rXvsr22vaSAbzPcuKA-w b/files/Y/D/rXvsr22vaSAbzPcuKA-w
deleted file mode 100644
index 17787e23d..000000000
Binary files a/files/Y/D/rXvsr22vaSAbzPcuKA-w and /dev/null differ
diff --git a/files/Y/G/fXVBw-zlr5pqO8TRJMXQ b/files/Y/G/fXVBw-zlr5pqO8TRJMXQ
deleted file mode 100644
index 217247ed6..000000000
Binary files a/files/Y/G/fXVBw-zlr5pqO8TRJMXQ and /dev/null differ
diff --git a/files/Y/M/6LI4eL6UvmhOl1K0Gizw b/files/Y/M/6LI4eL6UvmhOl1K0Gizw
index 68dbe3f79..210dd2873 100644
Binary files a/files/Y/M/6LI4eL6UvmhOl1K0Gizw and b/files/Y/M/6LI4eL6UvmhOl1K0Gizw differ
diff --git a/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ b/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ
index 811d3d7be..d722c04f2 100644
Binary files a/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ and b/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ differ
diff --git a/files/Z/-/2m14gWo9X-VrNhKlDQvA b/files/Z/-/2m14gWo9X-VrNhKlDQvA
deleted file mode 100644
index 43ced0baa..000000000
Binary files a/files/Z/-/2m14gWo9X-VrNhKlDQvA and /dev/null differ
diff --git a/files/Z/Y/anqhQGjjMdO1w6SkylxA b/files/Z/Y/anqhQGjjMdO1w6SkylxA
index 213ae9c76..3b8daeadc 100644
Binary files a/files/Z/Y/anqhQGjjMdO1w6SkylxA and b/files/Z/Y/anqhQGjjMdO1w6SkylxA differ
diff --git a/js/searchIndex.js b/js/searchIndex.js
index af7bec346..711d537a7 100644
--- a/js/searchIndex.js
+++ b/js/searchIndex.js
@@ -2308,7 +2308,7 @@ Search.appendIndex(
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QREps\u003A\u003AmoduleValueIsValid\u0028\u0029",
"name": "moduleValueIsValid",
- "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
+ "summary": "",
"url": "classes/chillerlan-QRCode-Output-QREps.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QREps\u003A\u003AgetModuleValue\u0028\u0029",
@@ -2343,7 +2343,7 @@ Search.appendIndex(
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRFpdf\u003A\u003AmoduleValueIsValid\u0028\u0029",
"name": "moduleValueIsValid",
- "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
+ "summary": "",
"url": "classes/chillerlan-QRCode-Output-QRFpdf.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRFpdf\u003A\u003AgetModuleValue\u0028\u0029",
@@ -2373,7 +2373,7 @@ Search.appendIndex(
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003AmoduleValueIsValid\u0028\u0029",
"name": "moduleValueIsValid",
- "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
+ "summary": "",
"url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003AgetModuleValue\u0028\u0029",
@@ -2448,7 +2448,7 @@ Search.appendIndex(
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003AmoduleValueIsValid\u0028\u0029",
"name": "moduleValueIsValid",
- "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
+ "summary": "",
"url": "classes/chillerlan-QRCode-Output-QRImagick.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003AgetModuleValue\u0028\u0029",
@@ -2508,7 +2508,7 @@ Search.appendIndex(
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkup\u003A\u003AmoduleValueIsValid\u0028\u0029",
"name": "moduleValueIsValid",
- "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
+ "summary": "",
"url": "classes/chillerlan-QRCode-Output-QRMarkup.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkup\u003A\u003AgetModuleValue\u0028\u0029",
@@ -2605,11 +2605,6 @@ Search.appendIndex(
"name": "setModuleValues",
"summary": "Sets\u0020the\u0020initial\u0020module\u0020values",
"url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_setModuleValues"
- }, {
- "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003AmoduleValueIsValid\u0028\u0029",
- "name": "moduleValueIsValid",
- "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
- "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003AgetModuleValue\u0028\u0029",
"name": "getModuleValue",
@@ -2670,6 +2665,11 @@ Search.appendIndex(
"name": "QROutputInterface",
"summary": "Converts\u0020the\u0020data\u0020matrix\u0020into\u0020readable\u0020output",
"url": "classes/chillerlan-QRCode-Output-QROutputInterface.html"
+ }, {
+ "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputInterface\u003A\u003AmoduleValueIsValid\u0028\u0029",
+ "name": "moduleValueIsValid",
+ "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
+ "url": "classes/chillerlan-QRCode-Output-QROutputInterface.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QROutputInterface\u003A\u003Adump\u0028\u0029",
"name": "dump",
@@ -2748,7 +2748,7 @@ Search.appendIndex(
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRString\u003A\u003AmoduleValueIsValid\u0028\u0029",
"name": "moduleValueIsValid",
- "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid",
+ "summary": "",
"url": "classes/chillerlan-QRCode-Output-QRString.html#method_moduleValueIsValid"
}, {
"fqsen": "\\chillerlan\\QRCode\\Output\\QRString\u003A\u003AgetModuleValue\u0028\u0029",