diff --git a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html index e7cf2b26c..044024f79 100644 --- a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html +++ b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html @@ -132,13 +132,6 @@
-
- DATAMODE - -  = -1 -
-
the current data mode: Number, Alphanum, Kanji, Hanzi, Byte, ECI
-
convertEncoding() @@ -179,57 +172,6 @@ -
-

- Constants - -

-
-

- DATAMODE - -

- - - -

the current data mode: Number, Alphanum, Kanji, Hanzi, Byte, ECI

- - - public - int - DATAMODE - = -1 - - - -

tbh I hate this constant here, but it's part of the interface, so I can't just declare it in the abstract class. -phan will complain about a PhanAccessOverridesFinalConstant.

-
- - - -
- Tags - -
-
-
- see -
-
- Mode - - -
-
- -
-

@@ -249,7 +191,7 @@ phan will complain about a PhanAccessOverridesFinalConstant.

@@ -307,7 +249,7 @@ phan will complain about a PhanAccessOverridesFinalConstant.

@@ -359,7 +301,7 @@ phan will complain about a PhanAccessOverridesFinalConstant.

@@ -392,7 +334,7 @@ phan will complain about a PhanAccessOverridesFinalConstant.

@@ -436,7 +378,7 @@ phan will complain about a PhanAccessOverridesFinalConstant.

diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html index 1f421dbd0..80b5ccd61 100644 --- a/classes/chillerlan-QRCode-Output-QRFpdf.html +++ b/classes/chillerlan-QRCode-Output-QRFpdf.html @@ -602,7 +602,7 @@ returns an array with the transformed modules @@ -765,7 +765,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

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

@@ -830,14 +830,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>
diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html index 0ac8c7219..630f40ada 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -809,7 +809,7 @@ returns an array with the transformed modules
@@ -989,7 +989,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

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

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

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

@@ -1134,14 +1134,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>
@@ -1272,7 +1272,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

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

@@ -1433,7 +1433,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 bed9080f0..9094c39ed 100644 --- a/classes/chillerlan-QRCode-Output-QRImage.html +++ b/classes/chillerlan-QRCode-Output-QRImage.html @@ -789,7 +789,7 @@ returns an array with the transformed modules
@@ -969,7 +969,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

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

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

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

@@ -1379,7 +1379,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 eee6ee5be..a0ea25727 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -243,7 +243,7 @@  : bool
-
+
note: we're not necessarily validating the several values, just checking the general syntax
collectModules() @@ -760,7 +760,7 @@ returns an array with the transformed modules @@ -816,11 +816,12 @@ returns an array with the transformed modules - +

note: we're not necessarily validating the several values, just checking the general syntax

+ public static moduleValueIsValid(mixed $value) : bool @@ -845,15 +846,6 @@ returns an array with the transformed modules
- todo: -
-
- -

check/validate possible values

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

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

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

@@ -1064,6 +1056,14 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

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

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

@@ -1329,7 +1329,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 87c078484..7c81177ca 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -200,7 +200,8 @@  : bool
-
+
note: we're not necessarily validating the several values, just checking the general syntax +note: css4 colors are not included
collectModules() @@ -580,7 +581,7 @@ returns an array with the transformed modules @@ -636,11 +637,13 @@ returns an array with the transformed modules - +

note: we're not necessarily validating the several values, just checking the general syntax +note: css4 colors are not included

+ public static moduleValueIsValid(mixed $value) : bool @@ -665,6 +668,14 @@ returns an array with the transformed modules
+ see +
+
+ https://developer.mozilla.org/en-US/docs/Web/CSS/color_value + + +
+
inheritDoc
@@ -743,7 +754,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

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

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

@@ -887,7 +898,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 5593fa8db..3a936f7f3 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html @@ -200,7 +200,8 @@  : bool
-
+
note: we're not necessarily validating the several values, just checking the general syntax +note: css4 colors are not included
collectModules() @@ -580,7 +581,7 @@ returns an array with the transformed modules @@ -636,11 +637,13 @@ returns an array with the transformed modules - +

note: we're not necessarily validating the several values, just checking the general syntax +note: css4 colors are not included

+ public static moduleValueIsValid(mixed $value) : bool @@ -665,6 +668,14 @@ returns an array with the transformed modules
+ see +
+
+ https://developer.mozilla.org/en-US/docs/Web/CSS/color_value + + +
+
inheritDoc
diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html index cccd9919a..eddc2f9c7 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html @@ -234,11 +234,12 @@
- moduleValueIsValid() + moduleValueIsValid()  : bool
-
+
note: we're not necessarily validating the several values, just checking the general syntax +note: css4 colors are not included
collectModules() @@ -646,7 +647,7 @@ returns an array with the transformed modules @@ -697,16 +698,18 @@ returns an array with the transformed modules >

moduleValueIsValid() - +

- +

note: we're not necessarily validating the several values, just checking the general syntax +note: css4 colors are not included

+ public static moduleValueIsValid(mixed $value) : bool @@ -731,6 +734,14 @@ returns an array with the transformed modules
+ see +
+
+ https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill + + +
+
inheritDoc
@@ -809,7 +820,7 @@ $M_TYPE_LAYER - (possibly modified) field value that acts as layer id

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

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

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

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

@@ -1182,7 +1193,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 db10c5a6c..215a9937d 100644 --- a/classes/chillerlan-QRCode-Output-QROutputInterface.html +++ b/classes/chillerlan-QRCode-Output-QROutputInterface.html @@ -735,14 +735,14 @@ you need to supply the $file parameter here in that case (or handle the option v public - static moduleValueIsValid(mixed|null $value) : bool + static moduleValueIsValid(mixed $value) : bool
Parameters
$value - : mixed|null + : mixed
diff --git a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html new file mode 100644 index 000000000..e12941a54 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html @@ -0,0 +1,820 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + +
+

Documentation

+ + + + + +
+ +
+
+ + + + +
+ + +
+

+ QREpsTest + + + extends QROutputTestAbstract + + +
+ in package + +
+ + +

+ + + +

Test abstract for the several (built-in) output modules, +should also be used to test custom output modules

+ + + + + + + + + +

+ Table of Contents + +

+ +
+
+ $builddir + +  : string +
+
+ +
+ $FQN + +  : string +
+
+ +
+ $matrix + +  : QRMatrix +
+
+ +
+ $options + +  : QROptions +
+
+ +
+ $outputInterface + +  : QROutputInterface +
+
+ +
+ $type + +  : string +
+
+ +
+ moduleValueProvider() + +  : array<string|int, mixed> +
+
+ +
+ testInstance() + +  : void +
+
Validate the instance of the interface
+ +
+ testRenderToCacheFile() + +  : void +
+
coverage of the built-in output modules
+ +
+ testSaveException() + +  : void +
+
Tests if an exception is thrown when trying to write a cache file to an invalid destination
+ +
+ testSetModuleValues() + +  : void +
+
covers the module values settings
+ +
+ testValidateModuleValues() + +  : void +
+
+ +
+ setUp() + +  : void +
+
Attempts to create a directory under /.build and instances several required objects
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $builddir + + + +

+ + + + + protected + string + $builddir + = __DIR__ . '/../../.build/output_test' + +
+ +
+ + + +
+
+

+ $FQN + + + +

+ + + + + protected + string + $FQN + = \chillerlan\QRCode\Output\QREps::class + +
+ +
+ + + +
+ + + +
+

+ $type + + + +

+ + + + + protected + string + $type + = \chillerlan\QRCode\Output\QROutputInterface::EPS + +
+ +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ moduleValueProvider() + +

+ + + + + public + static moduleValueProvider() : array<string|int, mixed> + +
+ + + + +
Return values
+ array<string|int, mixed> + — + + +
+
+

+ testInstance() + +

+ + +

Validate the instance of the interface

+ + + public + testInstance() : void + + + + + +
Return values
+ void + — + + +
+
+

+ testRenderToCacheFile() + +

+ + +

coverage of the built-in output modules

+ + + public + testRenderToCacheFile() : void + + + + + +
Return values
+ void + — + + +
+
+

+ testSaveException() + +

+ + +

Tests if an exception is thrown when trying to write a cache file to an invalid destination

+ + + public + testSaveException() : void + + + + + +
Return values
+ void + — + + +
+
+

+ testSetModuleValues() + +

+ + +

covers the module values settings

+ + + public + testSetModuleValues() : void + + + + +
+ Tags + +
+
+
+ inheritDoc +
+
+ + +
+
+ +
Return values
+ void + — + + +
+
+

+ testValidateModuleValues() + +

+ + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
Parameters
+
+
+ $value + : mixed +
+
+ +
+
+ $expected + : bool +
+
+ +
+
+ + +
+ Tags + +
+
+
+ dataProvider +
+
+ +

moduleValueProvider

+
+ +
+
+ +
Return values
+ void + — + + +
+
+

+ setUp() + +

+ + +

Attempts to create a directory under /.build and instances several required objects

+ + + protected + setUp() : void + + + + + +
Return values
+ void + — + + +
+
+ + + + +
+
+
+
+

Search results

+ +
+
+
    +
    +
    +
    +
    +
    + + +
    + + + + + + + + diff --git a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html index 43bca4b9a..5613c7919 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html @@ -182,6 +182,13 @@
    + moduleValueProvider() + +  : array<string|int, mixed> +
    +
    + +
    testInstance()  : void @@ -216,6 +223,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -445,6 +459,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    + +
    Return values
    + void + — + +
    +
    + +
    testInstance()  : void @@ -216,6 +223,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -445,6 +459,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + abstract static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    +
    Return values
    void — diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html index 5915d17ba..fd38530f7 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html @@ -182,6 +182,13 @@
    + moduleValueProvider() + +  : array<string|int, mixed> +
    +
    + +
    testInstance()  : void @@ -216,6 +223,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -445,6 +459,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + abstract static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    +
    Return values
    void — diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html index 4cbba816c..37c02ec13 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html @@ -182,6 +182,13 @@
    + moduleValueProvider() + +  : array<string|int, mixed> +
    +
    + +
    testInstance()  : void @@ -216,6 +223,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -445,6 +459,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + abstract static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    +
    Return values
    void — diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html index d27af145e..8f94a4cc6 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html @@ -182,6 +182,13 @@
    + moduleValueProvider() + +  : array<string|int, mixed> +
    +
    + +
    testInstance()  : void @@ -216,6 +223,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -445,6 +459,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    + +
    Return values
    + void + — + +
    +
    + +
    testInstance()  : void @@ -216,6 +223,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -445,6 +459,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    + +
    Return values
    + void + — + +
    +
    + +
    testInstance()  : void @@ -209,6 +216,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -438,6 +452,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + abstract static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    +
    Return values
    void — diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html index e63b25062..7233f0d12 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html @@ -182,6 +182,13 @@
    + moduleValueProvider() + +  : array<string|int, mixed> +
    +
    + +
    testInstance()  : void @@ -209,6 +216,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -438,6 +452,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    +
    Return values
    void — diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html index 692be3829..a4f238194 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html @@ -182,6 +182,13 @@
    + moduleValueProvider() + +  : array<string|int, mixed> +
    +
    + +
    testInstance()  : void @@ -209,6 +216,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -438,6 +452,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    + +
    Return values
    + void + — + +
    +
    + +
    testInstance()  : void @@ -210,6 +217,13 @@ should also be used to test custom output modules

    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -439,6 +453,39 @@ should also be used to test custom output modules

    +

    + moduleValueProvider() + +

    + + + + + public + abstract static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    +
    QROutputTestAbstract.php : - 82 + 95 @@ -550,7 +597,7 @@ should also be used to test custom output modules

    @@ -564,6 +611,70 @@ should also be used to test custom output modules

    +
    Return values
    + void + — + + +
    +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    +
    Return values
    void — diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html index c2bad2449..5d017c4df 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html @@ -182,6 +182,13 @@
    + moduleValueProvider() + +  : array<string|int, mixed> +
    +
    + +
    testInstance()  : void @@ -207,6 +214,13 @@  : void
    +
    + +
    + testValidateModuleValues() + +  : void +
    @@ -438,6 +452,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + abstract static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    + +
    Return values
    + void + — + +
    +
    + +
    testInstance()  : void @@ -207,6 +214,13 @@  : void
    +
    + +
    + testValidateModuleValues() + +  : void +
    @@ -438,6 +452,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + abstract static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    + +
    Return values
    + void + — + +
    +
    + +
    testInstance()  : void @@ -209,6 +216,13 @@
    covers the module values settings
    +
    + testValidateModuleValues() + +  : void +
    +
    +
    setUp() @@ -438,6 +452,39 @@
    +

    + moduleValueProvider() + +

    + + + + + public + static moduleValueProvider() : array<string|int, mixed> + +
    + + + + +
    Return values
    + array<string|int, mixed> + — + + +
    + +
    +

    + testValidateModuleValues() + +

    + + + + + public + testValidateModuleValues(mixed $value, bool $expected) : void + + +
    Parameters
    +
    +
    + $value + : mixed +
    +
    + +
    +
    + $expected + : bool +
    +
    + +
    +
    + + +
    + Tags + +
    +
    +
    + dataProvider +
    +
    + +

    moduleValueProvider

    +
    + +
    +
    +
    Return values
    void — diff --git a/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ b/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ index 1931edaf9..b9da6a2a4 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 a4220600c..bb42f2c94 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 36c16be58..e71deae66 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 45d9e8221..b169a9e6a 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 56172358f..4a8f13491 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 02fe860b9..ccb782b0e 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 a6c889cc8..280fa5964 100644 Binary files a/descriptors/0/N/GpaeNybzoU59gW6UhBnQ and b/descriptors/0/N/GpaeNybzoU59gW6UhBnQ differ diff --git a/descriptors/1/6/yNVxrhyd2Uy5TNq+5r5g b/descriptors/1/6/yNVxrhyd2Uy5TNq+5r5g new file mode 100644 index 000000000..f9692cec1 Binary files /dev/null and b/descriptors/1/6/yNVxrhyd2Uy5TNq+5r5g differ diff --git a/descriptors/1/C/HhgHbACpp2-v5vnsHqoQ b/descriptors/1/C/HhgHbACpp2-v5vnsHqoQ index 3265ff6a5..37eeebffc 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 217e94503..cd1c4390b 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 d006cd7fb..1e1ace466 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 8db34b3ec..38d02de49 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 0bc559350..909e6252a 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 e121ee41a..51184cf22 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 b67ead90c..742181ba4 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 0ddcc6226..c234d62e9 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 cbe710b15..191333835 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 9f972a06c..8e1013077 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 18d2cb7c9..d33188398 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 48cfb59b0..9c81303a5 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 6fc3315ff..24c46f259 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 fce3fbc39..982925095 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 503f338bd..099939ea7 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 623c2f215..518f75538 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 452afafaf..3a641b5e4 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 b4c8c2a31..6392c2164 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 94170e839..a6a540dc6 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 bf612ff20..ec6385499 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 acc215297..259527cdc 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 b5d28ab82..30e199114 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 f5eb70228..0768dd929 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 8294c6679..9b59ecde0 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 18f3268f1..08bd13eba 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 d24c13516..7c56bd660 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 7db15b9f5..884d65591 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 7287c3ad7..01ff1d118 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 3562a15b1..eb8e3b8e7 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 52490ca71..1b0b830bd 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 9e6732c20..cf3ce8c39 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 055183a90..4dd2e044c 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 f8029ef02..81927ad60 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 e5ced4e6f..49072fd9a 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 897e2035e..50effc503 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 db0574f0d..7c44c34db 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 854ecb559..8c8cad6ee 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 e9d3478eb..d7cf09fe7 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 37422b386..40de9c812 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 25e3dfcc4..284904c75 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 d0d7581a4..bf3d71e00 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 386b5904f..fb6c78079 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 9e5eb8944..a4fdb3827 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 deca71ef7..796def4d6 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 bbbe91773..8a85b5d60 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 247572bec..9ef0db0a2 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 f17ff3c31..28d6f5d5c 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 0d87b36fe..1e58f9275 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 7d485cd46..ba86f08af 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 2bbfae871..fc5ea7ab7 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 a7bd23aac..763a3ad34 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 9ea254490..26411476d 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 ff819023f..f51922a31 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 3fa0ebb90..10f17a8a9 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 3f36f5d24..202d83648 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 608a2c7d3..b6970963b 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 65f960666..10518ce26 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 e704ec401..552c02310 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 461fe5954..220d07f8c 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 367aeaa88..ce136c597 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 dd47d19b8..26ec4fb7a 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 b3a314441..9dd6a5000 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 c3f1afd3e..781b9f006 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 5243282fb..da763891d 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 fa0c3a53c..0e2cdde96 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 672979a39..86b511a50 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 b8d5b82e3..fc9138107 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 110093c7c..37c7fd937 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 b02d61086..6a2ca2edd 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 b7cbdfb76..8b258fc12 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 8d7b73479..9719f8b43 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 74957e4b3..2979b1cdf 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 3d0d442af..ce586b115 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 793552b67..23600c453 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 ad3ab432d..ab707cc32 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 8d67b1357..6f8dd21e6 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 f6b3d5fbd..84422164d 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 3fd8d54fa..0a49f13d1 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 eff5bd08c..aae601c59 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 d1abbcd40..005655a76 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 b4db84dc8..6135c16ad 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 d90dee2fd..9280e4b6f 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 3fb9aa744..bbeb58c52 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 7c1f250e7..c76ce73b8 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 6b96e221d..69903722d 100644 Binary files a/files/+/E/5baoRFdk51x+j2-4oACA and b/files/+/E/5baoRFdk51x+j2-4oACA differ diff --git a/files/-/I/3cQjkG7WKoWLW15G6Sug b/files/-/I/3cQjkG7WKoWLW15G6Sug new file mode 100644 index 000000000..29fdbc830 Binary files /dev/null and b/files/-/I/3cQjkG7WKoWLW15G6Sug differ diff --git a/files/-/R/S-Uj98ZIAaDTO3SYPBqw b/files/-/R/S-Uj98ZIAaDTO3SYPBqw new file mode 100644 index 000000000..49c93c5f8 Binary files /dev/null and b/files/-/R/S-Uj98ZIAaDTO3SYPBqw differ diff --git a/files/0/+/7GX1rGNq+7vKZoFso1jA b/files/0/+/7GX1rGNq+7vKZoFso1jA new file mode 100644 index 000000000..ad4ea1afb Binary files /dev/null and b/files/0/+/7GX1rGNq+7vKZoFso1jA differ diff --git a/files/0/K/sLafnYCtivYiQcrj5Y-g b/files/0/K/sLafnYCtivYiQcrj5Y-g deleted file mode 100644 index 1d58e9344..000000000 Binary files a/files/0/K/sLafnYCtivYiQcrj5Y-g and /dev/null differ diff --git a/files/1/A/xJEk4iB9wXwzXvvXBv8Q b/files/1/A/xJEk4iB9wXwzXvvXBv8Q index 1af23a034..9616a4263 100644 Binary files a/files/1/A/xJEk4iB9wXwzXvvXBv8Q and b/files/1/A/xJEk4iB9wXwzXvvXBv8Q differ diff --git a/files/2/X/ezsqXGOLmAILNjzn25jA b/files/2/X/ezsqXGOLmAILNjzn25jA index b857116d1..36acced4d 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 deleted file mode 100644 index 2a85f63e8..000000000 Binary files a/files/3/N/189cBEl67bsBwjxv+UZQ and /dev/null differ diff --git a/files/4/G/Kwt9krD6t1rxzXHD4Z8A b/files/4/G/Kwt9krD6t1rxzXHD4Z8A new file mode 100644 index 000000000..4c0969619 Binary files /dev/null and b/files/4/G/Kwt9krD6t1rxzXHD4Z8A differ diff --git a/files/4/K/RNCL1Xd4R1rgX2Xdn44w b/files/4/K/RNCL1Xd4R1rgX2Xdn44w index 599aa5d35..66c27dbca 100644 Binary files a/files/4/K/RNCL1Xd4R1rgX2Xdn44w and b/files/4/K/RNCL1Xd4R1rgX2Xdn44w differ diff --git a/files/5/M/YNFDUJclofpjgkb+KzVQ b/files/5/M/YNFDUJclofpjgkb+KzVQ deleted file mode 100644 index 2e0b8ff27..000000000 Binary files a/files/5/M/YNFDUJclofpjgkb+KzVQ and /dev/null differ diff --git a/files/5/Q/gZOFsyQFHAFSP2Oerf7w b/files/5/Q/gZOFsyQFHAFSP2Oerf7w index fc81ac2d3..6538e164b 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 f3466b116..fd25c1585 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 54ee79b4e..1ecde540b 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 f495f2769..c1253a1c6 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 230a9cce3..41544109c 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 deleted file mode 100644 index 33a7533a3..000000000 Binary files a/files/7/Y/tDYIIDO8pmjtwHsKBIPQ and /dev/null differ diff --git a/files/8/T/TWytAUrlEe7s0hqWFK3Q b/files/8/T/TWytAUrlEe7s0hqWFK3Q index 1d90b3f63..45f5d731c 100644 Binary files a/files/8/T/TWytAUrlEe7s0hqWFK3Q and b/files/8/T/TWytAUrlEe7s0hqWFK3Q differ diff --git a/files/B/0/yCHWroTgWLsKbg0SfXpw b/files/B/0/yCHWroTgWLsKbg0SfXpw deleted file mode 100644 index 082a7f726..000000000 Binary files a/files/B/0/yCHWroTgWLsKbg0SfXpw and /dev/null differ diff --git a/files/B/E/w1zJGbKr1ioJemIO4ejQ b/files/B/E/w1zJGbKr1ioJemIO4ejQ index ac1a4ec1f..229cf2165 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 9384465c9..b481fead0 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 cba039731..f8dc5b0ec 100644 Binary files a/files/B/H/5dQcMGpCa1H8E4WMDTug and b/files/B/H/5dQcMGpCa1H8E4WMDTug differ diff --git a/files/B/T/ShCoJe3BP1jJ0fXp5QIw b/files/B/T/ShCoJe3BP1jJ0fXp5QIw index ccdff09c7..39414885a 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 6ff3f2f49..89a716dd3 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 37efa914d..b27e3c1f3 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 7b8113dcd..e75cab7b8 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 12ec5fe52..cf9669e0f 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 deleted file mode 100644 index 76372012f..000000000 Binary files a/files/C/G/EKZKb7Y5DriOkHYBjv4w and /dev/null differ diff --git a/files/C/G/GVXfNs79+Pzc6GLG+Nwg b/files/C/G/GVXfNs79+Pzc6GLG+Nwg new file mode 100644 index 000000000..c45de0c77 Binary files /dev/null and b/files/C/G/GVXfNs79+Pzc6GLG+Nwg differ diff --git a/files/C/H/aY5peukdUYNMG4IwM30w b/files/C/H/aY5peukdUYNMG4IwM30w index cb189ce4e..87125bbc5 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 b6296d43b..b2779eb72 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 b68aa5cb0..27b70c4ed 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 deleted file mode 100644 index d5183707e..000000000 Binary files a/files/D/W/5Aq3hZGHanMSSWnyTQ7Q and /dev/null differ diff --git a/files/E/C/HRIK9tI80oiUR5Lod9CA b/files/E/C/HRIK9tI80oiUR5Lod9CA index 7de269bbe..812785f1a 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 37802c040..d364dd0e5 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 deleted file mode 100644 index 688d25cee..000000000 Binary files a/files/F/P/6n+wgCQO1CHCn4jlk-Kg and /dev/null differ diff --git a/files/G/3/2HWIsHXF1wu6OVrp01ew b/files/G/3/2HWIsHXF1wu6OVrp01ew index cbc4acd12..7db838af1 100644 Binary files a/files/G/3/2HWIsHXF1wu6OVrp01ew and b/files/G/3/2HWIsHXF1wu6OVrp01ew differ diff --git a/files/G/4/x0ObKPNvjbhOw9B1zIAg b/files/G/4/x0ObKPNvjbhOw9B1zIAg new file mode 100644 index 000000000..88deee95c Binary files /dev/null and b/files/G/4/x0ObKPNvjbhOw9B1zIAg differ diff --git a/files/G/K/cQAwz6hz8qmO+Bk-pcQA b/files/G/K/cQAwz6hz8qmO+Bk-pcQA index fdda7d824..75b3fa222 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 index 0128cbd23..63d7fb640 100644 Binary files a/files/G/U/eigbaPiZAXGobcatXPqA and b/files/G/U/eigbaPiZAXGobcatXPqA differ diff --git a/files/G/V/l0KvDjsNtezXOIJovS5g b/files/G/V/l0KvDjsNtezXOIJovS5g index 97a55d600..669631548 100644 Binary files a/files/G/V/l0KvDjsNtezXOIJovS5g and b/files/G/V/l0KvDjsNtezXOIJovS5g differ diff --git a/files/H/Q/a8WCPOQFO-X4x8aLmDlg b/files/H/Q/a8WCPOQFO-X4x8aLmDlg deleted file mode 100644 index 72784fa78..000000000 Binary files a/files/H/Q/a8WCPOQFO-X4x8aLmDlg and /dev/null differ diff --git a/files/H/Z/55qrMjn0Y+9aWToBv-+w b/files/H/Z/55qrMjn0Y+9aWToBv-+w new file mode 100644 index 000000000..bec038de0 Binary files /dev/null and b/files/H/Z/55qrMjn0Y+9aWToBv-+w differ diff --git a/files/I/B/N66aPcGswBbKGlSq5aOw b/files/I/B/N66aPcGswBbKGlSq5aOw index 14ddc65bb..279cd870a 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 6e817c9b8..2e65889b9 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 2e324a96b..58484b05c 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 a9d8068b6..1c2d30886 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 6765c705f..21b5fe144 100644 Binary files a/files/J/1/PxuL9jO1x9efWzIN4yzQ and b/files/J/1/PxuL9jO1x9efWzIN4yzQ differ diff --git a/files/J/I/+TxrH-u9MLP263eCFxjA b/files/J/I/+TxrH-u9MLP263eCFxjA new file mode 100644 index 000000000..dc4429210 Binary files /dev/null and b/files/J/I/+TxrH-u9MLP263eCFxjA differ diff --git a/files/J/J/nBX04aao1Il2zYWJYg9A b/files/J/J/nBX04aao1Il2zYWJYg9A index fc0307f5d..19515e37d 100644 Binary files a/files/J/J/nBX04aao1Il2zYWJYg9A and b/files/J/J/nBX04aao1Il2zYWJYg9A differ diff --git a/files/J/O/dCVxRaNNDRSyhNnq6Vtw b/files/J/O/dCVxRaNNDRSyhNnq6Vtw new file mode 100644 index 000000000..f8dcf22cf Binary files /dev/null and b/files/J/O/dCVxRaNNDRSyhNnq6Vtw differ diff --git a/files/J/W/Qyte2rwbch+hmiQTS3KA b/files/J/W/Qyte2rwbch+hmiQTS3KA index fe92f5575..c682f972a 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 fd3bc4a81..0cbfe07f0 100644 Binary files a/files/K/-/CubHVcKq2iSN0XHu+kcQ and b/files/K/-/CubHVcKq2iSN0XHu+kcQ differ diff --git a/files/K/I/SsGO3zIY8AwrBd6qpc9g b/files/K/I/SsGO3zIY8AwrBd6qpc9g new file mode 100644 index 000000000..5b8f190f4 Binary files /dev/null and b/files/K/I/SsGO3zIY8AwrBd6qpc9g differ diff --git a/files/K/L/Y9INCDv57vB4VkGKf0vg b/files/K/L/Y9INCDv57vB4VkGKf0vg deleted file mode 100644 index 17e642af8..000000000 Binary files a/files/K/L/Y9INCDv57vB4VkGKf0vg and /dev/null differ diff --git a/files/K/N/XIQZRWGjpP+60G8tfIgA b/files/K/N/XIQZRWGjpP+60G8tfIgA index 2670670a4..4d92d1a31 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 9c1bf81a6..906a5b12a 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 3cbc0d0fd..39916141d 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 5962cd9e1..07bb9f84a 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 deleted file mode 100644 index 3dae9b40e..000000000 Binary files a/files/L/U/TnG6PP4Jap9XV+VkAvTQ and /dev/null differ diff --git a/files/L/W/HXMiTvcE0cmApu0RpO0g b/files/L/W/HXMiTvcE0cmApu0RpO0g index a4b6c73c2..2d3eb5ce8 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 79ea97ce2..1ba52c179 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 2def9384a..759b14153 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 deleted file mode 100644 index 423d68a0c..000000000 Binary files a/files/M/N/bNZD+3-nFGWIP23mlGIA and /dev/null differ diff --git a/files/M/Y/-kdMgylSegsn8Ai68-LQ b/files/M/Y/-kdMgylSegsn8Ai68-LQ deleted file mode 100644 index 94320b9bb..000000000 Binary files a/files/M/Y/-kdMgylSegsn8Ai68-LQ and /dev/null differ diff --git a/files/N/4/9c1qoDxgsbZe9v4wvtVw b/files/N/4/9c1qoDxgsbZe9v4wvtVw index 1906b411f..f46526e79 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 e372ac564..b042cc012 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 b76352e16..5453101e8 100644 Binary files a/files/N/D/tey0k5Ow64TU8gOwq+nA and b/files/N/D/tey0k5Ow64TU8gOwq+nA differ diff --git a/files/N/P/J4g1iUTsGcOmaRL-idRQ b/files/N/P/J4g1iUTsGcOmaRL-idRQ new file mode 100644 index 000000000..353ce7a32 Binary files /dev/null and b/files/N/P/J4g1iUTsGcOmaRL-idRQ differ diff --git a/files/N/V/ueTOUNQRFojfjrEJBYUg b/files/N/V/ueTOUNQRFojfjrEJBYUg index ce1d202c8..0e823f80c 100644 Binary files a/files/N/V/ueTOUNQRFojfjrEJBYUg and b/files/N/V/ueTOUNQRFojfjrEJBYUg differ diff --git a/files/N/W/kp6ALgSFP3U0RprAt1kg b/files/N/W/kp6ALgSFP3U0RprAt1kg new file mode 100644 index 000000000..35317699f Binary files /dev/null and b/files/N/W/kp6ALgSFP3U0RprAt1kg differ diff --git a/files/O/6/62a8FTe5vhXvYykiCenQ b/files/O/6/62a8FTe5vhXvYykiCenQ index 1505f91d2..9b514f92a 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 2a39e09e1..1e1096c49 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 525da1c7d..264b6f5a1 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 bbb402186..50da77460 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 e20ac6436..26baf8061 100644 Binary files a/files/O/Q/dRPJuf8zXNZDgs+Kx48A and b/files/O/Q/dRPJuf8zXNZDgs+Kx48A differ diff --git a/files/O/R/CSncdVUg++u7-zMkqDPw b/files/O/R/CSncdVUg++u7-zMkqDPw new file mode 100644 index 000000000..074e36e69 Binary files /dev/null and b/files/O/R/CSncdVUg++u7-zMkqDPw differ diff --git a/files/O/S/fIQ+y8UhfUKcG-BmB9YA b/files/O/S/fIQ+y8UhfUKcG-BmB9YA index df63f6d59..86c866527 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 index 4bf6ebd2c..2daba74b3 100644 Binary files a/files/O/U/SPK6d9VuMcV8F4aTKo4w and b/files/O/U/SPK6d9VuMcV8F4aTKo4w differ diff --git a/files/P/Z/IXb9NO5Im3DWEqHbVy2A b/files/P/Z/IXb9NO5Im3DWEqHbVy2A index 75f6ec3c9..d274a580b 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 109c70df1..2c85795de 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 c0d8eab36..f66677bfd 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 2e6ba5f29..b1686d636 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 69ec56984..8b2dc9383 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 index bab117ed9..91848541f 100644 Binary files a/files/Q/S/DykswFJHqNjbwiTukaNw and b/files/Q/S/DykswFJHqNjbwiTukaNw differ diff --git a/files/R/1/AhKdr1gqaXCIasSPqx9w b/files/R/1/AhKdr1gqaXCIasSPqx9w index 7ef646e24..20584b9cb 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 1e9b38830..7b7c2173f 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 73369942f..d08708c7f 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 9e3553019..81418d48b 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 eb5a6a1cd..3342c5f28 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 8bf682e59..d5b56106d 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 deleted file mode 100644 index 9eca5816f..000000000 Binary files a/files/R/L/pPfuisuehb9UpjDVcVNw and /dev/null differ diff --git a/files/R/M/0wBBIOy-z2pRY4Ip4F4g b/files/R/M/0wBBIOy-z2pRY4Ip4F4g index 1a73fb34b..115730f59 100644 Binary files a/files/R/M/0wBBIOy-z2pRY4Ip4F4g and b/files/R/M/0wBBIOy-z2pRY4Ip4F4g differ diff --git a/files/T/M/e3GdXAojADhfJcNALpig b/files/T/M/e3GdXAojADhfJcNALpig index 24d67af2b..e9cfbdf5d 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 deleted file mode 100644 index 6488468d7..000000000 Binary files a/files/U/G/RlganRJ0+YOCSxwbh6bQ and /dev/null differ diff --git a/files/V/3/Yc0LN3nyzmj3HxNae5vQ b/files/V/3/Yc0LN3nyzmj3HxNae5vQ index 36687e046..a901868ae 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 index 90a413db4..7a3833db5 100644 Binary files a/files/V/8/MB2YpFyTwA+XfuMKwwMQ and b/files/V/8/MB2YpFyTwA+XfuMKwwMQ differ diff --git a/files/V/C/L-qI4XcoD-REhjAUdefQ b/files/V/C/L-qI4XcoD-REhjAUdefQ new file mode 100644 index 000000000..7fbd9d6c7 Binary files /dev/null and b/files/V/C/L-qI4XcoD-REhjAUdefQ differ diff --git a/files/V/H/ZnAKDCwV+dcPe-WKv2Lg b/files/V/H/ZnAKDCwV+dcPe-WKv2Lg new file mode 100644 index 000000000..1efd6d155 Binary files /dev/null and b/files/V/H/ZnAKDCwV+dcPe-WKv2Lg differ diff --git a/files/V/W/fzcqagECEWPlXnDhcXeQ b/files/V/W/fzcqagECEWPlXnDhcXeQ index 98073600e..0df388e5b 100644 Binary files a/files/V/W/fzcqagECEWPlXnDhcXeQ and b/files/V/W/fzcqagECEWPlXnDhcXeQ differ diff --git a/files/W/E/pE7PejKRWIrP846+WHMA b/files/W/E/pE7PejKRWIrP846+WHMA new file mode 100644 index 000000000..3aaed9dc2 Binary files /dev/null and b/files/W/E/pE7PejKRWIrP846+WHMA differ diff --git a/files/W/K/qxbNqany13kEQWFVpUlw b/files/W/K/qxbNqany13kEQWFVpUlw index feb13ba14..99107df9c 100644 Binary files a/files/W/K/qxbNqany13kEQWFVpUlw and b/files/W/K/qxbNqany13kEQWFVpUlw differ diff --git a/files/Y/5/JiZUuVoNMTpb1Gncy30Q b/files/Y/5/JiZUuVoNMTpb1Gncy30Q new file mode 100644 index 000000000..bc8e7731f Binary files /dev/null and b/files/Y/5/JiZUuVoNMTpb1Gncy30Q differ diff --git a/files/Y/M/6LI4eL6UvmhOl1K0Gizw b/files/Y/M/6LI4eL6UvmhOl1K0Gizw deleted file mode 100644 index 210dd2873..000000000 Binary files a/files/Y/M/6LI4eL6UvmhOl1K0Gizw and /dev/null differ diff --git a/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ b/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ index d722c04f2..d59a094fd 100644 Binary files a/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ and b/files/Y/Z/Cv5kvYd388X7Y7iJNCHQ differ diff --git a/files/Z/Y/anqhQGjjMdO1w6SkylxA b/files/Z/Y/anqhQGjjMdO1w6SkylxA index 3b8daeadc..467c71784 100644 Binary files a/files/Z/Y/anqhQGjjMdO1w6SkylxA and b/files/Z/Y/anqhQGjjMdO1w6SkylxA differ diff --git a/files/tests-output-qrepstest.html b/files/tests-output-qrepstest.html new file mode 100644 index 000000000..953686641 --- /dev/null +++ b/files/tests-output-qrepstest.html @@ -0,0 +1,198 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

    + + + + + +
    + +
    +
    + + + + +
    +
      +
    + +
    +

    QREpsTest.php

    + +

    QREpsTest.php

    + + + +
    + Tags + +
    +
    +
    + created +
    +
    + +

    16.03.2023

    +
    + +
    +
    + author +
    +
    + +

    smiley smiley@chillerlan.net

    +
    + +
    +
    + copyright +
    +
    + +

    2023 smiley

    +
    + +
    +
    + license +
    +
    + +

    MIT

    +
    + +
    +
    + + + + +

    + Interfaces, Classes, Traits and Enums + +

    + +
    + +
    QREpsTest
    +
    Test abstract for the several (built-in) output modules, +should also be used to test custom output modules
    + + +
    + + + + + + + + +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/indices/files.html b/indices/files.html index 531e056c8..54e24a489 100644 --- a/indices/files.html +++ b/indices/files.html @@ -190,6 +190,7 @@
    • QRDataModeInterface.php
    • QRDataTest.php
    • QREps.php
    • +
    • QREpsTest.php
    • QRFpdf.php
    • QRFpdfTest.php
    • QRGdImage.php
    • diff --git a/js/searchIndex.js b/js/searchIndex.js index 711d537a7..a4c43f5d4 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -1175,11 +1175,6 @@ Search.appendIndex( "name": "decodeSegment", "summary": "reads\u0020a\u0020segment\u0020from\u0020the\u0020BitBuffer\u0020and\u0020decodes\u0020in\u0020the\u0020current\u0020data\u0020mode", "url": "classes/chillerlan-QRCode-Data-QRDataModeInterface.html#method_decodeSegment" - }, { - "fqsen": "\\chillerlan\\QRCode\\Data\\QRDataModeInterface\u003A\u003ADATAMODE", - "name": "DATAMODE", - "summary": "the\u0020current\u0020data\u0020mode\u003A\u0020Number,\u0020Alphanum,\u0020Kanji,\u0020Hanzi,\u0020Byte,\u0020ECI", - "url": "classes/chillerlan-QRCode-Data-QRDataModeInterface.html#constant_DATAMODE" }, { "fqsen": "\\chillerlan\\QRCode\\Data\\QRMatrix", "name": "QRMatrix", @@ -2448,7 +2443,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003AmoduleValueIsValid\u0028\u0029", "name": "moduleValueIsValid", - "summary": "", + "summary": "note\u003A\u0020we\u0027re\u0020not\u0020necessarily\u0020validating\u0020the\u0020several\u0020values,\u0020just\u0020checking\u0020the\u0020general\u0020syntax", "url": "classes/chillerlan-QRCode-Output-QRImagick.html#method_moduleValueIsValid" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003AgetModuleValue\u0028\u0029", @@ -2508,7 +2503,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkup\u003A\u003AmoduleValueIsValid\u0028\u0029", "name": "moduleValueIsValid", - "summary": "", + "summary": "note\u003A\u0020we\u0027re\u0020not\u0020necessarily\u0020validating\u0020the\u0020several\u0020values,\u0020just\u0020checking\u0020the\u0020general\u0020syntax\nnote\u003A\u0020css4\u0020colors\u0020are\u0020not\u0020included", "url": "classes/chillerlan-QRCode-Output-QRMarkup.html#method_moduleValueIsValid" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkup\u003A\u003AgetModuleValue\u0028\u0029", @@ -2555,6 +2550,11 @@ Search.appendIndex( "name": "QRMarkupSVG", "summary": "SVG\u0020output", "url": "classes/chillerlan-QRCode-Output-QRMarkupSVG.html" + }, { + "fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkupSVG\u003A\u003AmoduleValueIsValid\u0028\u0029", + "name": "moduleValueIsValid", + "summary": "note\u003A\u0020we\u0027re\u0020not\u0020necessarily\u0020validating\u0020the\u0020several\u0020values,\u0020just\u0020checking\u0020the\u0020general\u0020syntax\nnote\u003A\u0020css4\u0020colors\u0020are\u0020not\u0020included", + "url": "classes/chillerlan-QRCode-Output-QRMarkupSVG.html#method_moduleValueIsValid" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkupSVG\u003A\u003AcreateMarkup\u0028\u0029", "name": "createMarkup", @@ -4015,6 +4015,31 @@ Search.appendIndex( "name": "matrix", "summary": "", "url": "classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html#property_matrix" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QREpsTest", + "name": "QREpsTest", + "summary": "Test\u0020abstract\u0020for\u0020the\u0020several\u0020\u0028built\u002Din\u0029\u0020output\u0020modules,\nshould\u0020also\u0020be\u0020used\u0020to\u0020test\u0020custom\u0020output\u0020modules", + "url": "classes/chillerlan-QRCodeTest-Output-QREpsTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QREpsTest\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QREpsTest.html#method_moduleValueProvider" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QREpsTest\u003A\u003AtestSetModuleValues\u0028\u0029", + "name": "testSetModuleValues", + "summary": "covers\u0020the\u0020module\u0020values\u0020settings", + "url": "classes/chillerlan-QRCodeTest-Output-QREpsTest.html#method_testSetModuleValues" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QREpsTest\u003A\u003A\u0024FQN", + "name": "FQN", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QREpsTest.html#property_FQN" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QREpsTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QREpsTest.html#property_type" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest", "name": "QRFpdfTest", @@ -4025,6 +4050,11 @@ Search.appendIndex( "name": "setUp", "summary": "Attempts\u0020to\u0020create\u0020a\u0020directory\u0020under\u0020\/.build\u0020and\u0020instances\u0020several\u0020required\u0020objects", "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_setUp" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_moduleValueProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", @@ -4085,6 +4115,11 @@ Search.appendIndex( "name": "setUp", "summary": "Attempts\u0020to\u0020create\u0020a\u0020directory\u0020under\u0020\/.build\u0020and\u0020instances\u0020several\u0020required\u0020objects", "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_setUp" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageTestAbstract\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_moduleValueProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageTestAbstract\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", @@ -4110,6 +4145,11 @@ Search.appendIndex( "name": "setUp", "summary": "Attempts\u0020to\u0020create\u0020a\u0020directory\u0020under\u0020\/.build\u0020and\u0020instances\u0020several\u0020required\u0020objects", "url": "classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_setUp" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImagickTest\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_moduleValueProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImagickTest\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", @@ -4150,6 +4190,11 @@ Search.appendIndex( "name": "QRMarkupSVGTest", "summary": "Tests\u0020the\u0020QRMarkup\u0020output\u0020module", "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupSVGTest\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html#method_moduleValueProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupSVGTest\u003A\u003A\u0024FQN", "name": "FQN", @@ -4165,6 +4210,11 @@ Search.appendIndex( "name": "QRMarkupTestAbstract", "summary": "Tests\u0020the\u0020QRMarkup\u0020output\u0020module", "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTestAbstract\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html#method_moduleValueProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTestAbstract\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", @@ -4190,6 +4240,16 @@ Search.appendIndex( "name": "testSaveException", "summary": "Tests\u0020if\u0020an\u0020exception\u0020is\u0020thrown\u0020when\u0020trying\u0020to\u0020write\u0020a\u0020cache\u0020file\u0020to\u0020an\u0020invalid\u0020destination", "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSaveException" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_moduleValueProvider" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AtestValidateModuleValues\u0028\u0029", + "name": "testValidateModuleValues", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testValidateModuleValues" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", @@ -4255,6 +4315,11 @@ Search.appendIndex( "name": "QRStringTestAbstract", "summary": "Tests\u0020the\u0020QRString\u0020output\u0020module", "url": "classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTestAbstract\u003A\u003AmoduleValueProvider\u0028\u0029", + "name": "moduleValueProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html#method_moduleValueProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTestAbstract\u003A\u003A\u0024FQN", "name": "FQN", diff --git a/namespaces/chillerlan-qrcodetest-output.html b/namespaces/chillerlan-qrcodetest-output.html index 8d322dfd1..f4646edc9 100644 --- a/namespaces/chillerlan-qrcodetest-output.html +++ b/namespaces/chillerlan-qrcodetest-output.html @@ -109,6 +109,9 @@
      +
      QREpsTest
      +
      Test abstract for the several (built-in) output modules, +should also be used to test custom output modules
      QRFpdfTest
      Tests the QRFpdf output module
      QRGdImageGIFTest
      diff --git a/packages/Application.html b/packages/Application.html index 18caa5d85..386aebde8 100644 --- a/packages/Application.html +++ b/packages/Application.html @@ -271,6 +271,9 @@ would be the location of a finder pattern or the corner of the barcode, for exam
      QRMatrixTest
      Tests the QRMatrix class
      +
      QREpsTest
      +
      Test abstract for the several (built-in) output modules, +should also be used to test custom output modules
      QRFpdfTest
      Tests the QRFpdf output module
      QRGdImageGIFTest