diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html index 85719479d..59793783d 100644 --- a/classes/chillerlan-QRCode-Output-QRFpdf.html +++ b/classes/chillerlan-QRCode-Output-QRFpdf.html @@ -157,13 +157,6 @@
- $defaultMode - -  : string -
-
the default output mode of the current output module
- -
$length  : int @@ -198,13 +191,6 @@
-
- $outputMode - -  : string -
-
the current output mode
-
$scale @@ -224,7 +210,7 @@  : string|FPDF
-
generates the output, optionally dumps it to a file, and returns it
+
base64encode() @@ -257,7 +243,7 @@
saveToFile() -  : bool +  : void
saves the qr data to a file
@@ -286,40 +272,6 @@ -property -protected " -> -

- $defaultMode - - - -

- - -

the default output mode of the current output module

- - - protected - string - $defaultMode - - - -
- - - - -

$length @@ -330,7 +282,7 @@ @@ -364,7 +316,7 @@ @@ -446,7 +398,7 @@ @@ -480,7 +432,7 @@ @@ -495,54 +447,6 @@ -

-
-

- $outputMode - - - -

- - -

the current output mode

- - - protected - string - $outputMode - - - -
- - -
- Tags - -
-
-
- see -
-
- QROptions::$outputType - - -
-
-
QROutputAbstract.php : - 46 + 34 @@ -682,8 +586,7 @@ -

generates the output, optionally dumps it to a file, and returns it

- + public dump([string $file = null ]) : string|FPDF @@ -735,7 +638,7 @@ @@ -956,7 +859,7 @@ @@ -964,7 +867,7 @@ protected - saveToFile(string $data, string $file) : bool + saveToFile(string $data, string $file) : void
Parameters
@@ -1020,7 +923,7 @@
Return values
- bool + void — @@ -1038,7 +941,7 @@ diff --git a/classes/chillerlan-QRCode-Output-QRImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html similarity index 78% rename from classes/chillerlan-QRCode-Output-QRImage.html rename to classes/chillerlan-QRCode-Output-QRGdImage.html index 0b23ac603..6d5cea5d0 100644 --- a/classes/chillerlan-QRCode-Output-QRImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -95,7 +95,7 @@

- QRImage + QRGdImage extends QROutputAbstract @@ -112,9 +112,9 @@

@@ -148,22 +148,8 @@
-
- TRANSPARENCY_TYPES - -  = [chillerlanQRCodeQRCode::OUTPUT_IMAGE_PNG, chillerlanQRCodeQRCode::OUTPUT_IMAGE_GIF] -
-
GD image types that support transparency
-
- $defaultMode - -  : string -
-
the default output mode of the current output module
- -
- $image + $image  : resource|GdImage
@@ -204,13 +190,6 @@
-
- $outputMode - -  : string -
-
the current output mode
-
$scale @@ -219,18 +198,18 @@
the current scaling for a QR pixel
- __construct() + __construct()  : mixed
QROutputAbstract constructor.
- dump() + dump()  : string|resource|GdImage
-
generates the output, optionally dumps it to a file, and returns it
+
base64encode() @@ -240,58 +219,37 @@
Returns a base64 data URI for the given string and mime type
- dumpImage() + dumpImage()  : string
Creates the final image by calling the desired GD output function
- getDefaultModuleValue() + getDefaultModuleValue()  : mixed
Returns a defualt value for either dark or light modules (return value depends on the output module)
- getModuleValue() + getModuleValue()  : mixed
Returns the final value for the given input (return value depends on the output module)
- gif() - -  : void -
-
Jiff - like... JitHub!
- -
- jpg() - -  : void -
-
JPG output
- -
- moduleValueIsValid() + moduleValueIsValid()  : bool
Determines whether the given value is valid
-
- png() - -  : void -
-
PNG output
-
saveToFile() -  : bool +  : void
saves the qr data to a file
@@ -303,7 +261,7 @@
Sets the initial module values
- setPixel() + setPixel()  : void
@@ -314,46 +272,12 @@ -
-

- Constants - -

-
-

- TRANSPARENCY_TYPES - -

- - - -

GD image types that support transparency

- - - protected - array<string|int, string> - TRANSPARENCY_TYPES - = [chillerlanQRCodeQRCode::OUTPUT_IMAGE_PNG, chillerlanQRCodeQRCode::OUTPUT_IMAGE_GIF] - - - - - - - -
-

Properties - +

-

- $defaultMode - - - -

- - -

the default output mode of the current output module

- - - protected - string - $defaultMode - = chillerlanQRCodeQRCode::OUTPUT_IMAGE_PNG - - -
- - - -
- -
-

- $outputMode - - - -

- - -

the current output mode

- - - protected - string - $outputMode - - - -
- - -
- Tags - -
-
-
- see -
-
- QROptions::$outputType - - -
-
-
QROutputAbstract.php : - 46 + 34 @@ -719,7 +561,7 @@

Methods - +

__construct() - + @@ -802,17 +644,16 @@ >

dump() - +

-

generates the output, optionally dumps it to a file, and returns it

- + public dump([string $file = null ]) : string|resource|GdImage @@ -881,7 +722,7 @@ @@ -928,12 +769,12 @@ >

dumpImage() - +

@@ -975,12 +816,12 @@ >

getDefaultModuleValue() - +

@@ -1032,12 +873,12 @@ >

getModuleValue() - +

@@ -1079,72 +920,6 @@ — -
-
-

- gif() - -

- - -

Jiff - like... JitHub!

- - - protected - gif() : void - - - - - -
Return values
- void - — - - -
-
-

- jpg() - -

- - -

JPG output

- - - protected - jpg() : void - - - - - -
Return values
- void - — - -
-
-

- png() - -

- - -

PNG output

- - - protected - png() : void - - - - - -
Return values
- void - — - -
QROutputAbstract.php : - 139 + 122 @@ -1256,7 +998,7 @@ protected - saveToFile(string $data, string $file) : bool + saveToFile(string $data, string $file) : void
Parameters
@@ -1312,7 +1054,7 @@
Return values
- bool + void — @@ -1330,7 +1072,7 @@ @@ -1358,12 +1100,12 @@ >

setPixel() - +

@@ -1488,7 +1230,7 @@ - + diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index 6b5af5d82..958f30997 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -157,13 +157,6 @@
- $defaultMode - -  : string -
-
the default output mode of the current output module
- -
$imagick  : Imagick @@ -212,13 +205,6 @@
-
- $outputMode - -  : string -
-
the current output mode
-
$scale @@ -238,7 +224,7 @@  : string|Imagick
-
generates the output, optionally dumps it to a file, and returns it
+
base64encode() @@ -278,7 +264,7 @@
saveToFile() -  : bool +  : void
saves the qr data to a file
@@ -314,40 +300,6 @@ -property -protected " -> -

- $defaultMode - - - -

- - -

the default output mode of the current output module

- - - protected - string - $defaultMode - - - -
- - - -
-

$imagick @@ -426,7 +378,7 @@ @@ -460,7 +412,7 @@ @@ -542,7 +494,7 @@ @@ -576,7 +528,7 @@ @@ -591,54 +543,6 @@ -

-
-

- $outputMode - - - -

- - -

the current output mode

- - - protected - string - $outputMode - - - -
- - -
- Tags - -
-
-
- see -
-
- QROptions::$outputType - - -
-
-
QROutputAbstract.php : - 46 + 34 @@ -785,8 +689,7 @@ -

generates the output, optionally dumps it to a file, and returns it

- + public dump([string $file = null ]) : string|Imagick @@ -838,7 +741,7 @@ @@ -890,7 +793,7 @@ @@ -1092,7 +995,7 @@ @@ -1100,7 +1003,7 @@ protected - saveToFile(string $data, string $file) : bool + saveToFile(string $data, string $file) : void
Parameters
@@ -1156,7 +1059,7 @@
Return values
- bool + void — @@ -1174,7 +1077,7 @@ @@ -1207,7 +1110,7 @@ diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index 0b0f74fa0..ac1f02463 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -141,7 +141,7 @@  : string -
the default output mode of the current output module
+
$length @@ -178,13 +178,6 @@
-
- $outputMode - -  : string -
-
the current output mode
-
$scale @@ -200,11 +193,11 @@
QROutputAbstract constructor.
- dump() + dump()  : mixed
-
generates the output, optionally dumps it to a file, and returns it
+
base64encode() @@ -244,7 +237,7 @@
saveToFile() -  : bool +  : void
saves the qr data to a file
@@ -315,15 +308,15 @@ -

the default output mode of the current output module

- + protected string $defaultMode = chillerlanQRCodeQRCode::OUTPUT_MARKUP_SVG - +
+
@@ -345,7 +338,7 @@ @@ -379,7 +372,7 @@ @@ -461,7 +454,7 @@ @@ -495,7 +488,7 @@ @@ -510,54 +503,6 @@ -
-
-

- $outputMode - - - -

- - -

the current output mode

- - - protected - string - $outputMode - - - -
- - -
- Tags - -
-
-
- see -
-
- QROptions::$outputType - - -
-
-
QROutputAbstract.php : - 46 + 34 @@ -627,7 +572,7 @@ @@ -674,17 +619,16 @@ >

dump() - +

-

generates the output, optionally dumps it to a file, and returns it

- + public dump([string $file = null ]) : mixed @@ -736,7 +680,7 @@ @@ -901,7 +845,7 @@ @@ -909,15 +853,15 @@ protected - html([string $file = null ]) : string + html(bool $saveToFile) : string
Parameters
- $file - : string - = null
+ $saveToFile + : bool +
@@ -1001,7 +945,7 @@ @@ -1009,7 +953,7 @@ protected - saveToFile(string $data, string $file) : bool + saveToFile(string $data, string $file) : void
Parameters
@@ -1065,7 +1009,7 @@
Return values
- bool + void — @@ -1083,7 +1027,7 @@ @@ -1116,7 +1060,7 @@ @@ -1124,15 +1068,15 @@ protected - svg([string $file = null ]) : string + svg(bool $saveToFile) : string
Parameters
- $file - : string - = null
+ $saveToFile + : bool +
@@ -1190,7 +1134,7 @@ @@ -1223,7 +1167,7 @@ @@ -1289,7 +1233,7 @@ diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html index c5cf0266b..52832e6d7 100644 --- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html +++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html @@ -146,13 +146,6 @@
- $defaultMode - -  : string -
-
the default output mode of the current output module
- -
$length  : int @@ -187,13 +180,6 @@
-
- $outputMode - -  : string -
-
the current output mode
-
$scale @@ -208,13 +194,6 @@
QROutputAbstract constructor.
-
- dump() - -  : mixed -
-
generates the output, optionally dumps it to a file, and returns it
-
base64encode() @@ -246,7 +225,7 @@
saveToFile() -  : bool +  : void
saves the qr data to a file
@@ -275,40 +254,6 @@ -property -protected " -> -

- $defaultMode - - - -

- - -

the default output mode of the current output module

- - - protected - string - $defaultMode - - - -
- - - -
-

$length @@ -319,7 +264,7 @@ @@ -353,7 +298,7 @@ @@ -435,7 +380,7 @@ @@ -469,7 +414,7 @@ @@ -484,54 +429,6 @@ -

-
-

- $outputMode - - - -

- - -

the current output mode

- - - protected - string - $outputMode - - - -
- - -
- Tags - -
-
-
- see -
-
- QROptions::$outputType - - -
-
-
QROutputAbstract.php : - 46 + 34 @@ -601,7 +498,7 @@ @@ -639,63 +536,6 @@ — -
-
-

- dump() - -

- - -

generates the output, optionally dumps it to a file, and returns it

- - - public - dump([string $file = null ]) : mixed - - -
Parameters
-
-
- $file - : string - = null
-
-
- -
-
- - -
- Tags - -
-
-
- inheritDoc -
-
- - -
-
- -
Return values
- mixed - — - -
QROutputAbstract.php : - 127 + 110 @@ -762,7 +602,7 @@ @@ -806,7 +646,7 @@ @@ -849,7 +689,7 @@ @@ -892,7 +732,7 @@ @@ -900,7 +740,7 @@ protected - saveToFile(string $data, string $file) : bool + saveToFile(string $data, string $file) : void
Parameters
@@ -956,7 +796,7 @@
Return values
- bool + void — @@ -974,7 +814,7 @@ diff --git a/classes/chillerlan-QRCode-Output-QRString.html b/classes/chillerlan-QRCode-Output-QRString.html index 512350386..0973e273f 100644 --- a/classes/chillerlan-QRCode-Output-QRString.html +++ b/classes/chillerlan-QRCode-Output-QRString.html @@ -139,7 +139,7 @@  : string -
the default output mode of the current output module
+
$length @@ -176,13 +176,6 @@
-
- $outputMode - -  : string -
-
the current output mode
-
$scale @@ -198,11 +191,11 @@
QROutputAbstract constructor.
- dump() + dump() -  : mixed +  : string
-
generates the output, optionally dumps it to a file, and returns it
+
base64encode() @@ -242,7 +235,7 @@
saveToFile() -  : bool +  : void
saves the qr data to a file
@@ -292,15 +285,15 @@ -

the default output mode of the current output module

- + protected string $defaultMode = chillerlanQRCodeQRCode::OUTPUT_STRING_TEXT - +
+
@@ -322,7 +315,7 @@ @@ -356,7 +349,7 @@ @@ -438,7 +431,7 @@ @@ -472,7 +465,7 @@ @@ -487,54 +480,6 @@ -
-
-

- $outputMode - - - -

- - -

the current output mode

- - - protected - string - $outputMode - - - -
- - -
- Tags - -
-
-
- see -
-
- QROptions::$outputType - - -
-
-
QROutputAbstract.php : - 46 + 34 @@ -604,7 +549,7 @@ @@ -651,20 +596,19 @@ >

dump() - +

-

generates the output, optionally dumps it to a file, and returns it

- + public - dump([string $file = null ]) : mixed + dump([string $file = null ]) : string
Parameters
@@ -695,7 +639,7 @@
Return values
- mixed + string — @@ -713,7 +657,7 @@ @@ -878,7 +822,7 @@ @@ -886,21 +830,10 @@ protected - json([string $file = null ]) : string + json() : string -
Parameters
-
-
- $file - : string - = null
-
-
- -
-
- +
Return values
@@ -978,7 +911,7 @@ @@ -986,7 +919,7 @@ protected - saveToFile(string $data, string $file) : bool + saveToFile(string $data, string $file) : void
Parameters
@@ -1042,7 +975,7 @@
Return values
- bool + void — @@ -1060,7 +993,7 @@ @@ -1093,7 +1026,7 @@ @@ -1101,21 +1034,10 @@ protected - text([string $file = null ]) : string + text() : string -
Parameters
-
-
- $file - : string - = null
-
-
- -
-
- +
Return values
diff --git a/classes/chillerlan-QRCode-QRCode.html b/classes/chillerlan-QRCode-QRCode.html index 5a8a53c19..305155c94 100644 --- a/classes/chillerlan-QRCode-QRCode.html +++ b/classes/chillerlan-QRCode-QRCode.html @@ -270,9 +270,9 @@
OUTPUT_MODES -  = [chillerlanQRCodeOutputQRMarkup::class => [self::OUTPUT_MARKUP_SVG, self::OUTPUT_MARKUP_HTML], chillerlanQRCodeOutputQRImage::class => [self::OUTPUT_IMAGE_PNG, self::OUTPUT_IMAGE_GIF, self::OUTPUT_IMAGE_JPG], chillerlanQRCodeOutputQRString::class => [self::OUTPUT_STRING_JSON, self::OUTPUT_STRING_TEXT], chillerlanQRCodeOutputQRImagick::class => [self::OUTPUT_IMAGICK], chillerlanQRCodeOutputQRFpdf::class => [self::OUTPUT_FPDF]] +  = [self::OUTPUT_MARKUP_SVG => chillerlanQRCodeOutputQRMarkup::class, self::OUTPUT_MARKUP_HTML => chillerlanQRCodeOutputQRMarkup::class, self::OUTPUT_IMAGE_PNG => chillerlanQRCodeOutputQRGdImage::class, self::OUTPUT_IMAGE_GIF => chillerlanQRCodeOutputQRGdImage::class, self::OUTPUT_IMAGE_JPG => chillerlanQRCodeOutputQRGdImage::class, self::OUTPUT_STRING_JSON => chillerlanQRCodeOutputQRString::class, self::OUTPUT_STRING_TEXT => chillerlanQRCodeOutputQRString::class, self::OUTPUT_IMAGICK => chillerlanQRCodeOutputQRImagick::class, self::OUTPUT_FPDF => chillerlanQRCodeOutputQRFpdf::class]
-
Map of built-in output modules => capabilities
+
Map of built-in output modes => modules
OUTPUT_STRING_JSON @@ -823,13 +823,13 @@ -

Map of built-in output modules => capabilities

+

Map of built-in output modes => modules

public - array<string|int, array<string|int, string>> + array<string|int, string> OUTPUT_MODES - = [chillerlanQRCodeOutputQRMarkup::class => [self::OUTPUT_MARKUP_SVG, self::OUTPUT_MARKUP_HTML], chillerlanQRCodeOutputQRImage::class => [self::OUTPUT_IMAGE_PNG, self::OUTPUT_IMAGE_GIF, self::OUTPUT_IMAGE_JPG], chillerlanQRCodeOutputQRString::class => [self::OUTPUT_STRING_JSON, self::OUTPUT_STRING_TEXT], chillerlanQRCodeOutputQRImagick::class => [self::OUTPUT_IMAGICK], chillerlanQRCodeOutputQRFpdf::class => [self::OUTPUT_FPDF]] + = [self::OUTPUT_MARKUP_SVG => chillerlanQRCodeOutputQRMarkup::class, self::OUTPUT_MARKUP_HTML => chillerlanQRCodeOutputQRMarkup::class, self::OUTPUT_IMAGE_PNG => chillerlanQRCodeOutputQRGdImage::class, self::OUTPUT_IMAGE_GIF => chillerlanQRCodeOutputQRGdImage::class, self::OUTPUT_IMAGE_JPG => chillerlanQRCodeOutputQRGdImage::class, self::OUTPUT_STRING_JSON => chillerlanQRCodeOutputQRString::class, self::OUTPUT_STRING_TEXT => chillerlanQRCodeOutputQRString::class, self::OUTPUT_IMAGICK => chillerlanQRCodeOutputQRImagick::class, self::OUTPUT_FPDF => chillerlanQRCodeOutputQRFpdf::class] @@ -943,7 +943,7 @@ @@ -990,7 +990,7 @@ @@ -1027,7 +1027,7 @@ @@ -1073,7 +1073,7 @@ @@ -1119,7 +1119,7 @@ @@ -1165,7 +1165,7 @@ @@ -1211,7 +1211,7 @@ @@ -1279,7 +1279,7 @@ @@ -1325,7 +1325,7 @@ @@ -1371,7 +1371,7 @@ @@ -1404,7 +1404,7 @@ @@ -1442,7 +1442,7 @@ class="phpdocumentor-element -method -public - " + -deprecated " >

isAlphaNum() @@ -1451,13 +1451,13 @@

checks if a string qualifies as alphanumeric (convenience method)

- + public isAlphaNum(string $string) : bool @@ -1475,6 +1475,26 @@ +
+ Tags + +
+
+
+ deprecated +
+
+ + +
+
+ codeCoverageIgnore +
+
+ + +
+
Return values
bool @@ -1486,7 +1506,7 @@ class="phpdocumentor-element -method -public - " + -deprecated " >

isByte() @@ -1495,13 +1515,13 @@

a dummy (convenience method)

- + public isByte(string $string) : bool @@ -1519,6 +1539,26 @@ +
+ Tags + +
+
+
+ deprecated +
+
+ + +
+
+ codeCoverageIgnore +
+
+ + +
+
Return values
bool @@ -1530,7 +1570,7 @@ class="phpdocumentor-element -method -public - " + -deprecated " >

isKanji() @@ -1539,13 +1579,13 @@

checks if a string qualifies as Kanji (convenience method)

- + public isKanji(string $string) : bool @@ -1563,6 +1603,26 @@ +
+ Tags + +
+
+
+ deprecated +
+
+ + +
+
+ codeCoverageIgnore +
+
+ + +
+
Return values
bool @@ -1574,7 +1634,7 @@ class="phpdocumentor-element -method -public - " + -deprecated " >

isNumber() @@ -1583,13 +1643,13 @@

checks if a string qualifies as numeric (convenience method)

- + public isNumber(string $string) : bool @@ -1607,6 +1667,26 @@ +
+ Tags + +
+
+
+ deprecated +
+
+ + +
+
+ codeCoverageIgnore +
+
+ + +
+
Return values
bool @@ -1627,7 +1707,7 @@ @@ -1671,7 +1751,7 @@ @@ -1715,7 +1795,7 @@ @@ -1759,7 +1839,7 @@ @@ -1811,7 +1891,7 @@ @@ -1858,7 +1938,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

@@ -1905,7 +1985,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

diff --git a/classes/chillerlan-QRCode-QROptions.html b/classes/chillerlan-QRCode-QROptions.html index 672a3e093..dbe9e9c02 100644 --- a/classes/chillerlan-QRCode-QROptions.html +++ b/classes/chillerlan-QRCode-QROptions.html @@ -591,7 +591,7 @@ @@ -885,7 +885,7 @@ @@ -1050,7 +1050,7 @@ @@ -1098,7 +1098,7 @@ @@ -1108,7 +1108,7 @@ protected string $imagickFormat - = 'png'
+ = 'png32'
@@ -1123,7 +1123,15 @@ see

- Imagick::setType() + Imagick::setImageFormat() + + +
+
+ see +
+
+ https://www.imagemagick.org/script/formats.php
@@ -1227,7 +1235,7 @@ @@ -1261,7 +1269,7 @@ @@ -1295,7 +1303,7 @@ @@ -1329,7 +1337,7 @@ @@ -1467,7 +1475,7 @@ @@ -1664,7 +1672,7 @@ @@ -1698,7 +1706,7 @@ @@ -1734,7 +1742,7 @@ @@ -2400,7 +2408,7 @@ @@ -2447,7 +2455,7 @@ @@ -2491,7 +2499,7 @@ @@ -2549,7 +2557,7 @@ @@ -2606,7 +2614,7 @@ @@ -2664,7 +2672,7 @@ @@ -2708,7 +2716,7 @@ @@ -2752,7 +2760,7 @@ @@ -2796,7 +2804,7 @@ @@ -2840,7 +2848,7 @@ @@ -2884,7 +2892,7 @@ @@ -2928,7 +2936,7 @@ @@ -2972,7 +2980,7 @@ @@ -3016,7 +3024,7 @@ @@ -3060,7 +3068,7 @@ diff --git a/classes/chillerlan-QRCode-QROptionsTrait.html b/classes/chillerlan-QRCode-QROptionsTrait.html index 6c340752b..a9734586f 100644 --- a/classes/chillerlan-QRCode-QROptionsTrait.html +++ b/classes/chillerlan-QRCode-QROptionsTrait.html @@ -573,7 +573,7 @@ @@ -867,7 +867,7 @@ @@ -1032,7 +1032,7 @@ @@ -1080,7 +1080,7 @@ @@ -1090,7 +1090,7 @@ protected string $imagickFormat - = 'png'
+ = 'png32'
@@ -1105,7 +1105,15 @@ see
- Imagick::setType() + Imagick::setImageFormat() + + +
+
+ see +
+
+ https://www.imagemagick.org/script/formats.php
@@ -1209,7 +1217,7 @@ @@ -1243,7 +1251,7 @@ @@ -1277,7 +1285,7 @@ @@ -1311,7 +1319,7 @@ @@ -1449,7 +1457,7 @@ @@ -1646,7 +1654,7 @@ @@ -1680,7 +1688,7 @@ @@ -1716,7 +1724,7 @@ @@ -2382,7 +2390,7 @@ @@ -2429,7 +2437,7 @@ @@ -2473,7 +2481,7 @@ @@ -2531,7 +2539,7 @@ @@ -2588,7 +2596,7 @@ @@ -2646,7 +2654,7 @@ @@ -2690,7 +2698,7 @@ @@ -2734,7 +2742,7 @@ @@ -2778,7 +2786,7 @@ @@ -2822,7 +2830,7 @@ @@ -2866,7 +2874,7 @@ @@ -2910,7 +2918,7 @@ @@ -2954,7 +2962,7 @@ @@ -2998,7 +3006,7 @@ @@ -3042,7 +3050,7 @@ diff --git a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html index a93b24d14..2907dd61c 100644 --- a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html +++ b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html @@ -169,6 +169,13 @@
+
+ stringValidateProvider() + +  : array<string|int, mixed> +
+
isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)
+
testCodeLengthOverflowException() @@ -218,6 +225,13 @@
Tests if an exception is thrown if the given string is empty
+
+ testValidateString() + +  : void +
+
+
setUp() @@ -425,6 +439,39 @@ — +
+
+

+ stringValidateProvider() + +

+ + +

isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)

+ + + public + stringValidateProvider() : array<string|int, mixed> + + + + + +
Return values
+ array<string|int, mixed> + — + +
DatainterfaceTestAbstract.php : - 94 + 104 @@ -505,7 +552,7 @@ @@ -630,7 +677,7 @@ @@ -663,7 +710,7 @@ @@ -682,6 +729,72 @@ — +
+
+

+ testValidateString() + +

+ + + + + public + testValidateString(string $string, bool $expected) : void + + +
Parameters
+
+
+ $string + : string +
+
+
+ +
+
+ $expected + : bool +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ dataProvider +
+
+ +

stringValidateProvider

+
+ +
+
+ +
Return values
+ void + — + +
+ stringValidateProvider() + +  : array<string|int, mixed> + +
isByte() passses any binary string and only fails on empty strings
+
testCodeLengthOverflowException() @@ -218,6 +225,13 @@
Tests if an exception is thrown if the given string is empty
+
+ testValidateString() + +  : void +
+
+
setUp() @@ -425,6 +439,39 @@ — +
+
+

+ stringValidateProvider() + +

+ + +

isByte() passses any binary string and only fails on empty strings

+ + + public + stringValidateProvider() : array<string|int, mixed> + + + + + +
Return values
+ array<string|int, mixed> + — + +
DatainterfaceTestAbstract.php : - 94 + 104 @@ -505,7 +552,7 @@ @@ -630,7 +677,7 @@ @@ -676,7 +723,7 @@ @@ -695,6 +742,72 @@ — +
+
+

+ testValidateString() + +

+ + + + + public + testValidateString(string $string, bool $expected) : void + + +
Parameters
+
+
+ $string + : string +
+
+
+ +
+
+ $expected + : bool +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ dataProvider +
+
+ +

stringValidateProvider

+
+ +
+
+ +
Return values
+ void + — + +
+ stringValidateProvider() + +  : array<string|int, mixed> +
@@ -218,6 +225,13 @@
Tests if an exception is thrown if the given string is empty
+
+ testValidateString() + +  : void +
+
+
setUp() @@ -425,6 +439,39 @@ — +
+
+

+ stringValidateProvider() + +

+ + + + + public + abstract stringValidateProvider() : array<string|int, mixed> + +
+ + + + +
Return values
+ array<string|int, mixed> + — + +
DatainterfaceTestAbstract.php : - 94 + 104 @@ -505,7 +552,7 @@ @@ -630,7 +677,7 @@ @@ -663,7 +710,7 @@ @@ -682,6 +729,72 @@ — +
+
+

+ testValidateString() + +

+ + + + + public + testValidateString(string $string, bool $expected) : void + + +
Parameters
+
+
+ $string + : string +
+
+
+ +
+
+ $expected + : bool +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ dataProvider +
+
+ +

stringValidateProvider

+
+ +
+
+ +
Return values
+ void + — + +
+ stringValidateProvider() + +  : array<string|int, mixed> + +
isKanji() should pass on Kanji/SJIS characters and fail on everything else
+
testCodeLengthOverflowException() @@ -218,6 +225,13 @@
Tests if an exception is thrown if the given string is empty
+
+ testValidateString() + +  : void +
+
+
setUp() @@ -425,6 +439,39 @@ — +
+
+

+ stringValidateProvider() + +

+ + +

isKanji() should pass on Kanji/SJIS characters and fail on everything else

+ + + public + stringValidateProvider() : array<string|int, mixed> + + + + + +
Return values
+ array<string|int, mixed> + — + +
DatainterfaceTestAbstract.php : - 94 + 104 @@ -505,7 +552,7 @@ @@ -630,7 +677,7 @@ @@ -663,7 +710,7 @@ @@ -682,6 +729,72 @@ — +
+
+

+ testValidateString() + +

+ + + + + public + testValidateString(string $string, bool $expected) : void + + +
Parameters
+
+
+ $string + : string +
+
+
+ +
+
+ $expected + : bool +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ dataProvider +
+
+ +

stringValidateProvider

+
+ +
+
+ +
Return values
+ void + — + +
+ stringValidateProvider() + +  : array<string|int, mixed> + +
isNumber() should pass on any number and fail on anything else
+
testCodeLengthOverflowException() @@ -218,6 +225,13 @@
Tests if an exception is thrown if the given string is empty
+
+ testValidateString() + +  : void +
+
+
setUp() @@ -425,6 +439,39 @@ — +
+
+

+ stringValidateProvider() + +

+ + +

isNumber() should pass on any number and fail on anything else

+ + + public + stringValidateProvider() : array<string|int, mixed> + + + + + +
Return values
+ array<string|int, mixed> + — + +
DatainterfaceTestAbstract.php : - 94 + 104 @@ -505,7 +552,7 @@ @@ -630,7 +677,7 @@ @@ -663,7 +710,7 @@ @@ -682,6 +729,72 @@ — +
+
+

+ testValidateString() + +

+ + + + + public + testValidateString(string $string, bool $expected) : void + + +
Parameters
+
+
+ $string + : string +
+
+
+ +
+
+ $expected + : bool +
+
+
+ +
+
+ + +
+ Tags + +
+
+
+ dataProvider +
+
+ +

stringValidateProvider

+
+ +
+
+ +
Return values
+ void + — + +
+ $FQN + +  : string +
@@ -160,6 +167,13 @@  : QROutputInterface
+
+ +
+ $type + +  : string +
@@ -177,11 +191,11 @@
- testRenderImage() + testRenderToCacheFile()  : void
-
covers the built-in output modules, tests against pre-rendered data
+
coverage of the built-in output modules
testSaveException() @@ -197,27 +211,6 @@
covers the module values settings
-
- testStringOutput() - -  : void -
-
coverage of the built-in output modules
- -
- types() - -  : array<string|int, array<string|int, string>> -
-
- -
- getOutputInterface() - -  : QROutputInterface -
-
Returns a QROutputInterface instance with the given options and using $this->matrix
-
setUp() @@ -253,7 +246,7 @@ @@ -270,6 +263,40 @@ +
+
+

+ $FQN + + + +

+ + + + + protected + string + $FQN + = chillerlanQRCodeOutputQRFpdf::class + +
+ +
+ + +
QROutputTestAbstract.php : - 32 + 30 @@ -321,7 +348,7 @@ @@ -353,7 +380,7 @@ @@ -370,6 +397,40 @@ +
+
+

+ $type + + + +

+ + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_FPDF + +
+ +
+ + +
@@ -391,7 +452,7 @@ @@ -424,7 +485,7 @@ @@ -450,59 +511,26 @@ -public " > -

- testRenderImage() - +

+ testRenderToCacheFile() +

-

covers the built-in output modules, tests against pre-rendered data

+

coverage of the built-in output modules

public - testRenderImage(string $type) : void + testRenderToCacheFile() : void -
Parameters
-
-
- $type - : string -
-
-
- -
-
- -
- Tags - -
-
-
- inheritDoc -
-
- - -
-
- dataProvider -
-
- -

types

-
- -
-
+
Return values
void @@ -523,7 +551,7 @@ @@ -556,7 +584,7 @@ @@ -588,167 +616,6 @@ — - -
-

- testStringOutput() - -

- - -

coverage of the built-in output modules

- - - public - testStringOutput(string $type) : void - - -
Parameters
-
-
- $type - : string -
-
-
- -
-
- - -
- Tags - -
-
-
- dataProvider -
-
- -

types

-
- -
-
- -
Return values
- void - — - - -
-
-

- types() - -

- - - - - public - types() : array<string|int, array<string|int, string>> - - - - -
- Tags - -
-
-
- inheritDoc -
-
- - -
-
- -
Return values
- array<string|int, array<string|int, string>> - — - - -
-
-

- getOutputInterface() - -

- - -

Returns a QROutputInterface instance with the given options and using $this->matrix

- - - protected - getOutputInterface(QROptions $options) : QROutputInterface - - -
Parameters
-
-
- $options - : QROptions -
-
-
- -
-
- - -
- Tags - -
-
-
- inheritDoc -
-
- - -
-
- -
Return values
- QROutputInterface - — - -
QRFpdfTest.php : - 28 + 31 diff --git a/classes/chillerlan-QRCodeTest-Output-QRImageTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html similarity index 65% rename from classes/chillerlan-QRCodeTest-Output-QRImageTest.html rename to classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html index b64cc7e7b..b1ec06dce 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRImageTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html @@ -95,10 +95,10 @@

- QRImageTest + QRGdImageGIFTest - extends QROutputTestAbstract + extends QRGdImageTestAbstract
@@ -112,13 +112,13 @@

-

Tests the QRImage output module

+

Tests the QRGdImage output module

@@ -139,6 +139,13 @@  : string +
+ +
+ $FQN + +  : string +
@@ -160,6 +167,13 @@  : QROutputInterface
+
+ +
+ $type + +  : string +
@@ -170,18 +184,18 @@
Validate the instance of the interface
- testOutputGetResource() + testOutputGetResource()  : void
- testRenderImage() + testRenderToCacheFile()  : void
-
covers the built-in output modules, tests against pre-rendered data
+
coverage of the built-in output modules
testSaveException() @@ -191,35 +205,14 @@
Tests if an exception is thrown when trying to write a cache file to an invalid destination
- testSetModuleValues() + testSetModuleValues()  : void
covers the module values settings
-
- testStringOutput() - -  : void -
-
coverage of the built-in output modules
- -
- types() - -  : array<string|int, array<string|int, string>> -
-
-
- getOutputInterface() - -  : QROutputInterface -
-
Returns a QROutputInterface instance with the given options and using $this->matrix
- -
- setUp() + setUp()  : void
@@ -235,7 +228,7 @@

Properties - +

+ +
+

+ $type + + + +

+ + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_IMAGE_GIF + +
+ +
+ + +

Methods - +

QROutputTestAbstract.php : - 58 + 55 @@ -419,12 +480,12 @@ >

testOutputGetResource() - +

@@ -449,52 +510,26 @@ -public " > -

- testRenderImage() - +

+ testRenderToCacheFile() +

-

covers the built-in output modules, tests against pre-rendered data

+

coverage of the built-in output modules

public - testRenderImage(string $type) : void + testRenderToCacheFile() : void -
Parameters
-
-
- $type - : string -
-
-
- -
-
- -
- Tags - -
-
-
- dataProvider -
-
- -

types

-
- -
-
+
Return values
void @@ -515,7 +550,7 @@ @@ -539,16 +574,16 @@ class="phpdocumentor-element -method -public - " + -abstract " >

testSetModuleValues() - +

@@ -556,191 +591,17 @@ public - testSetModuleValues() : void + abstract testSetModuleValues() : void -
- Tags - -
-
-
- inheritDoc -
-
- - -
-
Return values
void — -
-
-

- testStringOutput() - -

- - -

coverage of the built-in output modules

- - - public - testStringOutput(string $type) : void - - -
Parameters
-
-
- $type - : string -
-
-
- -
-
- - -
- Tags - -
-
-
- dataProvider -
-
- -

types

-
- -
-
- -
Return values
- void - — - - -
-
-

- types() - -

- - - - - public - types() : array<string|int, array<string|int, string>> - - - - -
- Tags - -
-
-
- inheritDoc -
-
- - -
-
- -
Return values
- array<string|int, array<string|int, string>> - — - - -
-
-

- getOutputInterface() - -

- - -

Returns a QROutputInterface instance with the given options and using $this->matrix

- - - protected - getOutputInterface(QROptions $options) : QROutputInterface - - -
Parameters
-
-
- $options - : QROptions -
-
-
- -
-
- - -
- Tags - -
-
-
- inheritDoc -
-
- - -
-
- -
Return values
- QROutputInterface - — - -
- + diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html new file mode 100644 index 000000000..e9473f166 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html @@ -0,0 +1,729 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
+

Documentation

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

+ QRGdImageJPGTest + + + extends QRGdImageTestAbstract + + +
+ in package + +
+ + +

+ + + +

Tests the QRGdImage output module

+ + + + + + + + + +

+ Table of Contents + +

+ +
+
+ $builddir + +  : string +
+
+ +
+ $FQN + +  : string +
+
+ +
+ $matrix + +  : QRMatrix +
+
+ +
+ $options + +  : QROptions +
+
+ +
+ $outputInterface + +  : QROutputInterface +
+
+ +
+ $type + +  : string +
+
+ +
+ testInstance() + +  : void +
+
Validate the instance of the interface
+ +
+ testOutputGetResource() + +  : void +
+
+ +
+ 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
+ +
+ setUp() + +  : void +
+
Attempts to create a directory under /.build and instances several required objects
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $builddir + + + +

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

+ $type + + + +

+ + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_IMAGE_JPG + +
+ +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ testInstance() + +

+ + +

Validate the instance of the interface

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

+ testOutputGetResource() + +

+ + + + + public + testOutputGetResource() : 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 + abstract testSetModuleValues() : void + + + + + +
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-QRGdImagePNGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html new file mode 100644 index 000000000..52a2f7901 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html @@ -0,0 +1,729 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

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

    + QRGdImagePNGTest + + + extends QRGdImageTestAbstract + + +
    + in package + +
    + + +

    + + + +

    Tests the QRGdImage output module

    + + + + + + + + + +

    + Table of Contents + +

    + +
    +
    + $builddir + +  : string +
    +
    + +
    + $FQN + +  : string +
    +
    + +
    + $matrix + +  : QRMatrix +
    +
    + +
    + $options + +  : QROptions +
    +
    + +
    + $outputInterface + +  : QROutputInterface +
    +
    + +
    + $type + +  : string +
    +
    + +
    + testInstance() + +  : void +
    +
    Validate the instance of the interface
    + +
    + testOutputGetResource() + +  : void +
    +
    + +
    + 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
    + +
    + setUp() + +  : void +
    +
    Attempts to create a directory under /.build and instances several required objects
    + +
    + + + + + + +
    +

    + Properties + +

    +
    +

    + $builddir + + + +

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

    + $type + + + +

    + + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_IMAGE_PNG + +
    + +
    + + + +
    +
    + +
    +

    + Methods + +

    +
    +

    + testInstance() + +

    + + +

    Validate the instance of the interface

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

    + testOutputGetResource() + +

    + + + + + public + testOutputGetResource() : 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 + abstract testSetModuleValues() : void + + + + + +
    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-QRMarkupTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html similarity index 72% rename from classes/chillerlan-QRCodeTest-Output-QRMarkupTest.html rename to classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html index 2db631da6..da3f0b74b 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html @@ -95,7 +95,7 @@

      - QRMarkupTest + QRGdImageTestAbstract extends QROutputTestAbstract @@ -112,13 +112,13 @@

      -

      Tests the QRMarkup output module

      +

      Tests the QRGdImage output module

      @@ -139,6 +139,13 @@  : string +
      + +
      + $FQN + +  : string +
      @@ -160,6 +167,13 @@  : QROutputInterface
      +
      + +
      + $type + +  : string +
      @@ -170,11 +184,18 @@
      Validate the instance of the interface
      - testRenderImage() + testOutputGetResource()  : void
      -
      covers the built-in output modules, tests against pre-rendered data
      +
      + +
      + testRenderToCacheFile() + +  : void +
      +
      coverage of the built-in output modules
      testSaveException() @@ -184,35 +205,14 @@
      Tests if an exception is thrown when trying to write a cache file to an invalid destination
      - testSetModuleValues() + testSetModuleValues()  : void
      covers the module values settings
      -
      - testStringOutput() - -  : void -
      -
      coverage of the built-in output modules
      - -
      - types() - -  : array<string|int, array<string|int, string>> -
      -
      -
      - getOutputInterface() - -  : QROutputInterface -
      -
      Returns a QROutputInterface instance with the given options and using $this->matrix
      - -
      - setUp() + setUp()  : void
      @@ -228,7 +228,7 @@

      Properties - +

      +
      +

      + $FQN + + + +

      + + + + + protected + string + $FQN + = chillerlanQRCodeOutputQRGdImage::class + +
      + +
      + + +
      +

      Methods - +

      QROutputTestAbstract.php : - 58 + 55 @@ -410,52 +478,58 @@ -public " > -

      - testRenderImage() - +

      + testOutputGetResource() + +

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

      + testRenderToCacheFile() +

      -

      covers the built-in output modules, tests against pre-rendered data

      +

      coverage of the built-in output modules

      public - testRenderImage(string $type) : void + testRenderToCacheFile() : void -
      Parameters
      -
      -
      - $type - : string -
      -
      -
      - -
      -
      - -
      - Tags - -
      -
      -
      - dataProvider -
      -
      - -

      types

      -
      - -
      -
      +
      Return values
      void @@ -476,7 +550,7 @@ @@ -504,12 +578,12 @@ >

      testSetModuleValues() - +

      @@ -541,167 +615,6 @@ — -
      -
      -

      - testStringOutput() - -

      - - -

      coverage of the built-in output modules

      - - - public - testStringOutput(string $type) : void - - -
      Parameters
      -
      -
      - $type - : string -
      -
      -
      - -
      -
      - - -
      - Tags - -
      -
      -
      - dataProvider -
      -
      - -

      types

      -
      - -
      -
      - -
      Return values
      - void - — - - -
      -
      -

      - types() - -

      - - - - - public - types() : array<string|int, array<string|int, string>> - - - - -
      - Tags - -
      -
      -
      - inheritDoc -
      -
      - - -
      -
      - -
      Return values
      - array<string|int, array<string|int, string>> - — - - -
      -
      -

      - getOutputInterface() - -

      - - -

      Returns a QROutputInterface instance with the given options and using $this->matrix

      - - - protected - getOutputInterface(QROptions $options) : QROutputInterface - - -
      Parameters
      -
      -
      - $options - : QROptions -
      -
      -
      - -
      -
      - - -
      - Tags - -
      -
      -
      - inheritDoc -
      -
      - - -
      -
      - -
      Return values
      - QROutputInterface - — - -
      - + diff --git a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html index 0a0d439a7..f508f2ef0 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html @@ -139,6 +139,13 @@  : string +
      + +
      + $FQN + +  : string +
      @@ -160,6 +167,13 @@  : QROutputInterface
      +
      + +
      + $type + +  : string +
      @@ -177,11 +191,11 @@
      - testRenderImage() + testRenderToCacheFile()  : void
      -
      covers the built-in output modules, tests against pre-rendered data
      +
      coverage of the built-in output modules
      testSaveException() @@ -197,27 +211,6 @@
      covers the module values settings
      -
      - testStringOutput() - -  : void -
      -
      coverage of the built-in output modules
      - -
      - types() - -  : array<string|int, array<string|int, string>> -
      -
      - -
      - getOutputInterface() - -  : QROutputInterface -
      -
      Returns a QROutputInterface instance with the given options and using $this->matrix
      -
      setUp() @@ -253,7 +246,7 @@ @@ -270,6 +263,40 @@ +
      +
      +

      + $FQN + + + +

      + + + + + protected + string + $FQN + = chillerlanQRCodeOutputQRImagick::class + +
      + +
      + + +
      +
      +

      + $type + + + +

      + + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_IMAGICK + +
      + +
      + + +
      @@ -391,7 +452,7 @@ @@ -424,7 +485,7 @@ @@ -450,52 +511,26 @@ -public " > -

      - testRenderImage() - +

      + testRenderToCacheFile() +

      -

      covers the built-in output modules, tests against pre-rendered data

      +

      coverage of the built-in output modules

      public - testRenderImage(string $type) : void + testRenderToCacheFile() : void -
      Parameters
      -
      -
      - $type - : string -
      -
      -
      - -
      -
      - -
      - Tags - -
      -
      -
      - dataProvider -
      -
      - -

      types

      -
      - -
      -
      +
      Return values
      void @@ -516,7 +551,7 @@ @@ -549,7 +584,7 @@ @@ -581,167 +616,6 @@ — -
      -
      -

      - testStringOutput() - -

      - - -

      coverage of the built-in output modules

      - - - public - testStringOutput(string $type) : void - - -
      Parameters
      -
      -
      - $type - : string -
      -
      -
      - -
      -
      - - -
      - Tags - -
      -
      -
      - dataProvider -
      -
      - -

      types

      -
      - -
      -
      - -
      Return values
      - void - — - - -
      -
      -

      - types() - -

      - - - - - public - types() : array<string|int, array<string|int, string>> - - - - -
      - Tags - -
      -
      -
      - inheritDoc -
      -
      - - -
      -
      - -
      Return values
      - array<string|int, array<string|int, string>> - — - - -
      -
      -

      - getOutputInterface() - -

      - - -

      Returns a QROutputInterface instance with the given options and using $this->matrix

      - - - protected - getOutputInterface(QROptions $options) : QROutputInterface - - -
      Parameters
      -
      -
      - $options - : QROptions -
      -
      -
      - -
      -
      - - -
      - Tags - -
      -
      -
      - inheritDoc -
      -
      - - -
      -
      - -
      Return values
      - QROutputInterface - — - -
      QRImagickTest.php : - 29 + 32 diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html new file mode 100644 index 000000000..e56ded4b6 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html @@ -0,0 +1,690 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

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

      + QRMarkupHTMLTest + + + extends QRMarkupTestAbstract + + +
      + in package + +
      + + +

      + + + +

      Tests the QRMarkup output module

      + + + + + + + + + +

      + Table of Contents + +

      + +
      +
      + $builddir + +  : string +
      +
      + +
      + $FQN + +  : string +
      +
      + +
      + $matrix + +  : QRMatrix +
      +
      + +
      + $options + +  : QROptions +
      +
      + +
      + $outputInterface + +  : QROutputInterface +
      +
      + +
      + $type + +  : string +
      +
      + +
      + 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
      + +
      + setUp() + +  : void +
      +
      Attempts to create a directory under /.build and instances several required objects
      + +
      + + + + + + +
      +

      + Properties + +

      +
      +

      + $builddir + + + +

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

      + $type + + + +

      + + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_MARKUP_HTML + +
      + +
      + + + +
      +
      + +
      +

      + Methods + +

      +
      +

      + 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 + abstract testSetModuleValues() : void + + + + + +
      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-QRMarkupSVGTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html new file mode 100644 index 000000000..fb39b5df5 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html @@ -0,0 +1,690 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
        +

        Documentation

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

        + QRMarkupSVGTest + + + extends QRMarkupTestAbstract + + +
        + in package + +
        + + +

        + + + +

        Tests the QRMarkup output module

        + + + + + + + + + +

        + Table of Contents + +

        + +
        +
        + $builddir + +  : string +
        +
        + +
        + $FQN + +  : string +
        +
        + +
        + $matrix + +  : QRMatrix +
        +
        + +
        + $options + +  : QROptions +
        +
        + +
        + $outputInterface + +  : QROutputInterface +
        +
        + +
        + $type + +  : string +
        +
        + +
        + 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
        + +
        + setUp() + +  : void +
        +
        Attempts to create a directory under /.build and instances several required objects
        + +
        + + + + + + +
        +

        + Properties + +

        +
        +

        + $builddir + + + +

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

        + $type + + + +

        + + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_MARKUP_SVG + +
        + +
        + + + +
        +
        + +
        +

        + Methods + +

        +
        +

        + 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 + abstract testSetModuleValues() : void + + + + + +
        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-QRStringTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html similarity index 66% rename from classes/chillerlan-QRCodeTest-Output-QRStringTest.html rename to classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html index cab89e964..455c4efc2 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html @@ -95,7 +95,7 @@

          - QRStringTest + QRMarkupTestAbstract extends QROutputTestAbstract @@ -112,13 +112,13 @@

          -

          Tests the QRString output module

          +

          Tests the QRMarkup output module

          @@ -139,6 +139,13 @@  : string +
          + +
          + $FQN + +  : string +
          @@ -162,14 +169,14 @@
          -
          - testCustomOutput() +
          + $type -  : void +  : string
          -
          covers the custom output functionality via an example
          +
          -
          +
          testInstance()  : void @@ -177,11 +184,11 @@
          Validate the instance of the interface
          - testRenderImage() + testRenderToCacheFile()  : void
          -
          covers the built-in output modules, tests against pre-rendered data
          +
          coverage of the built-in output modules
          testSaveException() @@ -191,33 +198,12 @@
          Tests if an exception is thrown when trying to write a cache file to an invalid destination
          - testSetModuleValues() + testSetModuleValues()  : void
          covers the module values settings
          -
          - testStringOutput() - -  : void -
          -
          coverage of the built-in output modules
          - -
          - types() - -  : array<string|int, array<string|int, string>> -
          -
          - -
          - getOutputInterface() - -  : QROutputInterface -
          -
          Returns a QROutputInterface instance with the given options and using $this->matrix
          -
          setUp() @@ -235,7 +221,7 @@

          Properties - +

          +
          +

          + $FQN + + + +

          + + + + + protected + string + $FQN + = chillerlanQRCodeOutputQRMarkup::class + +
          + +
          + + +
          +

          Methods - +

          -

          - testCustomOutput() - -

          - - -

          covers the custom output functionality via an example

          - - - public - testCustomOutput() : void - - - - - -
          Return values
          - void - — - - -
          -

          testInstance() @@ -424,7 +445,7 @@ @@ -450,52 +471,26 @@ -public " > -

          - testRenderImage() - +

          + testRenderToCacheFile() +

          -

          covers the built-in output modules, tests against pre-rendered data

          +

          coverage of the built-in output modules

          public - testRenderImage(string $type) : void + testRenderToCacheFile() : void -
          Parameters
          -
          -
          - $type - : string -
          -
          -
          - -
          -
          - -
          - Tags - -
          -
          -
          - dataProvider -
          -
          - -

          types

          -
          - -
          -
          +
          Return values
          void @@ -516,7 +511,7 @@ @@ -544,12 +539,12 @@ >

          testSetModuleValues() - +

          @@ -581,167 +576,6 @@ — -
          -
          -

          - testStringOutput() - -

          - - -

          coverage of the built-in output modules

          - - - public - testStringOutput(string $type) : void - - -
          Parameters
          -
          -
          - $type - : string -
          -
          -
          - -
          -
          - - -
          - Tags - -
          -
          -
          - dataProvider -
          -
          - -

          types

          -
          - -
          -
          - -
          Return values
          - void - — - - -
          -
          -

          - types() - -

          - - - - - public - types() : array<string|int, array<string|int, string>> - - - - -
          - Tags - -
          -
          -
          - inheritDoc -
          -
          - - -
          -
          - -
          Return values
          - array<string|int, array<string|int, string>> - — - - -
          -
          -

          - getOutputInterface() - -

          - - -

          Returns a QROutputInterface instance with the given options and using $this->matrix

          - - - protected - getOutputInterface(QROptions $options) : QROutputInterface - - -
          Parameters
          -
          -
          - $options - : QROptions -
          -
          -
          - -
          -
          - - -
          - Tags - -
          -
          -
          - inheritDoc -
          -
          - - -
          -
          - -
          Return values
          - QROutputInterface - — - -
          + diff --git a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html index b1e279cbb..9c2220114 100644 --- a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html @@ -114,7 +114,7 @@ @@ -140,6 +140,13 @@ should also be used to test custom output modules

           : string
          +
          + +
          + $FQN + +  : string +
          @@ -161,6 +168,13 @@ should also be used to test custom output modules

           : QROutputInterface
          +
          + +
          + $type + +  : string +
          @@ -171,11 +185,11 @@ should also be used to test custom output modules

          Validate the instance of the interface
          - testRenderImage() + testRenderToCacheFile()  : void
          -
          covers the built-in output modules, tests against pre-rendered data
          +
          coverage of the built-in output modules
          testSaveException() @@ -191,27 +205,6 @@ should also be used to test custom output modules

          covers the module values settings
          -
          - testStringOutput() - -  : void -
          -
          coverage of the built-in output modules
          - -
          - types() - -  : array<string|int, array<string|int, string>> -
          -
          - -
          - getOutputInterface() - -  : QROutputInterface -
          -
          Returns a QROutputInterface instance with the given options and using $this->matrix
          -
          setUp() @@ -247,7 +240,7 @@ should also be used to test custom output modules

          @@ -264,6 +257,40 @@ should also be used to test custom output modules

          +
          + + @@ -385,7 +446,7 @@ should also be used to test custom output modules

          @@ -411,52 +472,26 @@ should also be used to test custom output modules

          -public " > -

          - testRenderImage() - +

          + testRenderToCacheFile() +

          -

          covers the built-in output modules, tests against pre-rendered data

          +

          coverage of the built-in output modules

          public - testRenderImage(string $type) : void + testRenderToCacheFile() : void -
          Parameters
          -
          -
          - $type - : string -
          -
          -
          - -
          -
          - -
          - Tags - -
          -
          -
          - dataProvider -
          -
          - -

          types

          -
          - -
          -
          +
          Return values
          void @@ -477,7 +512,7 @@ should also be used to test custom output modules

          @@ -510,7 +545,7 @@ should also be used to test custom output modules

          @@ -529,155 +564,6 @@ should also be used to test custom output modules

          — -
          -
          -

          - testStringOutput() - -

          - - -

          coverage of the built-in output modules

          - - - public - testStringOutput(string $type) : void - - -
          Parameters
          -
          -
          - $type - : string -
          -
          -
          - -
          -
          - - -
          - Tags - -
          -
          -
          - dataProvider -
          -
          - -

          types

          -
          - -
          -
          - -
          Return values
          - void - — - - -
          -
          -

          - types() - -

          - - - - - public - abstract types() : array<string|int, array<string|int, string>> - - - - -
          - Tags - -
          -
          -
          - see -
          -
          - testStringOutput() - - -
          -
          - -
          Return values
          - array<string|int, array<string|int, string>> - — - - -
          -
          -

          - getOutputInterface() - -

          - - -

          Returns a QROutputInterface instance with the given options and using $this->matrix

          - - - protected - abstract getOutputInterface(QROptions $options) : QROutputInterface - - -
          Parameters
          -
          -
          - $options - : QROptions -
          -
          -
          - -
          -
          - - - -
          Return values
          - QROutputInterface - — - -
          + + + Documentation + + + + + + + + + + + + + + + + + + + +
          +

          Documentation

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

          + QRStringJSONTest + + + extends QRStringTestAbstract + + +
          + in package + +
          + + +

          + + + +

          Tests the QRString output module

          + + + + + + + + + +

          + Table of Contents + +

          + +
          +
          + $builddir + +  : string +
          +
          + +
          + $FQN + +  : string +
          +
          + +
          + $matrix + +  : QRMatrix +
          +
          + +
          + $options + +  : QROptions +
          +
          + +
          + $outputInterface + +  : QROutputInterface +
          +
          + +
          + $type + +  : string +
          +
          + +
          + 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 +
          +
          + +
          + setUp() + +  : void +
          +
          + +
          + + + + + + +
          +

          + Properties + +

          +
          +

          + $builddir + + + +

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

          + $type + + + +

          + + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_STRING_JSON + +
          + +
          + + + +
          +
          + +
          +

          + Methods + +

          +
          +

          + 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() + +

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

          + setUp() + +

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

          Search results

          + +
          +
          +
            +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html new file mode 100644 index 000000000..7aea8d644 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html @@ -0,0 +1,702 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
            +

            Documentation

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

            + QRStringTEXTTest + + + extends QRStringTestAbstract + + +
            + in package + +
            + + +

            + + + +

            Tests the QRString output module

            + + + + + + + + + +

            + Table of Contents + +

            + +
            +
            + $builddir + +  : string +
            +
            + +
            + $FQN + +  : string +
            +
            + +
            + $matrix + +  : QRMatrix +
            +
            + +
            + $options + +  : QROptions +
            +
            + +
            + $outputInterface + +  : QROutputInterface +
            +
            + +
            + $type + +  : string +
            +
            + +
            + 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 +
            +
            + +
            + setUp() + +  : void +
            +
            Attempts to create a directory under /.build and instances several required objects
            + +
            + + + + + + +
            +

            + Properties + +

            +
            +

            + $builddir + + + +

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

            + $type + + + +

            + + + + + protected + string + $type + = chillerlanQRCodeQRCode::OUTPUT_STRING_TEXT + +
            + +
            + + + +
            +
            + +
            +

            + Methods + +

            +
            +

            + 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() + +

            + + + + + public + testSetModuleValues() : void + + + + +
            + Tags + +
            +
            +
            + inheritDoc +
            +
            + + +
            +
            + +
            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-QRStringTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html new file mode 100644 index 000000000..c78e05ce0 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html @@ -0,0 +1,690 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
              +

              Documentation

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

              + QRStringTestAbstract + + + extends QROutputTestAbstract + + +
              + in package + +
              + + +

              + + + +

              Tests the QRString output module

              + + + + + + + + + +

              + Table of Contents + +

              + +
              +
              + $builddir + +  : string +
              +
              + +
              + $FQN + +  : string +
              +
              + +
              + $matrix + +  : QRMatrix +
              +
              + +
              + $options + +  : QROptions +
              +
              + +
              + $outputInterface + +  : QROutputInterface +
              +
              + +
              + $type + +  : string +
              +
              + +
              + 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
              + +
              + 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 + = chillerlanQRCodeOutputQRString::class + +
              + +
              + + + +
              + + + + +
              + +
              +

              + Methods + +

              +
              +

              + 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 + abstract testSetModuleValues() : void + + + + + +
              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-QRCodeTest.html b/classes/chillerlan-QRCodeTest-QRCodeTest.html index fc7243a14..bfd303bc1 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeTest.html @@ -161,34 +161,6 @@
                tests if an exception is thrown when an invalid (built-in) output type is specified
                -
                - testIsAlphaNum() - -  : void -
                -
                isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)
                - -
                - testIsByte() - -  : void -
                -
                isByte() passses any binary string and only fails on empty strings
                - -
                - testIsKanji() - -  : void -
                -
                isKanji() should pass on Kanji/SJIS characters and fail on everything else
                - -
                - testIsNumber() - -  : void -
                -
                isNumber() should pass on any number and fail on anything else
                -
                setUp() @@ -296,7 +268,7 @@ @@ -329,7 +301,7 @@ @@ -343,138 +315,6 @@ -
                Return values
                - void - — - - -
                -
                -

                - testIsAlphaNum() - -

                - - -

                isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)

                - - - public - testIsAlphaNum() : void - - - - - -
                Return values
                - void - — - - -
                -
                -

                - testIsByte() - -

                - - -

                isByte() passses any binary string and only fails on empty strings

                - - - public - testIsByte() : void - - - - - -
                Return values
                - void - — - - -
                -
                -

                - testIsKanji() - -

                - - -

                isKanji() should pass on Kanji/SJIS characters and fail on everything else

                - - - public - testIsKanji() : void - - - - - -
                Return values
                - void - — - - -
                -
                -

                - testIsNumber() - -

                - - -

                isNumber() should pass on any number and fail on anything else

                - - - public - testIsNumber() : void - - - - -
                Return values
                void — diff --git a/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ b/descriptors/+/V/e7JUWAyUAJ6cdg6qkPAQ index a831a8d1e..61f93b4c6 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 4a3471c37..582821176 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 new file mode 100644 index 000000000..d8ceb54d7 Binary files /dev/null and b/descriptors/-/F/kNxgM6+xXQuNe88gSOxA differ diff --git a/descriptors/-/L/ek58PIvBzTeodS5wVNSA b/descriptors/-/L/ek58PIvBzTeodS5wVNSA deleted file mode 100644 index 088785da0..000000000 Binary files a/descriptors/-/L/ek58PIvBzTeodS5wVNSA and /dev/null differ diff --git a/descriptors/-/O/p5-gmoh5hPLmm04gN4pQ b/descriptors/-/O/p5-gmoh5hPLmm04gN4pQ index 78241ad0c..eca4d7cb2 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 70941701c..46a16247d 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 16436f7b6..45f1ea16e 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 298a0b225..822ea72b1 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 2dba36b0e..4e9acb3a8 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 f90405392..4ba32e491 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 ecca4b708..f40e3323a 100644 Binary files a/descriptors/1/W/oHvshtXLek5m48kI4qYQ and b/descriptors/1/W/oHvshtXLek5m48kI4qYQ differ diff --git a/descriptors/3/J/jEZ9kqVO837kAN9GcqQQ b/descriptors/3/J/jEZ9kqVO837kAN9GcqQQ deleted file mode 100644 index e8f8d276b..000000000 Binary files a/descriptors/3/J/jEZ9kqVO837kAN9GcqQQ and /dev/null differ diff --git a/descriptors/3/O/NJboKaggdJkamainZjsA b/descriptors/3/O/NJboKaggdJkamainZjsA index 05503f7b7..98d20fda6 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 614a6d42c..42a21e5a4 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 504fbcf1b..3f361fe03 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 ee48078af..946783610 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 b639f9418..a924c039b 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 new file mode 100644 index 000000000..b4f86408d Binary files /dev/null and b/descriptors/7/8/QsSJcxuDttqz7kaLKK9w differ diff --git a/descriptors/8/B/YUUawcRPu8iqa0H4uRzA b/descriptors/8/B/YUUawcRPu8iqa0H4uRzA index 6447a31a1..351673c54 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 959cb8ed2..8fcb315be 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 fc9f69846..341d15593 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 01021ca5f..b05dcb582 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 d22326029..aa5524922 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 1a49b5851..294a7e8e8 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 9af01d094..7550ece3a 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 new file mode 100644 index 000000000..b630f6ec2 Binary files /dev/null and b/descriptors/B/M/ypKt-svLtRmUKXHv+qBg differ diff --git a/descriptors/C/M/EVCvnxX+dRHuyEr8qsYA b/descriptors/C/M/EVCvnxX+dRHuyEr8qsYA new file mode 100644 index 000000000..6cadd01ba Binary files /dev/null and b/descriptors/C/M/EVCvnxX+dRHuyEr8qsYA differ diff --git a/descriptors/D/D/m0G1Z9xVFKtNtCQFoi5w b/descriptors/D/D/m0G1Z9xVFKtNtCQFoi5w index d6985932c..c4dba4553 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 a76157d75..bfd63ea75 100644 Binary files a/descriptors/D/F/DOG571bO-z1teWt5gCnA and b/descriptors/D/F/DOG571bO-z1teWt5gCnA differ diff --git a/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA b/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA index c4d8739a9..d948537aa 100644 Binary files a/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA and b/descriptors/D/Y/k68AX6bKDcYhVlpLdDsA differ diff --git a/descriptors/F/7/OnTTKZgQfCrYvSHdurDA b/descriptors/F/7/OnTTKZgQfCrYvSHdurDA new file mode 100644 index 000000000..dab58e864 Binary files /dev/null and b/descriptors/F/7/OnTTKZgQfCrYvSHdurDA differ diff --git a/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw b/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw index b16ae442c..d43b5627b 100644 Binary files a/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw and b/descriptors/F/9/pXbPL7Yb0FBQxCQ3gJFw differ diff --git a/descriptors/F/B/LksworQTmdGDsbuGgK3w b/descriptors/F/B/LksworQTmdGDsbuGgK3w index 3e4a47679..a2aa17c99 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 cb340ef29..de99624f9 100644 Binary files a/descriptors/F/V/02epmiUkatFxWCEUNOZQ and b/descriptors/F/V/02epmiUkatFxWCEUNOZQ differ diff --git a/descriptors/F/W/W0teNcVy9jqdc46pQatg b/descriptors/F/W/W0teNcVy9jqdc46pQatg index 85e276ff6..9558a9f53 100644 Binary files a/descriptors/F/W/W0teNcVy9jqdc46pQatg and b/descriptors/F/W/W0teNcVy9jqdc46pQatg differ diff --git a/descriptors/G/8/34PLS-AzpSCuX2cZHsqw b/descriptors/G/8/34PLS-AzpSCuX2cZHsqw new file mode 100644 index 000000000..6e325eb46 Binary files /dev/null and b/descriptors/G/8/34PLS-AzpSCuX2cZHsqw differ diff --git a/descriptors/G/G/Wqosy8fgWMr+iNneQiEw b/descriptors/G/G/Wqosy8fgWMr+iNneQiEw new file mode 100644 index 000000000..7153c6e7c Binary files /dev/null and b/descriptors/G/G/Wqosy8fgWMr+iNneQiEw differ diff --git a/descriptors/G/V/fdJGuZf5fNFLqtugqT-w b/descriptors/G/V/fdJGuZf5fNFLqtugqT-w deleted file mode 100644 index b8a5fd8f9..000000000 Binary files a/descriptors/G/V/fdJGuZf5fNFLqtugqT-w and /dev/null differ diff --git a/descriptors/G/Z/oRUELJnE8E9xjfb7zVYw b/descriptors/G/Z/oRUELJnE8E9xjfb7zVYw index 6faf50387..b5deee57c 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 b12976e6d..8b8730d48 100644 Binary files a/descriptors/H/K/L8qxzlGe3nApAEb0XDmw and b/descriptors/H/K/L8qxzlGe3nApAEb0XDmw differ diff --git a/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ b/descriptors/I/Y/McDk2MyGmf-EX5vHdJnQ index 5ea52b5b8..2cc27b191 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 9d98e816d..c14ba4350 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 a26143556..620eb21d4 100644 Binary files a/descriptors/M/-/WxZaFDk-ceeWbfrdktlw and b/descriptors/M/-/WxZaFDk-ceeWbfrdktlw differ diff --git a/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA b/descriptors/M/D/7RuPc8ZLXiYUOULAXMHA index 5bc5eed8f..b2262ef40 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 40ee4690a..2f830c4e9 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 5461d17ba..cea98aa1a 100644 Binary files a/descriptors/M/H/UP+q5Whq-hBCfNUVgmmA and b/descriptors/M/H/UP+q5Whq-hBCfNUVgmmA differ diff --git a/descriptors/M/T/A9D8WO4csoTT6-PUOhyQ b/descriptors/M/T/A9D8WO4csoTT6-PUOhyQ deleted file mode 100644 index 3536d4985..000000000 Binary files a/descriptors/M/T/A9D8WO4csoTT6-PUOhyQ and /dev/null differ diff --git a/descriptors/N/E/ZqP6aKgWYU4JMqYQSlXw b/descriptors/N/E/ZqP6aKgWYU4JMqYQSlXw index 60cec18ea..fc7d76b95 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 3c141cf53..478f9a5b6 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 08c06d835..cc8d2cf32 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 aa2e2905d..1dcca9f8a 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 8cd8e5026..45a319398 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 9aad3c31f..28167ad94 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 efda5717a..f5e3480b1 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 f5198c91d..7739d8358 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 841743f3b..8e08c6556 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 7ca1d5454..34e63ef77 100644 Binary files a/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ and b/descriptors/P/V/hBxH0ZEK5MfA5tilgPPQ differ diff --git a/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng b/descriptors/Q/G/1e8Ygp1jpFLMRhjJxNng index 95cef1881..f7fe26c1c 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 7b840d0c4..6004dcda1 100644 Binary files a/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw and b/descriptors/Q/P/B+J2GJLfQ0IakPB13vHw differ diff --git a/descriptors/R/J/XynComHevEUzJVBqwqBw b/descriptors/R/J/XynComHevEUzJVBqwqBw index edecf00e5..661e9be65 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 9edc77ff1..a972d3118 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 5a7b4efdd..11832d11b 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 3c8ba8d0f..62191954f 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 new file mode 100644 index 000000000..7302f7c6b Binary files /dev/null and b/descriptors/T/M/LNFLDuHMpqMgpKcW670A differ diff --git a/descriptors/T/U/tCn8347JaERiSFirOQkQ b/descriptors/T/U/tCn8347JaERiSFirOQkQ index 834aa7515..f1737b7d3 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 1720ef925..ce26996bf 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 e386483cc..fde9f6e22 100644 Binary files a/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig and b/descriptors/U/D/HkBpwSQ2rDsnrVbWT7Ig differ diff --git a/descriptors/U/M/GOkWye9ioWEVXJE38j3A b/descriptors/U/M/GOkWye9ioWEVXJE38j3A index f1e8a6938..88cb9f73f 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 628b1ce02..9485e87e5 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 f9ae95fd7..59f2d8f87 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 new file mode 100644 index 000000000..3ad06cfe9 Binary files /dev/null and b/descriptors/V/W/lD6qBTbqlkVqPSgCnx4Q differ diff --git a/descriptors/W/V/grsubfc-REqTpvf8epEg b/descriptors/W/V/grsubfc-REqTpvf8epEg index 5e4434bcb..3e83f7404 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 new file mode 100644 index 000000000..bf8b7d135 Binary files /dev/null and b/descriptors/W/W/VuUIL017QJptZ8nk+oCQ differ diff --git a/descriptors/X/K/dIL95Dr61miaEd3wrNUQ b/descriptors/X/K/dIL95Dr61miaEd3wrNUQ index 55fbc5372..702aab44c 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 a14334b4a..2963d3305 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 d855c4606..524019812 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 a7affda6f..e274bf566 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 new file mode 100644 index 000000000..04fb9e2b5 Binary files /dev/null and b/descriptors/Y/J/-UeysKWW9IRX0jdHGODw differ diff --git a/descriptors/Z/C/CRBlXw6s4VbcKgA+wbGA b/descriptors/Z/C/CRBlXw6s4VbcKgA+wbGA index e07a6e9f7..f04799de4 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 2a64225c8..61c225ce7 100644 Binary files a/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg and b/descriptors/Z/C/F+uoZ4eMh0rvFVtWvHQg differ diff --git a/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ b/descriptors/Z/R/OUsJ+j-nqt5LtwbqJiaQ index a27450ef8..dea776cd2 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 8326c9815..d51e75c60 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 1c2c53203..60aa7bde7 100644 Binary files a/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg and b/descriptors/Z/Y/O1XoiKM2Zbo-sweIM8Xg differ diff --git a/files/+/B/Ua8n+tP9KS+4mczUdooA b/files/+/B/Ua8n+tP9KS+4mczUdooA new file mode 100644 index 000000000..02b27d6c9 Binary files /dev/null and b/files/+/B/Ua8n+tP9KS+4mczUdooA differ diff --git a/files/+/K/fivj+KhPIlShyqsYHS6w b/files/+/K/fivj+KhPIlShyqsYHS6w new file mode 100644 index 000000000..506fa3193 Binary files /dev/null and b/files/+/K/fivj+KhPIlShyqsYHS6w differ diff --git a/files/+/O/WovHCc8pA9BPkgsLcnqA b/files/+/O/WovHCc8pA9BPkgsLcnqA index 3c36daae3..579f72f76 100644 Binary files a/files/+/O/WovHCc8pA9BPkgsLcnqA and b/files/+/O/WovHCc8pA9BPkgsLcnqA differ diff --git a/files/-/8/NWrEnpoAa9shX9tR4c1w b/files/-/8/NWrEnpoAa9shX9tR4c1w new file mode 100644 index 000000000..e26ce88ab Binary files /dev/null and b/files/-/8/NWrEnpoAa9shX9tR4c1w differ diff --git a/files/0/I/LYcDsWltrpp9FuLdiOdQ b/files/0/I/LYcDsWltrpp9FuLdiOdQ deleted file mode 100644 index f413589f7..000000000 Binary files a/files/0/I/LYcDsWltrpp9FuLdiOdQ and /dev/null differ diff --git a/files/0/P/9TmOfQ1VmiCaZtldqrtQ b/files/0/P/9TmOfQ1VmiCaZtldqrtQ index 86736f71b..a159563de 100644 Binary files a/files/0/P/9TmOfQ1VmiCaZtldqrtQ and b/files/0/P/9TmOfQ1VmiCaZtldqrtQ differ diff --git a/files/1/R/7JvD4UbX9ZrpN0vvITpw b/files/1/R/7JvD4UbX9ZrpN0vvITpw index e8d0ea93c..c7619a5ce 100644 Binary files a/files/1/R/7JvD4UbX9ZrpN0vvITpw and b/files/1/R/7JvD4UbX9ZrpN0vvITpw differ diff --git a/files/3/H/wB2GiwqPuQxHs6x6WSuQ b/files/3/H/wB2GiwqPuQxHs6x6WSuQ new file mode 100644 index 000000000..a0b402071 Binary files /dev/null and b/files/3/H/wB2GiwqPuQxHs6x6WSuQ differ diff --git a/files/3/N/189cBEl67bsBwjxv+UZQ b/files/3/N/189cBEl67bsBwjxv+UZQ new file mode 100644 index 000000000..f9b93ce45 Binary files /dev/null and b/files/3/N/189cBEl67bsBwjxv+UZQ differ diff --git a/files/4/A/SVpTTMK1n6oImqC-ArLw b/files/4/A/SVpTTMK1n6oImqC-ArLw index 562e63eb8..d30658444 100644 Binary files a/files/4/A/SVpTTMK1n6oImqC-ArLw and b/files/4/A/SVpTTMK1n6oImqC-ArLw differ diff --git a/files/5/Y/eUrrXI9RYLYsfyKLq-lQ b/files/5/Y/eUrrXI9RYLYsfyKLq-lQ index ab73d361a..31a1995ef 100644 Binary files a/files/5/Y/eUrrXI9RYLYsfyKLq-lQ and b/files/5/Y/eUrrXI9RYLYsfyKLq-lQ differ diff --git a/files/6/Z/NMwYFjUGBbEX7FMNvetQ b/files/6/Z/NMwYFjUGBbEX7FMNvetQ index 2aa5cf46c..e77673752 100644 Binary files a/files/6/Z/NMwYFjUGBbEX7FMNvetQ and b/files/6/Z/NMwYFjUGBbEX7FMNvetQ differ diff --git a/files/7/7/ybB2VxJx6sSNSCzd+eIQ b/files/7/7/ybB2VxJx6sSNSCzd+eIQ index 8208873c8..ca054190f 100644 Binary files a/files/7/7/ybB2VxJx6sSNSCzd+eIQ and b/files/7/7/ybB2VxJx6sSNSCzd+eIQ differ diff --git a/files/7/C/yHK5-SltR2h317oRNQHw b/files/7/C/yHK5-SltR2h317oRNQHw index d04770839..4d1910546 100644 Binary files a/files/7/C/yHK5-SltR2h317oRNQHw and b/files/7/C/yHK5-SltR2h317oRNQHw differ diff --git a/files/7/O/hVnPCNw3dvd9Hg1VDBUg b/files/7/O/hVnPCNw3dvd9Hg1VDBUg new file mode 100644 index 000000000..e493a2d4d Binary files /dev/null and b/files/7/O/hVnPCNw3dvd9Hg1VDBUg differ diff --git a/files/8/0/fp9ShnPyXs7M-MCMUhpA b/files/8/0/fp9ShnPyXs7M-MCMUhpA new file mode 100644 index 000000000..3f825d952 Binary files /dev/null and b/files/8/0/fp9ShnPyXs7M-MCMUhpA differ diff --git a/files/8/9/ywAl0kZXWapc-duaxAkQ b/files/8/9/ywAl0kZXWapc-duaxAkQ deleted file mode 100644 index 0a75ef21e..000000000 Binary files a/files/8/9/ywAl0kZXWapc-duaxAkQ and /dev/null differ diff --git a/files/9/I/9qaruhegrHrr8LYb6ogg b/files/9/I/9qaruhegrHrr8LYb6ogg deleted file mode 100644 index 08f69e942..000000000 Binary files a/files/9/I/9qaruhegrHrr8LYb6ogg and /dev/null differ diff --git a/files/9/L/I-0poZRRInTiYSdOOOGg b/files/9/L/I-0poZRRInTiYSdOOOGg deleted file mode 100644 index 09714a803..000000000 Binary files a/files/9/L/I-0poZRRInTiYSdOOOGg and /dev/null differ diff --git a/files/9/X/t0oAbWrLJ8eYeO0ctYBQ b/files/9/X/t0oAbWrLJ8eYeO0ctYBQ index 90cba5220..ab7e8a22b 100644 Binary files a/files/9/X/t0oAbWrLJ8eYeO0ctYBQ and b/files/9/X/t0oAbWrLJ8eYeO0ctYBQ differ diff --git a/files/A/D/IB5CUl5mCA+GHT7vYhbg b/files/A/D/IB5CUl5mCA+GHT7vYhbg index 9cad16e35..f224ca0de 100644 Binary files a/files/A/D/IB5CUl5mCA+GHT7vYhbg and b/files/A/D/IB5CUl5mCA+GHT7vYhbg differ diff --git a/files/A/H/-JQyHh8UGCjxqhUjJ3ug b/files/A/H/-JQyHh8UGCjxqhUjJ3ug deleted file mode 100644 index 7b5a448de..000000000 Binary files a/files/A/H/-JQyHh8UGCjxqhUjJ3ug and /dev/null differ diff --git a/files/B/+/cilQUkol1+S1DN2k4IAw b/files/B/+/cilQUkol1+S1DN2k4IAw new file mode 100644 index 000000000..d0d162dfc Binary files /dev/null and b/files/B/+/cilQUkol1+S1DN2k4IAw differ diff --git a/files/B/A/PlYPAD3WRkmDlZCA0sYg b/files/B/A/PlYPAD3WRkmDlZCA0sYg new file mode 100644 index 000000000..de11a3207 Binary files /dev/null and b/files/B/A/PlYPAD3WRkmDlZCA0sYg differ diff --git a/files/B/G/d5hfp17i9wMvaCFNPjWA b/files/B/G/d5hfp17i9wMvaCFNPjWA index c0c5e5719..252ea4a07 100644 Binary files a/files/B/G/d5hfp17i9wMvaCFNPjWA and b/files/B/G/d5hfp17i9wMvaCFNPjWA differ diff --git a/files/C/H/BvIsMp78g+y3-WbjvTAA b/files/C/H/BvIsMp78g+y3-WbjvTAA index 06212320b..1a29aa4d7 100644 Binary files a/files/C/H/BvIsMp78g+y3-WbjvTAA and b/files/C/H/BvIsMp78g+y3-WbjvTAA differ diff --git a/files/C/O/WkY67UheUxB73ThYCK5w b/files/C/O/WkY67UheUxB73ThYCK5w new file mode 100644 index 000000000..85b40e9cf Binary files /dev/null and b/files/C/O/WkY67UheUxB73ThYCK5w differ diff --git a/files/C/Z/oatGE-a8FElByY-JNZTA b/files/C/Z/oatGE-a8FElByY-JNZTA index 08942b5aa..90c0f7b94 100644 Binary files a/files/C/Z/oatGE-a8FElByY-JNZTA and b/files/C/Z/oatGE-a8FElByY-JNZTA differ diff --git a/files/A/L/XwKkRE-RJ3ofxAPqwimw b/files/D/6/1lQpZtHHuBj-6HQXKSsw similarity index 99% rename from files/A/L/XwKkRE-RJ3ofxAPqwimw rename to files/D/6/1lQpZtHHuBj-6HQXKSsw index ca2ccf63e..bf9e33b91 100644 Binary files a/files/A/L/XwKkRE-RJ3ofxAPqwimw and b/files/D/6/1lQpZtHHuBj-6HQXKSsw differ diff --git a/files/D/Q/6AtQkEVCUIVSihLU4xaA b/files/D/Q/6AtQkEVCUIVSihLU4xaA new file mode 100644 index 000000000..dde26fa3c Binary files /dev/null and b/files/D/Q/6AtQkEVCUIVSihLU4xaA differ diff --git a/files/E/9/3BaVKYrOdDnfYq4Q-WLA b/files/E/9/3BaVKYrOdDnfYq4Q-WLA new file mode 100644 index 000000000..715fbfaaf Binary files /dev/null and b/files/E/9/3BaVKYrOdDnfYq4Q-WLA differ diff --git a/files/E/9/nweH4dCaAgwFUIPbFRIA b/files/E/9/nweH4dCaAgwFUIPbFRIA index c5a0f65c1..0f152904d 100644 Binary files a/files/E/9/nweH4dCaAgwFUIPbFRIA and b/files/E/9/nweH4dCaAgwFUIPbFRIA differ diff --git a/files/E/R/TAcbdYw27qpvxALSxR3w b/files/E/R/TAcbdYw27qpvxALSxR3w index 174359b64..95c233f5e 100644 Binary files a/files/E/R/TAcbdYw27qpvxALSxR3w and b/files/E/R/TAcbdYw27qpvxALSxR3w differ diff --git a/files/F/+/C1GJwnHM4LR2ZeV+2VfQ b/files/F/+/C1GJwnHM4LR2ZeV+2VfQ new file mode 100644 index 000000000..5a036c453 Binary files /dev/null and b/files/F/+/C1GJwnHM4LR2ZeV+2VfQ differ diff --git a/files/F/R/-NisvYSoGL1rZ2BLBJuw b/files/F/R/-NisvYSoGL1rZ2BLBJuw deleted file mode 100644 index e3f582feb..000000000 Binary files a/files/F/R/-NisvYSoGL1rZ2BLBJuw and /dev/null differ diff --git a/files/F/R/Nr60fjCnka+ugl60hKMA b/files/F/R/Nr60fjCnka+ugl60hKMA index fd4725225..50ec88ddc 100644 Binary files a/files/F/R/Nr60fjCnka+ugl60hKMA and b/files/F/R/Nr60fjCnka+ugl60hKMA differ diff --git a/files/G/K/Z0LOr0NDNdougGfFaFhg b/files/G/K/Z0LOr0NDNdougGfFaFhg deleted file mode 100644 index af7bd7b38..000000000 Binary files a/files/G/K/Z0LOr0NDNdougGfFaFhg and /dev/null differ diff --git a/files/G/S/ilhZdkG-bqx8NIJVrmNg b/files/G/S/ilhZdkG-bqx8NIJVrmNg index e11079ebb..891cfa748 100644 Binary files a/files/G/S/ilhZdkG-bqx8NIJVrmNg and b/files/G/S/ilhZdkG-bqx8NIJVrmNg differ diff --git a/files/H/I/GcP-DC5-DKmkGs5KL0DQ b/files/H/I/GcP-DC5-DKmkGs5KL0DQ deleted file mode 100644 index 6c4647b36..000000000 Binary files a/files/H/I/GcP-DC5-DKmkGs5KL0DQ and /dev/null differ diff --git a/files/H/L/IlWraRObZ7bTgqDRvvEw b/files/H/L/IlWraRObZ7bTgqDRvvEw deleted file mode 100644 index 2a9c472bc..000000000 Binary files a/files/H/L/IlWraRObZ7bTgqDRvvEw and /dev/null differ diff --git a/files/H/V/u6dr6LsctLyZVxbMJgUw b/files/H/V/u6dr6LsctLyZVxbMJgUw index 960511a20..8bb01abfa 100644 Binary files a/files/H/V/u6dr6LsctLyZVxbMJgUw and b/files/H/V/u6dr6LsctLyZVxbMJgUw differ diff --git a/files/I/A/nqtGjl7eu5-IcarAosug b/files/I/A/nqtGjl7eu5-IcarAosug new file mode 100644 index 000000000..1d1603386 Binary files /dev/null and b/files/I/A/nqtGjl7eu5-IcarAosug differ diff --git a/files/J/1/pIAusvx9ulfkRypatz7w b/files/J/1/pIAusvx9ulfkRypatz7w new file mode 100644 index 000000000..4a733adc1 Binary files /dev/null and b/files/J/1/pIAusvx9ulfkRypatz7w differ diff --git a/files/J/S/0p5rjanTossLGwO7mFdQ b/files/J/S/0p5rjanTossLGwO7mFdQ new file mode 100644 index 000000000..417b1a3b1 Binary files /dev/null and b/files/J/S/0p5rjanTossLGwO7mFdQ differ diff --git a/files/J/W/jKXCDvfcpHRZasn71RkQ b/files/J/W/jKXCDvfcpHRZasn71RkQ index 35076f3d4..8bf2610c0 100644 Binary files a/files/J/W/jKXCDvfcpHRZasn71RkQ and b/files/J/W/jKXCDvfcpHRZasn71RkQ differ diff --git a/files/J/X/VPS7D+D-MuV7zFa-nNUw b/files/J/X/VPS7D+D-MuV7zFa-nNUw index 411730889..a953a278a 100644 Binary files a/files/J/X/VPS7D+D-MuV7zFa-nNUw and b/files/J/X/VPS7D+D-MuV7zFa-nNUw differ diff --git a/files/K/J/YVUmkeQ+CHSKde-ON-GQ b/files/K/J/YVUmkeQ+CHSKde-ON-GQ index 75e804a2a..1b61a6e35 100644 Binary files a/files/K/J/YVUmkeQ+CHSKde-ON-GQ and b/files/K/J/YVUmkeQ+CHSKde-ON-GQ differ diff --git a/files/K/Y/xjLMZlMZ9vOrVLEHKJxg b/files/K/Y/xjLMZlMZ9vOrVLEHKJxg index f77f84924..6c2b953f0 100644 Binary files a/files/K/Y/xjLMZlMZ9vOrVLEHKJxg and b/files/K/Y/xjLMZlMZ9vOrVLEHKJxg differ diff --git a/files/L/-/ZsQ5z9uZM3VEfdmYjc0g b/files/L/-/ZsQ5z9uZM3VEfdmYjc0g index d20bb66c4..43605b7c9 100644 Binary files a/files/L/-/ZsQ5z9uZM3VEfdmYjc0g and b/files/L/-/ZsQ5z9uZM3VEfdmYjc0g differ diff --git a/files/L/X/qHuIyBxkKnTcVhX+4UTg b/files/L/X/qHuIyBxkKnTcVhX+4UTg new file mode 100644 index 000000000..5c9c4b719 Binary files /dev/null and b/files/L/X/qHuIyBxkKnTcVhX+4UTg differ diff --git a/files/L/X/srqfKSCwY+rz3vq7cxQA b/files/L/X/srqfKSCwY+rz3vq7cxQA index 4314f44ac..04db48854 100644 Binary files a/files/L/X/srqfKSCwY+rz3vq7cxQA and b/files/L/X/srqfKSCwY+rz3vq7cxQA differ diff --git a/files/L/Z/M1tyW8Rxbr-z6hn+d8gw b/files/L/Z/M1tyW8Rxbr-z6hn+d8gw index 6faf8a805..4724ae31e 100644 Binary files a/files/L/Z/M1tyW8Rxbr-z6hn+d8gw and b/files/L/Z/M1tyW8Rxbr-z6hn+d8gw differ diff --git a/files/N/2/XXEdmF+re11s+iZhLfCA b/files/N/2/XXEdmF+re11s+iZhLfCA deleted file mode 100644 index 4da957e45..000000000 Binary files a/files/N/2/XXEdmF+re11s+iZhLfCA and /dev/null differ diff --git a/files/N/G/CF2eZ3GwMSgK1HdPRONA b/files/N/G/CF2eZ3GwMSgK1HdPRONA index 6902e27d3..9c66aee2b 100644 Binary files a/files/N/G/CF2eZ3GwMSgK1HdPRONA and b/files/N/G/CF2eZ3GwMSgK1HdPRONA differ diff --git a/files/N/L/oVuRqu5li7C+R-50gcfg b/files/N/L/oVuRqu5li7C+R-50gcfg index 389e0835a..a9ce82faa 100644 Binary files a/files/N/L/oVuRqu5li7C+R-50gcfg and b/files/N/L/oVuRqu5li7C+R-50gcfg differ diff --git a/files/N/O/oDXogH4VOzsYfbmEHngg b/files/N/O/oDXogH4VOzsYfbmEHngg index f95ea4428..8f3d7a403 100644 Binary files a/files/N/O/oDXogH4VOzsYfbmEHngg and b/files/N/O/oDXogH4VOzsYfbmEHngg differ diff --git a/files/N/P/cB3NBJaYRXoBzlPDG00w b/files/N/P/cB3NBJaYRXoBzlPDG00w new file mode 100644 index 000000000..3898f70e2 Binary files /dev/null and b/files/N/P/cB3NBJaYRXoBzlPDG00w differ diff --git a/files/O/L/E6Aj-zzhQ7DF5jLkxnAw b/files/O/L/E6Aj-zzhQ7DF5jLkxnAw new file mode 100644 index 000000000..fbaabe09f Binary files /dev/null and b/files/O/L/E6Aj-zzhQ7DF5jLkxnAw differ diff --git a/files/O/P/VKUMgyryHg5qnxCn-h0g b/files/O/P/VKUMgyryHg5qnxCn-h0g index eb001073b..d3f5c47b6 100644 Binary files a/files/O/P/VKUMgyryHg5qnxCn-h0g and b/files/O/P/VKUMgyryHg5qnxCn-h0g differ diff --git a/files/O/Z/C4jK3BJgUt-N5Vk2YArw b/files/O/Z/C4jK3BJgUt-N5Vk2YArw new file mode 100644 index 000000000..9f84a5add Binary files /dev/null and b/files/O/Z/C4jK3BJgUt-N5Vk2YArw differ diff --git a/files/Q/1/GWqtCXg2HMEvyDi0y9NA b/files/Q/1/GWqtCXg2HMEvyDi0y9NA index c9ea90e5f..0e009bcf2 100644 Binary files a/files/Q/1/GWqtCXg2HMEvyDi0y9NA and b/files/Q/1/GWqtCXg2HMEvyDi0y9NA differ diff --git a/files/Q/6/afD6rVJYJ2CYS6mlNirw b/files/Q/6/afD6rVJYJ2CYS6mlNirw index 438a6d264..c4b5484e0 100644 Binary files a/files/Q/6/afD6rVJYJ2CYS6mlNirw and b/files/Q/6/afD6rVJYJ2CYS6mlNirw differ diff --git a/files/Q/I/mJSGZXEGE4Xh89zx-xTA b/files/Q/I/mJSGZXEGE4Xh89zx-xTA index 3145fff96..53e1c7426 100644 Binary files a/files/Q/I/mJSGZXEGE4Xh89zx-xTA and b/files/Q/I/mJSGZXEGE4Xh89zx-xTA differ diff --git a/files/Q/L/AceURt5XU6Q0g0c6y8hw b/files/Q/L/AceURt5XU6Q0g0c6y8hw index 074a1a8de..84a4f19ff 100644 Binary files a/files/Q/L/AceURt5XU6Q0g0c6y8hw and b/files/Q/L/AceURt5XU6Q0g0c6y8hw differ diff --git a/files/R/1/AhKdr1gqaXCIasSPqx9w b/files/R/1/AhKdr1gqaXCIasSPqx9w index b3dcda5cf..92663025e 100644 Binary files a/files/R/1/AhKdr1gqaXCIasSPqx9w and b/files/R/1/AhKdr1gqaXCIasSPqx9w differ diff --git a/files/R/D/6yM76--IiTKgo-AjnDqg b/files/R/D/6yM76--IiTKgo-AjnDqg deleted file mode 100644 index 70d5dd1f4..000000000 Binary files a/files/R/D/6yM76--IiTKgo-AjnDqg and /dev/null differ diff --git a/files/R/X/sChcMNmugmLwo45cpbXQ b/files/R/X/sChcMNmugmLwo45cpbXQ index 21197c8d4..2c7a46f06 100644 Binary files a/files/R/X/sChcMNmugmLwo45cpbXQ and b/files/R/X/sChcMNmugmLwo45cpbXQ differ diff --git a/files/S/0/WIEagWrq7ztB1As6O3KA b/files/S/0/WIEagWrq7ztB1As6O3KA index 6b9caf9f7..ec2b9ac65 100644 Binary files a/files/S/0/WIEagWrq7ztB1As6O3KA and b/files/S/0/WIEagWrq7ztB1As6O3KA differ diff --git a/files/S/P/zGF2myzHbMK47PpE0Asg b/files/S/P/zGF2myzHbMK47PpE0Asg deleted file mode 100644 index 7689e77b1..000000000 Binary files a/files/S/P/zGF2myzHbMK47PpE0Asg and /dev/null differ diff --git a/files/T/A/89GBZL7XFSvre-leFsxg b/files/T/A/89GBZL7XFSvre-leFsxg index 7ab514d0c..6770d78cb 100644 Binary files a/files/T/A/89GBZL7XFSvre-leFsxg and b/files/T/A/89GBZL7XFSvre-leFsxg differ diff --git a/files/T/K/dtOt+OnAsdA1owQ-rK+A b/files/T/K/dtOt+OnAsdA1owQ-rK+A deleted file mode 100644 index 4f8617eec..000000000 Binary files a/files/T/K/dtOt+OnAsdA1owQ-rK+A and /dev/null differ diff --git a/files/U/2/rmwzTu01UCJBQPtjSu4A b/files/U/2/rmwzTu01UCJBQPtjSu4A new file mode 100644 index 000000000..d1632faf8 Binary files /dev/null and b/files/U/2/rmwzTu01UCJBQPtjSu4A differ diff --git a/files/U/B/YP5QXIhrYiwu-iJQjHfQ b/files/U/B/YP5QXIhrYiwu-iJQjHfQ index 53c4ff376..48e56afc7 100644 Binary files a/files/U/B/YP5QXIhrYiwu-iJQjHfQ and b/files/U/B/YP5QXIhrYiwu-iJQjHfQ differ diff --git a/files/U/F/1WtYZC1O9cy5oPwAY7XQ b/files/U/F/1WtYZC1O9cy5oPwAY7XQ new file mode 100644 index 000000000..3ee424cbf Binary files /dev/null and b/files/U/F/1WtYZC1O9cy5oPwAY7XQ differ diff --git a/files/U/J/JwMkjE77AoI6w26d1sgA b/files/U/J/JwMkjE77AoI6w26d1sgA new file mode 100644 index 000000000..294bc9876 Binary files /dev/null and b/files/U/J/JwMkjE77AoI6w26d1sgA differ diff --git a/files/U/U/DB2CyNLPSF8SSzzN9hNg b/files/U/U/DB2CyNLPSF8SSzzN9hNg new file mode 100644 index 000000000..25d88d215 Binary files /dev/null and b/files/U/U/DB2CyNLPSF8SSzzN9hNg differ diff --git a/files/V/6/UqfusinvnQSMYR8OJD4A b/files/V/6/UqfusinvnQSMYR8OJD4A index 5da21c35c..b26051c41 100644 Binary files a/files/V/6/UqfusinvnQSMYR8OJD4A and b/files/V/6/UqfusinvnQSMYR8OJD4A differ diff --git a/files/V/E/6qa6unaV4WXeOAIaDvGg b/files/V/E/6qa6unaV4WXeOAIaDvGg deleted file mode 100644 index f2db4f492..000000000 Binary files a/files/V/E/6qa6unaV4WXeOAIaDvGg and /dev/null differ diff --git a/files/V/K/frjXrIp7Um2DXK5fm2Kg b/files/V/K/frjXrIp7Um2DXK5fm2Kg deleted file mode 100644 index 7c66317c7..000000000 Binary files a/files/V/K/frjXrIp7Um2DXK5fm2Kg and /dev/null differ diff --git a/files/V/R/fQN2fNNLMYGdBwZPYZRA b/files/V/R/fQN2fNNLMYGdBwZPYZRA index 6f224358a..ee6544c2d 100644 Binary files a/files/V/R/fQN2fNNLMYGdBwZPYZRA and b/files/V/R/fQN2fNNLMYGdBwZPYZRA differ diff --git a/files/W/D/DkL8ZG+jvL83j1O-GDxQ b/files/W/D/DkL8ZG+jvL83j1O-GDxQ deleted file mode 100644 index 617a0f5ea..000000000 Binary files a/files/W/D/DkL8ZG+jvL83j1O-GDxQ and /dev/null differ diff --git a/files/W/E/7Ho1zRsOp0P74jZdz6Eg b/files/W/E/7Ho1zRsOp0P74jZdz6Eg index 1e40d792d..947f2dc81 100644 Binary files a/files/W/E/7Ho1zRsOp0P74jZdz6Eg and b/files/W/E/7Ho1zRsOp0P74jZdz6Eg differ diff --git a/files/W/V/fpWb-UOS+QJyfIGBvLtw b/files/W/V/fpWb-UOS+QJyfIGBvLtw index 9c009ab27..eeb9455cc 100644 Binary files a/files/W/V/fpWb-UOS+QJyfIGBvLtw and b/files/W/V/fpWb-UOS+QJyfIGBvLtw differ diff --git a/files/W/Y/0n9UfKEBf8E3VHC8ekEA b/files/W/Y/0n9UfKEBf8E3VHC8ekEA new file mode 100644 index 000000000..fb1219b26 Binary files /dev/null and b/files/W/Y/0n9UfKEBf8E3VHC8ekEA differ diff --git a/files/X/4/BkbAxBD-L61pWvm+rYeA b/files/X/4/BkbAxBD-L61pWvm+rYeA deleted file mode 100644 index 1967b5de7..000000000 Binary files a/files/X/4/BkbAxBD-L61pWvm+rYeA and /dev/null differ diff --git a/files/X/D/hL-0b7mJ-c0jauqIk1lw b/files/X/D/hL-0b7mJ-c0jauqIk1lw index 24f7069b7..c670783e0 100644 Binary files a/files/X/D/hL-0b7mJ-c0jauqIk1lw and b/files/X/D/hL-0b7mJ-c0jauqIk1lw differ diff --git a/files/X/E/4QUvsufJTJinVZZiFAjA b/files/X/E/4QUvsufJTJinVZZiFAjA index 450a1486b..0f3f73432 100644 Binary files a/files/X/E/4QUvsufJTJinVZZiFAjA and b/files/X/E/4QUvsufJTJinVZZiFAjA differ diff --git a/files/X/E/QfByA38nHhFeAb89mCGg b/files/X/E/QfByA38nHhFeAb89mCGg index 3a427e7b6..018619830 100644 Binary files a/files/X/E/QfByA38nHhFeAb89mCGg and b/files/X/E/QfByA38nHhFeAb89mCGg differ diff --git a/files/X/G/Jecbvu+fgXXGa5RdRzaQ b/files/X/G/Jecbvu+fgXXGa5RdRzaQ new file mode 100644 index 000000000..3d526c339 Binary files /dev/null and b/files/X/G/Jecbvu+fgXXGa5RdRzaQ differ diff --git a/files/X/L/NhUo6M5WuXFS8t9T7XZw b/files/X/L/NhUo6M5WuXFS8t9T7XZw deleted file mode 100644 index d77abfc63..000000000 Binary files a/files/X/L/NhUo6M5WuXFS8t9T7XZw and /dev/null differ diff --git a/files/X/Q/7ABc+ankVOzUGkn7v0Fw b/files/X/Q/7ABc+ankVOzUGkn7v0Fw index 2bc4d2a37..be7df32d0 100644 Binary files a/files/X/Q/7ABc+ankVOzUGkn7v0Fw and b/files/X/Q/7ABc+ankVOzUGkn7v0Fw differ diff --git a/files/Y/K/bsAGuZPjAy62MiPnlvYg b/files/Y/K/bsAGuZPjAy62MiPnlvYg index 8e29cf378..786840a63 100644 Binary files a/files/Y/K/bsAGuZPjAy62MiPnlvYg and b/files/Y/K/bsAGuZPjAy62MiPnlvYg differ diff --git a/files/Z/5/n9gAR3guIFx-jlh-tzBQ b/files/Z/5/n9gAR3guIFx-jlh-tzBQ index ad34bfba2..436d2a481 100644 Binary files a/files/Z/5/n9gAR3guIFx-jlh-tzBQ and b/files/Z/5/n9gAR3guIFx-jlh-tzBQ differ diff --git a/files/Z/Q/seIAYS+s6Tsm6vZPNaWQ b/files/Z/Q/seIAYS+s6Tsm6vZPNaWQ deleted file mode 100644 index 297083cf1..000000000 Binary files a/files/Z/Q/seIAYS+s6Tsm6vZPNaWQ and /dev/null differ diff --git a/files/Z/W/urTlDp5s1eB9768DzN0w b/files/Z/W/urTlDp5s1eB9768DzN0w index 603fa2618..794f61807 100644 Binary files a/files/Z/W/urTlDp5s1eB9768DzN0w and b/files/Z/W/urTlDp5s1eB9768DzN0w differ diff --git a/files/Z/Y/anqhQGjjMdO1w6SkylxA b/files/Z/Y/anqhQGjjMdO1w6SkylxA index b9629d235..d994a7857 100644 Binary files a/files/Z/Y/anqhQGjjMdO1w6SkylxA and b/files/Z/Y/anqhQGjjMdO1w6SkylxA differ diff --git a/files/src-output-qrimage.html b/files/src-output-qrgdimage.html similarity index 95% rename from files/src-output-qrimage.html rename to files/src-output-qrgdimage.html index 3ec99c46f..a19467adf 100644 --- a/files/src-output-qrimage.html +++ b/files/src-output-qrgdimage.html @@ -91,9 +91,9 @@
                -

                QRImage.php

                +

                QRGdImage.php

                -

                Class QRImage

                +

                Class QRGdImage

                @@ -159,7 +159,7 @@
                -
                QRImage
                +
                QRGdImage
                Converts the matrix into GD images, raw or base64 output (requires ext-gd)
                @@ -185,7 +185,7 @@ - + diff --git a/files/tests-output-qrgdimagegiftest.html b/files/tests-output-qrgdimagegiftest.html new file mode 100644 index 000000000..c22604cf0 --- /dev/null +++ b/files/tests-output-qrgdimagegiftest.html @@ -0,0 +1,191 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                +

                Documentation

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

                QRGdImageGIFTest.php

                + +

                Class QRGdImageGIFTest

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

                11.12.2021

                +
                + +
                +
                + author +
                +
                + +

                smiley smiley@chillerlan.net

                +
                + +
                +
                + copyright +
                +
                + +

                2021 smiley

                +
                + +
                +
                + license +
                +
                + +

                MIT

                +
                + +
                +
                + + + + +

                + Interfaces, Classes and Traits + +

                + +
                + +
                QRGdImageGIFTest
                +
                Tests the QRGdImage output module
                + +
                + + + + + + + + +
                +
                +
                +
                +

                Search results

                + +
                +
                +
                  +
                  +
                  +
                  +
                  +
                  + + +
                  + + + + + + + + diff --git a/files/tests-output-qrgdimagejpgtest.html b/files/tests-output-qrgdimagejpgtest.html new file mode 100644 index 000000000..1df863507 --- /dev/null +++ b/files/tests-output-qrgdimagejpgtest.html @@ -0,0 +1,191 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                  +

                  Documentation

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

                  QRGdImageJPGTest.php

                  + +

                  Class QRGdImageJPGTest

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

                  11.12.2021

                  +
                  + +
                  +
                  + author +
                  +
                  + +

                  smiley smiley@chillerlan.net

                  +
                  + +
                  +
                  + copyright +
                  +
                  + +

                  2021 smiley

                  +
                  + +
                  +
                  + license +
                  +
                  + +

                  MIT

                  +
                  + +
                  +
                  + + + + +

                  + Interfaces, Classes and Traits + +

                  + +
                  + +
                  QRGdImageJPGTest
                  +
                  Tests the QRGdImage output module
                  + +
                  + + + + + + + + +
                  +
                  +
                  +
                  +

                  Search results

                  + +
                  +
                  +
                    +
                    +
                    +
                    +
                    +
                    + + +
                    + + + + + + + + diff --git a/files/tests-output-qrgdimagepngtest.html b/files/tests-output-qrgdimagepngtest.html new file mode 100644 index 000000000..3d1f18821 --- /dev/null +++ b/files/tests-output-qrgdimagepngtest.html @@ -0,0 +1,191 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                    +

                    Documentation

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

                    QRGdImagePNGTest.php

                    + +

                    Class QRGdImagePNGTest

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

                    11.12.2021

                    +
                    + +
                    +
                    + author +
                    +
                    + +

                    smiley smiley@chillerlan.net

                    +
                    + +
                    +
                    + copyright +
                    +
                    + +

                    2021 smiley

                    +
                    + +
                    +
                    + license +
                    +
                    + +

                    MIT

                    +
                    + +
                    +
                    + + + + +

                    + Interfaces, Classes and Traits + +

                    + +
                    + +
                    QRGdImagePNGTest
                    +
                    Tests the QRGdImage output module
                    + +
                    + + + + + + + + +
                    +
                    +
                    +
                    +

                    Search results

                    + +
                    +
                    +
                      +
                      +
                      +
                      +
                      +
                      + + +
                      + + + + + + + + diff --git a/files/tests-output-qrimagetest.html b/files/tests-output-qrgdimagetestabstract.html similarity index 94% rename from files/tests-output-qrimagetest.html rename to files/tests-output-qrgdimagetestabstract.html index 743ecf45d..1e5330dbd 100644 --- a/files/tests-output-qrimagetest.html +++ b/files/tests-output-qrgdimagetestabstract.html @@ -91,9 +91,9 @@
                      -

                      QRImageTest.php

                      +

                      QRGdImageTestAbstract.php

                      -

                      Class QRImageTest

                      +

                      Class QRGdImageTestAbstract

                      @@ -150,8 +150,8 @@
                      -
                      QRImageTest
                      -
                      Tests the QRImage output module
                      +
                      QRGdImageTestAbstract
                      +
                      Tests the QRGdImage output module
                      @@ -176,7 +176,7 @@ - + diff --git a/files/tests-output-qrmarkuphtmltest.html b/files/tests-output-qrmarkuphtmltest.html new file mode 100644 index 000000000..255c3f021 --- /dev/null +++ b/files/tests-output-qrmarkuphtmltest.html @@ -0,0 +1,191 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                      +

                      Documentation

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

                      QRMarkupHTMLTest.php

                      + +

                      Class QRMarkupHTMLTest

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

                      11.12.2021

                      +
                      + +
                      +
                      + author +
                      +
                      + +

                      smiley smiley@chillerlan.net

                      +
                      + +
                      +
                      + copyright +
                      +
                      + +

                      2021 smiley

                      +
                      + +
                      +
                      + license +
                      +
                      + +

                      MIT

                      +
                      + +
                      +
                      + + + + +

                      + Interfaces, Classes and Traits + +

                      + +
                      + +
                      QRMarkupHTMLTest
                      +
                      Tests the QRMarkup output module
                      + +
                      + + + + + + + + +
                      +
                      +
                      +
                      +

                      Search results

                      + +
                      +
                      +
                        +
                        +
                        +
                        +
                        +
                        + + +
                        + + + + + + + + diff --git a/files/tests-output-qrmarkupsvgtest.html b/files/tests-output-qrmarkupsvgtest.html new file mode 100644 index 000000000..eeeb0e131 --- /dev/null +++ b/files/tests-output-qrmarkupsvgtest.html @@ -0,0 +1,191 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                        +

                        Documentation

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

                        QRMarkupSVGTest.php

                        + +

                        Class QRMarkupSVGTest

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

                        11.12.2021

                        +
                        + +
                        +
                        + author +
                        +
                        + +

                        smiley smiley@chillerlan.net

                        +
                        + +
                        +
                        + copyright +
                        +
                        + +

                        2021 smiley

                        +
                        + +
                        +
                        + license +
                        +
                        + +

                        MIT

                        +
                        + +
                        +
                        + + + + +

                        + Interfaces, Classes and Traits + +

                        + +
                        + +
                        QRMarkupSVGTest
                        +
                        Tests the QRMarkup output module
                        + +
                        + + + + + + + + +
                        +
                        +
                        +
                        +

                        Search results

                        + +
                        +
                        +
                          +
                          +
                          +
                          +
                          +
                          + + +
                          + + + + + + + + diff --git a/files/tests-output-qrmarkuptest.html b/files/tests-output-qrmarkuptestabstract.html similarity index 95% rename from files/tests-output-qrmarkuptest.html rename to files/tests-output-qrmarkuptestabstract.html index e3c5d1328..d54674f38 100644 --- a/files/tests-output-qrmarkuptest.html +++ b/files/tests-output-qrmarkuptestabstract.html @@ -91,9 +91,9 @@
                          -

                          QRMarkupTest.php

                          +

                          QRMarkupTestAbstract.php

                          -

                          Class QRMarkupTest

                          +

                          Class QRMarkupTestAbstract

                          @@ -150,7 +150,7 @@
                          -
                          QRMarkupTest
                          +
                          QRMarkupTestAbstract
                          Tests the QRMarkup output module
                          @@ -176,7 +176,7 @@ - + diff --git a/files/tests-output-qrstringjsontest.html b/files/tests-output-qrstringjsontest.html new file mode 100644 index 000000000..d036ed01a --- /dev/null +++ b/files/tests-output-qrstringjsontest.html @@ -0,0 +1,191 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                          +

                          Documentation

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

                          QRStringJSONTest.php

                          + +

                          Class QRStringJSONTest

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

                          11.12.2021

                          +
                          + +
                          +
                          + author +
                          +
                          + +

                          smiley smiley@chillerlan.net

                          +
                          + +
                          +
                          + copyright +
                          +
                          + +

                          2021 smiley

                          +
                          + +
                          +
                          + license +
                          +
                          + +

                          MIT

                          +
                          + +
                          +
                          + + + + +

                          + Interfaces, Classes and Traits + +

                          + +
                          + +
                          QRStringJSONTest
                          +
                          Tests the QRString output module
                          + +
                          + + + + + + + + +
                          +
                          +
                          +
                          +

                          Search results

                          + +
                          +
                          +
                            +
                            +
                            +
                            +
                            +
                            + + +
                            + + + + + + + + diff --git a/files/tests-output-qrstringtest.html b/files/tests-output-qrstringtestabstract.html similarity index 95% rename from files/tests-output-qrstringtest.html rename to files/tests-output-qrstringtestabstract.html index e97b97a33..1e4351022 100644 --- a/files/tests-output-qrstringtest.html +++ b/files/tests-output-qrstringtestabstract.html @@ -91,9 +91,9 @@
                            -

                            QRStringTest.php

                            +

                            QRStringTestAbstract.php

                            -

                            Class QRStringTest

                            +

                            Class QRStringTestAbstract

                            @@ -150,7 +150,7 @@
                            -
                            QRStringTest
                            +
                            QRStringTestAbstract
                            Tests the QRString output module
                            @@ -176,7 +176,7 @@ - + diff --git a/files/tests-output-qrstringtexttest.html b/files/tests-output-qrstringtexttest.html new file mode 100644 index 000000000..2fc4a0072 --- /dev/null +++ b/files/tests-output-qrstringtexttest.html @@ -0,0 +1,191 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                            +

                            Documentation

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

                            QRStringTEXTTest.php

                            + +

                            Class QRStringTEXTTest

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

                            11.12.2021

                            +
                            + +
                            +
                            + author +
                            +
                            + +

                            smiley smiley@chillerlan.net

                            +
                            + +
                            +
                            + copyright +
                            +
                            + +

                            2021 smiley

                            +
                            + +
                            +
                            + license +
                            +
                            + +

                            MIT

                            +
                            + +
                            +
                            + + + + +

                            + Interfaces, Classes and Traits + +

                            + +
                            + +
                            QRStringTEXTTest
                            +
                            Tests the QRString output module
                            + +
                            + + + + + + + + +
                            +
                            +
                            +
                            +

                            Search results

                            + +
                            +
                            +
                              +
                              +
                              +
                              +
                              +
                              + + +
                              + + + + + + + + diff --git a/indices/files.html b/indices/files.html index 39fbc37fa..a2c72291f 100644 --- a/indices/files.html +++ b/indices/files.html @@ -177,12 +177,17 @@
                            • QRDataModeInterface.php
                            • QRFpdf.php
                            • QRFpdfTest.php
                            • -
                            • QRImage.php
                            • -
                            • QRImageTest.php
                            • +
                            • QRGdImage.php
                            • +
                            • QRGdImageGIFTest.php
                            • +
                            • QRGdImageJPGTest.php
                            • +
                            • QRGdImagePNGTest.php
                            • +
                            • QRGdImageTestAbstract.php
                            • QRImagick.php
                            • QRImagickTest.php
                            • QRMarkup.php
                            • -
                            • QRMarkupTest.php
                            • +
                            • QRMarkupHTMLTest.php
                            • +
                            • QRMarkupSVGTest.php
                            • +
                            • QRMarkupTestAbstract.php
                            • QRMatrix.php
                            • QRMatrixTest.php
                            • QROptions.php
                            • @@ -192,7 +197,9 @@
                            • QROutputInterface.php
                            • QROutputTestAbstract.php
                            • QRString.php
                            • -
                            • QRStringTest.php
                            • +
                            • QRStringJSONTest.php
                            • +
                            • QRStringTEXTTest.php
                            • +
                            • QRStringTestAbstract.php
                            • R

                                diff --git a/js/searchIndex.js b/js/searchIndex.js index 8af48cfcd..c8ea8e3fd 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -2218,78 +2218,53 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRFpdf\u003A\u003Adump\u0028\u0029", "name": "dump", - "summary": "generates\u0020the\u0020output,\u0020optionally\u0020dumps\u0020it\u0020to\u0020a\u0020file,\u0020and\u0020returns\u0020it", + "summary": "", "url": "classes/chillerlan-QRCode-Output-QRFpdf.html#method_dump" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage", - "name": "QRImage", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage", + "name": "QRGdImage", "summary": "Converts\u0020the\u0020matrix\u0020into\u0020GD\u0020images,\u0020raw\u0020or\u0020base64\u0020output\u0020\u0028requires\u0020ext\u002Dgd\u0029", - "url": "classes/chillerlan-QRCode-Output-QRImage.html" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003A__construct\u0028\u0029", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003A__construct\u0028\u0029", "name": "__construct", "summary": "QROutputAbstract\u0020constructor.", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method___construct" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method___construct" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003AmoduleValueIsValid\u0028\u0029", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003AmoduleValueIsValid\u0028\u0029", "name": "moduleValueIsValid", "summary": "Determines\u0020whether\u0020the\u0020given\u0020value\u0020is\u0020valid", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_moduleValueIsValid" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method_moduleValueIsValid" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003AgetModuleValue\u0028\u0029", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003AgetModuleValue\u0028\u0029", "name": "getModuleValue", "summary": "Returns\u0020the\u0020final\u0020value\u0020for\u0020the\u0020given\u0020input\u0020\u0028return\u0020value\u0020depends\u0020on\u0020the\u0020output\u0020module\u0029", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_getModuleValue" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method_getModuleValue" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003AgetDefaultModuleValue\u0028\u0029", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003AgetDefaultModuleValue\u0028\u0029", "name": "getDefaultModuleValue", "summary": "Returns\u0020a\u0020defualt\u0020value\u0020for\u0020either\u0020dark\u0020or\u0020light\u0020modules\u0020\u0028return\u0020value\u0020depends\u0020on\u0020the\u0020output\u0020module\u0029", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_getDefaultModuleValue" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method_getDefaultModuleValue" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003Adump\u0028\u0029", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003Adump\u0028\u0029", "name": "dump", - "summary": "generates\u0020the\u0020output,\u0020optionally\u0020dumps\u0020it\u0020to\u0020a\u0020file,\u0020and\u0020returns\u0020it", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_dump" + "summary": "", + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method_dump" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003AsetPixel\u0028\u0029", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003AsetPixel\u0028\u0029", "name": "setPixel", "summary": "Creates\u0020a\u0020single\u0020QR\u0020pixel\u0020with\u0020the\u0020given\u0020settings", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_setPixel" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method_setPixel" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003AdumpImage\u0028\u0029", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003AdumpImage\u0028\u0029", "name": "dumpImage", "summary": "Creates\u0020the\u0020final\u0020image\u0020by\u0020calling\u0020the\u0020desired\u0020GD\u0020output\u0020function", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_dumpImage" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#method_dumpImage" }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003Apng\u0028\u0029", - "name": "png", - "summary": "PNG\u0020output", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_png" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003Agif\u0028\u0029", - "name": "gif", - "summary": "Jiff\u0020\u002D\u0020like...\u0020JitHub\u0021", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_gif" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003Ajpg\u0028\u0029", - "name": "jpg", - "summary": "JPG\u0020output", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#method_jpg" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003ATRANSPARENCY_TYPES", - "name": "TRANSPARENCY_TYPES", - "summary": "GD\u0020image\u0020types\u0020that\u0020support\u0020transparency", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#constant_TRANSPARENCY_TYPES" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003A\u0024defaultMode", - "name": "defaultMode", - "summary": "the\u0020default\u0020output\u0020mode\u0020of\u0020the\u0020current\u0020output\u0020module", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#property_defaultMode" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImage\u003A\u003A\u0024image", + "fqsen": "\\chillerlan\\QRCode\\Output\\QRGdImage\u003A\u003A\u0024image", "name": "image", "summary": "The\u0020GD\u0020image\u0020resource", - "url": "classes/chillerlan-QRCode-Output-QRImage.html#property_image" + "url": "classes/chillerlan-QRCode-Output-QRGdImage.html#property_image" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick", "name": "QRImagick", @@ -2318,7 +2293,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003Adump\u0028\u0029", "name": "dump", - "summary": "generates\u0020the\u0020output,\u0020optionally\u0020dumps\u0020it\u0020to\u0020a\u0020file,\u0020and\u0020returns\u0020it", + "summary": "", "url": "classes/chillerlan-QRCode-Output-QRImagick.html#method_dump" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003AdrawImage\u0028\u0029", @@ -2360,6 +2335,11 @@ Search.appendIndex( "name": "getDefaultModuleValue", "summary": "Returns\u0020a\u0020defualt\u0020value\u0020for\u0020either\u0020dark\u0020or\u0020light\u0020modules\u0020\u0028return\u0020value\u0020depends\u0020on\u0020the\u0020output\u0020module\u0029", "url": "classes/chillerlan-QRCode-Output-QRMarkup.html#method_getDefaultModuleValue" + }, { + "fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkup\u003A\u003Adump\u0028\u0029", + "name": "dump", + "summary": "", + "url": "classes/chillerlan-QRCode-Output-QRMarkup.html#method_dump" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkup\u003A\u003Ahtml\u0028\u0029", "name": "html", @@ -2388,7 +2368,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRMarkup\u003A\u003A\u0024defaultMode", "name": "defaultMode", - "summary": "the\u0020default\u0020output\u0020mode\u0020of\u0020the\u0020current\u0020output\u0020module", + "summary": "", "url": "classes/chillerlan-QRCode-Output-QRMarkup.html#property_defaultMode" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract", @@ -2430,26 +2410,11 @@ Search.appendIndex( "name": "saveToFile", "summary": "saves\u0020the\u0020qr\u0020data\u0020to\u0020a\u0020file", "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003Adump\u0028\u0029", - "name": "dump", - "summary": "generates\u0020the\u0020output,\u0020optionally\u0020dumps\u0020it\u0020to\u0020a\u0020file,\u0020and\u0020returns\u0020it", - "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_dump" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003A\u0024moduleCount", "name": "moduleCount", "summary": "the\u0020current\u0020size\u0020of\u0020the\u0020QR\u0020matrix", "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_moduleCount" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003A\u0024outputMode", - "name": "outputMode", - "summary": "the\u0020current\u0020output\u0020mode", - "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_outputMode" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003A\u0024defaultMode", - "name": "defaultMode", - "summary": "the\u0020default\u0020output\u0020mode\u0020of\u0020the\u0020current\u0020output\u0020module", - "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#property_defaultMode" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003A\u0024scale", "name": "scale", @@ -2510,6 +2475,11 @@ Search.appendIndex( "name": "getDefaultModuleValue", "summary": "Returns\u0020a\u0020defualt\u0020value\u0020for\u0020either\u0020dark\u0020or\u0020light\u0020modules\u0020\u0028return\u0020value\u0020depends\u0020on\u0020the\u0020output\u0020module\u0029", "url": "classes/chillerlan-QRCode-Output-QRString.html#method_getDefaultModuleValue" + }, { + "fqsen": "\\chillerlan\\QRCode\\Output\\QRString\u003A\u003Adump\u0028\u0029", + "name": "dump", + "summary": "", + "url": "classes/chillerlan-QRCode-Output-QRString.html#method_dump" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRString\u003A\u003Atext\u0028\u0029", "name": "text", @@ -2523,7 +2493,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRString\u003A\u003A\u0024defaultMode", "name": "defaultMode", - "summary": "the\u0020default\u0020output\u0020mode\u0020of\u0020the\u0020current\u0020output\u0020module", + "summary": "", "url": "classes/chillerlan-QRCode-Output-QRString.html#property_defaultMode" }, { "fqsen": "\\chillerlan\\QRCode\\QRCode", @@ -2713,7 +2683,7 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\QRCode\u003A\u003AOUTPUT_MODES", "name": "OUTPUT_MODES", - "summary": "Map\u0020of\u0020built\u002Din\u0020output\u0020modules\u0020\u003D\u003E\u0020capabilities", + "summary": "Map\u0020of\u0020built\u002Din\u0020output\u0020modes\u0020\u003D\u003E\u0020modules", "url": "classes/chillerlan-QRCode-QRCode.html#constant_OUTPUT_MODES" }, { "fqsen": "\\chillerlan\\QRCode\\QRCode\u003A\u003A\u0024options", @@ -3120,6 +3090,11 @@ Search.appendIndex( "name": "AlphaNumTest", "summary": "Tests\u0020the\u0020AlphaNum\u0020class", "url": "classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Data\\AlphaNumTest\u003A\u003AstringValidateProvider\u0028\u0029", + "name": "stringValidateProvider", + "summary": "isAlphaNum\u0028\u0029\u0020should\u0020pass\u0020on\u0020the\u002045\u0020defined\u0020characters\u0020and\u0020fail\u0020on\u0020anything\u0020else\u0020\u0028e.g.\u0020lowercase\u0029", + "url": "classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#method_stringValidateProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Data\\AlphaNumTest\u003A\u003A\u0024FQN", "name": "FQN", @@ -3135,6 +3110,11 @@ Search.appendIndex( "name": "ByteTest", "summary": "Tests\u0020the\u0020Byte\u0020class", "url": "classes/chillerlan-QRCodeTest-Data-ByteTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Data\\ByteTest\u003A\u003AstringValidateProvider\u0028\u0029", + "name": "stringValidateProvider", + "summary": "isByte\u0028\u0029\u0020passses\u0020any\u0020binary\u0020string\u0020and\u0020only\u0020fails\u0020on\u0020empty\u0020strings", + "url": "classes/chillerlan-QRCodeTest-Data-ByteTest.html#method_stringValidateProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Data\\ByteTest\u003A\u003AtestInvalidDataException\u0028\u0029", "name": "testInvalidDataException", @@ -3180,6 +3160,16 @@ Search.appendIndex( "name": "testGetMinimumVersion", "summary": "Tests\u0020getting\u0020the\u0020minimum\u0020QR\u0020version\u0020for\u0020the\u0020given\u0020data", "url": "classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Data\\DatainterfaceTestAbstract\u003A\u003AstringValidateProvider\u0028\u0029", + "name": "stringValidateProvider", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_stringValidateProvider" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Data\\DatainterfaceTestAbstract\u003A\u003AtestValidateString\u0028\u0029", + "name": "testValidateString", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testValidateString" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Data\\DatainterfaceTestAbstract\u003A\u003AtestGetMinimumVersionException\u0028\u0029", "name": "testGetMinimumVersionException", @@ -3225,6 +3215,11 @@ Search.appendIndex( "name": "KanjiTest", "summary": "Tests\u0020the\u0020Kanji\u0020class", "url": "classes/chillerlan-QRCodeTest-Data-KanjiTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Data\\KanjiTest\u003A\u003AstringValidateProvider\u0028\u0029", + "name": "stringValidateProvider", + "summary": "isKanji\u0028\u0029\u0020should\u0020pass\u0020on\u0020Kanji\/SJIS\u0020characters\u0020and\u0020fail\u0020on\u0020everything\u0020else", + "url": "classes/chillerlan-QRCodeTest-Data-KanjiTest.html#method_stringValidateProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Data\\KanjiTest\u003A\u003A\u0024FQN", "name": "FQN", @@ -3240,6 +3235,11 @@ Search.appendIndex( "name": "NumberTest", "summary": "Tests\u0020the\u0020Number\u0020class", "url": "classes/chillerlan-QRCodeTest-Data-NumberTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Data\\NumberTest\u003A\u003AstringValidateProvider\u0028\u0029", + "name": "stringValidateProvider", + "summary": "isNumber\u0028\u0029\u0020should\u0020pass\u0020on\u0020any\u0020number\u0020and\u0020fail\u0020on\u0020anything\u0020else", + "url": "classes/chillerlan-QRCodeTest-Data-NumberTest.html#method_stringValidateProvider" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Data\\NumberTest\u003A\u003A\u0024FQN", "name": "FQN", @@ -3390,61 +3390,81 @@ 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\u003AgetOutputInterface\u0028\u0029", - "name": "getOutputInterface", - "summary": "Returns\u0020a\u0020QROutputInterface\u0020instance\u0020with\u0020the\u0020given\u0020options\u0020and\u0020using\u0020\u0024this\u002D\u003Ematrix", - "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_getOutputInterface" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003Atypes\u0028\u0029", - "name": "types", - "summary": "", - "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_types" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", "summary": "covers\u0020the\u0020module\u0020values\u0020settings", "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_testSetModuleValues" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003AtestRenderImage\u0028\u0029", - "name": "testRenderImage", - "summary": "covers\u0020the\u0020built\u002Din\u0020output\u0020modules,\u0020tests\u0020against\u0020pre\u002Drendered\u0020data", - "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_testRenderImage" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003AtestOutputGetResource\u0028\u0029", "name": "testOutputGetResource", "summary": "", "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#method_testOutputGetResource" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImageTest", - "name": "QRImageTest", - "summary": "Tests\u0020the\u0020QRImage\u0020output\u0020module", - "url": "classes/chillerlan-QRCodeTest-Output-QRImageTest.html" + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003A\u0024FQN", + "name": "FQN", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#property_FQN" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImageTest\u003A\u003AsetUp\u0028\u0029", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRFpdfTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageGIFTest", + "name": "QRGdImageGIFTest", + "summary": "Tests\u0020the\u0020QRGdImage\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageGIFTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageJPGTest", + "name": "QRGdImageJPGTest", + "summary": "Tests\u0020the\u0020QRGdImage\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageJPGTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImagePNGTest", + "name": "QRGdImagePNGTest", + "summary": "Tests\u0020the\u0020QRGdImage\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImagePNGTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageTestAbstract", + "name": "QRGdImageTestAbstract", + "summary": "Tests\u0020the\u0020QRGdImage\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageTestAbstract\u003A\u003AsetUp\u0028\u0029", "name": "setUp", "summary": "Attempts\u0020to\u0020create\u0020a\u0020directory\u0020under\u0020\/.build\u0020and\u0020instances\u0020several\u0020required\u0020objects", - "url": "classes/chillerlan-QRCodeTest-Output-QRImageTest.html#method_setUp" + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_setUp" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImageTest\u003A\u003AgetOutputInterface\u0028\u0029", - "name": "getOutputInterface", - "summary": "Returns\u0020a\u0020QROutputInterface\u0020instance\u0020with\u0020the\u0020given\u0020options\u0020and\u0020using\u0020\u0024this\u002D\u003Ematrix", - "url": "classes/chillerlan-QRCodeTest-Output-QRImageTest.html#method_getOutputInterface" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImageTest\u003A\u003Atypes\u0028\u0029", - "name": "types", - "summary": "", - "url": "classes/chillerlan-QRCodeTest-Output-QRImageTest.html#method_types" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImageTest\u003A\u003AtestSetModuleValues\u0028\u0029", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageTestAbstract\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", "summary": "covers\u0020the\u0020module\u0020values\u0020settings", - "url": "classes/chillerlan-QRCodeTest-Output-QRImageTest.html#method_testSetModuleValues" + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testSetModuleValues" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImageTest\u003A\u003AtestOutputGetResource\u0028\u0029", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageTestAbstract\u003A\u003AtestOutputGetResource\u0028\u0029", "name": "testOutputGetResource", "summary": "", - "url": "classes/chillerlan-QRCodeTest-Output-QRImageTest.html#method_testOutputGetResource" + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#method_testOutputGetResource" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRGdImageTestAbstract\u003A\u003A\u0024FQN", + "name": "FQN", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html#property_FQN" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImagickTest", "name": "QRImagickTest", @@ -3455,16 +3475,6 @@ 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\u003AgetOutputInterface\u0028\u0029", - "name": "getOutputInterface", - "summary": "Returns\u0020a\u0020QROutputInterface\u0020instance\u0020with\u0020the\u0020given\u0020options\u0020and\u0020using\u0020\u0024this\u002D\u003Ematrix", - "url": "classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_getOutputInterface" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImagickTest\u003A\u003Atypes\u0028\u0029", - "name": "types", - "summary": "", - "url": "classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_types" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImagickTest\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", @@ -3476,25 +3486,50 @@ Search.appendIndex( "summary": "", "url": "classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#method_testOutputGetResource" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTest", - "name": "QRMarkupTest", - "summary": "Tests\u0020the\u0020QRMarkup\u0020output\u0020module", - "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTest.html" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTest\u003A\u003AgetOutputInterface\u0028\u0029", - "name": "getOutputInterface", - "summary": "Returns\u0020a\u0020QROutputInterface\u0020instance\u0020with\u0020the\u0020given\u0020options\u0020and\u0020using\u0020\u0024this\u002D\u003Ematrix", - "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTest.html#method_getOutputInterface" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTest\u003A\u003Atypes\u0028\u0029", - "name": "types", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImagickTest\u003A\u003A\u0024FQN", + "name": "FQN", "summary": "", - "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTest.html#method_types" + "url": "classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#property_FQN" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTest\u003A\u003AtestSetModuleValues\u0028\u0029", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRImagickTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRImagickTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupHTMLTest", + "name": "QRMarkupHTMLTest", + "summary": "Tests\u0020the\u0020QRMarkup\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupHTMLTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupSVGTest", + "name": "QRMarkupSVGTest", + "summary": "Tests\u0020the\u0020QRMarkup\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupSVGTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTestAbstract", + "name": "QRMarkupTestAbstract", + "summary": "Tests\u0020the\u0020QRMarkup\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTestAbstract\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", "summary": "covers\u0020the\u0020module\u0020values\u0020settings", - "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTest.html#method_testSetModuleValues" + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html#method_testSetModuleValues" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRMarkupTestAbstract\u003A\u003A\u0024FQN", + "name": "FQN", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html#property_FQN" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract", "name": "QROutputTestAbstract", @@ -3505,11 +3540,6 @@ Search.appendIndex( "name": "setUp", "summary": "Attempts\u0020to\u0020create\u0020a\u0020directory\u0020under\u0020\/.build\u0020and\u0020instances\u0020several\u0020required\u0020objects", "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_setUp" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AgetOutputInterface\u0028\u0029", - "name": "getOutputInterface", - "summary": "Returns\u0020a\u0020QROutputInterface\u0020instance\u0020with\u0020the\u0020given\u0020options\u0020and\u0020using\u0020\u0024this\u002D\u003Ematrix", - "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_getOutputInterface" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AtestInstance\u0028\u0029", "name": "testInstance", @@ -3526,20 +3556,10 @@ Search.appendIndex( "summary": "covers\u0020the\u0020module\u0020values\u0020settings", "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testSetModuleValues" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003Atypes\u0028\u0029", - "name": "types", - "summary": "", - "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_types" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AtestStringOutput\u0028\u0029", - "name": "testStringOutput", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AtestRenderToCacheFile\u0028\u0029", + "name": "testRenderToCacheFile", "summary": "coverage\u0020of\u0020the\u0020built\u002Din\u0020output\u0020modules", - "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testStringOutput" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003AtestRenderImage\u0028\u0029", - "name": "testRenderImage", - "summary": "covers\u0020the\u0020built\u002Din\u0020output\u0020modules,\u0020tests\u0020against\u0020pre\u002Drendered\u0020data", - "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderImage" + "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#method_testRenderToCacheFile" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003A\u0024options", "name": "options", @@ -3561,30 +3581,60 @@ Search.appendIndex( "summary": "", "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_builddir" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTest", - "name": "QRStringTest", - "summary": "Tests\u0020the\u0020QRString\u0020output\u0020module", - "url": "classes/chillerlan-QRCodeTest-Output-QRStringTest.html" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTest\u003A\u003AgetOutputInterface\u0028\u0029", - "name": "getOutputInterface", - "summary": "Returns\u0020a\u0020QROutputInterface\u0020instance\u0020with\u0020the\u0020given\u0020options\u0020and\u0020using\u0020\u0024this\u002D\u003Ematrix", - "url": "classes/chillerlan-QRCodeTest-Output-QRStringTest.html#method_getOutputInterface" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTest\u003A\u003Atypes\u0028\u0029", - "name": "types", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003A\u0024FQN", + "name": "FQN", "summary": "", - "url": "classes/chillerlan-QRCodeTest-Output-QRStringTest.html#method_types" + "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_FQN" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTest\u003A\u003AtestSetModuleValues\u0028\u0029", + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QROutputTestAbstract\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringJSONTest", + "name": "QRStringJSONTest", + "summary": "Tests\u0020the\u0020QRString\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringJSONTest\u003A\u003AsetUp\u0028\u0029", + "name": "setUp", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#method_setUp" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringJSONTest\u003A\u003AtestSetModuleValues\u0028\u0029", "name": "testSetModuleValues", - "summary": "covers\u0020the\u0020module\u0020values\u0020settings", - "url": "classes/chillerlan-QRCodeTest-Output-QRStringTest.html#method_testSetModuleValues" + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#method_testSetModuleValues" }, { - "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTest\u003A\u003AtestCustomOutput\u0028\u0029", - "name": "testCustomOutput", - "summary": "covers\u0020the\u0020custom\u0020output\u0020functionality\u0020via\u0020an\u0020example", - "url": "classes/chillerlan-QRCodeTest-Output-QRStringTest.html#method_testCustomOutput" + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringJSONTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html#property_type" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTestAbstract", + "name": "QRStringTestAbstract", + "summary": "Tests\u0020the\u0020QRString\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTestAbstract\u003A\u003A\u0024FQN", + "name": "FQN", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringTestAbstract.html#property_FQN" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTEXTTest", + "name": "QRStringTEXTTest", + "summary": "Tests\u0020the\u0020QRString\u0020output\u0020module", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTEXTTest\u003A\u003AtestSetModuleValues\u0028\u0029", + "name": "testSetModuleValues", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html#method_testSetModuleValues" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\Output\\QRStringTEXTTest\u003A\u003A\u0024type", + "name": "type", + "summary": "", + "url": "classes/chillerlan-QRCodeTest-Output-QRStringTEXTTest.html#property_type" }, { "fqsen": "\\chillerlan\\QRCodeTest\\QRCodeReaderGDTest", "name": "QRCodeReaderGDTest", @@ -3670,26 +3720,6 @@ Search.appendIndex( "name": "setUp", "summary": "invoke\u0020test\u0020instances", "url": "classes/chillerlan-QRCodeTest-QRCodeTest.html#method_setUp" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\QRCodeTest\u003A\u003AtestIsNumber\u0028\u0029", - "name": "testIsNumber", - "summary": "isNumber\u0028\u0029\u0020should\u0020pass\u0020on\u0020any\u0020number\u0020and\u0020fail\u0020on\u0020anything\u0020else", - "url": "classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testIsNumber" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\QRCodeTest\u003A\u003AtestIsAlphaNum\u0028\u0029", - "name": "testIsAlphaNum", - "summary": "isAlphaNum\u0028\u0029\u0020should\u0020pass\u0020on\u0020the\u002045\u0020defined\u0020characters\u0020and\u0020fail\u0020on\u0020anything\u0020else\u0020\u0028e.g.\u0020lowercase\u0029", - "url": "classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testIsAlphaNum" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\QRCodeTest\u003A\u003AtestIsKanji\u0028\u0029", - "name": "testIsKanji", - "summary": "isKanji\u0028\u0029\u0020should\u0020pass\u0020on\u0020Kanji\/SJIS\u0020characters\u0020and\u0020fail\u0020on\u0020everything\u0020else", - "url": "classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testIsKanji" - }, { - "fqsen": "\\chillerlan\\QRCodeTest\\QRCodeTest\u003A\u003AtestIsByte\u0028\u0029", - "name": "testIsByte", - "summary": "isByte\u0028\u0029\u0020passses\u0020any\u0020binary\u0020string\u0020and\u0020only\u0020fails\u0020on\u0020empty\u0020strings", - "url": "classes/chillerlan-QRCodeTest-QRCodeTest.html#method_testIsByte" }, { "fqsen": "\\chillerlan\\QRCodeTest\\QRCodeTest\u003A\u003AtestInitDataInterfaceException\u0028\u0029", "name": "testInitDataInterfaceException", diff --git a/namespaces/chillerlan-qrcode-output.html b/namespaces/chillerlan-qrcode-output.html index c92f55946..1f2dcb0c7 100644 --- a/namespaces/chillerlan-qrcode-output.html +++ b/namespaces/chillerlan-qrcode-output.html @@ -110,7 +110,7 @@
                                An exception container
                                QRFpdf
                                QRFpdf output module (requires fpdf)
                                -
                                QRImage
                                +
                                QRGdImage
                                Converts the matrix into GD images, raw or base64 output (requires ext-gd)
                                QRImagick
                                ImageMagick output module (requires ext-imagick)
                                diff --git a/namespaces/chillerlan-qrcodetest-output.html b/namespaces/chillerlan-qrcodetest-output.html index 371ac9d03..858306959 100644 --- a/namespaces/chillerlan-qrcodetest-output.html +++ b/namespaces/chillerlan-qrcodetest-output.html @@ -106,16 +106,30 @@
                                QRFpdfTest
                                Tests the QRFpdf output module
                                -
                                QRImageTest
                                -
                                Tests the QRImage output module
                                +
                                QRGdImageGIFTest
                                +
                                Tests the QRGdImage output module
                                +
                                QRGdImageJPGTest
                                +
                                Tests the QRGdImage output module
                                +
                                QRGdImagePNGTest
                                +
                                Tests the QRGdImage output module
                                +
                                QRGdImageTestAbstract
                                +
                                Tests the QRGdImage output module
                                QRImagickTest
                                Tests the QRImagick output module
                                -
                                QRMarkupTest
                                +
                                QRMarkupHTMLTest
                                +
                                Tests the QRMarkup output module
                                +
                                QRMarkupSVGTest
                                +
                                Tests the QRMarkup output module
                                +
                                QRMarkupTestAbstract
                                Tests the QRMarkup output module
                                QROutputTestAbstract
                                Test abstract for the several (built-in) output modules, should also be used to test custom output modules
                                -
                                QRStringTest
                                +
                                QRStringJSONTest
                                +
                                Tests the QRString output module
                                +
                                QRStringTestAbstract
                                +
                                Tests the QRString output module
                                +
                                QRStringTEXTTest
                                Tests the QRString output module
                                diff --git a/packages/Application.html b/packages/Application.html index bcf15d705..b60b48a48 100644 --- a/packages/Application.html +++ b/packages/Application.html @@ -215,7 +215,7 @@ would be the location of a finder pattern or the corner of the barcode, for exam
                                An exception container
                                QRFpdf
                                QRFpdf output module (requires fpdf)
                                -
                                QRImage
                                +
                                QRGdImage
                                Converts the matrix into GD images, raw or base64 output (requires ext-gd)
                                QRImagick
                                ImageMagick output module (requires ext-imagick)
                                @@ -249,16 +249,30 @@ would be the location of a finder pattern or the corner of the barcode, for exam
                                Tests the QRMatix class
                                QRFpdfTest
                                Tests the QRFpdf output module
                                -
                                QRImageTest
                                -
                                Tests the QRImage output module
                                +
                                QRGdImageGIFTest
                                +
                                Tests the QRGdImage output module
                                +
                                QRGdImageJPGTest
                                +
                                Tests the QRGdImage output module
                                +
                                QRGdImagePNGTest
                                +
                                Tests the QRGdImage output module
                                +
                                QRGdImageTestAbstract
                                +
                                Tests the QRGdImage output module
                                QRImagickTest
                                Tests the QRImagick output module
                                -
                                QRMarkupTest
                                +
                                QRMarkupHTMLTest
                                +
                                Tests the QRMarkup output module
                                +
                                QRMarkupSVGTest
                                +
                                Tests the QRMarkup output module
                                +
                                QRMarkupTestAbstract
                                Tests the QRMarkup output module
                                QROutputTestAbstract
                                Test abstract for the several (built-in) output modules, should also be used to test custom output modules
                                -
                                QRStringTest
                                +
                                QRStringJSONTest
                                +
                                Tests the QRString output module
                                +
                                QRStringTestAbstract
                                +
                                Tests the QRString output module
                                +
                                QRStringTEXTTest
                                Tests the QRString output module
                                QRCodeReaderGDTest
                                Tests the GD based reader
                                diff --git a/reports/deprecated.html b/reports/deprecated.html index 6e06655e0..6ea41b639 100644 --- a/reports/deprecated.html +++ b/reports/deprecated.html @@ -95,10 +95,42 @@

                                Deprecated

                                +

                                Table of Contents

                                + + + + +
                                src/QRCode.php
                                -
                                - No deprecated elements have been found in this project. -
                                + +

                                QRCode.php

                                + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                LineElementReason
                                214QRCode::isNumber()
                                224QRCode::isAlphaNum()
                                234QRCode::isKanji()
                                244QRCode::isByte()