From 36f41c1d93897ea5bc91ff6180319df7ac031a1f Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 23 Nov 2025 21:10:49 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20chillerl?= =?UTF-8?q?an/php-qrcode@5536c2615590184d9e086b751bd13672db9d8d4e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chillerlan-QRCode-Common-BitBuffer.html | 44 +- .../chillerlan-QRCode-Common-ECICharset.html | 167 +++---- .../chillerlan-QRCode-Common-EccLevel.html | 55 +-- ...erlan-QRCode-Common-GDLuminanceSource.html | 63 ++- classes/chillerlan-QRCode-Common-GF256.html | 28 +- ...hillerlan-QRCode-Common-GenericGFPoly.html | 39 +- ...-QRCode-Common-IMagickLuminanceSource.html | 63 ++- ...QRCode-Common-LuminanceSourceAbstract.html | 44 +- ...RCode-Common-LuminanceSourceInterface.html | 26 +- .../chillerlan-QRCode-Common-MaskPattern.html | 103 ++--- classes/chillerlan-QRCode-Common-Mode.html | 68 ++- classes/chillerlan-QRCode-Common-Version.html | 52 +-- classes/chillerlan-QRCode-Data-AlphaNum.html | 45 +- classes/chillerlan-QRCode-Data-Byte.html | 36 +- classes/chillerlan-QRCode-Data-ECI.html | 43 +- classes/chillerlan-QRCode-Data-Hanzi.html | 46 +- classes/chillerlan-QRCode-Data-Kanji.html | 41 +- classes/chillerlan-QRCode-Data-Number.html | 38 +- ...erlan-QRCode-Data-QRCodeDataException.html | 6 +- classes/chillerlan-QRCode-Data-QRData.html | 52 +-- ...lerlan-QRCode-Data-QRDataModeAbstract.html | 23 +- ...erlan-QRCode-Data-QRDataModeInterface.html | 21 +- classes/chillerlan-QRCode-Data-QRMatrix.html | 234 +++++----- ...lerlan-QRCode-Data-ReedSolomonEncoder.html | 34 +- .../chillerlan-QRCode-Decoder-Binarizer.html | 65 ++- .../chillerlan-QRCode-Decoder-BitMatrix.html | 273 +++++------ .../chillerlan-QRCode-Decoder-Decoder.html | 50 +- ...illerlan-QRCode-Decoder-DecoderResult.html | 60 +-- ...QRCode-Decoder-QRCodeDecoderException.html | 6 +- ...lan-QRCode-Decoder-ReedSolomonDecoder.html | 32 +- ...rlan-QRCode-Detector-AlignmentPattern.html | 33 +- ...RCode-Detector-AlignmentPatternFinder.html | 33 +- .../chillerlan-QRCode-Detector-Detector.html | 40 +- ...llerlan-QRCode-Detector-FinderPattern.html | 52 +-- ...n-QRCode-Detector-FinderPatternFinder.html | 70 ++- ...hillerlan-QRCode-Detector-GridSampler.html | 15 +- ...-QRCode-Detector-PerspectiveTransform.html | 69 ++- ...Code-Detector-QRCodeDetectorException.html | 6 +- ...hillerlan-QRCode-Detector-ResultPoint.html | 31 +- ...RCode-Output-CssColorModuleValueTrait.html | 12 +- ...n-QRCode-Output-QRCodeOutputException.html | 6 +- classes/chillerlan-QRCode-Output-QREps.html | 131 +++--- classes/chillerlan-QRCode-Output-QRFpdf.html | 141 +++--- .../chillerlan-QRCode-Output-QRGdImage.html | 153 +++---- ...hillerlan-QRCode-Output-QRGdImageAVIF.html | 158 +++---- ...chillerlan-QRCode-Output-QRGdImageBMP.html | 158 +++---- ...chillerlan-QRCode-Output-QRGdImageGIF.html | 158 +++---- ...hillerlan-QRCode-Output-QRGdImageJPEG.html | 158 +++---- ...chillerlan-QRCode-Output-QRGdImagePNG.html | 158 +++---- ...hillerlan-QRCode-Output-QRGdImageWEBP.html | 158 +++---- .../chillerlan-QRCode-Output-QRImagick.html | 145 +++--- ...lan-QRCode-Output-QRInterventionImage.html | 139 +++--- .../chillerlan-QRCode-Output-QRMarkup.html | 124 +++-- ...chillerlan-QRCode-Output-QRMarkupHTML.html | 129 +++--- .../chillerlan-QRCode-Output-QRMarkupSVG.html | 137 +++--- .../chillerlan-QRCode-Output-QRMarkupXML.html | 145 +++--- ...lerlan-QRCode-Output-QROutputAbstract.html | 112 ++--- ...erlan-QRCode-Output-QROutputInterface.html | 34 +- ...chillerlan-QRCode-Output-QRStringJSON.html | 134 +++--- ...chillerlan-QRCode-Output-QRStringText.html | 131 +++--- ...RCode-Output-RGBArrayModuleValueTrait.html | 12 +- classes/chillerlan-QRCode-QRCode.html | 73 ++- .../chillerlan-QRCode-QRCodeException.html | 6 +- ...erlan-QRCode-QRCodeReaderOptionsTrait.html | 28 +- classes/chillerlan-QRCode-QROptions.html | 259 +++++------ classes/chillerlan-QRCode-QROptionsTrait.html | 237 ++++------ ...erlan-QRCodeTest-Common-BitBufferTest.html | 55 ++- ...rlan-QRCodeTest-Common-ECICharsetTest.html | 50 +- ...lerlan-QRCodeTest-Common-EccLevelTest.html | 102 ++--- ...lan-QRCodeTest-Common-MaskPatternTest.html | 108 +++-- ...chillerlan-QRCodeTest-Common-ModeTest.html | 66 ++- ...llerlan-QRCodeTest-Common-VersionTest.html | 141 +++--- ...illerlan-QRCodeTest-Data-AlphaNumTest.html | 212 +++++---- .../chillerlan-QRCodeTest-Data-ByteTest.html | 212 +++++---- ...deTest-Data-DataInterfaceTestAbstract.html | 212 +++++---- .../chillerlan-QRCodeTest-Data-ECITest.html | 133 +++--- .../chillerlan-QRCodeTest-Data-HanziTest.html | 234 +++++----- .../chillerlan-QRCodeTest-Data-KanjiTest.html | 234 +++++----- ...chillerlan-QRCodeTest-Data-NumberTest.html | 212 +++++---- ...chillerlan-QRCodeTest-Data-QRDataTest.html | 42 +- ...illerlan-QRCodeTest-Data-QRMatrixTest.html | 426 +++++++++--------- ...hillerlan-QRCodeTest-Output-QREpsTest.html | 117 +++-- ...illerlan-QRCodeTest-Output-QRFpdfTest.html | 119 +++-- ...n-QRCodeTest-Output-QRGdImageAVIFTest.html | 163 ++++--- ...an-QRCodeTest-Output-QRGdImageBMPTest.html | 161 ++++--- ...an-QRCodeTest-Output-QRGdImageGIFTest.html | 161 ++++--- ...an-QRCodeTest-Output-QRGdImageJPGTest.html | 161 ++++--- ...an-QRCodeTest-Output-QRGdImagePNGTest.html | 161 ++++--- ...CodeTest-Output-QRGdImageTestAbstract.html | 161 ++++--- ...n-QRCodeTest-Output-QRGdImageWEBPTest.html | 161 ++++--- ...erlan-QRCodeTest-Output-QRImagickTest.html | 145 +++--- ...deTest-Output-QRInterventionImageTest.html | 145 +++--- ...an-QRCodeTest-Output-QRMarkupHTMLTest.html | 117 +++-- ...lan-QRCodeTest-Output-QRMarkupSVGTest.html | 117 +++-- ...RCodeTest-Output-QRMarkupTestAbstract.html | 117 +++-- ...lan-QRCodeTest-Output-QRMarkupXMLTest.html | 117 +++-- ...RCodeTest-Output-QROutputTestAbstract.html | 117 +++-- ...an-QRCodeTest-Output-QRStringJSONTest.html | 117 +++-- ...an-QRCodeTest-Output-QRStringTextTest.html | 117 +++-- ...llerlan-QRCodeTest-QRCodeReaderGDTest.html | 108 +++-- ...an-QRCodeTest-QRCodeReaderImagickTest.html | 128 +++--- ...n-QRCodeTest-QRCodeReaderTestAbstract.html | 96 ++-- classes/chillerlan-QRCodeTest-QRCodeTest.html | 138 +++--- .../chillerlan-QRCodeTest-QROptionsTest.html | 166 ++++--- ...erlan-QRCodeTest-Traits-BuildDirTrait.html | 25 +- ...aits-CssColorModuleValueProviderTrait.html | 8 +- ...-QRCodeTest-Traits-QRMatrixDebugTrait.html | 10 +- ...an-QRCodeTest-Traits-QRMaxLengthTrait.html | 13 +- ...aits-RGBArrayModuleValueProviderTrait.html | 8 +- 109 files changed, 5032 insertions(+), 6023 deletions(-) diff --git a/classes/chillerlan-QRCode-Common-BitBuffer.html b/classes/chillerlan-QRCode-Common-BitBuffer.html index 935f2ddb3..00d890e28 100644 --- a/classes/chillerlan-QRCode-Common-BitBuffer.html +++ b/classes/chillerlan-QRCode-Common-BitBuffer.html @@ -158,10 +158,8 @@ - - - - + +

Table of Contents @@ -327,9 +325,8 @@ - - - + +
@@ -498,8 +492,8 @@ + -
Return values
int @@ -572,8 +566,8 @@ + -
Return values
self @@ -613,8 +607,8 @@ + -
Return values
array<string|int, int> @@ -652,8 +646,8 @@ + -
Return values
int @@ -708,8 +702,8 @@ + -
Return values
self @@ -757,8 +751,8 @@ + -
Return values
self @@ -833,8 +827,8 @@ + -
Return values
int @@ -876,8 +870,8 @@ + -
Return values
self diff --git a/classes/chillerlan-QRCode-Common-ECICharset.html b/classes/chillerlan-QRCode-Common-ECICharset.html index ecf32358c..f6315ffe2 100644 --- a/classes/chillerlan-QRCode-Common-ECICharset.html +++ b/classes/chillerlan-QRCode-Common-ECICharset.html @@ -158,10 +158,8 @@ - - - - + +

Table of Contents @@ -476,9 +474,8 @@ - - -

+ +

CP437 @@ -507,9 +504,8 @@ - - -

+ +

CP437_WO_GLI @@ -538,9 +534,8 @@ - - -

+ +

EUC_KR @@ -569,9 +564,8 @@ - - -

+ +

GB18030 @@ -600,9 +594,8 @@ - - -

+ +

ISO_IEC_10646_UCS_2 @@ -631,9 +624,8 @@ - - -

+ +

ISO_IEC_10646_UTF_8 @@ -662,9 +654,8 @@ - - -

+ +

ISO_IEC_646_1991 @@ -693,9 +684,8 @@ - - -

+ +

ISO_IEC_8859_1 @@ -724,9 +714,8 @@ - - -

+ +

ISO_IEC_8859_10 @@ -755,9 +744,8 @@ - - -

+ +

ISO_IEC_8859_11 @@ -786,9 +774,8 @@ - - -

+ +

ISO_IEC_8859_13 @@ -817,9 +804,8 @@ - - -

+ +

ISO_IEC_8859_14 @@ -848,9 +834,8 @@ - - -

+ +

ISO_IEC_8859_15 @@ -879,9 +864,8 @@ - - -

+ +

ISO_IEC_8859_16 @@ -910,9 +894,8 @@ - - -

+ +

ISO_IEC_8859_1_GLI @@ -941,9 +924,8 @@ - - -

+ +

ISO_IEC_8859_2 @@ -972,9 +954,8 @@ - - -

+ +

ISO_IEC_8859_3 @@ -1003,9 +984,8 @@ - - -

+ +

ISO_IEC_8859_4 @@ -1034,9 +1014,8 @@ - - -

+ +

ISO_IEC_8859_5 @@ -1065,9 +1044,8 @@ - - -

+ +

ISO_IEC_8859_6 @@ -1096,9 +1074,8 @@ - - -

+ +

ISO_IEC_8859_7 @@ -1127,9 +1104,8 @@ - - -

+ +

ISO_IEC_8859_8 @@ -1158,9 +1134,8 @@ - - -

+ +

ISO_IEC_8859_9 @@ -1189,9 +1164,8 @@ - - -

+ +

MB_ENCODINGS @@ -1268,9 +1242,8 @@ - - -

+ +

SHIFT_JIS @@ -1299,9 +1272,8 @@ - - -

+ +

WINDOWS_1250_LATIN_2 @@ -1330,9 +1302,8 @@ - - -

+ +

WINDOWS_1251_CYRILLIC @@ -1361,9 +1332,8 @@ - - -

+ +

WINDOWS_1252_LATIN_1 @@ -1392,9 +1362,8 @@ - - -

+ +

WINDOWS_1256_ARABIC @@ -1423,9 +1392,8 @@ - - -

+ + @@ -1469,9 +1437,8 @@ - - - + + @@ -1537,8 +1504,8 @@ + -
Return values
int @@ -1634,8 +1601,8 @@ + -
Return values
string|null diff --git a/classes/chillerlan-QRCode-Common-EccLevel.html b/classes/chillerlan-QRCode-Common-EccLevel.html index b8848b27a..02045e934 100644 --- a/classes/chillerlan-QRCode-Common-EccLevel.html +++ b/classes/chillerlan-QRCode-Common-EccLevel.html @@ -158,10 +158,8 @@ - - - - + +

Table of Contents @@ -452,9 +450,8 @@ - - -

+ +

L @@ -483,9 +480,8 @@ - - -

+ +

M @@ -514,9 +510,8 @@ - - -

+ +

Q @@ -545,9 +540,8 @@ - - -

+ +

FORMAT_PATTERN @@ -619,9 +613,8 @@ - - -

+ +

MAX_BITS @@ -734,9 +727,8 @@ - - -

+ + @@ -785,9 +777,8 @@ H: 0b10

- - - + + @@ -855,8 +846,8 @@ H: 0b10

+ -
+ -
Return values
string @@ -939,8 +930,8 @@ H: 0b10

+ -
Return values
int @@ -978,8 +969,8 @@ H: 0b10

+ -
Return values
int @@ -1017,8 +1008,8 @@ H: 0b10

+ -
Return values
array<string|int, int> @@ -1066,8 +1057,8 @@ H: 0b10

+ -
Return values
int @@ -1138,8 +1129,8 @@ H: 0b10

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Common-GDLuminanceSource.html b/classes/chillerlan-QRCode-Common-GDLuminanceSource.html index 50e0676f0..56c41a29f 100644 --- a/classes/chillerlan-QRCode-Common-GDLuminanceSource.html +++ b/classes/chillerlan-QRCode-Common-GDLuminanceSource.html @@ -162,10 +162,8 @@ It does not support rotation.

- - - - + +

Table of Contents @@ -340,9 +338,8 @@ getLuminances() may never be called. - - - + +

- - - + +
- - - + +
- - - + +
- - - + +
@@ -527,7 +520,7 @@ getLuminances() may never be called. public - __construct(GdImage $gdImage[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed + __construct(GdImage $gdImage[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed
@@ -545,7 +538,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -568,8 +561,8 @@ getLuminances() may never be called. + -
public - static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -612,7 +605,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -620,8 +613,8 @@ getLuminances() may never be called. + -
Return values
static @@ -650,7 +643,7 @@ getLuminances() may never be called. public - static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -668,7 +661,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -676,8 +669,8 @@ getLuminances() may never be called. + -
Return values
static @@ -714,8 +707,8 @@ getLuminances() may never be called. + -
Return values
int @@ -758,8 +751,8 @@ getLuminances() may never be called. + -
Return values
array<string|int, int> @@ -819,8 +812,8 @@ getLuminances() may never be called.

+ -
Return values
array<string|int, int> @@ -861,8 +854,8 @@ getLuminances() may never be called.

+ -
Return values
int @@ -928,8 +921,8 @@ getLuminances() may never be called.

+ -
Return values
string @@ -990,8 +983,8 @@ getLuminances() may never be called.

+ -
+ -
diff --git a/classes/chillerlan-QRCode-Common-GF256.html b/classes/chillerlan-QRCode-Common-GF256.html index 1dcda0ab5..92d6c6da8 100644 --- a/classes/chillerlan-QRCode-Common-GF256.html +++ b/classes/chillerlan-QRCode-Common-GF256.html @@ -187,10 +187,8 @@ for convenience and speed (but at the cost of memory).

- - - - + +

Table of Contents @@ -567,9 +565,8 @@ where the least-significant bit represents the constant coefficient - - - + +

logTable @@ -858,9 +855,8 @@ where the least-significant bit represents the constant coefficient

- - -

+ + @@ -919,8 +915,8 @@ where the least-significant bit represents the constant coefficient

+ -
Return values
int @@ -993,8 +989,8 @@ where the least-significant bit represents the constant coefficient

+ -
Return values
GenericGFPoly @@ -1045,8 +1041,8 @@ where the least-significant bit represents the constant coefficient

+ -
Return values
int @@ -1112,8 +1108,8 @@ where the least-significant bit represents the constant coefficient

+ -
Return values
int @@ -1179,8 +1175,8 @@ where the least-significant bit represents the constant coefficient

+ -
Return values
int @@ -1238,8 +1234,8 @@ where the least-significant bit represents the constant coefficient

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Common-GenericGFPoly.html b/classes/chillerlan-QRCode-Common-GenericGFPoly.html index 222c82e5b..f4e199be9 100644 --- a/classes/chillerlan-QRCode-Common-GenericGFPoly.html +++ b/classes/chillerlan-QRCode-Common-GenericGFPoly.html @@ -178,10 +178,8 @@ port of his C++ Reed-Solomon implementation.

- - - - + +

Table of Contents @@ -334,9 +332,8 @@ port of his C++ Reed-Solomon implementation.

- - - + +

@@ -368,7 +365,7 @@ port of his C++ Reed-Solomon implementation.

public - __construct(array<string|int, int> $coefficients[, int|null $degree = null ]) : mixed + __construct(array<string|int, int> $coefficients[, int|null $degree = null ]) : mixed
@@ -389,7 +386,7 @@ from most significant (highest-power term) coefficient to the least significant<
$degree : int|null - = null
+ = null
@@ -415,8 +412,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
+ -
Return values
self @@ -522,8 +519,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
array<string|int, GenericGFPoly> @@ -574,8 +571,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
int @@ -626,8 +623,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
int @@ -668,8 +665,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
array<string|int, int> @@ -706,8 +703,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
int @@ -748,8 +745,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
bool @@ -800,8 +797,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
self @@ -848,8 +845,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
self @@ -918,8 +915,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
self @@ -966,8 +963,8 @@ is not a constant polynomial (that is, it is not the monomial "0")

+ -
Return values
self diff --git a/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html b/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html index d59c5d70c..f9dc579c0 100644 --- a/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html +++ b/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html @@ -162,10 +162,8 @@ It does not support rotation.

- - - - + +

Table of Contents @@ -340,9 +338,8 @@ getLuminances() may never be called. - - - + +

- - - + +
- - - + +
- - - + +
- - - + +
@@ -527,7 +520,7 @@ getLuminances() may never be called. public - __construct(Imagick $imagick[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed + __construct(Imagick $imagick[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed
@@ -545,7 +538,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -553,8 +546,8 @@ getLuminances() may never be called. + -
public - static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -597,7 +590,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -605,8 +598,8 @@ getLuminances() may never be called. + -
Return values
static @@ -635,7 +628,7 @@ getLuminances() may never be called. public - static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -653,7 +646,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -661,8 +654,8 @@ getLuminances() may never be called. + -
Return values
static @@ -699,8 +692,8 @@ getLuminances() may never be called. + -
Return values
int @@ -743,8 +736,8 @@ getLuminances() may never be called. + -
Return values
array<string|int, int> @@ -804,8 +797,8 @@ getLuminances() may never be called.

+ -
Return values
array<string|int, int> @@ -846,8 +839,8 @@ getLuminances() may never be called.

+ -
Return values
int @@ -913,8 +906,8 @@ getLuminances() may never be called.

+ -
Return values
string @@ -975,8 +968,8 @@ getLuminances() may never be called.

+ -
+ -
diff --git a/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html b/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html index 8a5a523d8..abddd68c5 100644 --- a/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html +++ b/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html @@ -178,10 +178,8 @@ platforms into a standard interface for requesting greyscale luminance values. - - - - + +

Table of Contents @@ -336,9 +334,8 @@ getLuminances() may never be called. - - - + +
- - - + +
- - - + +
- - - + +

@@ -484,7 +478,7 @@ getLuminances() may never be called. public - __construct(int $width, int $height[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed + __construct(int $width, int $height[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed
@@ -509,7 +503,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -517,8 +511,8 @@ getLuminances() may never be called. + -
+ -
Return values
int @@ -595,8 +589,8 @@ getLuminances() may never be called. + -
Return values
array<string|int, int> @@ -656,8 +650,8 @@ getLuminances() may never be called.

+ -
Return values
array<string|int, int> @@ -698,8 +692,8 @@ getLuminances() may never be called.

+ -
Return values
int @@ -765,8 +759,8 @@ getLuminances() may never be called.

+ -
Return values
string @@ -827,8 +821,8 @@ getLuminances() may never be called.

+ -
diff --git a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html index afc43f1c1..4878212bb 100644 --- a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html +++ b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html @@ -147,10 +147,8 @@ - - - - + +

Table of Contents @@ -252,7 +250,7 @@ getLuminances() may never be called. public - static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromBlob(string $blob[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -270,7 +268,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -278,8 +276,8 @@ getLuminances() may never be called. + -
Return values
static @@ -308,7 +306,7 @@ getLuminances() may never be called. public - static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static + static fromFile(string $path[, SettingsContainerInterface|QROptions $options = new QROptions() ]) : static
@@ -326,7 +324,7 @@ getLuminances() may never be called.
$options : SettingsContainerInterface|QROptions - = new QROptions()
+ = new QROptions()
@@ -334,8 +332,8 @@ getLuminances() may never be called. + -
Return values
static @@ -372,8 +370,8 @@ getLuminances() may never be called. + -
Return values
int @@ -416,8 +414,8 @@ getLuminances() may never be called. + -
Return values
array<string|int, int> @@ -492,8 +490,8 @@ getLuminances() may never be called.

+ -
Return values
array<string|int, int> @@ -534,8 +532,8 @@ getLuminances() may never be called.

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Common-MaskPattern.html b/classes/chillerlan-QRCode-Common-MaskPattern.html index 23cfa4cdc..532bc9547 100644 --- a/classes/chillerlan-QRCode-Common-MaskPattern.html +++ b/classes/chillerlan-QRCode-Common-MaskPattern.html @@ -182,10 +182,8 @@ ISO/IEC 18004:2000 Section 8.8.2 - Evaluation of masking results

- - - - + +

Table of Contents @@ -446,9 +444,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - - + +

PATTERN_000 @@ -477,9 +474,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERN_001 @@ -508,9 +504,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERN_010 @@ -539,9 +534,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERN_011 @@ -570,9 +564,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERN_100 @@ -601,9 +594,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERN_101 @@ -632,9 +624,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERN_110 @@ -663,9 +654,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERN_111 @@ -694,9 +684,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PATTERNS @@ -725,9 +714,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PENALTY_N1 @@ -756,9 +744,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PENALTY_N2 @@ -787,9 +774,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PENALTY_N3 @@ -818,9 +804,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

PENALTY_N4 @@ -849,9 +834,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - -

+ +

@@ -895,9 +879,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. - - - + +
@@ -964,8 +947,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. + -
+ -
Return values
self @@ -1074,8 +1057,8 @@ and $j is row position. In fact, as the text says, $i is row position and $j is + -
Return values
Closure @@ -1113,8 +1096,8 @@ and $j is row position. In fact, as the text says, $i is row position and $j is + -
Return values
int @@ -1177,8 +1160,8 @@ give penalty to them. Example: 00000 or 11111.

+ -
Return values
int @@ -1242,8 +1225,8 @@ penalty proportional to (M-1)x(N-1), because this is the number of 2x2 blocks in + -
Return values
int @@ -1307,8 +1290,8 @@ find patterns like 000010111010000, we give penalty once.

+ -
Return values
int @@ -1371,8 +1354,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

+ -
Return values
int @@ -1419,8 +1402,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

+ -
Return values
int @@ -1488,8 +1471,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

+ -
Return values
bool @@ -1564,8 +1547,8 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

+ -
Return values
bool diff --git a/classes/chillerlan-QRCode-Common-Mode.html b/classes/chillerlan-QRCode-Common-Mode.html index 50614fb73..1ee4cf366 100644 --- a/classes/chillerlan-QRCode-Common-Mode.html +++ b/classes/chillerlan-QRCode-Common-Mode.html @@ -158,10 +158,8 @@ - - - - + +

Table of Contents @@ -310,9 +308,8 @@ - - -

+ +

BYTE @@ -341,9 +338,8 @@ - - -

+ +

ECI @@ -372,9 +368,8 @@ - - -

+ +

FNC1_FIRST @@ -403,9 +398,8 @@ - - -

+ +

FNC1_SECOND @@ -434,9 +428,8 @@ - - -

+ +

HANZI @@ -465,9 +458,8 @@ - - -

+ +

INTERFACES @@ -497,9 +489,8 @@ - - -

+ +

KANJI @@ -528,9 +519,8 @@ - - -

+ +

LENGTH_BITS @@ -562,9 +552,8 @@ - - -

+ +

NUMBER @@ -593,9 +582,8 @@ - - -

+ +

STRCTURED_APPEND @@ -624,9 +612,8 @@ - - -

+ +

TERMINATOR @@ -655,9 +642,8 @@ - - -

+ +
@@ -731,8 +717,8 @@ + -
Return values
int diff --git a/classes/chillerlan-QRCode-Common-Version.html b/classes/chillerlan-QRCode-Common-Version.html index 98e7db004..eec288fa6 100644 --- a/classes/chillerlan-QRCode-Common-Version.html +++ b/classes/chillerlan-QRCode-Common-Version.html @@ -158,10 +158,8 @@ - - - - + +

Table of Contents @@ -350,9 +348,8 @@ - - - + +

ALIGNMENT_PATTERN @@ -384,9 +381,8 @@ - - -

+ +

RSBLOCKS @@ -431,9 +427,8 @@ - - -

+ +

TOTAL_CODEWORDS @@ -463,9 +458,8 @@ - - -

+ +

VERSION_PATTERN @@ -497,9 +491,8 @@ - - -

+ +

@@ -543,9 +536,8 @@ - - - + +
@@ -612,8 +604,8 @@ + -
Return values
string @@ -686,8 +678,8 @@ + -
Return values
array<string|int, int> @@ -725,8 +717,8 @@ + -
Return values
int @@ -774,8 +766,8 @@ + -
Return values
array<string|int, mixed> @@ -813,8 +805,8 @@ + -
Return values
int @@ -852,8 +844,8 @@ + -
Return values
int @@ -891,8 +883,8 @@ + -
Return values
int|null diff --git a/classes/chillerlan-QRCode-Data-AlphaNum.html b/classes/chillerlan-QRCode-Data-AlphaNum.html index 1c98f3154..600e0cbfe 100644 --- a/classes/chillerlan-QRCode-Data-AlphaNum.html +++ b/classes/chillerlan-QRCode-Data-AlphaNum.html @@ -164,10 +164,8 @@ ISO/IEC 18004:2000 Section 8.4.3

- - - - + +

Table of Contents @@ -330,9 +328,8 @@ ISO/IEC 18004:2000 Section 8.4.3

- - -

+ +

CHAR_MAP @@ -362,9 +359,8 @@ ISO/IEC 18004:2000 Section 8.4.3

- - -

+ +
@@ -408,9 +404,8 @@ ISO/IEC 18004:2000 Section 8.4.3

- - - + +
@@ -443,7 +438,7 @@ ISO/IEC 18004:2000 Section 8.4.3

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -454,7 +449,7 @@ ISO/IEC 18004:2000 Section 8.4.3

$data : string|null - = null
+ = null
@@ -477,8 +472,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
+ -
Return values
string @@ -600,8 +595,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
string @@ -639,8 +634,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
int @@ -688,8 +683,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
bool @@ -744,8 +739,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
static @@ -783,8 +778,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
int @@ -832,8 +827,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
int @@ -895,8 +890,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
string @@ -958,8 +953,8 @@ ISO/IEC 18004:2000 Section 8.4.3

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Byte.html b/classes/chillerlan-QRCode-Data-Byte.html index e9ca97546..59c79e90c 100644 --- a/classes/chillerlan-QRCode-Data-Byte.html +++ b/classes/chillerlan-QRCode-Data-Byte.html @@ -164,10 +164,8 @@ ISO/IEC 18004:2000 Section 8.4.4

- - - - + +

Table of Contents @@ -311,9 +309,8 @@ ISO/IEC 18004:2000 Section 8.4.4

- - -

+ +

@@ -357,9 +354,8 @@ ISO/IEC 18004:2000 Section 8.4.4

- - - + + @@ -392,7 +388,7 @@ ISO/IEC 18004:2000 Section 8.4.4

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -403,7 +399,7 @@ ISO/IEC 18004:2000 Section 8.4.4

$data : string|null - = null
+ = null
@@ -426,8 +422,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ -
+ -
Return values
string @@ -549,8 +545,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ -
Return values
string @@ -588,8 +584,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ -
Return values
int @@ -637,8 +633,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ -
Return values
bool @@ -693,8 +689,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ -
Return values
static @@ -732,8 +728,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ -
Return values
int @@ -781,8 +777,8 @@ ISO/IEC 18004:2000 Section 8.4.4

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Data-ECI.html b/classes/chillerlan-QRCode-Data-ECI.html index 92b5c6076..95ecc84b8 100644 --- a/classes/chillerlan-QRCode-Data-ECI.html +++ b/classes/chillerlan-QRCode-Data-ECI.html @@ -164,10 +164,8 @@ - - - - + +

Table of Contents @@ -325,9 +323,8 @@ - - -

+ + @@ -371,9 +368,8 @@ - - - + +
@@ -445,7 +440,7 @@ public - __construct([int|null $encoding = null ]) : mixed + __construct([int|null $encoding = null ]) : mixed
@@ -456,7 +451,7 @@
$encoding : int|null - = null
+ = null
@@ -495,8 +490,8 @@ + -
Return values
string @@ -611,8 +606,8 @@ + -
Return values
string @@ -650,8 +645,8 @@ + -
Return values
int @@ -714,8 +709,8 @@ + -
Return values
ECICharset @@ -779,8 +774,8 @@ + -
Return values
bool @@ -857,8 +852,8 @@ + -
Return values
static @@ -896,8 +891,8 @@ + -
Return values
int @@ -945,8 +940,8 @@ + -
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Hanzi.html b/classes/chillerlan-QRCode-Data-Hanzi.html index a374a2369..308cf831f 100644 --- a/classes/chillerlan-QRCode-Data-Hanzi.html +++ b/classes/chillerlan-QRCode-Data-Hanzi.html @@ -218,10 +218,8 @@ - - - - + +

Table of Contents @@ -378,9 +376,8 @@ - - -

+ +

ENCODING @@ -410,9 +407,8 @@ - - -

+ +

GB2312_SUBSET @@ -457,9 +453,8 @@ - - -

+ + @@ -503,9 +498,8 @@ - - - + + @@ -538,7 +532,7 @@ public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -549,7 +543,7 @@
$data : string|null - = null
+ = null
@@ -572,8 +566,8 @@ + -
Return values
string @@ -688,8 +682,8 @@ + -
Return values
string @@ -727,8 +721,8 @@ + -
Return values
int @@ -776,8 +770,8 @@ + -
Return values
bool @@ -856,8 +850,8 @@ + -
Return values
static @@ -895,8 +889,8 @@ + -
Return values
int @@ -944,8 +938,8 @@ + -
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Kanji.html b/classes/chillerlan-QRCode-Data-Kanji.html index 59c21f6a0..cfa257c22 100644 --- a/classes/chillerlan-QRCode-Data-Kanji.html +++ b/classes/chillerlan-QRCode-Data-Kanji.html @@ -195,10 +195,8 @@ ISO/IEC 18004:2000 Section 8.4.5

- - - - + +

Table of Contents @@ -349,9 +347,8 @@ ISO/IEC 18004:2000 Section 8.4.5

- - -

+ +

ENCODING @@ -383,9 +380,8 @@ ISO/IEC 18004:2000 Section 8.4.5

- - -

+ + @@ -429,9 +425,8 @@ ISO/IEC 18004:2000 Section 8.4.5

- - - + + @@ -464,7 +459,7 @@ ISO/IEC 18004:2000 Section 8.4.5

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -475,7 +470,7 @@ ISO/IEC 18004:2000 Section 8.4.5

$data : string|null - = null
+ = null
@@ -498,8 +493,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ -
+ -
Return values
string @@ -621,8 +616,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ -
Return values
string @@ -660,8 +655,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ -
Return values
int @@ -709,8 +704,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ -
Return values
bool @@ -789,8 +784,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ -
Return values
static @@ -828,8 +823,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ -
Return values
int @@ -877,8 +872,8 @@ ISO/IEC 18004:2000 Section 8.4.5

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Data-Number.html b/classes/chillerlan-QRCode-Data-Number.html index be04c46e1..f58edab94 100644 --- a/classes/chillerlan-QRCode-Data-Number.html +++ b/classes/chillerlan-QRCode-Data-Number.html @@ -164,10 +164,8 @@ ISO/IEC 18004:2000 Section 8.4.2

- - - - + +

Table of Contents @@ -318,9 +316,8 @@ ISO/IEC 18004:2000 Section 8.4.2

- - -

+ + @@ -364,9 +361,8 @@ ISO/IEC 18004:2000 Section 8.4.2

- - - + + @@ -399,7 +395,7 @@ ISO/IEC 18004:2000 Section 8.4.2

public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -410,7 +406,7 @@ ISO/IEC 18004:2000 Section 8.4.2

$data : string|null - = null
+ = null
@@ -433,8 +429,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
+ -
Return values
string @@ -556,8 +552,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
Return values
string @@ -595,8 +591,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
Return values
int @@ -644,8 +640,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
Return values
bool @@ -700,8 +696,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
Return values
static @@ -739,8 +735,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
Return values
int @@ -788,8 +784,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
Return values
int @@ -852,8 +848,8 @@ ISO/IEC 18004:2000 Section 8.4.2

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Data-QRCodeDataException.html b/classes/chillerlan-QRCode-Data-QRCodeDataException.html index 4cb71e7a1..96278a3f0 100644 --- a/classes/chillerlan-QRCode-Data-QRCodeDataException.html +++ b/classes/chillerlan-QRCode-Data-QRCodeDataException.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents diff --git a/classes/chillerlan-QRCode-Data-QRData.html b/classes/chillerlan-QRCode-Data-QRData.html index 6513900d7..bc6a8d066 100644 --- a/classes/chillerlan-QRCode-Data-QRData.html +++ b/classes/chillerlan-QRCode-Data-QRData.html @@ -158,10 +158,8 @@ - - - - + +

Table of Contents @@ -334,9 +332,8 @@ - - - + +

@@ -589,8 +581,8 @@ + -
+ -
Return values
int @@ -692,8 +684,8 @@ + -
Return values
BitBuffer @@ -746,8 +738,8 @@ + -
Return values
Version @@ -814,8 +806,8 @@ additionally the bit array needs to contain enough pad bits.

+ -
Return values
self @@ -865,8 +857,8 @@ additionally the bit array needs to contain enough pad bits.

+ -
Return values
self @@ -904,8 +896,8 @@ additionally the bit array needs to contain enough pad bits.

+ -
Return values
QRMatrix @@ -960,8 +952,8 @@ additionally the bit array needs to contain enough pad bits.

+ -
diff --git a/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html b/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html index b2d800c99..4931b0319 100644 --- a/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html +++ b/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -282,9 +280,8 @@ - - - + +

@@ -317,7 +314,7 @@ public - __construct([string|null $data = null ]) : mixed + __construct([string|null $data = null ]) : mixed
@@ -328,7 +325,7 @@
$data : string|null - = null
+ = null
@@ -351,8 +348,8 @@ + -
Return values
string @@ -435,8 +432,8 @@ + -
Return values
int @@ -484,8 +481,8 @@ + -
Return values
int diff --git a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html index 61717d420..600bb785c 100644 --- a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html +++ b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html @@ -147,10 +147,8 @@ - - - - + +

Table of Contents @@ -279,9 +277,8 @@ - - -

+ +
@@ -346,8 +343,8 @@ + -
Return values
string @@ -402,8 +399,8 @@ + -
Return values
string @@ -441,8 +438,8 @@ + -
Return values
int @@ -490,8 +487,8 @@ + -
Return values
bool @@ -561,8 +558,8 @@ + -
Return values
static diff --git a/classes/chillerlan-QRCode-Data-QRMatrix.html b/classes/chillerlan-QRCode-Data-QRMatrix.html index 77fed6562..8796aaaf0 100644 --- a/classes/chillerlan-QRCode-Data-QRMatrix.html +++ b/classes/chillerlan-QRCode-Data-QRMatrix.html @@ -172,10 +172,8 @@ maps the ECC coded binary data and applies the mask pattern

- - - - + +

Table of Contents @@ -654,9 +652,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_ALIGNMENT @@ -685,9 +682,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_ALIGNMENT_DARK @@ -716,9 +712,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_DARKMODULE @@ -747,9 +742,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_DARKMODULE_LIGHT @@ -778,9 +772,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_DATA @@ -809,9 +802,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_DATA_DARK @@ -840,9 +832,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_FINDER @@ -871,9 +862,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_FINDER_DARK @@ -902,9 +892,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_FINDER_DOT @@ -933,9 +922,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_FINDER_DOT_LIGHT @@ -964,9 +952,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_FORMAT @@ -995,9 +982,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_FORMAT_DARK @@ -1026,9 +1012,8 @@ returns true if a match is found, otherwise false. - - -

+ +
+ +

M_LOGO_DARK @@ -1088,9 +1072,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_NULL @@ -1119,9 +1102,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_QUIETZONE @@ -1150,9 +1132,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_QUIETZONE_DARK @@ -1181,9 +1162,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_SEPARATOR @@ -1212,9 +1192,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_SEPARATOR_DARK @@ -1243,9 +1222,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_TIMING @@ -1274,9 +1252,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_TIMING_DARK @@ -1305,9 +1282,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_VERSION @@ -1336,9 +1312,8 @@ returns true if a match is found, otherwise false. - - -

+ +

M_VERSION_DARK @@ -1367,9 +1342,8 @@ returns true if a match is found, otherwise false. - - -

+ +

neighbours @@ -1414,9 +1388,8 @@ returns true if a match is found, otherwise false. - - -

+ + @@ -1460,9 +1433,8 @@ returns true if a match is found, otherwise false. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1683,8 +1651,8 @@ returns true if a match is found, otherwise false. + -
+ -
Return values
bool @@ -1767,7 +1735,7 @@ returns true if a match is found, otherwise false. public - checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int + checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int
@@ -1798,7 +1766,7 @@ starting with the lowest bit for top left, going clockwise:

$M_TYPE : int|null - = null
+ = null
@@ -1806,8 +1774,8 @@ starting with the lowest bit for top left, going clockwise:

+ -
Return values
int @@ -1872,8 +1840,8 @@ starting with the lowest bit for top left, going clockwise:

+ -
Return values
bool @@ -1936,8 +1904,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
bool @@ -1992,8 +1960,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2048,8 +2016,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
int @@ -2103,8 +2071,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
array<string|int, array<string|int, bool>> @@ -2142,8 +2110,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
EccLevel|null @@ -2181,8 +2149,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
MaskPattern|null @@ -2220,8 +2188,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
array<string|int, array<string|int, int>> @@ -2261,8 +2229,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
int @@ -2300,8 +2268,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
Version|null @@ -2339,8 +2307,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2380,8 +2348,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2429,8 +2397,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
bool @@ -2480,8 +2448,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2519,8 +2487,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2592,8 +2560,8 @@ false => $M_TYPE

+ -
Return values
static @@ -2633,8 +2601,8 @@ false => $M_TYPE

+ -
Return values
static @@ -2717,8 +2685,8 @@ false => $M_TYPE

+ -
Return values
static @@ -2758,8 +2726,8 @@ false => $M_TYPE

+ -
Return values
static @@ -2799,8 +2767,8 @@ false => $M_TYPE

+ -
Return values
static @@ -2829,7 +2797,7 @@ false => $M_TYPE

public - setFormatInfo([MaskPattern|null $maskPattern = null ]) : static + setFormatInfo([MaskPattern|null $maskPattern = null ]) : static
@@ -2842,7 +2810,7 @@ false => $M_TYPE

$maskPattern : MaskPattern|null - = null
+ = null
@@ -2850,8 +2818,8 @@ false => $M_TYPE

+ -
Return values
static @@ -2880,7 +2848,7 @@ false => $M_TYPE

public - setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static + setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static
@@ -2910,21 +2878,21 @@ Note that there is no restiction on how many times this method could be called o
$height : int|null - = null
+ = null
$startX : int|null - = null
+ = null
$startY : int|null - = null
+ = null
@@ -2954,8 +2922,8 @@ Note that there is no restiction on how many times this method could be called o + -
Return values
static @@ -3020,8 +2988,8 @@ Note that there is no restiction on how many times this method could be called o + -
Return values
static @@ -3061,8 +3029,8 @@ Note that there is no restiction on how many times this method could be called o + -
Return values
static @@ -3102,8 +3070,8 @@ Note that there is no restiction on how many times this method could be called o + -
Return values
static @@ -3143,8 +3111,8 @@ Note that there is no restiction on how many times this method could be called o + -
Return values
static @@ -3192,8 +3160,8 @@ Note that there is no restiction on how many times this method could be called o + -
Return values
static @@ -3248,8 +3216,8 @@ Note that there is no restiction on how many times this method could be called o + -
Return values
array<string|int, array<string|int, int>> diff --git a/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html b/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html index 99456f1b7..2d88131e2 100644 --- a/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html +++ b/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html @@ -173,10 +173,8 @@ - - - - + +

Table of Contents @@ -301,9 +299,8 @@ - - - + +

@@ -476,8 +470,8 @@ + -
+ -
Return values
array<string|int, int> @@ -591,8 +585,8 @@ + -
Return values
array<string|int, int> @@ -653,8 +647,8 @@ + -
diff --git a/classes/chillerlan-QRCode-Decoder-Binarizer.html b/classes/chillerlan-QRCode-Decoder-Binarizer.html index 2bd0de889..edcf69748 100644 --- a/classes/chillerlan-QRCode-Decoder-Binarizer.html +++ b/classes/chillerlan-QRCode-Decoder-Binarizer.html @@ -185,10 +185,8 @@ but for now it was not a win to use local blocks for 1D.

- - - - + +

Table of Contents @@ -366,9 +364,8 @@ on the last pixels in the row/column which are also used in the previous block). - - -

+ +

BLOCK_SIZE_MASK @@ -397,9 +394,8 @@ on the last pixels in the row/column which are also used in the previous block). - - -

+ +

BLOCK_SIZE_POWER @@ -428,9 +424,8 @@ on the last pixels in the row/column which are also used in the previous block). - - -

+ +

LUMINANCE_BUCKETS @@ -459,9 +454,8 @@ on the last pixels in the row/column which are also used in the previous block). - - -

+ +

LUMINANCE_SHIFT @@ -490,9 +484,8 @@ on the last pixels in the row/column which are also used in the previous block). - - -

+ +

MIN_DYNAMIC_RANGE @@ -521,9 +514,8 @@ on the last pixels in the row/column which are also used in the previous block). - - -

+ +

MINIMUM_DIMENSION @@ -552,9 +544,8 @@ on the last pixels in the row/column which are also used in the previous block). - - -

+ + @@ -597,9 +588,8 @@ on the last pixels in the row/column which are also used in the previous block). - - - + +
@@ -688,8 +677,8 @@ on the last pixels in the row/column which are also used in the previous block). + -
+ -
Return values
BitMatrix @@ -821,8 +810,8 @@ fetched using getBlackRow(), so don't mix and match between them.

+ -
Return values
array<string|int, array<string|int, float>> @@ -893,8 +882,8 @@ on the last pixels in the row/column which are also used in the previous block). + -
Return values
BitMatrix @@ -971,8 +960,8 @@ on the last pixels in the row/column which are also used in the previous block). + -
Return values
int @@ -1034,8 +1023,8 @@ on the last pixels in the row/column which are also used in the previous block). + -
Return values
int @@ -1089,8 +1078,8 @@ on the last pixels in the row/column which are also used in the previous block). + -
Return values
BitMatrix diff --git a/classes/chillerlan-QRCode-Decoder-BitMatrix.html b/classes/chillerlan-QRCode-Decoder-BitMatrix.html index b7f47ef57..aaf606809 100644 --- a/classes/chillerlan-QRCode-Decoder-BitMatrix.html +++ b/classes/chillerlan-QRCode-Decoder-BitMatrix.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -796,9 +794,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_ALIGNMENT @@ -827,9 +824,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_ALIGNMENT_DARK @@ -858,9 +854,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_DARKMODULE @@ -889,9 +884,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_DARKMODULE_LIGHT @@ -920,9 +914,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_DATA @@ -951,9 +944,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_DATA_DARK @@ -982,9 +974,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_FINDER @@ -1013,9 +1004,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_FINDER_DARK @@ -1044,9 +1034,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_FINDER_DOT @@ -1075,9 +1064,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_FINDER_DOT_LIGHT @@ -1106,9 +1094,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_FORMAT @@ -1137,9 +1124,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_FORMAT_DARK @@ -1168,9 +1154,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +
+ +

M_LOGO_DARK @@ -1230,9 +1214,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_NULL @@ -1261,9 +1244,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_QUIETZONE @@ -1292,9 +1274,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_QUIETZONE_DARK @@ -1323,9 +1304,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_SEPARATOR @@ -1354,9 +1334,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_SEPARATOR_DARK @@ -1385,9 +1364,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_TIMING @@ -1416,9 +1394,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_TIMING_DARK @@ -1447,9 +1424,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_VERSION @@ -1478,9 +1454,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

M_VERSION_DARK @@ -1509,9 +1484,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

neighbours @@ -1556,9 +1530,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

DECODE_LOOKUP @@ -1654,9 +1627,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ +

FORMAT_INFO_MASK_QR @@ -1685,9 +1657,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - -

+ + @@ -1731,9 +1702,8 @@ QR Code. Throws if the exact number of bytes expected is not read. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -2004,8 +1969,8 @@ QR Code. Throws if the exact number of bytes expected is not read. + -
+ -
Return values
bool @@ -2088,7 +2053,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int + checkNeighbours(int $x, int $y[, int|null $M_TYPE = null ]) : int
@@ -2119,7 +2084,7 @@ starting with the lowest bit for top left, going clockwise:

$M_TYPE : int|null - = null
+ = null
@@ -2127,8 +2092,8 @@ starting with the lowest bit for top left, going clockwise:

+ -
Return values
int @@ -2193,8 +2158,8 @@ starting with the lowest bit for top left, going clockwise:

+ -
Return values
bool @@ -2257,8 +2222,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
bool @@ -2313,8 +2278,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2369,8 +2334,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
int @@ -2424,8 +2389,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
array<string|int, array<string|int, bool>> @@ -2463,8 +2428,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
EccLevel|null @@ -2502,8 +2467,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
MaskPattern|null @@ -2541,8 +2506,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
array<string|int, array<string|int, int>> @@ -2582,8 +2547,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
int @@ -2621,8 +2586,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
Version|null @@ -2660,8 +2625,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2701,8 +2666,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2750,8 +2715,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
bool @@ -2801,8 +2766,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
static @@ -2840,8 +2805,8 @@ returns true if a match is found, otherwise false.

+ -
Return values
self @@ -2896,8 +2861,8 @@ QR Code. Throws if the exact number of bytes expected is not read.

+ -
Return values
array<string|int, int> @@ -2935,8 +2900,8 @@ QR Code. Throws if the exact number of bytes expected is not read.

+ -
Return values
self @@ -2974,8 +2939,8 @@ QR Code. Throws if the exact number of bytes expected is not read.

+ -
Return values
static @@ -3047,8 +3012,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3088,8 +3053,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3172,8 +3137,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3213,8 +3178,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3254,8 +3219,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3284,7 +3249,7 @@ false => $M_TYPE

public - setFormatInfo([MaskPattern|null $maskPattern = null ]) : static + setFormatInfo([MaskPattern|null $maskPattern = null ]) : static
@@ -3297,7 +3262,7 @@ false => $M_TYPE

$maskPattern : MaskPattern|null - = null
+ = null
@@ -3305,8 +3270,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3335,7 +3300,7 @@ false => $M_TYPE

public - setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static + setLogoSpace(int $width[, int|null $height = null ][, int|null $startX = null ][, int|null $startY = null ]) : static
@@ -3353,21 +3318,21 @@ false => $M_TYPE

$height : int|null - = null
+ = null
$startX : int|null - = null
+ = null
$startY : int|null - = null
+ = null
@@ -3397,8 +3362,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3427,7 +3392,7 @@ false => $M_TYPE

public - setQuietZone([int|null $quietZoneSize = null ]) : static + setQuietZone([int|null $quietZoneSize = null ]) : static
@@ -3438,7 +3403,7 @@ false => $M_TYPE

$quietZoneSize : int|null - = null
+ = null
@@ -3468,8 +3433,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3509,8 +3474,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3550,8 +3515,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3591,8 +3556,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3640,8 +3605,8 @@ false => $M_TYPE

+ -
Return values
static @@ -3696,8 +3661,8 @@ false => $M_TYPE

+ -
Return values
array<string|int, array<string|int, int>> @@ -3758,8 +3723,8 @@ false => $M_TYPE

+ -
Return values
int @@ -3807,8 +3772,8 @@ false => $M_TYPE

+ -
Return values
Version|null @@ -3863,8 +3828,8 @@ false => $M_TYPE

+ -
Return values
int|null @@ -3918,8 +3883,8 @@ false => $M_TYPE

+ -
Return values
int @@ -3974,8 +3939,8 @@ false => $M_TYPE

+ -
Return values
self @@ -4039,8 +4004,8 @@ false => $M_TYPE

+ -
Return values
self @@ -4094,8 +4059,8 @@ false => $M_TYPE

+ -
Return values
int diff --git a/classes/chillerlan-QRCode-Decoder-Decoder.html b/classes/chillerlan-QRCode-Decoder-Decoder.html index 9b351e6cc..cad6dabcb 100644 --- a/classes/chillerlan-QRCode-Decoder-Decoder.html +++ b/classes/chillerlan-QRCode-Decoder-Decoder.html @@ -175,10 +175,8 @@ the QR Code from an image.

- - - - + +

Table of Contents @@ -321,9 +319,8 @@ the QR Code from an image.

- - - + +

- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -561,7 +553,7 @@ the QR Code from an image.

public - __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed + __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed
@@ -572,7 +564,7 @@ the QR Code from an image.

$options : SettingsContainerInterface|QROptions|iterable<string|int, mixed> - = new QROptions()
+ = new QROptions()
@@ -580,8 +572,8 @@ the QR Code from an image.

+ -
+ -
Return values
DecoderResult @@ -697,8 +689,8 @@ the QR Code from an image.

+ -
Return values
string @@ -761,8 +753,8 @@ the QR Code from an image.

+ -
Return values
DecoderResult @@ -824,8 +816,8 @@ the QR Code from an image.

+ -
Return values
DecoderResult diff --git a/classes/chillerlan-QRCode-Decoder-DecoderResult.html b/classes/chillerlan-QRCode-Decoder-DecoderResult.html index d1e11bc71..fb93cc5a0 100644 --- a/classes/chillerlan-QRCode-Decoder-DecoderResult.html +++ b/classes/chillerlan-QRCode-Decoder-DecoderResult.html @@ -160,10 +160,8 @@ as well as a String interpretation of those bytes, if applicable.

- - - - + +

Table of Contents @@ -318,9 +316,8 @@ as well as a String interpretation of those bytes, if applicable.

- - - + +

- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -619,7 +609,7 @@ as well as a String interpretation of those bytes, if applicable.

public - __construct([iterable<string|int, mixed>|null $properties = null ]) : mixed + __construct([iterable<string|int, mixed>|null $properties = null ]) : mixed
@@ -630,7 +620,7 @@ as well as a String interpretation of those bytes, if applicable.

$properties : iterable<string|int, mixed>|null - = null
+ = null
@@ -654,8 +644,8 @@ as well as a String interpretation of those bytes, if applicable.

+ -
+ -
+ -
Return values
string @@ -771,8 +761,8 @@ as well as a String interpretation of those bytes, if applicable.

+ -
Return values
QRMatrix @@ -809,8 +799,8 @@ as well as a String interpretation of those bytes, if applicable.

+ -
Return values
bool diff --git a/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html b/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html index f2e463e85..5c4ac2b94 100644 --- a/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html +++ b/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents diff --git a/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html b/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html index 9a7386353..eec760a44 100644 --- a/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html +++ b/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html @@ -203,10 +203,8 @@ port of his C++ Reed-Solomon implementation.

- - - - + +

Table of Contents @@ -349,9 +347,8 @@ in the input. - - - + +

- - - + +
@@ -448,8 +444,8 @@ in the input. + -
+ -
Return values
BitBuffer @@ -550,8 +546,8 @@ correct the errors in-place using Reed-Solomon error correction.

+ -
Return values
array<string|int, int> @@ -629,8 +625,8 @@ in the input.

+ -
Return values
array<string|int, int> @@ -696,8 +692,8 @@ method will separate the data into original blocks.

+ -
Return values
array<string|int, mixed> @@ -759,8 +755,8 @@ method will separate the data into original blocks.

+ -
Return values
array<string|int, int> @@ -814,8 +810,8 @@ method will separate the data into original blocks.

+ -
Return values
array<string|int, int> @@ -891,8 +887,8 @@ method will separate the data into original blocks.

+ -
Return values
array<string|int, GenericGFPoly> diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html index 1fd44ed71..491955c04 100644 --- a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html +++ b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html @@ -178,10 +178,8 @@ all but the simplest QR Codes.

- - - - + +

Table of Contents @@ -314,9 +312,8 @@ with a new estimate. It returns a new FinderPattern containing an average of the - - - + +

@@ -457,8 +452,8 @@ with a new estimate. It returns a new FinderPattern containing an average of the + -
Return values
bool @@ -581,8 +576,8 @@ with a new estimate. It returns a new FinderPattern containing an average of the + -
Return values
static @@ -619,8 +614,8 @@ with a new estimate. It returns a new FinderPattern containing an average of the + -
Return values
float @@ -657,8 +652,8 @@ with a new estimate. It returns a new FinderPattern containing an average of the + -
Return values
float @@ -695,8 +690,8 @@ with a new estimate. It returns a new FinderPattern containing an average of the + -
Return values
float diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html index 1f4f3ca87..7f8e20b19 100644 --- a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html @@ -181,10 +181,8 @@ some code.

- - - - + +

Table of Contents @@ -325,9 +323,8 @@ found the alignment pattern. - - - + +

- - - + +
- - - + +
@@ -466,8 +461,8 @@ found the alignment pattern. + -
+ -
Return values
AlignmentPattern|null @@ -598,8 +593,8 @@ figures the location of the center of this black/white/black run.

+ -
Return values
float @@ -676,8 +671,8 @@ observed in any reading state, based on the results of the horizontal scan

+ -
Return values
float|null @@ -726,8 +721,8 @@ observed in any reading state, based on the results of the horizontal scan

+ -
Return values
bool @@ -803,8 +798,8 @@ found the alignment pattern.

+ -
Return values
AlignmentPattern|null diff --git a/classes/chillerlan-QRCode-Detector-Detector.html b/classes/chillerlan-QRCode-Detector-Detector.html index fddcbf08a..9ca6ee06d 100644 --- a/classes/chillerlan-QRCode-Detector-Detector.html +++ b/classes/chillerlan-QRCode-Detector-Detector.html @@ -175,10 +175,8 @@ is rotated or skewed, or partially obscured.

- - - - + +

Table of Contents @@ -340,9 +338,8 @@ of another po$(another finder pattern center), and in the opposite direction too - - - + +

@@ -432,8 +428,8 @@ of another po$(another finder pattern center), and in the opposite direction too + -
Return values
BitMatrix @@ -505,8 +501,8 @@ of another po$(another finder pattern center), and in the opposite direction too + -
Return values
array<string|int, FinderPattern> @@ -584,8 +580,8 @@ of the three finder patterns.

+ -
Return values
float @@ -642,8 +638,8 @@ width of each, measuring along the axis between their centers.

+ -
Return values
float @@ -728,8 +724,8 @@ of the finder patterns and estimated module size.

+ -
Return values
int @@ -757,7 +753,7 @@ of the finder patterns and estimated module size.

private - createTransform(FinderPattern $nw, FinderPattern $ne, FinderPattern $sw, int $size[, AlignmentPattern|null $ap = null ]) : PerspectiveTransform + createTransform(FinderPattern $nw, FinderPattern $ne, FinderPattern $sw, int $size[, AlignmentPattern|null $ap = null ]) : PerspectiveTransform
@@ -796,7 +792,7 @@ of the finder patterns and estimated module size.

$ap : AlignmentPattern|null - = null
+ = null
@@ -804,8 +800,8 @@ of the finder patterns and estimated module size.

+ -
Return values
PerspectiveTransform @@ -883,8 +879,8 @@ guessed to contain it.

+ -
Return values
AlignmentPattern|null @@ -962,8 +958,8 @@ may be skewed or rotated.

+ -
Return values
float @@ -1050,8 +1046,8 @@ of another po$(another finder pattern center), and in the opposite direction too + -
Return values
float diff --git a/classes/chillerlan-QRCode-Detector-FinderPattern.html b/classes/chillerlan-QRCode-Detector-FinderPattern.html index 26076ccac..d054d1e11 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPattern.html +++ b/classes/chillerlan-QRCode-Detector-FinderPattern.html @@ -179,10 +179,8 @@ as a convenience to the finder's bookkeeping.

- - - - + +

Table of Contents @@ -353,9 +351,8 @@ based on count. - - - + +

- - - + +
- - - + +
- - - + +
@@ -501,7 +495,7 @@ based on count. public - __construct(float $posX, float $posY, float $estimatedModuleSize[, int|null $count = null ]) : mixed + __construct(float $posX, float $posY, float $estimatedModuleSize[, int|null $count = null ]) : mixed
@@ -533,7 +527,7 @@ based on count.
$count : int|null - = null
+ = null
@@ -541,8 +535,8 @@ based on count. + -
Return values
bool @@ -666,8 +660,8 @@ based on count.

+ -
Return values
static @@ -735,8 +729,8 @@ based on count.

+ -
Return values
float @@ -773,8 +767,8 @@ based on count.

+ -
Return values
int @@ -823,8 +817,8 @@ based on count.

+ -
Return values
float @@ -865,8 +859,8 @@ based on count.

+ -
Return values
float @@ -914,8 +908,8 @@ based on count.

+ -
Return values
float @@ -952,8 +946,8 @@ based on count.

+ -
Return values
float @@ -990,8 +984,8 @@ based on count.

+ -
Return values
float @@ -1059,8 +1053,8 @@ based on count.

+ -
Return values
float diff --git a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html index a10232d57..91567c2a5 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html @@ -177,10 +177,8 @@ markers at three corners of a QR Code.

- - - - + +

Table of Contents @@ -412,9 +410,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees - - -

+ +

MAX_MODULES @@ -443,9 +440,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees - - -

+ +

MIN_SKIP @@ -474,9 +470,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees - - -

+ + @@ -519,9 +514,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees - - - + +
@@ -651,8 +643,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees + -
Return values
array<string|int, FinderPattern> @@ -742,8 +734,8 @@ figures the location of the center of this run.

+ -
Return values
float @@ -804,8 +796,8 @@ finder pattern to see if the same proportion is detected.

+ -
Return values
bool @@ -896,8 +888,8 @@ check a vertical cross-check and locate the real center of the alignment pattern + -
Return values
float|null @@ -991,8 +983,8 @@ $originalStateCountTotal

+ -
Return values
float|null @@ -1054,8 +1046,8 @@ $originalStateCountTotal

+ -
Return values
float @@ -1102,8 +1094,8 @@ $originalStateCountTotal

+ -
Return values
array<string|int, int> @@ -1140,8 +1132,8 @@ $originalStateCountTotal

+ -
Return values
int @@ -1195,8 +1187,8 @@ down in the image.

+ -
Return values
bool @@ -1243,8 +1235,8 @@ down in the image.

+ -
Return values
bool @@ -1300,8 +1292,8 @@ down in the image.

+ -
Return values
bool @@ -1343,8 +1335,8 @@ used by finder patterns to be considered a match

+ -
Return values
array<string|int, int> @@ -1421,8 +1413,8 @@ pattern center

+ -
Return values
bool @@ -1463,8 +1455,8 @@ pattern center

+ -
Return values
bool @@ -1521,8 +1513,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees + -
Return values
array<string|int, FinderPattern> @@ -1576,8 +1568,8 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees + -
Return values
array<string|int, FinderPattern> diff --git a/classes/chillerlan-QRCode-Detector-GridSampler.html b/classes/chillerlan-QRCode-Detector-GridSampler.html index a7f8d464d..70c2ec273 100644 --- a/classes/chillerlan-QRCode-Detector-GridSampler.html +++ b/classes/chillerlan-QRCode-Detector-GridSampler.html @@ -182,10 +182,8 @@ with an instance of a class which implements this interface.

- - - - + +

Table of Contents @@ -283,9 +281,8 @@ the image's dimensions to see if the point are even within the image. - - - + +

@@ -371,8 +368,8 @@ by the given points is invalid or results in sampling outside the image boundari + -
Return values
BitMatrix @@ -451,8 +448,8 @@ to be within the image. Because the set of points are assumed to be linear, this + -
diff --git a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html index 3e564a6f4..dc189de1d 100644 --- a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html +++ b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html @@ -176,10 +176,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping - - - - + +

Table of Contents @@ -350,9 +348,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping - - - + +
@@ -812,8 +801,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping + -
Return values
self @@ -841,7 +830,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping public - transformPoints(array<string|int, float> $xValues[, array<string|int, float>|null $yValues = null ]) : array<string|int, array<string|int, float>> + transformPoints(array<string|int, float> $xValues[, array<string|int, float>|null $yValues = null ]) : array<string|int, array<string|int, float>>
@@ -859,7 +848,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
$yValues : array<string|int, float>|null - = null
+ = null
@@ -867,8 +856,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping + -
Return values
array<string|int, array<string|int, float>> @@ -909,8 +898,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping + -
Return values
self @@ -1006,8 +995,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping + -
Return values
self @@ -1110,8 +1099,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping + -
Return values
self @@ -1207,8 +1196,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping + -
Return values
self @@ -1255,8 +1244,8 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping + -
Return values
self diff --git a/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html b/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html index df540e1df..293c7aba1 100644 --- a/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html +++ b/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents diff --git a/classes/chillerlan-QRCode-Detector-ResultPoint.html b/classes/chillerlan-QRCode-Detector-ResultPoint.html index 96ad8eda2..865685d9b 100644 --- a/classes/chillerlan-QRCode-Detector-ResultPoint.html +++ b/classes/chillerlan-QRCode-Detector-ResultPoint.html @@ -175,10 +175,8 @@ would be the location of a finder pattern or the corner of the barcode, for exam - - - - + +

Table of Contents @@ -303,9 +301,8 @@ position and size -- meaning, it is at nearly the same center with nearly the sa - - - + +

@@ -446,8 +441,8 @@ position and size -- meaning, it is at nearly the same center with nearly the sa + -
Return values
bool @@ -544,8 +539,8 @@ position and size -- meaning, it is at nearly the same center with nearly the sa + -
Return values
float @@ -582,8 +577,8 @@ position and size -- meaning, it is at nearly the same center with nearly the sa + -
Return values
float @@ -620,8 +615,8 @@ position and size -- meaning, it is at nearly the same center with nearly the sa + -
Return values
float diff --git a/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html b/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html index 0eb570a25..940755102 100644 --- a/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html +++ b/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html @@ -141,10 +141,8 @@ - - - - + +

Table of Contents @@ -271,8 +269,8 @@ note: css4 colors are not included

+ -
Return values
bool @@ -320,8 +318,8 @@ note: css4 colors are not included

+ -
Return values
string @@ -369,8 +367,8 @@ note: css4 colors are not included

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRCodeOutputException.html b/classes/chillerlan-QRCode-Output-QRCodeOutputException.html index 3415d75d0..7306948e1 100644 --- a/classes/chillerlan-QRCode-Output-QRCodeOutputException.html +++ b/classes/chillerlan-QRCode-Output-QRCodeOutputException.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html index 8e359f6bf..9588e4d95 100644 --- a/classes/chillerlan-QRCode-Output-QREps.html +++ b/classes/chillerlan-QRCode-Output-QREps.html @@ -198,10 +198,8 @@ - - - - + +

Table of Contents @@ -506,9 +504,8 @@ in long loops for a significant performance increase. - - -

+ +
@@ -551,9 +548,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1262,8 +1245,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1303,7 +1286,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1311,8 +1294,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string @@ -1360,8 +1343,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
bool @@ -1415,8 +1398,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1457,8 +1440,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1568,8 +1551,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1634,8 +1617,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1787,8 +1770,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1826,8 +1809,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1896,8 +1879,8 @@ in long loops for a significant performance increase.

+ -
Return values
string|null @@ -1935,8 +1918,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1984,8 +1967,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2014,7 +1997,7 @@ in long loops for a significant performance increase.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2032,7 +2015,7 @@ in long loops for a significant performance increase.

$file : string|null - = null
+ = null
@@ -2071,8 +2054,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2190,7 +2173,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2198,8 +2181,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html index 84039b36e..d3bdd6d6b 100644 --- a/classes/chillerlan-QRCode-Output-QRFpdf.html +++ b/classes/chillerlan-QRCode-Output-QRFpdf.html @@ -185,10 +185,8 @@ - - - - + +

Table of Contents @@ -498,9 +496,8 @@ in long loops for a significant performance increase. - - -

+ +
@@ -543,9 +540,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1345,8 +1326,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ][, FPDF|null $fpdf = null ]) : string|FPDF + dump([string|null $file = null ][, FPDF|null $fpdf = null ]) : string|FPDF
@@ -1386,14 +1367,14 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
$fpdf : FPDF|null - = null
+ = null
@@ -1401,8 +1382,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string|FPDF @@ -1450,8 +1431,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
bool @@ -1505,8 +1486,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1547,8 +1528,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
array<string|int, int> @@ -1658,8 +1639,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1811,8 +1792,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1850,8 +1831,8 @@ in long loops for a significant performance increase.

+ -
Return values
FPDF @@ -1913,8 +1894,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
array<string|int, int> @@ -2091,7 +2072,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2109,7 +2090,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2148,8 +2129,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2267,7 +2248,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2275,8 +2256,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html index f511e7163..f2292438e 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -187,10 +187,8 @@ - - - - + +

Table of Contents @@ -568,9 +566,8 @@ in long loops for a significant performance increase. - - - + +

- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1449,8 +1430,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1486,7 +1467,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1516,8 +1497,8 @@ in long loops for a significant performance increase. + -
Return values
string|GdImage @@ -1565,8 +1546,8 @@ in long loops for a significant performance increase. + -
Return values
bool @@ -1626,8 +1607,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1719,8 +1700,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
GdImage @@ -1818,8 +1799,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1917,8 +1898,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -1983,8 +1964,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -2111,8 +2092,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2175,8 +2156,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2238,8 +2219,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2447,8 +2428,8 @@ It must return null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2491,7 +2472,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2530,8 +2511,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2702,7 +2683,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2723,7 +2704,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2731,8 +2712,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html index ec5c30f2d..4d4bd34de 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html @@ -174,10 +174,8 @@ - - - - + +

Table of Contents @@ -545,9 +543,8 @@ in long loops for a significant performance increase. - - -

+ +
@@ -606,9 +603,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1487,8 +1467,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1524,7 +1504,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1554,8 +1534,8 @@ in long loops for a significant performance increase. + -
Return values
string|GdImage @@ -1603,8 +1583,8 @@ in long loops for a significant performance increase. + -
Return values
bool @@ -1664,8 +1644,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1757,8 +1737,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
GdImage @@ -1856,8 +1836,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1955,8 +1935,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2021,8 +2001,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -2149,8 +2129,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2213,8 +2193,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2276,8 +2256,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2485,8 +2465,8 @@ It must return null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2529,7 +2509,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2568,8 +2548,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2740,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2761,7 +2741,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2769,8 +2749,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html index 90e300eb9..44230ee46 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html @@ -174,10 +174,8 @@ - - - - + +

Table of Contents @@ -545,9 +543,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -606,9 +603,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1487,8 +1467,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1524,7 +1504,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1554,8 +1534,8 @@ in long loops for a significant performance increase. + -
Return values
string|GdImage @@ -1603,8 +1583,8 @@ in long loops for a significant performance increase. + -
Return values
bool @@ -1664,8 +1644,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1757,8 +1737,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
GdImage @@ -1856,8 +1836,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1955,8 +1935,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2021,8 +2001,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -2149,8 +2129,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2213,8 +2193,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2276,8 +2256,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2485,8 +2465,8 @@ It must return null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2529,7 +2509,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2568,8 +2548,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2740,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2761,7 +2741,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2769,8 +2749,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html index 511f7532e..e2a9aaa47 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html @@ -174,10 +174,8 @@ - - - - + +

Table of Contents @@ -545,9 +543,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -606,9 +603,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1487,8 +1467,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1524,7 +1504,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1554,8 +1534,8 @@ in long loops for a significant performance increase. + -
Return values
string|GdImage @@ -1603,8 +1583,8 @@ in long loops for a significant performance increase. + -
Return values
bool @@ -1664,8 +1644,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1757,8 +1737,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
GdImage @@ -1856,8 +1836,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1955,8 +1935,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2021,8 +2001,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -2149,8 +2129,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2213,8 +2193,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2276,8 +2256,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2485,8 +2465,8 @@ It must return null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2529,7 +2509,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2568,8 +2548,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2740,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2761,7 +2741,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2769,8 +2749,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html index 87432acb5..46afdc556 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html @@ -174,10 +174,8 @@ - - - - + +

Table of Contents @@ -545,9 +543,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -606,9 +603,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1487,8 +1467,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1524,7 +1504,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1554,8 +1534,8 @@ in long loops for a significant performance increase. + -
Return values
string|GdImage @@ -1603,8 +1583,8 @@ in long loops for a significant performance increase. + -
Return values
bool @@ -1664,8 +1644,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1757,8 +1737,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
GdImage @@ -1856,8 +1836,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1955,8 +1935,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2021,8 +2001,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -2149,8 +2129,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2213,8 +2193,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2276,8 +2256,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2485,8 +2465,8 @@ It must return null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2529,7 +2509,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2568,8 +2548,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2740,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2761,7 +2741,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2769,8 +2749,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html index 5f1a3dcce..4808db041 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html @@ -174,10 +174,8 @@ - - - - + +

Table of Contents @@ -545,9 +543,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -606,9 +603,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1487,8 +1467,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1524,7 +1504,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1554,8 +1534,8 @@ in long loops for a significant performance increase. + -
Return values
string|GdImage @@ -1603,8 +1583,8 @@ in long loops for a significant performance increase. + -
Return values
bool @@ -1664,8 +1644,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1757,8 +1737,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
GdImage @@ -1856,8 +1836,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1955,8 +1935,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2021,8 +2001,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -2149,8 +2129,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2213,8 +2193,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2276,8 +2256,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2485,8 +2465,8 @@ It must return null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2529,7 +2509,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2568,8 +2548,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2740,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2761,7 +2741,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2769,8 +2749,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html index 00ecd1319..a705d4f6f 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html @@ -174,10 +174,8 @@ - - - - + +

Table of Contents @@ -545,9 +543,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -606,9 +603,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1487,8 +1467,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|GdImage + dump([string|null $file = null ]) : string|GdImage
@@ -1524,7 +1504,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1554,8 +1534,8 @@ in long loops for a significant performance increase. + -
Return values
string|GdImage @@ -1603,8 +1583,8 @@ in long loops for a significant performance increase. + -
Return values
bool @@ -1664,8 +1644,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1757,8 +1737,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
GdImage @@ -1856,8 +1836,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1955,8 +1935,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2021,8 +2001,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -2149,8 +2129,8 @@ in long loops for a significant performance increase.

+ -
Return values
int @@ -2213,8 +2193,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2276,8 +2256,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2485,8 +2465,8 @@ It must return null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2529,7 +2509,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2568,8 +2548,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
int @@ -2740,7 +2720,7 @@ It must return null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2761,7 +2741,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2769,8 +2749,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index 226637585..2de75270c 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -182,10 +182,8 @@ - - - - + +

Table of Contents @@ -520,9 +518,8 @@ in long loops for a significant performance increase. - - - + +

- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1369,8 +1350,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|Imagick + dump([string|null $file = null ]) : string|Imagick
@@ -1410,7 +1391,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1418,8 +1399,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string|Imagick @@ -1489,8 +1470,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
bool @@ -1544,8 +1525,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1586,8 +1567,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
Imagick @@ -1660,8 +1641,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
ImagickPixel @@ -1771,8 +1752,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1924,8 +1905,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1987,8 +1968,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
ImagickPixel @@ -2150,7 +2131,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2168,7 +2149,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2207,8 +2188,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2396,7 +2377,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2404,8 +2385,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRInterventionImage.html b/classes/chillerlan-QRCode-Output-QRInterventionImage.html index 911ac11ca..3a5ca5c61 100644 --- a/classes/chillerlan-QRCode-Output-QRInterventionImage.html +++ b/classes/chillerlan-QRCode-Output-QRInterventionImage.html @@ -188,10 +188,8 @@ use only if you must.

- - - - + +

Table of Contents @@ -502,9 +500,8 @@ in long loops for a significant performance increase. - - - + +

- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1342,8 +1323,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string|ImageInterface + dump([string|null $file = null ]) : string|ImageInterface
@@ -1383,7 +1364,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1391,8 +1372,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string|ImageInterface @@ -1467,8 +1448,8 @@ note: css4 colors are not included

+ -
Return values
bool @@ -1516,8 +1497,8 @@ note: css4 colors are not included

+ -
Return values
static @@ -1571,8 +1552,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1613,8 +1594,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1724,8 +1705,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1877,8 +1858,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1940,8 +1921,8 @@ in long loops for a significant performance increase.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
Return values
string @@ -2103,7 +2084,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2121,7 +2102,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2160,8 +2141,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2279,7 +2260,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2287,8 +2268,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index ca1d87242..a621cfdc8 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -164,10 +164,8 @@ - - - - + +

Table of Contents @@ -460,9 +458,8 @@ in long loops for a significant performance increase. - - - + +

- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1171,8 +1155,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1212,7 +1196,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1220,8 +1204,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string @@ -1296,8 +1280,8 @@ note: css4 colors are not included

+ -
Return values
bool @@ -1351,8 +1335,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1393,8 +1377,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1487,8 +1471,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1536,8 +1520,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1602,8 +1586,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1755,8 +1739,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1847,8 +1831,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
Return values
string @@ -1922,7 +1906,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1940,7 +1924,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -1979,8 +1963,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2098,7 +2082,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2106,8 +2090,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html index 070787947..9d3edfe14 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html @@ -159,10 +159,8 @@ - - - - + +

Table of Contents @@ -461,9 +459,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -506,9 +503,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1217,8 +1200,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1258,7 +1241,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1266,8 +1249,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string @@ -1342,8 +1325,8 @@ note: css4 colors are not included

+ -
Return values
bool @@ -1397,8 +1380,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1439,8 +1422,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1533,8 +1516,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1582,8 +1565,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1648,8 +1631,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1801,8 +1784,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1893,8 +1876,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
Return values
string @@ -1968,7 +1951,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1986,7 +1969,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2025,8 +2008,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2144,7 +2127,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2152,8 +2135,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html index 07c3288c2..d5fa0d48b 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html @@ -222,10 +222,8 @@ - - - - + +

Table of Contents @@ -551,9 +549,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -596,9 +593,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1307,8 +1290,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1348,7 +1331,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1356,8 +1339,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string @@ -1436,8 +1419,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
bool @@ -1491,8 +1474,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1533,8 +1516,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1627,8 +1610,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1676,8 +1659,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1742,8 +1725,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1893,8 +1876,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1957,8 +1940,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2011,8 +1994,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2096,8 +2079,8 @@ in long loops for a significant performance increase.

+ -
Return values
string|null @@ -2167,8 +2150,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2206,8 +2189,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2255,8 +2238,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2285,7 +2268,7 @@ in long loops for a significant performance increase.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2303,7 +2286,7 @@ in long loops for a significant performance increase.

$file : string|null - = null
+ = null
@@ -2342,8 +2325,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2461,7 +2444,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2469,8 +2452,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRMarkupXML.html b/classes/chillerlan-QRCode-Output-QRMarkupXML.html index c72535dcc..05a2f3e1b 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupXML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupXML.html @@ -159,10 +159,8 @@ - - - - + +

Table of Contents @@ -494,9 +492,8 @@ in long loops for a significant performance increase. - - -

+ +

SCHEMA @@ -525,9 +522,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -570,9 +566,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1319,8 +1300,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1360,7 +1341,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1368,8 +1349,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string @@ -1444,8 +1425,8 @@ note: css4 colors are not included

+ -
Return values
bool @@ -1499,8 +1480,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1541,8 +1522,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1647,8 +1628,8 @@ in long loops for a significant performance increase.

+ -
Return values
DOMElement @@ -1696,8 +1677,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1745,8 +1726,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1811,8 +1792,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1976,8 +1957,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -2039,8 +2020,8 @@ in long loops for a significant performance increase.

+ -
Return values
DOMElement|null @@ -2131,8 +2112,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
Return values
string @@ -2232,8 +2213,8 @@ It must return null for an empty value.

+ -
Return values
DOMElement|null @@ -2262,7 +2243,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2280,7 +2261,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2319,8 +2300,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2438,7 +2419,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2446,8 +2427,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html index 4f5f10d3a..f121bc1c7 100644 --- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html +++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -435,9 +433,8 @@ in long loops for a significant performance increase. - - - + +

- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1146,8 +1130,8 @@ in long loops for a significant performance increase. + -
+ -
Return values
array<int, mixed> @@ -1239,8 +1223,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
+ -
+ -
Return values
array<string|int, int> @@ -1499,8 +1483,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1591,8 +1575,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1680,7 +1664,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -1719,8 +1703,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -1838,7 +1822,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -1846,8 +1830,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QROutputInterface.html b/classes/chillerlan-QRCode-Output-QROutputInterface.html index 02abbdd43..163bb142b 100644 --- a/classes/chillerlan-QRCode-Output-QROutputInterface.html +++ b/classes/chillerlan-QRCode-Output-QROutputInterface.html @@ -147,10 +147,8 @@ - - - - + +

Table of Contents @@ -340,9 +338,8 @@ - - -

+ +

LAYERNAMES @@ -398,9 +395,8 @@ - - -

+ +

MIME_TYPE @@ -445,9 +441,8 @@ - - -

+ +

MODES @@ -492,9 +487,8 @@ - - -

+ +
@@ -525,7 +519,7 @@ public - dump([string|null $file = null ]) : mixed + dump([string|null $file = null ]) : mixed
@@ -540,7 +534,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -563,8 +557,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
bool diff --git a/classes/chillerlan-QRCode-Output-QRStringJSON.html b/classes/chillerlan-QRCode-Output-QRStringJSON.html index 8763a90fd..ba9ffa728 100644 --- a/classes/chillerlan-QRCode-Output-QRStringJSON.html +++ b/classes/chillerlan-QRCode-Output-QRStringJSON.html @@ -178,10 +178,8 @@ - - - - + +

Table of Contents @@ -486,9 +484,8 @@ in long loops for a significant performance increase. - - -

+ +

SCHEMA @@ -517,9 +514,8 @@ in long loops for a significant performance increase. - - -

+ +
@@ -562,9 +558,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1273,8 +1255,8 @@ in long loops for a significant performance increase. + -
public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1310,7 +1292,7 @@ in long loops for a significant performance increase.
$file : string|null - = null
+ = null
@@ -1340,8 +1322,8 @@ in long loops for a significant performance increase. + -
Return values
string @@ -1389,8 +1371,8 @@ in long loops for a significant performance increase. + -
Return values
string @@ -1465,8 +1447,8 @@ note: css4 colors are not included

+ -
Return values
bool @@ -1520,8 +1502,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1562,8 +1544,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1663,8 +1645,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
array<string|int, int> @@ -1776,8 +1758,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1855,8 +1837,8 @@ in long loops for a significant performance increase.

+ -
Return values
array<string|int, mixed>|null @@ -1947,8 +1929,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
Return values
string @@ -2064,8 +2046,8 @@ It must return null for an empty value.

+ -
Return values
array<string|int, mixed>|null @@ -2094,7 +2076,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -2112,7 +2094,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2151,8 +2133,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2270,7 +2252,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2278,8 +2260,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-QRStringText.html b/classes/chillerlan-QRCode-Output-QRStringText.html index 717befac8..fc552fac8 100644 --- a/classes/chillerlan-QRCode-Output-QRStringText.html +++ b/classes/chillerlan-QRCode-Output-QRStringText.html @@ -159,10 +159,8 @@ - - - - + +

Table of Contents @@ -453,9 +451,8 @@ in long loops for a significant performance increase. - - -

+ + @@ -498,9 +495,8 @@ in long loops for a significant performance increase. - - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
- - - + +
@@ -1209,8 +1192,8 @@ in long loops for a significant performance increase. + -
public - static ansi8(string $str, int $color[, bool|null $background = null ]) : string + static ansi8(string $str, int $color[, bool|null $background = null ]) : string
@@ -1260,7 +1243,7 @@ in long loops for a significant performance increase.
$background : bool|null - = null
+ = null
@@ -1298,8 +1281,8 @@ in long loops for a significant performance increase. + -
Return values
string @@ -1328,7 +1311,7 @@ in long loops for a significant performance increase. public - dump([string|null $file = null ]) : string + dump([string|null $file = null ]) : string
@@ -1343,7 +1326,7 @@ you need to supply the $file parameter here in that case (or handle the option v
$file : string|null - = null
+ = null
@@ -1351,8 +1334,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
string @@ -1414,8 +1397,8 @@ you need to supply the $file parameter here in that case (or handle the option v + -
Return values
bool @@ -1469,8 +1452,8 @@ returns an array with the transformed modules.

+ -
Return values
array<int, mixed> @@ -1511,8 +1494,8 @@ in long loops for a significant performance increase.

+ -
+ -
Return values
string @@ -1622,8 +1605,8 @@ in long loops for a significant performance increase.

+ -
+ -
+ -
Return values
array<string|int, int> @@ -1775,8 +1758,8 @@ in long loops for a significant performance increase.

+ -
Return values
string @@ -1867,8 +1850,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
Return values
string @@ -1956,7 +1939,7 @@ It must return null for an empty value.

protected - saveToFile(string $data[, string|null $file = null ]) : void + saveToFile(string $data[, string|null $file = null ]) : void
@@ -1974,7 +1957,7 @@ It must return null for an empty value.

$file : string|null - = null
+ = null
@@ -2013,8 +1996,8 @@ It must return null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

+ -
null for an empty value.

protected - toBase64DataURI(string $data[, string|null $mime = null ]) : string + toBase64DataURI(string $data[, string|null $mime = null ]) : string
@@ -2132,7 +2115,7 @@ or given via $mime, otherwise it is guessed from the image $data.

$mime : string|null - = null
+ = null
@@ -2140,8 +2123,8 @@ or given via $mime, otherwise it is guessed from the image $data.

+ -
Return values
string diff --git a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html index 287924103..dd2d979f2 100644 --- a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html +++ b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html @@ -141,10 +141,8 @@ - - - - + +

Table of Contents @@ -243,8 +241,8 @@ + -
Return values
bool @@ -292,8 +290,8 @@ + -
Return values
array<string|int, int> @@ -356,8 +354,8 @@ + -
Return values
array<string|int, int> diff --git a/classes/chillerlan-QRCode-QRCode.html b/classes/chillerlan-QRCode-QRCode.html index 5b87d5e6b..6d2d75d1f 100644 --- a/classes/chillerlan-QRCode-QRCode.html +++ b/classes/chillerlan-QRCode-QRCode.html @@ -202,10 +202,8 @@ - - - - + +

Table of Contents @@ -435,9 +433,8 @@ - - - + +

@@ -548,7 +543,7 @@ public - __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed + __construct([SettingsContainerInterface|QROptions|iterable<string|int, mixed> $options = new QROptions() ]) : mixed
@@ -559,7 +554,7 @@
$options : SettingsContainerInterface|QROptions|iterable<string|int, mixed> - = new QROptions()
+ = new QROptions()
@@ -583,8 +578,8 @@ + -
Return values
static @@ -681,8 +676,8 @@ + -
Return values
static @@ -733,8 +728,8 @@ + -
Return values
static @@ -807,8 +802,8 @@ + -
Return values
static @@ -858,8 +853,8 @@ + -
Return values
static @@ -909,8 +904,8 @@ + -
Return values
static @@ -960,8 +955,8 @@ + -
Return values
static @@ -1012,8 +1007,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
static @@ -1065,8 +1060,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
static @@ -1104,8 +1099,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
QRMatrix @@ -1153,8 +1148,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
DecoderResult @@ -1216,8 +1211,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
DecoderResult @@ -1265,8 +1260,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
DecoderResult @@ -1295,7 +1290,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

public - render([string|null $data = null ][, string|null $file = null ]) : mixed + render([string|null $data = null ][, string|null $file = null ]) : mixed
@@ -1306,14 +1301,14 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

$data : string|null - = null
+ = null
$file : string|null - = null
+ = null
@@ -1321,8 +1316,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
public - renderMatrix(QRMatrix $matrix[, string|null $file = null ]) : mixed + renderMatrix(QRMatrix $matrix[, string|null $file = null ]) : mixed
@@ -1365,7 +1360,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

$file : string|null - = null
+ = null
@@ -1373,8 +1368,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
+ -
Return values
static @@ -1483,8 +1478,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
QRMatrix @@ -1547,8 +1542,8 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

+ -
Return values
QROutputInterface diff --git a/classes/chillerlan-QRCode-QRCodeException.html b/classes/chillerlan-QRCode-QRCodeException.html index 158e34e57..69af33430 100644 --- a/classes/chillerlan-QRCode-QRCodeException.html +++ b/classes/chillerlan-QRCode-QRCodeException.html @@ -158,10 +158,8 @@ - - - - + +

Table of Contents diff --git a/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html b/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html index b7050a0d8..c0dfee7c6 100644 --- a/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html +++ b/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html @@ -140,10 +140,8 @@ - - - - + +

Table of Contents @@ -255,9 +253,8 @@ - - - + +

@@ -428,8 +422,8 @@ + -
diff --git a/classes/chillerlan-QRCode-QROptions.html b/classes/chillerlan-QRCode-QROptions.html index b49906cf5..d1501fccc 100644 --- a/classes/chillerlan-QRCode-QROptions.html +++ b/classes/chillerlan-QRCode-QROptions.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -677,9 +675,8 @@ - - - + +

- - - + +
QROptions::$cachefile - - - + +
QROptions::$cachefile - - - + +
$M_TYPE of all modules to - - - + +
$M_TYPE of all modules to
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
QROptions::$outputBase64. (default: - - - + +
QROptions::$outputBase64. (default:
QROptions::$outputBase64. (default:
QROptions::$outputBase64. (default: - - - + +
QROptions::$outputBase64. (default: - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
@@ -2991,8 +2944,8 @@ When set to false, the module values map will b + -
Return values
int|null @@ -3040,8 +2993,8 @@ When set to false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
diff --git a/classes/chillerlan-QRCode-QROptionsTrait.html b/classes/chillerlan-QRCode-QROptionsTrait.html index b64b6f893..f5df5182f 100644 --- a/classes/chillerlan-QRCode-QROptionsTrait.html +++ b/classes/chillerlan-QRCode-QROptionsTrait.html @@ -140,10 +140,8 @@ - - - - + +

Table of Contents @@ -622,9 +620,8 @@ - - - + +

- - - + +
QROptions::$cachefile - - - + +
QROptions::$cachefile - - - + +
$M_TYPE of all modules to - - - + +
$M_TYPE of all modules to
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
imagefilledellipse() and then scaled back - - - + +
QROptions::$outputBase64. (default: - - - + +
QROptions::$outputBase64. (default:
QROptions::$outputBase64. (default:
QROptions::$outputBase64. (default: - - - + +
QROptions::$outputBase64. (default: - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
false, the module values map will b - - - + +
@@ -2778,8 +2735,8 @@ When set to false, the module values map will b + -
Return values
int|null @@ -2827,8 +2784,8 @@ When set to false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
false, the module values map will b + -
diff --git a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html index 1ebcabc21..ed1f2c18e 100644 --- a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html +++ b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -263,9 +261,8 @@ - - - + +

@@ -323,18 +320,18 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
+
#[TestWith]
@@ -345,7 +342,7 @@ 'number'
-
+
#[TestWith]
@@ -356,7 +353,7 @@ 'alphanum'
-
+
#[TestWith]
@@ -367,7 +364,7 @@ 'byte'
-
+
#[TestWith]
@@ -378,7 +375,7 @@ 'kanji'
-
+
#[TestWith]
@@ -389,8 +386,8 @@ 'hanzi'
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
diff --git a/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html b/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html index 5095b6bdc..509976402 100644 --- a/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html +++ b/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html @@ -160,10 +160,8 @@ - - - - + +

Table of Contents @@ -263,8 +261,8 @@ + -
Return values
array<string|int, mixed> @@ -292,7 +290,7 @@ public - getName(int $id[, string|null $name = null ]) : void + getName(int $id[, string|null $name = null ]) : void
@@ -310,7 +308,7 @@
$name : string|null - = null
+ = null
@@ -318,13 +316,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -332,13 +330,13 @@ 'encodingProvider'
-
+
#[Test]
-
- +
+

-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
+
#[TestWith]
@@ -400,7 +398,7 @@ [-1]
-
+
#[TestWith]
@@ -408,8 +406,8 @@ [1000000]
- - + +
diff --git a/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html b/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html index 94ed8cd13..901ba37a1 100644 --- a/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html +++ b/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -266,19 +264,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +

-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
diff --git a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html index 46a500c71..ca5136ea4 100644 --- a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html +++ b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html @@ -175,10 +175,8 @@ - - - - + +

Table of Contents @@ -295,19 +293,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +

-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -372,13 +370,13 @@ 'maskPatternProvider'
-
+
#[Test]
- - + +
Return values
array<string|int, mixed> @@ -449,19 +447,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
bool diff --git a/classes/chillerlan-QRCodeTest-Common-ModeTest.html b/classes/chillerlan-QRCodeTest-Common-ModeTest.html index ccccaf3b2..0e3e8d35c 100644 --- a/classes/chillerlan-QRCodeTest-Common-ModeTest.html +++ b/classes/chillerlan-QRCodeTest-Common-ModeTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -267,18 +265,18 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
+
#[TestWith]
@@ -289,7 +287,7 @@ '10 low'
-
+
#[TestWith]
@@ -300,7 +298,7 @@ '10 high'
-
+
#[TestWith]
@@ -311,7 +309,7 @@ '12 low'
-
+
#[TestWith]
@@ -322,7 +320,7 @@ '12 high'
-
+
#[TestWith]
@@ -333,7 +331,7 @@ '14 low'
-
+
#[TestWith]
@@ -344,8 +342,8 @@ '14 high'
-
- + +

-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
diff --git a/classes/chillerlan-QRCodeTest-Common-VersionTest.html b/classes/chillerlan-QRCodeTest-Common-VersionTest.html index b5892db9c..034d6c071 100644 --- a/classes/chillerlan-QRCodeTest-Common-VersionTest.html +++ b/classes/chillerlan-QRCodeTest-Common-VersionTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -299,9 +297,8 @@ - - - + +

@@ -342,19 +339,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
diff --git a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html index ab608e34b..7811077d2 100644 --- a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html +++ b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -479,9 +477,8 @@ - - -

+ +

testData @@ -510,9 +507,8 @@ - - -

+ + @@ -555,9 +551,8 @@ - - - + +
@@ -652,19 +646,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -722,13 +716,13 @@ 'versionBreakpointProvider'
-
+
#[Test]
- - + +
+ -
Return values
int @@ -871,13 +865,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -885,13 +879,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -995,13 +989,13 @@ 'maskPatternProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
array<string|int, array<string|int, int>> @@ -1188,13 +1182,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1202,13 +1196,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1287,13 +1281,13 @@ 'maxLengthProvider'
-
+
#[Test]
- - + +
+ -
Return values
Generator @@ -1405,8 +1399,8 @@ + -
Return values
array<string|int, mixed> @@ -1461,13 +1455,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1475,13 +1469,13 @@ 'stringValidateProvider'
-
+
#[Test]
-
- +
+
+ -
Return values
array<string|int, mixed> @@ -1579,8 +1573,8 @@ + -
Return values
QRDataModeInterface @@ -1617,8 +1611,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Data-ByteTest.html b/classes/chillerlan-QRCodeTest-Data-ByteTest.html index 8c54b45e2..34f4b96e4 100644 --- a/classes/chillerlan-QRCodeTest-Data-ByteTest.html +++ b/classes/chillerlan-QRCodeTest-Data-ByteTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -479,9 +477,8 @@ - - - + +

testData @@ -510,9 +507,8 @@ - - -

+ + @@ -555,9 +551,8 @@ - - - + +
@@ -637,19 +631,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -707,13 +701,13 @@ 'versionBreakpointProvider'
-
+
#[Test]
- - + +
+ -
Return values
int @@ -856,13 +850,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -870,13 +864,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -980,13 +974,13 @@ 'maskPatternProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
array<string|int, array<string|int, int>> @@ -1173,13 +1167,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1187,13 +1181,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1272,13 +1266,13 @@ 'maxLengthProvider'
-
+
#[Test]
- - + +
+ -
Return values
Generator @@ -1390,8 +1384,8 @@ + -
Return values
array<string|int, mixed> @@ -1446,13 +1440,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1460,13 +1454,13 @@ 'stringValidateProvider'
-
+
#[Test]
-
- +
+
+ -
Return values
array<string|int, mixed> @@ -1564,8 +1558,8 @@ + -
Return values
QRDataModeInterface @@ -1602,8 +1596,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html index e1e3efb40..4285e0f3f 100644 --- a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html @@ -164,10 +164,8 @@ - - - - + +

Table of Contents @@ -481,9 +479,8 @@ - - - + +

testData @@ -512,9 +509,8 @@ - - -

+ + @@ -557,9 +553,8 @@ - - - + +
@@ -654,19 +648,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -724,13 +718,13 @@ 'versionBreakpointProvider'
-
+
#[Test]
- - + +
+ -
Return values
int @@ -873,13 +867,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -887,13 +881,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -997,13 +991,13 @@ 'maskPatternProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
array<string|int, array<string|int, int>> @@ -1190,13 +1184,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1204,13 +1198,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1289,13 +1283,13 @@ 'maxLengthProvider'
-
+
#[Test]
- - + +
+ -
Return values
Generator @@ -1406,8 +1400,8 @@ + -
Return values
array<string|int, mixed> @@ -1462,13 +1456,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1476,13 +1470,13 @@ 'stringValidateProvider'
-
+
#[Test]
-
- +
+
+ -
Return values
array<string|int, mixed> @@ -1580,8 +1574,8 @@ + -
Return values
QRDataModeInterface @@ -1618,8 +1612,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Data-ECITest.html b/classes/chillerlan-QRCodeTest-Data-ECITest.html index 819b31f9a..9a640dd8a 100644 --- a/classes/chillerlan-QRCodeTest-Data-ECITest.html +++ b/classes/chillerlan-QRCodeTest-Data-ECITest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -328,9 +326,8 @@ we'll use this test to check for the upper end of the accepted input range< - - - + + @@ -373,9 +370,8 @@ we'll use this test to check for the upper end of the accepted input range< - - - + +
@@ -472,13 +467,13 @@ we'll use this test to check for the upper end of the accepted input range< - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -486,13 +481,13 @@ we'll use this test to check for the upper end of the accepted input range< 'unknownEncodingDataProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -595,13 +590,13 @@ we'll use this test to check for the upper end of the accepted input range< 'versionBreakpointProvider'
-
+
#[Test]
- - + +
+ -
Return values
array<string|int, mixed> @@ -688,19 +683,19 @@ we'll use this test to check for the upper end of the accepted input range< - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -811,13 +806,13 @@ we'll use this test to check for the upper end of the accepted input range< 'eciCharsetIdProvider'
-
+
#[Test]
- - + +
+ -
Return values
array<string|int, mixed> @@ -921,8 +916,8 @@ we'll use this test to check for the upper end of the accepted input range< + -
Return values
array<string|int, mixed> @@ -959,8 +954,8 @@ we'll use this test to check for the upper end of the accepted input range< + -
+ -
Return values
array<string|int, mixed> diff --git a/classes/chillerlan-QRCodeTest-Data-HanziTest.html b/classes/chillerlan-QRCodeTest-Data-HanziTest.html index 2613fd7d2..430ba2ce4 100644 --- a/classes/chillerlan-QRCodeTest-Data-HanziTest.html +++ b/classes/chillerlan-QRCodeTest-Data-HanziTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -492,9 +490,8 @@ - - -

+ +

testData @@ -523,9 +520,8 @@ - - -

+ + @@ -568,9 +564,8 @@ - - - + +
@@ -665,19 +659,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -735,13 +729,13 @@ 'versionBreakpointProvider'
-
+
#[Test]
- - + +
+ -
Return values
int @@ -884,13 +878,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -898,13 +892,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
Generator @@ -1033,13 +1027,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1047,13 +1041,13 @@ 'maskPatternProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
array<string|int, array<string|int, int>> @@ -1240,13 +1234,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1254,13 +1248,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1339,13 +1333,13 @@ 'maxLengthProvider'
-
+
#[Test]
- - + +
+ -
Return values
Generator @@ -1457,8 +1451,8 @@ + -
Return values
array<string|int, mixed> @@ -1505,13 +1499,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1519,7 +1513,7 @@ 'hanziProvider'
-
+
#[Group]
@@ -1527,13 +1521,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1598,13 +1592,13 @@ 'stringValidateProvider'
-
+
#[Test]
- - + +
+ -
Return values
array<string|int, mixed> @@ -1702,8 +1696,8 @@ + -
Return values
QRDataModeInterface @@ -1740,8 +1734,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html index c33894bca..4d18c1707 100644 --- a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html +++ b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -492,9 +490,8 @@ - - - + +

testData @@ -523,9 +520,8 @@ - - -

+ + @@ -568,9 +564,8 @@ - - - + +
@@ -665,19 +659,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -735,13 +729,13 @@ 'versionBreakpointProvider'
-
+
#[Test]
- - + +
+ -
Return values
int @@ -884,13 +878,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -898,13 +892,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1008,13 +1002,13 @@ 'maskPatternProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
Generator @@ -1178,8 +1172,8 @@ + -
Return values
array<string|int, array<string|int, int>> @@ -1240,13 +1234,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1254,13 +1248,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1339,13 +1333,13 @@ 'maxLengthProvider'
-
+
#[Test]
- - + +
+ -
Return values
Generator @@ -1457,8 +1451,8 @@ + -
Return values
array<string|int, mixed> @@ -1505,13 +1499,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1519,7 +1513,7 @@ 'kanjiProvider'
-
+
#[Group]
@@ -1527,13 +1521,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1598,13 +1592,13 @@ 'stringValidateProvider'
-
+
#[Test]
- - + +
+ -
Return values
array<string|int, mixed> @@ -1702,8 +1696,8 @@ + -
Return values
QRDataModeInterface @@ -1740,8 +1734,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Data-NumberTest.html b/classes/chillerlan-QRCodeTest-Data-NumberTest.html index 96619f774..f1892132b 100644 --- a/classes/chillerlan-QRCodeTest-Data-NumberTest.html +++ b/classes/chillerlan-QRCodeTest-Data-NumberTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -479,9 +477,8 @@ - - - + +

testData @@ -510,9 +507,8 @@ - - -

+ + @@ -555,9 +551,8 @@ - - - + +
@@ -652,19 +646,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -722,13 +716,13 @@ 'versionBreakpointProvider'
-
+
#[Test]
- - + +
+ -
Return values
int @@ -871,13 +865,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -885,13 +879,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -995,13 +989,13 @@ 'maskPatternProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
array<string|int, array<string|int, int>> @@ -1188,13 +1182,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1202,13 +1196,13 @@ 'maxLengthProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1287,13 +1281,13 @@ 'maxLengthProvider'
-
+
#[Test]
- - + +
+ -
Return values
Generator @@ -1405,8 +1399,8 @@ + -
Return values
array<string|int, mixed> @@ -1461,13 +1455,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1475,13 +1469,13 @@ 'stringValidateProvider'
-
+
#[Test]
-
- +
+
+ -
Return values
array<string|int, mixed> @@ -1579,8 +1573,8 @@ + -
Return values
QRDataModeInterface @@ -1617,8 +1611,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Data-QRDataTest.html b/classes/chillerlan-QRCodeTest-Data-QRDataTest.html index cf4ba32dd..ab2d1976c 100644 --- a/classes/chillerlan-QRCodeTest-Data-QRDataTest.html +++ b/classes/chillerlan-QRCodeTest-Data-QRDataTest.html @@ -163,10 +163,8 @@ - - - - + +

Table of Contents @@ -259,19 +257,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
+ -
diff --git a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html index 4356fe069..5ce3b9ecf 100644 --- a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html +++ b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html @@ -164,10 +164,8 @@ - - - - + +

Table of Contents @@ -450,9 +448,8 @@ - - -

+ + @@ -495,9 +492,8 @@ - - - + + @@ -539,19 +535,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
Return values
Generator @@ -956,13 +952,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -970,13 +966,13 @@ 'matrixProvider'
-
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1034,13 +1030,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1098,13 +1094,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1162,13 +1158,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1226,13 +1222,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1566,13 +1562,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1676,13 +1672,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1740,13 +1736,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1804,13 +1800,13 @@ 'matrixProvider'
-
+
#[Test]
- - + +
+ -
diff --git a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html index 36bfb71e1..db7d69a59 100644 --- a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html @@ -159,10 +159,8 @@ - - - - + +

Table of Contents @@ -348,9 +346,8 @@ - - -

+ +

buildDir @@ -379,9 +376,8 @@ - - -

+ + @@ -424,9 +420,8 @@ - - - + +
@@ -543,8 +536,8 @@ + -
Return values
array<string|int, mixed> @@ -582,19 +575,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -750,13 +743,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -852,7 +845,7 @@
$subPath : string - = ''
+ = ''
@@ -875,8 +868,8 @@ + -
Return values
string @@ -939,8 +932,8 @@ + -
Return values
string @@ -1003,8 +996,8 @@ + -
Return values
string @@ -1052,8 +1045,8 @@ + -
Return values
string @@ -1107,8 +1100,8 @@ + -
Return values
QROutputInterface @@ -1146,8 +1139,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html index 6af2a7a11..3bac67e5d 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html @@ -164,10 +164,8 @@ - - - - + +

Table of Contents @@ -359,9 +357,8 @@ - - -

+ +

buildDir @@ -390,9 +387,8 @@ - - -

+ + @@ -435,9 +431,8 @@ - - - + +
@@ -554,8 +547,8 @@ + -
Return values
array<string|int, mixed> @@ -593,19 +586,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -795,13 +788,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -897,7 +890,7 @@
$subPath : string - = ''
+ = ''
@@ -920,8 +913,8 @@ + -
Return values
string @@ -984,8 +977,8 @@ + -
Return values
string @@ -1048,8 +1041,8 @@ + -
Return values
string @@ -1097,8 +1090,8 @@ + -
Return values
string @@ -1152,8 +1145,8 @@ + -
Return values
QROutputInterface @@ -1191,8 +1184,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html index 7adbecfbf..8894ae7c8 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html @@ -161,13 +161,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresFunction]
@@ -175,7 +175,7 @@ 'imageavif'
-
+
#[RequiresPhpExtension]
@@ -183,10 +183,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -384,9 +382,8 @@ - - -

+ +

buildDir @@ -415,9 +412,8 @@ - - -

+ + @@ -460,9 +456,8 @@ - - - + +
@@ -579,19 +572,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
Return values
array<string|int, mixed> @@ -662,19 +655,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -876,13 +869,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -978,7 +971,7 @@
$subPath : string - = ''
+ = ''
@@ -1001,8 +994,8 @@ + -
Return values
string @@ -1065,8 +1058,8 @@ + -
Return values
string @@ -1129,8 +1122,8 @@ + -
Return values
string @@ -1178,8 +1171,8 @@ + -
Return values
string @@ -1233,8 +1226,8 @@ + -
Return values
QROutputInterface @@ -1272,8 +1265,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html index df393c96d..a81aef6f3 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html @@ -161,13 +161,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -175,10 +175,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -376,9 +374,8 @@ - - -

+ +

buildDir @@ -407,9 +404,8 @@ - - -

+ + @@ -452,9 +448,8 @@ - - - + +
@@ -571,19 +564,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
Return values
array<string|int, mixed> @@ -654,19 +647,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -868,13 +861,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -970,7 +963,7 @@
$subPath : string - = ''
+ = ''
@@ -993,8 +986,8 @@ + -
Return values
string @@ -1057,8 +1050,8 @@ + -
Return values
string @@ -1121,8 +1114,8 @@ + -
Return values
string @@ -1170,8 +1163,8 @@ + -
Return values
string @@ -1225,8 +1218,8 @@ + -
Return values
QROutputInterface @@ -1264,8 +1257,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html index 42a341d3b..b9201900a 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html @@ -161,13 +161,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -175,10 +175,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -376,9 +374,8 @@ - - -

+ +

buildDir @@ -407,9 +404,8 @@ - - -

+ + @@ -452,9 +448,8 @@ - - - + +
@@ -571,19 +564,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
Return values
array<string|int, mixed> @@ -654,19 +647,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -868,13 +861,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -970,7 +963,7 @@
$subPath : string - = ''
+ = ''
@@ -993,8 +986,8 @@ + -
Return values
string @@ -1057,8 +1050,8 @@ + -
Return values
string @@ -1121,8 +1114,8 @@ + -
Return values
string @@ -1170,8 +1163,8 @@ + -
Return values
string @@ -1225,8 +1218,8 @@ + -
Return values
QROutputInterface @@ -1264,8 +1257,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html index bd5c4cad8..fa80bff75 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html @@ -161,13 +161,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -175,10 +175,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -376,9 +374,8 @@ - - -

+ +

buildDir @@ -407,9 +404,8 @@ - - -

+ + @@ -452,9 +448,8 @@ - - - + +
@@ -571,19 +564,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
Return values
array<string|int, mixed> @@ -654,19 +647,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -868,13 +861,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -970,7 +963,7 @@
$subPath : string - = ''
+ = ''
@@ -993,8 +986,8 @@ + -
Return values
string @@ -1057,8 +1050,8 @@ + -
Return values
string @@ -1121,8 +1114,8 @@ + -
Return values
string @@ -1170,8 +1163,8 @@ + -
Return values
string @@ -1225,8 +1218,8 @@ + -
Return values
QROutputInterface @@ -1264,8 +1257,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html index bceceb3de..8b5521be4 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html @@ -161,13 +161,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -175,10 +175,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -376,9 +374,8 @@ - - -

+ +

buildDir @@ -407,9 +404,8 @@ - - -

+ + @@ -452,9 +448,8 @@ - - - + +
@@ -571,19 +564,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
Return values
array<string|int, mixed> @@ -654,19 +647,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -868,13 +861,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -970,7 +963,7 @@
$subPath : string - = ''
+ = ''
@@ -993,8 +986,8 @@ + -
Return values
string @@ -1057,8 +1050,8 @@ + -
Return values
string @@ -1121,8 +1114,8 @@ + -
Return values
string @@ -1170,8 +1163,8 @@ + -
Return values
string @@ -1225,8 +1218,8 @@ + -
Return values
QROutputInterface @@ -1264,8 +1257,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html index fb5c3921d..0fc4ecbdc 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html @@ -164,13 +164,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -178,10 +178,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -379,9 +377,8 @@ - - -

+ +

buildDir @@ -410,9 +407,8 @@ - - -

+ + @@ -455,9 +451,8 @@ - - - + +
@@ -574,19 +567,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
Return values
array<string|int, mixed> @@ -657,19 +650,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -871,13 +864,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -973,7 +966,7 @@
$subPath : string - = ''
+ = ''
@@ -996,8 +989,8 @@ + -
Return values
string @@ -1060,8 +1053,8 @@ + -
Return values
string @@ -1124,8 +1117,8 @@ + -
Return values
string @@ -1173,8 +1166,8 @@ + -
Return values
string @@ -1228,8 +1221,8 @@ + -
Return values
QROutputInterface @@ -1267,8 +1260,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html index 37c0eb0f5..f9cc8bc3c 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html @@ -161,13 +161,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -175,10 +175,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -376,9 +374,8 @@ - - -

+ +

buildDir @@ -407,9 +404,8 @@ - - -

+ + @@ -452,9 +448,8 @@ - - - + +
@@ -571,19 +564,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
Return values
array<string|int, mixed> @@ -654,19 +647,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -868,13 +861,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -970,7 +963,7 @@
$subPath : string - = ''
+ = ''
@@ -993,8 +986,8 @@ + -
Return values
string @@ -1057,8 +1050,8 @@ + -
Return values
string @@ -1121,8 +1114,8 @@ + -
Return values
string @@ -1170,8 +1163,8 @@ + -
Return values
string @@ -1225,8 +1218,8 @@ + -
Return values
QROutputInterface @@ -1264,8 +1257,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html index e00499751..6522eb194 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html @@ -161,13 +161,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -175,10 +175,8 @@ 'imagick'
-
- - - + +

Table of Contents @@ -370,9 +368,8 @@ - - -

+ +

buildDir @@ -401,9 +398,8 @@ - - -

+ + @@ -446,9 +442,8 @@ - - - + +
@@ -565,8 +558,8 @@ + -
Return values
array<string|int, mixed> @@ -603,19 +596,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -817,13 +810,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -919,7 +912,7 @@
$subPath : string - = ''
+ = ''
@@ -942,8 +935,8 @@ + -
Return values
string @@ -1006,8 +999,8 @@ + -
Return values
string @@ -1070,8 +1063,8 @@ + -
Return values
string @@ -1119,8 +1112,8 @@ + -
Return values
string @@ -1174,8 +1167,8 @@ + -
Return values
QROutputInterface @@ -1213,8 +1206,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html b/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html index 4a57d41a9..2c2360c5b 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html @@ -162,13 +162,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -176,10 +176,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -371,9 +369,8 @@ - - -

+ +

buildDir @@ -402,9 +399,8 @@ - - -

+ + @@ -447,9 +443,8 @@ - - - + +
@@ -566,8 +559,8 @@ + -
Return values
array<string|int, mixed> @@ -604,19 +597,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -818,13 +811,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -920,7 +913,7 @@
$subPath : string - = ''
+ = ''
@@ -943,8 +936,8 @@ + -
Return values
string @@ -1007,8 +1000,8 @@ + -
Return values
string @@ -1071,8 +1064,8 @@ + -
Return values
string @@ -1120,8 +1113,8 @@ + -
Return values
string @@ -1175,8 +1168,8 @@ + -
Return values
QROutputInterface @@ -1214,8 +1207,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html index 08d0e71ad..973bf0444 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -350,9 +348,8 @@ - - -

+ +

buildDir @@ -381,9 +378,8 @@ - - -

+ + @@ -426,9 +422,8 @@ - - - + +
@@ -545,8 +538,8 @@ + -
Return values
array<string|int, mixed> @@ -584,19 +577,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -752,13 +745,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -854,7 +847,7 @@
$subPath : string - = ''
+ = ''
@@ -877,8 +870,8 @@ + -
Return values
string @@ -941,8 +934,8 @@ + -
Return values
string @@ -1005,8 +998,8 @@ + -
Return values
string @@ -1054,8 +1047,8 @@ + -
Return values
string @@ -1109,8 +1102,8 @@ + -
Return values
QROutputInterface @@ -1148,8 +1141,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html index ec4a653b6..1a8cafcf5 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -350,9 +348,8 @@ - - -

+ +

buildDir @@ -381,9 +378,8 @@ - - -

+ + @@ -426,9 +422,8 @@ - - - + +
@@ -545,8 +538,8 @@ + -
Return values
array<string|int, mixed> @@ -584,19 +577,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -752,13 +745,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -854,7 +847,7 @@
$subPath : string - = ''
+ = ''
@@ -877,8 +870,8 @@ + -
Return values
string @@ -941,8 +934,8 @@ + -
Return values
string @@ -1005,8 +998,8 @@ + -
Return values
string @@ -1054,8 +1047,8 @@ + -
Return values
string @@ -1109,8 +1102,8 @@ + -
Return values
QROutputInterface @@ -1148,8 +1141,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html index 6f345ceab..226a6532d 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html @@ -164,10 +164,8 @@ - - - - + +

Table of Contents @@ -353,9 +351,8 @@ - - -

+ +

buildDir @@ -384,9 +381,8 @@ - - -

+ + @@ -429,9 +425,8 @@ - - - + +
@@ -548,8 +541,8 @@ + -
Return values
array<string|int, mixed> @@ -587,19 +580,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -755,13 +748,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -857,7 +850,7 @@
$subPath : string - = ''
+ = ''
@@ -880,8 +873,8 @@ + -
Return values
string @@ -944,8 +937,8 @@ + -
Return values
string @@ -1008,8 +1001,8 @@ + -
Return values
string @@ -1057,8 +1050,8 @@ + -
Return values
string @@ -1112,8 +1105,8 @@ + -
Return values
QROutputInterface @@ -1151,8 +1144,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html index fe42a7b79..79b71672c 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html @@ -159,10 +159,8 @@ - - - - + +

Table of Contents @@ -348,9 +346,8 @@ - - -

+ +

buildDir @@ -379,9 +376,8 @@ - - -

+ + @@ -424,9 +420,8 @@ - - - + +
@@ -543,8 +536,8 @@ + -
Return values
array<string|int, mixed> @@ -582,19 +575,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -750,13 +743,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -852,7 +845,7 @@
$subPath : string - = ''
+ = ''
@@ -875,8 +868,8 @@ + -
Return values
string @@ -939,8 +932,8 @@ + -
Return values
string @@ -1003,8 +996,8 @@ + -
Return values
string @@ -1052,8 +1045,8 @@ + -
Return values
string @@ -1107,8 +1100,8 @@ + -
Return values
QROutputInterface @@ -1146,8 +1139,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html index 6dd25cc2e..81a6720ea 100644 --- a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html @@ -165,10 +165,8 @@ should also be used to test custom output modules

- - - - + +

Table of Contents @@ -354,9 +352,8 @@ should also be used to test custom output modules

- - -

+ +

buildDir @@ -385,9 +382,8 @@ should also be used to test custom output modules

- - -

+ + @@ -430,9 +426,8 @@ should also be used to test custom output modules

- - - + +
- - - + +
- - - + +
@@ -565,8 +558,8 @@ should also be used to test custom output modules

+ -
Return values
array<string|int, mixed> @@ -604,19 +597,19 @@ should also be used to test custom output modules

- -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
- -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
- -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
- -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -772,13 +765,13 @@ should also be used to test custom output modules

'moduleValueProvider'
-
+
#[Test]
-
- + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -874,7 +867,7 @@ should also be used to test custom output modules

$subPath : string - = ''
+ = ''
@@ -897,8 +890,8 @@ should also be used to test custom output modules

+ -
Return values
string @@ -961,8 +954,8 @@ should also be used to test custom output modules

+ -
Return values
string @@ -1025,8 +1018,8 @@ should also be used to test custom output modules

+ -
Return values
string @@ -1074,8 +1067,8 @@ should also be used to test custom output modules

+ -
Return values
string @@ -1129,8 +1122,8 @@ should also be used to test custom output modules

+ -
Return values
QROutputInterface @@ -1168,8 +1161,8 @@ should also be used to test custom output modules

+ -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html index 80d77c986..299494b11 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html @@ -164,10 +164,8 @@ - - - - + +

Table of Contents @@ -353,9 +351,8 @@ - - - + +

buildDir @@ -384,9 +381,8 @@ - - -

+ + @@ -429,9 +425,8 @@ - - - + +
@@ -548,8 +541,8 @@ + -
Return values
array<string|int, mixed> @@ -587,19 +580,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -755,13 +748,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -857,7 +850,7 @@
$subPath : string - = ''
+ = ''
@@ -880,8 +873,8 @@ + -
Return values
string @@ -944,8 +937,8 @@ + -
Return values
string @@ -1008,8 +1001,8 @@ + -
Return values
string @@ -1057,8 +1050,8 @@ + -
Return values
string @@ -1112,8 +1105,8 @@ + -
Return values
QROutputInterface @@ -1151,8 +1144,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html index cce0f592b..c27f9836c 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html @@ -161,10 +161,8 @@ - - - - + +

Table of Contents @@ -350,9 +348,8 @@ - - -

+ +

buildDir @@ -381,9 +378,8 @@ - - -

+ + @@ -426,9 +422,8 @@ - - - + +
@@ -561,8 +554,8 @@ + -
Return values
array<string|int, mixed> @@ -600,19 +593,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -768,13 +761,13 @@ 'moduleValueProvider'
-
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -870,7 +863,7 @@
$subPath : string - = ''
+ = ''
@@ -893,8 +886,8 @@ + -
Return values
string @@ -957,8 +950,8 @@ + -
Return values
string @@ -1021,8 +1014,8 @@ + -
Return values
string @@ -1070,8 +1063,8 @@ + -
Return values
string @@ -1125,8 +1118,8 @@ + -
Return values
QROutputInterface @@ -1164,8 +1157,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html index fa5719a61..42a88456e 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html @@ -160,13 +160,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -174,10 +174,8 @@ 'gd'
-
- - - + +

Table of Contents @@ -397,9 +395,8 @@ - - -

+ +

MAX_LENGTH @@ -486,9 +483,8 @@ - - -

+ +

samplesDir @@ -517,9 +513,8 @@ - - -

+ + @@ -562,9 +557,8 @@ - - - + + @@ -605,8 +599,8 @@ + -
Return values
Generator @@ -690,8 +684,8 @@ + -
Return values
int @@ -744,8 +738,8 @@ + -
Return values
array<string|int, mixed> @@ -806,13 +800,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -820,7 +814,7 @@ 'dataTestProvider'
-
+
#[Group]
@@ -828,13 +822,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -905,7 +899,7 @@ 'qrCodeProvider'
-
+
#[Group]
@@ -913,13 +907,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
+ -
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html index 0797bf817..5772c2bb9 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html @@ -160,13 +160,13 @@ + +
+
+ Attributes -
-
- Attributes - -
-
+
+
#[RequiresPhpExtension]
@@ -174,10 +174,8 @@ 'imagick'
-
- - - + +

Table of Contents @@ -409,9 +407,8 @@ - - -

+ +

MAX_LENGTH @@ -498,9 +495,8 @@ - - -

+ +

samplesDir @@ -529,9 +525,8 @@ - - -

+ + @@ -574,9 +569,8 @@ - - - + + @@ -617,8 +611,8 @@ + -
Return values
Generator @@ -702,8 +696,8 @@ + -
Return values
int @@ -756,8 +750,8 @@ + -
Return values
array<string|int, mixed> @@ -818,13 +812,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -832,7 +826,7 @@ 'dataTestProvider'
-
+
#[Group]
@@ -840,13 +834,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -917,7 +911,7 @@ 'qrCodeProvider'
-
+
#[Group]
@@ -925,13 +919,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -1040,13 +1034,13 @@ 'vectorQRCodeProvider'
-
+
#[Test]
- - + +
+ -
Return values
array<string|int, mixed> @@ -1144,8 +1138,8 @@ + -
+ -
diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html index 349a227f1..c295ec225 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html @@ -163,10 +163,8 @@ - - - - + +

Table of Contents @@ -386,9 +384,8 @@ - - - + +

MAX_LENGTH @@ -475,9 +472,8 @@ - - -

+ +

samplesDir @@ -506,9 +502,8 @@ - - -

+ + @@ -551,9 +546,8 @@ - - - + + @@ -594,8 +588,8 @@ + -
Return values
Generator @@ -679,8 +673,8 @@ + -
Return values
int @@ -733,8 +727,8 @@ + -
Return values
array<string|int, mixed> @@ -795,13 +789,13 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -809,7 +803,7 @@ 'dataTestProvider'
-
+
#[Group]
@@ -817,13 +811,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[DataProvider]
@@ -894,7 +888,7 @@ 'qrCodeProvider'
-
+
#[Group]
@@ -902,13 +896,13 @@ 'slow'
-
+
#[Test]
-
- +
+
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
+ -
diff --git a/classes/chillerlan-QRCodeTest-QRCodeTest.html b/classes/chillerlan-QRCodeTest-QRCodeTest.html index 6fee13906..6a68434cc 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeTest.html @@ -163,10 +163,8 @@ - - - - + +

Table of Contents @@ -348,9 +346,8 @@ - - -

+ +

buildDir @@ -379,9 +376,8 @@ - - -

+ + @@ -424,9 +420,8 @@ - - - + +
@@ -506,19 +500,19 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
+ -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -843,7 +837,7 @@
$subPath : string - = ''
+ = ''
@@ -866,8 +860,8 @@ + -
Return values
string @@ -930,8 +924,8 @@ + -
Return values
string @@ -994,8 +988,8 @@ + -
Return values
string @@ -1043,8 +1037,8 @@ + -
Return values
string @@ -1082,8 +1076,8 @@ + -
diff --git a/classes/chillerlan-QRCodeTest-QROptionsTest.html b/classes/chillerlan-QRCodeTest-QROptionsTest.html index 49a7687d0..3a17c09d6 100644 --- a/classes/chillerlan-QRCodeTest-QROptionsTest.html +++ b/classes/chillerlan-QRCodeTest-QROptionsTest.html @@ -160,10 +160,8 @@ - - - - + +

Table of Contents @@ -303,18 +301,18 @@ - -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
+
#[TestWith]
@@ -325,7 +323,7 @@ 'min'
-
+
#[TestWith]
@@ -336,7 +334,7 @@ 'no clamp'
-
+
#[TestWith]
@@ -347,8 +345,8 @@ 'max'
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
+
#[TestWith]
@@ -421,7 +419,7 @@ 'negative'
-
+
#[TestWith]
@@ -432,7 +430,7 @@ 'zero'
-
+
#[TestWith]
@@ -443,7 +441,7 @@ 'normal'
-
+
#[TestWith]
@@ -454,7 +452,7 @@ 'max'
-
+
#[TestWith]
@@ -465,8 +463,8 @@ 'exceed'
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
- -
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
- + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
+
#[TestWith]
@@ -739,7 +737,7 @@ 'values > 40 should be clamped to 40'
-
+
#[TestWith]
@@ -750,7 +748,7 @@ 'values < 1 should be clamped to 1'
-
+
#[TestWith]
@@ -761,7 +759,7 @@ 'values in between should not be touched'
-
+
#[TestWith]
@@ -772,8 +770,8 @@ 'value -1 should be treated as is (default)'
- - + +
-
- Attributes + +
+
+ Attributes -
-
+
+
#[Test]
-
+
#[TestWith]
@@ -860,7 +858,7 @@ 'normal clamp'
-
+
#[TestWith]
@@ -871,7 +869,7 @@ 'exceeding values'
-
+
#[TestWith]
@@ -882,7 +880,7 @@ 'min > max'
-
+
#[TestWith]
@@ -893,8 +891,8 @@ 'min > max, exceeding'
- - + +
diff --git a/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html b/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html index 8a1b82379..458493e6b 100644 --- a/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html @@ -141,10 +141,8 @@ - - - - + +

Table of Contents @@ -254,9 +252,8 @@ - - - + + @@ -323,8 +320,8 @@ + -
protected - getBuildDir([string $subPath = '' ]) : string + getBuildDir([string $subPath = '' ]) : string
@@ -360,7 +357,7 @@
$subPath : string - = ''
+ = ''
@@ -383,8 +380,8 @@ + -
Return values
string @@ -447,8 +444,8 @@ + -
Return values
string @@ -511,8 +508,8 @@ + -
Return values
string @@ -560,8 +557,8 @@ + -
Return values
string diff --git a/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html b/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html index 640cee095..e7adb8c6f 100644 --- a/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html @@ -156,10 +156,8 @@ - - - - + +

Table of Contents @@ -232,8 +230,8 @@ + -
Return values
array<string|int, mixed> diff --git a/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html b/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html index ed8e458ec..0dbf2b5b3 100644 --- a/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html @@ -141,10 +141,8 @@ - - - - + +

Table of Contents @@ -236,8 +234,8 @@ + -

+ -
diff --git a/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html b/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html index fec1210d5..e590e255c 100644 --- a/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html @@ -141,10 +141,8 @@ - - - - + +

Table of Contents @@ -327,9 +325,8 @@ - - - + + @@ -417,8 +414,8 @@ + -
Return values
int diff --git a/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html b/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html index d57c3a96e..695788b7f 100644 --- a/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html @@ -156,10 +156,8 @@ - - - - + +

Table of Contents @@ -232,8 +230,8 @@ + -
Return values
array<string|int, mixed>