diff --git a/classes/chillerlan-QRCode-Common-BitBuffer.html b/classes/chillerlan-QRCode-Common-BitBuffer.html index d7d7e6d18..2417f170e 100644 --- a/classes/chillerlan-QRCode-Common-BitBuffer.html +++ b/classes/chillerlan-QRCode-Common-BitBuffer.html @@ -6,7 +6,10 @@ + + + @@ -708,32 +711,30 @@ -
+
Tags - +
-
- author -
-
- -

Sean Owen, ZXing

+
+ author +
+
+

Sean Owen, ZXing

-
- throws -
-
+
+ throws +
+
QRCodeException - -

if numBits isn't in [1,32] or more than is available

+

if numBits isn't in [1,32] or more than is available

-
+ @@ -788,100 +789,7 @@ -
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-ECICharset.html b/classes/chillerlan-QRCode-Common-ECICharset.html index 9948c545f..130f8dd93 100644 --- a/classes/chillerlan-QRCode-Common-ECICharset.html +++ b/classes/chillerlan-QRCode-Common-ECICharset.html @@ -6,7 +6,10 @@ + + + @@ -181,214 +184,182 @@
BIG5 -  = 28 +  : int = 28
CP437 -  = 0 +  : int = 0
CP437_WO_GLI -  = 2 +  : int = 2
EUC_KR -  = 30 +  : int = 30
GB18030 -  = 29 +  : int = 29
ISO_IEC_10646_UCS_2 -  = 25 +  : int = 25
ISO_IEC_10646_UTF_8 -  = 26 +  : int = 26
ISO_IEC_646_1991 -  = 27 +  : int = 27
ISO_IEC_8859_1 -  = 3 +  : int = 3
ISO_IEC_8859_10 -  = 12 +  : int = 12
ISO_IEC_8859_11 -  = 13 +  : int = 13
ISO_IEC_8859_13 -  = 15 +  : int = 15
ISO_IEC_8859_14 -  = 16 +  : int = 16
ISO_IEC_8859_15 -  = 17 +  : int = 17
ISO_IEC_8859_16 -  = 18 +  : int = 18
ISO_IEC_8859_1_GLI -  = 1 +  : int = 1
ISO_IEC_8859_2 -  = 4 +  : int = 4
ISO_IEC_8859_3 -  = 5 +  : int = 5
ISO_IEC_8859_4 -  = 6 +  : int = 6
ISO_IEC_8859_5 -  = 7 +  : int = 7
ISO_IEC_8859_6 -  = 8 +  : int = 8
ISO_IEC_8859_7 -  = 9 +  : int = 9
ISO_IEC_8859_8 -  = 10 +  : int = 10
ISO_IEC_8859_9 -  = 11 +  : int = 11
MB_ENCODINGS -  = [ - self::CP437 => null, - self::ISO_IEC_8859_1_GLI => null, - self::CP437_WO_GLI => null, - self::ISO_IEC_8859_1 => 'ISO-8859-1', - self::ISO_IEC_8859_2 => 'ISO-8859-2', - self::ISO_IEC_8859_3 => 'ISO-8859-3', - self::ISO_IEC_8859_4 => 'ISO-8859-4', - self::ISO_IEC_8859_5 => 'ISO-8859-5', - self::ISO_IEC_8859_6 => 'ISO-8859-6', - self::ISO_IEC_8859_7 => 'ISO-8859-7', - self::ISO_IEC_8859_8 => 'ISO-8859-8', - self::ISO_IEC_8859_9 => 'ISO-8859-9', - self::ISO_IEC_8859_10 => 'ISO-8859-10', - self::ISO_IEC_8859_11 => null, - self::ISO_IEC_8859_13 => 'ISO-8859-13', - self::ISO_IEC_8859_14 => 'ISO-8859-14', - self::ISO_IEC_8859_15 => 'ISO-8859-15', - self::ISO_IEC_8859_16 => 'ISO-8859-16', - self::SHIFT_JIS => 'SJIS', - self::WINDOWS_1250_LATIN_2 => null, - // @see https://www.php.net/manual/en/function.mb-convert-encoding.php#112547 - self::WINDOWS_1251_CYRILLIC => 'Windows-1251', - self::WINDOWS_1252_LATIN_1 => 'Windows-1252', - self::WINDOWS_1256_ARABIC => null, - // @see https://stackoverflow.com/a/8592995 - self::ISO_IEC_10646_UCS_2 => 'UTF-16BE', - self::ISO_IEC_10646_UTF_8 => 'UTF-8', - self::ISO_IEC_646_1991 => 'ASCII', - self::BIG5 => 'BIG-5', - self::GB18030 => 'GB18030', - self::EUC_KR => 'EUC-KR', -] +  : array<string|int, mixed> = [ self::CP437 => null, self::ISO_IEC_8859_1_GLI...
map of charset id -> name
SHIFT_JIS -  = 20 +  : int = 20
WINDOWS_1250_LATIN_2 -  = 21 +  : int = 21
WINDOWS_1251_CYRILLIC -  = 22 +  : int = 22
WINDOWS_1252_LATIN_1 -  = 23 +  : int = 23
WINDOWS_1256_ARABIC -  = 24 +  : int = 24
@@ -457,7 +428,7 @@ public - mixed + int BIG5 = 28 @@ -487,7 +458,7 @@ public - mixed + int CP437 = 0 @@ -517,7 +488,7 @@ public - mixed + int CP437_WO_GLI = 2 @@ -547,7 +518,7 @@ public - mixed + int EUC_KR = 30 @@ -577,7 +548,7 @@ public - mixed + int GB18030 = 29 @@ -607,7 +578,7 @@ public - mixed + int ISO_IEC_10646_UCS_2 = 25 @@ -637,7 +608,7 @@ public - mixed + int ISO_IEC_10646_UTF_8 = 26 @@ -667,7 +638,7 @@ public - mixed + int ISO_IEC_646_1991 = 27 @@ -697,7 +668,7 @@ public - mixed + int ISO_IEC_8859_1 = 3 @@ -727,7 +698,7 @@ public - mixed + int ISO_IEC_8859_10 = 12 @@ -757,7 +728,7 @@ public - mixed + int ISO_IEC_8859_11 = 13 @@ -787,7 +758,7 @@ public - mixed + int ISO_IEC_8859_13 = 15 @@ -817,7 +788,7 @@ public - mixed + int ISO_IEC_8859_14 = 16 @@ -847,7 +818,7 @@ public - mixed + int ISO_IEC_8859_15 = 17 @@ -877,7 +848,7 @@ public - mixed + int ISO_IEC_8859_16 = 18 @@ -907,7 +878,7 @@ public - mixed + int ISO_IEC_8859_1_GLI = 1 @@ -937,7 +908,7 @@ public - mixed + int ISO_IEC_8859_2 = 4 @@ -967,7 +938,7 @@ public - mixed + int ISO_IEC_8859_3 = 5 @@ -997,7 +968,7 @@ public - mixed + int ISO_IEC_8859_4 = 6 @@ -1027,7 +998,7 @@ public - mixed + int ISO_IEC_8859_5 = 7 @@ -1057,7 +1028,7 @@ public - mixed + int ISO_IEC_8859_6 = 8 @@ -1087,7 +1058,7 @@ public - mixed + int ISO_IEC_8859_7 = 9 @@ -1117,7 +1088,7 @@ public - mixed + int ISO_IEC_8859_8 = 10 @@ -1147,7 +1118,7 @@ public - mixed + int ISO_IEC_8859_9 = 11 @@ -1178,7 +1149,7 @@ public - mixed + array<string|int, mixed> MB_ENCODINGS = [ self::CP437 => null, @@ -1219,21 +1190,20 @@ -
+
Tags - +
-
- see -
-
+
+ see +
+
mb_list_encodings() - - +
-
+ @@ -1255,7 +1225,7 @@ public - mixed + int SHIFT_JIS = 20 @@ -1285,7 +1255,7 @@ public - mixed + int WINDOWS_1250_LATIN_2 = 21 @@ -1315,7 +1285,7 @@ public - mixed + int WINDOWS_1251_CYRILLIC = 22 @@ -1345,7 +1315,7 @@ public - mixed + int WINDOWS_1252_LATIN_1 = 23 @@ -1375,7 +1345,7 @@ public - mixed + int WINDOWS_1256_ARABIC = 24 @@ -1481,21 +1451,20 @@ -
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - - +
-
+ @@ -1531,29 +1500,24 @@ -
+
Tags - +
-
- see -
-
+
+ see +
+
mb_convert_encoding() - - +
-
- see -
-
+
iconv() - - +
-
+ @@ -1565,100 +1529,7 @@
-
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-EccLevel.html b/classes/chillerlan-QRCode-Common-EccLevel.html index c221e7b49..dc2983c7d 100644 --- a/classes/chillerlan-QRCode-Common-EccLevel.html +++ b/classes/chillerlan-QRCode-Common-EccLevel.html @@ -6,7 +6,10 @@ + + + @@ -181,161 +184,38 @@
H -  = 0b10 +  : int = 0b10
L -  = 0b1 +  : int = 0b1
M -  = 0b0 +  : int = 0b0
Q -  = 0b11 +  : int = 0b11
FORMAT_PATTERN -  = [[ - // L - 0b111011111000100, - 0b111001011110011, - 0b111110110101010, - 0b111100010011101, - 0b110011000101111, - 0b110001100011000, - 0b110110001000001, - 0b110100101110110, -], [ - // M - 0b101010000010010, - 0b101000100100101, - 0b101111001111100, - 0b101101101001011, - 0b100010111111001, - 0b100000011001110, - 0b100111110010111, - 0b100101010100000, -], [ - // Q - 0b11010101011111, - 0b11000001101000, - 0b11111100110001, - 0b11101000000110, - 0b10010010110100, - 0b10000110000011, - 0b10111011011010, - 0b10101111101101, -], [ - // H - 0b1011010001001, - 0b1001110111110, - 0b1110011100111, - 0b1100111010000, - 0b11101100010, - 0b1001010101, - 0b110100001100, - 0b100000111011, -]] +  : array<string|int, mixed> = [[ // L 0b111011111000100, 0b111001011110011, 0...
ISO/IEC 18004:2000 Section 8.9 - Format Information
MAX_BITS -  = [ - // [ L, M, Q, H] // v => modules - [0, 0, 0, 0], - // 0 => will be ignored, index starts at 1 - [152, 128, 104, 72], - // 1 => 21 - [272, 224, 176, 128], - // 2 => 25 - [440, 352, 272, 208], - // 3 => 29 - [640, 512, 384, 288], - // 4 => 33 - [864, 688, 496, 368], - // 5 => 37 - [1088, 864, 608, 480], - // 6 => 41 - [1248, 992, 704, 528], - // 7 => 45 - [1552, 1232, 880, 688], - // 8 => 49 - [1856, 1456, 1056, 800], - // 9 => 53 - [2192, 1728, 1232, 976], - // 10 => 57 - [2592, 2032, 1440, 1120], - // 11 => 61 - [2960, 2320, 1648, 1264], - // 12 => 65 - [3424, 2672, 1952, 1440], - // 13 => 69 NICE! - [3688, 2920, 2088, 1576], - // 14 => 73 - [4184, 3320, 2360, 1784], - // 15 => 77 - [4712, 3624, 2600, 2024], - // 16 => 81 - [5176, 4056, 2936, 2264], - // 17 => 85 - [5768, 4504, 3176, 2504], - // 18 => 89 - [6360, 5016, 3560, 2728], - // 19 => 93 - [6888, 5352, 3880, 3080], - // 20 => 97 - [7456, 5712, 4096, 3248], - // 21 => 101 - [8048, 6256, 4544, 3536], - // 22 => 105 - [8752, 6880, 4912, 3712], - // 23 => 109 - [9392, 7312, 5312, 4112], - // 24 => 113 - [10208, 8000, 5744, 4304], - // 25 => 117 - [10960, 8496, 6032, 4768], - // 26 => 121 - [11744, 9024, 6464, 5024], - // 27 => 125 - [12248, 9544, 6968, 5288], - // 28 => 129 - [13048, 10136, 7288, 5608], - // 29 => 133 - [13880, 10984, 7880, 5960], - // 30 => 137 - [14744, 11640, 8264, 6344], - // 31 => 141 - [15640, 12328, 8920, 6760], - // 32 => 145 - [16568, 13048, 9368, 7208], - // 33 => 149 - [17528, 13800, 9848, 7688], - // 34 => 153 - [18448, 14496, 10288, 7888], - // 35 => 157 - [19472, 15312, 10832, 8432], - // 36 => 161 - [20528, 15936, 11408, 8768], - // 37 => 165 - [21616, 16816, 12016, 9136], - // 38 => 169 - [22496, 17728, 12656, 9776], - // 39 => 173 - [23648, 18672, 13328, 10208], -] +  : array<string|int, mixed> = [ // [ L, M, Q, H] // v => modules [0, 0, 0, 0]...
ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
@@ -433,7 +313,7 @@ public - mixed + int H = 0b10 @@ -463,7 +343,7 @@ public - mixed + int L = 0b1 @@ -493,7 +373,7 @@ public - mixed + int M = 0b0 @@ -523,7 +403,7 @@ public - mixed + int Q = 0b11 @@ -554,7 +434,7 @@ private - array<string|int, array<string|int, int>> + array<string|int, mixed> FORMAT_PATTERN = [[ // L @@ -627,7 +507,7 @@ private - array<string|int, array<string|int, int>> + array<string|int, mixed> MAX_BITS = [ // [ L, M, Q, H] // v => modules @@ -823,21 +703,20 @@ H: 0b10

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - - +
-
+ @@ -1051,37 +930,28 @@ H: 0b10

-
+
Tags - +
-
- see -
-
+
+ see +
+
EccLevel::MAX_BITS - - +
-
- see -
-
+
EccLevel::FORMAT_PATTERN - - +
-
- see -
-
+
Version::RSBLOCKS - - +
-
+ @@ -1093,100 +963,7 @@ H: 0b10

-
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-GDLuminanceSource.html b/classes/chillerlan-QRCode-Common-GDLuminanceSource.html index 6ac4524ea..813cf8c21 100644 --- a/classes/chillerlan-QRCode-Common-GDLuminanceSource.html +++ b/classes/chillerlan-QRCode-Common-GDLuminanceSource.html @@ -6,7 +6,10 @@ + + + @@ -537,21 +540,20 @@ of the result.

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeDecoderException - - +
-
+ @@ -767,21 +769,20 @@ getLuminances() may never be called.

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeDecoderException - - +
-
+ @@ -885,100 +886,7 @@ getLuminances() may never be called.

-
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-GF256.html b/classes/chillerlan-QRCode-Common-GF256.html index a45ed9055..aca4c1c20 100644 --- a/classes/chillerlan-QRCode-Common-GF256.html +++ b/classes/chillerlan-QRCode-Common-GF256.html @@ -6,7 +6,10 @@ + + + @@ -167,25 +170,20 @@ for convenience and speed (but at the cost of memory).

-
- author -
-
- -

Sean Owen

+
+ author +
+
+

Sean Owen

-
- author -
-
- -

David Olivier

+
+

David Olivier

-
+ @@ -210,271 +208,13 @@ for convenience and speed (but at the cost of memory).

expTable -  = [1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1] +  : array<string|int, mixed> = [1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232,...
logTable -  = [ - 0, - // the first value is never returned, index starts at 1 - 0, - 1, - 25, - 2, - 50, - 26, - 198, - 3, - 223, - 51, - 238, - 27, - 104, - 199, - 75, - 4, - 100, - 224, - 14, - 52, - 141, - 239, - 129, - 28, - 193, - 105, - 248, - 200, - 8, - 76, - 113, - 5, - 138, - 101, - 47, - 225, - 36, - 15, - 33, - 53, - 147, - 142, - 218, - 240, - 18, - 130, - 69, - 29, - 181, - 194, - 125, - 106, - 39, - 249, - 185, - 201, - 154, - 9, - 120, - 77, - 228, - 114, - 166, - 6, - 191, - 139, - 98, - 102, - 221, - 48, - 253, - 226, - 152, - 37, - 179, - 16, - 145, - 34, - 136, - 54, - 208, - 148, - 206, - 143, - 150, - 219, - 189, - 241, - 210, - 19, - 92, - 131, - 56, - 70, - 64, - 30, - 66, - 182, - 163, - 195, - 72, - 126, - 110, - 107, - 58, - 40, - 84, - 250, - 133, - 186, - 61, - 202, - 94, - 155, - 159, - 10, - 21, - 121, - 43, - 78, - 212, - 229, - 172, - 115, - 243, - 167, - 87, - 7, - 112, - 192, - 247, - 140, - 128, - 99, - 13, - 103, - 74, - 222, - 237, - 49, - 197, - 254, - 24, - 227, - 165, - 153, - 119, - 38, - 184, - 180, - 124, - 17, - 68, - 146, - 217, - 35, - 32, - 137, - 46, - 55, - 63, - 209, - 91, - 149, - 188, - 207, - 205, - 144, - 135, - 151, - 178, - 220, - 252, - 190, - 97, - 242, - 86, - 211, - 171, - 20, - 42, - 93, - 158, - 132, - 60, - 57, - 83, - 71, - 109, - 65, - 162, - 31, - 45, - 67, - 216, - 183, - 123, - 164, - 118, - 196, - 23, - 73, - 236, - 127, - 12, - 111, - 246, - 108, - 161, - 59, - 82, - 41, - 157, - 85, - 170, - 251, - 96, - 134, - 177, - 187, - 204, - 62, - 90, - 203, - 89, - 95, - 176, - 156, - 169, - 160, - 81, - 11, - 245, - 22, - 235, - 122, - 117, - 44, - 215, - 79, - 174, - 213, - 233, - 230, - 231, - 173, - 232, - 116, - 214, - 244, - 234, - 168, - 80, - 88, - 175, -] +  : array<string|int, mixed> = [ 0, // the first value is never returned, inde...
irreducible polynomial whose coefficients are represented by the bits of an int, where the least-significant bit represents the constant coefficient
@@ -555,7 +295,7 @@ where the least-significant bit represents the constant coefficient private - mixed + array<string|int, mixed> expTable = [1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1] @@ -587,7 +327,7 @@ where the least-significant bit represents the constant coefficient

private - mixed + array<string|int, mixed> logTable = [ 0, @@ -973,21 +713,20 @@ where the least-significant bit represents the constant coefficient

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - - +
-
+ @@ -1092,21 +831,20 @@ where the least-significant bit represents the constant coefficient

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - - +
-
+ @@ -1159,21 +897,20 @@ where the least-significant bit represents the constant coefficient

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - - +
-
+ @@ -1248,100 +985,7 @@ where the least-significant bit represents the constant coefficient

-
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-GenericGFPoly.html b/classes/chillerlan-QRCode-Common-GenericGFPoly.html index d6b12624c..a32d4fc98 100644 --- a/classes/chillerlan-QRCode-Common-GenericGFPoly.html +++ b/classes/chillerlan-QRCode-Common-GenericGFPoly.html @@ -6,7 +6,10 @@ + + + @@ -167,16 +170,15 @@ port of his C++ Reed-Solomon implementation.

-
- author -
-
- -

Sean Owen

+
+ author +
+
+

Sean Owen

-
+ @@ -387,24 +389,23 @@ from most significant (highest-power term) coefficient to the least significant< -
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - -

if argument is null or empty, or if leading coefficient is 0 and this +

if argument is null or empty, or if leading coefficient is 0 and this is not a constant polynomial (that is, it is not the monomial "0")

-
+ @@ -497,21 +498,20 @@ is not a constant polynomial (that is, it is not the monomial "0")

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - - +
-
+ @@ -855,21 +855,20 @@ is not a constant polynomial (that is, it is not the monomial "0")

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeException - - +
-
+ @@ -929,100 +928,7 @@ is not a constant polynomial (that is, it is not the monomial "0")

-
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html b/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html index a7e24d94b..8a05a7a83 100644 --- a/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html +++ b/classes/chillerlan-QRCode-Common-IMagickLuminanceSource.html @@ -6,7 +6,10 @@ + + + @@ -752,21 +755,20 @@ getLuminances() may never be called.

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeDecoderException - - +
-
+ @@ -870,100 +872,7 @@ getLuminances() may never be called.

-
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html b/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html index 36542afbb..6e591592c 100644 --- a/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html +++ b/classes/chillerlan-QRCode-Common-LuminanceSourceAbstract.html @@ -6,7 +6,10 @@ + + + @@ -167,16 +170,15 @@ platforms into a standard interface for requesting greyscale luminance values.
-
- author -
-
- -

dswitkin@google.com (Daniel Switkin)

+
+ author +
+
+

dswitkin@google.com (Daniel Switkin)

-
+ @@ -605,21 +607,20 @@ getLuminances() may never be called.

-
+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeDecoderException - - +
-
+ @@ -689,100 +690,7 @@ getLuminances() may never be called.

-
-
-
-
-

-        
- -
-
- - - +
diff --git a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html index 41bbb8ee3..84ff57c2c 100644 --- a/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html +++ b/classes/chillerlan-QRCode-Common-LuminanceSourceInterface.html @@ -6,7 +6,10 @@ + + + @@ -163,6 +166,31 @@ +

+ Properties + + +

+
+
+ $height + +  : int +
+ +
+ $luminances + +  : array<string|int, int> +
+ +
+ $width + +  : int +
+ +

Methods @@ -202,6 +230,126 @@ getLuminances() may never be called. + +
+

+ Properties + + +

+ +
+

+ $luminances + + + + +

+ + + + + + public + array<string|int, int> + $luminances + + + + + + + + + +
+ +
+

Methods @@ -366,21 +514,20 @@ getLuminances() may never be called.

-

+
Tags - +
-
- throws -
-
+
+ throws +
+
QRCodeDecoderException - - +
-
+ @@ -396,104 +543,11 @@ getLuminances() may never be called.

-
-
-
-
-

-        
- -
-
- - - +

- +
On this page @@ -501,10 +555,19 @@ getLuminances() may never be called.

  • Table Of Contents
  • +
  • Properties
  • +
  • Methods
  • + +
  • Properties
  • +
  • + +
  • +
  • Methods
    • diff --git a/classes/chillerlan-QRCode-Common-MaskPattern.html b/classes/chillerlan-QRCode-Common-MaskPattern.html index f3a17e009..2f5391f05 100644 --- a/classes/chillerlan-QRCode-Common-MaskPattern.html +++ b/classes/chillerlan-QRCode-Common-MaskPattern.html @@ -6,7 +6,10 @@ + + + @@ -164,23 +167,18 @@ ISO/IEC 18004:2000 Section 8.8.2 - Evaluation of masking results

      -
      - see -
      -
      +
      + see +
      +
      http://www.thonky.com/qr-code-tutorial/data-masking - - +
      -
      - see -
      -
      +
      https://github.com/zxing/zxing/blob/e9e2bd280bcaeabd59d0f955798384fe6c018a6c/core/src/main/java/com/google/zxing/qrcode/encoder/MaskUtil.java - - +
      -
      + @@ -205,85 +203,85 @@ ISO/IEC 18004:2000 Section 8.8.2 - Evaluation of masking results

      AUTO -  = -1 +  : int = -1
      PATTERN_000 -  = 0b0 +  : int = 0b0
      PATTERN_001 -  = 0b1 +  : int = 0b1
      PATTERN_010 -  = 0b10 +  : int = 0b10
      PATTERN_011 -  = 0b11 +  : int = 0b11
      PATTERN_100 -  = 0b100 +  : int = 0b100
      PATTERN_101 -  = 0b101 +  : int = 0b101
      PATTERN_110 -  = 0b110 +  : int = 0b110
      PATTERN_111 -  = 0b111 +  : int = 0b111
      PATTERNS -  = [self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111] +  : array<string|int, mixed> = [self::PATTERN_000, self::PATTERN_001, self::PA...
      PENALTY_N1 -  = 3 +  : int = 3
      PENALTY_N2 -  = 3 +  : int = 3
      PENALTY_N3 -  = 40 +  : int = 40
      PENALTY_N4 -  = 10 +  : int = 10
      @@ -412,7 +410,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int AUTO = -1 @@ -421,21 +419,20 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      QROptionsTrait::$maskPattern - - +
      -
      + @@ -457,7 +454,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_000 = 0b0 @@ -487,7 +484,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_001 = 0b1 @@ -517,7 +514,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_010 = 0b10 @@ -547,7 +544,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_011 = 0b11 @@ -577,7 +574,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_100 = 0b100 @@ -607,7 +604,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_101 = 0b101 @@ -637,7 +634,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_110 = 0b110 @@ -667,7 +664,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - mixed + int PATTERN_111 = 0b111 @@ -697,7 +694,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. public - array<string|int, int> + array<string|int, mixed> PATTERNS = [self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111] @@ -727,7 +724,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. private - mixed + int PENALTY_N1 = 3 @@ -757,7 +754,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. private - mixed + int PENALTY_N2 = 3 @@ -787,7 +784,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. private - mixed + int PENALTY_N3 = 40 @@ -817,7 +814,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. private - mixed + int PENALTY_N4 = 10 @@ -924,21 +921,20 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance. -
      +
      Tags - +
      -
      - throws -
      -
      +
      + throws +
      +
      QRCodeException - - +
      -
      + @@ -1026,29 +1022,24 @@ and $j is row position. In fact, as the text says, $i is row position and $j is -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      https://www.thonky.com/qr-code-tutorial/mask-patterns - - +
      -
      - see -
      -
      +
      https://github.com/zxing/zxing/blob/e9e2bd280bcaeabd59d0f955798384fe6c018a6c/core/src/main/java/com/google/zxing/qrcode/decoder/DataMask.java#L32-L117 - - +
      -
      + @@ -1511,100 +1502,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.

  • -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Common-Mode.html b/classes/chillerlan-QRCode-Common-Mode.html index 7ddf212bc..c72786ff4 100644 --- a/classes/chillerlan-QRCode-Common-Mode.html +++ b/classes/chillerlan-QRCode-Common-Mode.html @@ -6,7 +6,10 @@ + + + @@ -181,75 +184,75 @@
    ALPHANUM -  = 0b10 +  : int = 0b10
    BYTE -  = 0b100 +  : int = 0b100
    ECI -  = 0b111 +  : int = 0b111
    FNC1_FIRST -  = 0b101 +  : int = 0b101
    FNC1_SECOND -  = 0b1001 +  : int = 0b1001
    HANZI -  = 0b1101 +  : int = 0b1101
    INTERFACES -  = [self::NUMBER => \chillerlan\QRCode\Data\Number::class, self::ALPHANUM => \chillerlan\QRCode\Data\AlphaNum::class, self::KANJI => \chillerlan\QRCode\Data\Kanji::class, self::HANZI => \chillerlan\QRCode\Data\Hanzi::class, self::BYTE => \chillerlan\QRCode\Data\Byte::class] +  : array<string|int, mixed> = [self::NUMBER => \chillerlan\QRCode\Data\Number...
    Map of data mode => interface (detection order)
    KANJI -  = 0b1000 +  : int = 0b1000
    LENGTH_BITS -  = [self::NUMBER => [10, 12, 14], self::ALPHANUM => [9, 11, 13], self::BYTE => [8, 16, 16], self::KANJI => [8, 10, 12], self::HANZI => [8, 10, 12], self::ECI => [0, 0, 0]] +  : array<string|int, mixed> = [self::NUMBER => [10, 12, 14], self::ALPHANUM =...
    mode length bits for the version breakpoints 1-9, 10-26 and 27-40
    NUMBER -  = 0b1 +  : int = 0b1
    STRCTURED_APPEND -  = 0b11 +  : int = 0b11
    TERMINATOR -  = 0b0 +  : int = 0b0
    @@ -298,7 +301,7 @@ public - mixed + int ALPHANUM = 0b10 @@ -328,7 +331,7 @@ public - mixed + int BYTE = 0b100 @@ -358,7 +361,7 @@ public - mixed + int ECI = 0b111 @@ -388,7 +391,7 @@ public - mixed + int FNC1_FIRST = 0b101 @@ -418,7 +421,7 @@ public - mixed + int FNC1_SECOND = 0b1001 @@ -448,7 +451,7 @@ public - mixed + int HANZI = 0b1101 @@ -479,7 +482,7 @@ public - array<int, string> + array<string|int, mixed> INTERFACES = [self::NUMBER => \chillerlan\QRCode\Data\Number::class, self::ALPHANUM => \chillerlan\QRCode\Data\AlphaNum::class, self::KANJI => \chillerlan\QRCode\Data\Kanji::class, self::HANZI => \chillerlan\QRCode\Data\Hanzi::class, self::BYTE => \chillerlan\QRCode\Data\Byte::class] @@ -509,7 +512,7 @@ public - mixed + int KANJI = 0b1000 @@ -540,7 +543,7 @@ public - mixed + array<string|int, mixed> LENGTH_BITS = [self::NUMBER => [10, 12, 14], self::ALPHANUM => [9, 11, 13], self::BYTE => [8, 16, 16], self::KANJI => [8, 10, 12], self::HANZI => [8, 10, 12], self::ECI => [0, 0, 0]] @@ -572,7 +575,7 @@ public - mixed + int NUMBER = 0b1 @@ -602,7 +605,7 @@ public - mixed + int STRCTURED_APPEND = 0b11 @@ -632,7 +635,7 @@ public - mixed + int TERMINATOR = 0b0 @@ -701,21 +704,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    + @@ -727,100 +729,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Common-Version.html b/classes/chillerlan-QRCode-Common-Version.html index c659113f8..55e90d039 100644 --- a/classes/chillerlan-QRCode-Common-Version.html +++ b/classes/chillerlan-QRCode-Common-Version.html @@ -6,7 +6,10 @@ + + + @@ -181,35 +184,35 @@
    AUTO -  = -1 +  : int = -1
    Enable version auto detection
    ALIGNMENT_PATTERN -  = [1 => [], 2 => [6, 18], 3 => [6, 22], 4 => [6, 26], 5 => [6, 30], 6 => [6, 34], 7 => [6, 22, 38], 8 => [6, 24, 42], 9 => [6, 26, 46], 10 => [6, 28, 50], 11 => [6, 30, 54], 12 => [6, 32, 58], 13 => [6, 34, 62], 14 => [6, 26, 46, 66], 15 => [6, 26, 48, 70], 16 => [6, 26, 50, 74], 17 => [6, 30, 54, 78], 18 => [6, 30, 56, 82], 19 => [6, 30, 58, 86], 20 => [6, 34, 62, 90], 21 => [6, 28, 50, 72, 94], 22 => [6, 26, 50, 74, 98], 23 => [6, 30, 54, 78, 102], 24 => [6, 28, 54, 80, 106], 25 => [6, 32, 58, 84, 110], 26 => [6, 30, 58, 86, 114], 27 => [6, 34, 62, 90, 118], 28 => [6, 26, 50, 74, 98, 122], 29 => [6, 30, 54, 78, 102, 126], 30 => [6, 26, 52, 78, 104, 130], 31 => [6, 30, 56, 82, 108, 134], 32 => [6, 34, 60, 86, 112, 138], 33 => [6, 30, 58, 86, 114, 142], 34 => [6, 34, 62, 90, 118, 146], 35 => [6, 30, 54, 78, 102, 126, 150], 36 => [6, 24, 50, 76, 102, 128, 154], 37 => [6, 28, 54, 80, 106, 132, 158], 38 => [6, 32, 58, 84, 110, 136, 162], 39 => [6, 26, 54, 82, 110, 138, 166], 40 => [6, 30, 58, 86, 114, 142, 170]] +  : array<string|int, mixed> = [1 => [], 2 => [6, 18], 3 => [6, 22], 4 => [6,...
    ISO/IEC 18004:2000 Annex E, Table E.1 - Row/column coordinates of center module of Alignment Patterns
    RSBLOCKS -  = [1 => [[7, [[1, 19], [0, 0]]], [10, [[1, 16], [0, 0]]], [13, [[1, 13], [0, 0]]], [17, [[1, 9], [0, 0]]]], 2 => [[10, [[1, 34], [0, 0]]], [16, [[1, 28], [0, 0]]], [22, [[1, 22], [0, 0]]], [28, [[1, 16], [0, 0]]]], 3 => [[15, [[1, 55], [0, 0]]], [26, [[1, 44], [0, 0]]], [18, [[2, 17], [0, 0]]], [22, [[2, 13], [0, 0]]]], 4 => [[20, [[1, 80], [0, 0]]], [18, [[2, 32], [0, 0]]], [26, [[2, 24], [0, 0]]], [16, [[4, 9], [0, 0]]]], 5 => [[26, [[1, 108], [0, 0]]], [24, [[2, 43], [0, 0]]], [18, [[2, 15], [2, 16]]], [22, [[2, 11], [2, 12]]]], 6 => [[18, [[2, 68], [0, 0]]], [16, [[4, 27], [0, 0]]], [24, [[4, 19], [0, 0]]], [28, [[4, 15], [0, 0]]]], 7 => [[20, [[2, 78], [0, 0]]], [18, [[4, 31], [0, 0]]], [18, [[2, 14], [4, 15]]], [26, [[4, 13], [1, 14]]]], 8 => [[24, [[2, 97], [0, 0]]], [22, [[2, 38], [2, 39]]], [22, [[4, 18], [2, 19]]], [26, [[4, 14], [2, 15]]]], 9 => [[30, [[2, 116], [0, 0]]], [22, [[3, 36], [2, 37]]], [20, [[4, 16], [4, 17]]], [24, [[4, 12], [4, 13]]]], 10 => [[18, [[2, 68], [2, 69]]], [26, [[4, 43], [1, 44]]], [24, [[6, 19], [2, 20]]], [28, [[6, 15], [2, 16]]]], 11 => [[20, [[4, 81], [0, 0]]], [30, [[1, 50], [4, 51]]], [28, [[4, 22], [4, 23]]], [24, [[3, 12], [8, 13]]]], 12 => [[24, [[2, 92], [2, 93]]], [22, [[6, 36], [2, 37]]], [26, [[4, 20], [6, 21]]], [28, [[7, 14], [4, 15]]]], 13 => [[26, [[4, 107], [0, 0]]], [22, [[8, 37], [1, 38]]], [24, [[8, 20], [4, 21]]], [22, [[12, 11], [4, 12]]]], 14 => [[30, [[3, 115], [1, 116]]], [24, [[4, 40], [5, 41]]], [20, [[11, 16], [5, 17]]], [24, [[11, 12], [5, 13]]]], 15 => [[22, [[5, 87], [1, 88]]], [24, [[5, 41], [5, 42]]], [30, [[5, 24], [7, 25]]], [24, [[11, 12], [7, 13]]]], 16 => [[24, [[5, 98], [1, 99]]], [28, [[7, 45], [3, 46]]], [24, [[15, 19], [2, 20]]], [30, [[3, 15], [13, 16]]]], 17 => [[28, [[1, 107], [5, 108]]], [28, [[10, 46], [1, 47]]], [28, [[1, 22], [15, 23]]], [28, [[2, 14], [17, 15]]]], 18 => [[30, [[5, 120], [1, 121]]], [26, [[9, 43], [4, 44]]], [28, [[17, 22], [1, 23]]], [28, [[2, 14], [19, 15]]]], 19 => [[28, [[3, 113], [4, 114]]], [26, [[3, 44], [11, 45]]], [26, [[17, 21], [4, 22]]], [26, [[9, 13], [16, 14]]]], 20 => [[28, [[3, 107], [5, 108]]], [26, [[3, 41], [13, 42]]], [30, [[15, 24], [5, 25]]], [28, [[15, 15], [10, 16]]]], 21 => [[28, [[4, 116], [4, 117]]], [26, [[17, 42], [0, 0]]], [28, [[17, 22], [6, 23]]], [30, [[19, 16], [6, 17]]]], 22 => [[28, [[2, 111], [7, 112]]], [28, [[17, 46], [0, 0]]], [30, [[7, 24], [16, 25]]], [24, [[34, 13], [0, 0]]]], 23 => [[30, [[4, 121], [5, 122]]], [28, [[4, 47], [14, 48]]], [30, [[11, 24], [14, 25]]], [30, [[16, 15], [14, 16]]]], 24 => [[30, [[6, 117], [4, 118]]], [28, [[6, 45], [14, 46]]], [30, [[11, 24], [16, 25]]], [30, [[30, 16], [2, 17]]]], 25 => [[26, [[8, 106], [4, 107]]], [28, [[8, 47], [13, 48]]], [30, [[7, 24], [22, 25]]], [30, [[22, 15], [13, 16]]]], 26 => [[28, [[10, 114], [2, 115]]], [28, [[19, 46], [4, 47]]], [28, [[28, 22], [6, 23]]], [30, [[33, 16], [4, 17]]]], 27 => [[30, [[8, 122], [4, 123]]], [28, [[22, 45], [3, 46]]], [30, [[8, 23], [26, 24]]], [30, [[12, 15], [28, 16]]]], 28 => [[30, [[3, 117], [10, 118]]], [28, [[3, 45], [23, 46]]], [30, [[4, 24], [31, 25]]], [30, [[11, 15], [31, 16]]]], 29 => [[30, [[7, 116], [7, 117]]], [28, [[21, 45], [7, 46]]], [30, [[1, 23], [37, 24]]], [30, [[19, 15], [26, 16]]]], 30 => [[30, [[5, 115], [10, 116]]], [28, [[19, 47], [10, 48]]], [30, [[15, 24], [25, 25]]], [30, [[23, 15], [25, 16]]]], 31 => [[30, [[13, 115], [3, 116]]], [28, [[2, 46], [29, 47]]], [30, [[42, 24], [1, 25]]], [30, [[23, 15], [28, 16]]]], 32 => [[30, [[17, 115], [0, 0]]], [28, [[10, 46], [23, 47]]], [30, [[10, 24], [35, 25]]], [30, [[19, 15], [35, 16]]]], 33 => [[30, [[17, 115], [1, 116]]], [28, [[14, 46], [21, 47]]], [30, [[29, 24], [19, 25]]], [30, [[11, 15], [46, 16]]]], 34 => [[30, [[13, 115], [6, 116]]], [28, [[14, 46], [23, 47]]], [30, [[44, 24], [7, 25]]], [30, [[59, 16], [1, 17]]]], 35 => [[30, [[12, 121], [7, 122]]], [28, [[12, 47], [26, 48]]], [30, [[39, 24], [14, 25]]], [30, [[22, 15], [41, 16]]]], 36 => [[30, [[6, 121], [14, 122]]], [28, [[6, 47], [34, 48]]], [30, [[46, 24], [10, 25]]], [30, [[2, 15], [64, 16]]]], 37 => [[30, [[17, 122], [4, 123]]], [28, [[29, 46], [14, 47]]], [30, [[49, 24], [10, 25]]], [30, [[24, 15], [46, 16]]]], 38 => [[30, [[4, 122], [18, 123]]], [28, [[13, 46], [32, 47]]], [30, [[48, 24], [14, 25]]], [30, [[42, 15], [32, 16]]]], 39 => [[30, [[20, 117], [4, 118]]], [28, [[40, 47], [7, 48]]], [30, [[43, 24], [22, 25]]], [30, [[10, 15], [67, 16]]]], 40 => [[30, [[19, 118], [6, 119]]], [28, [[18, 47], [31, 48]]], [30, [[34, 24], [34, 25]]], [30, [[20, 15], [61, 16]]]]] +  : array<string|int, mixed> = [1 => [[7, [[1, 19], [0, 0]]], [10, [[1, 16], [...
    ISO/IEC 18004:2000 Tables 13-22 - Error correction characteristics
    TOTAL_CODEWORDS -  = [1 => 26, 2 => 44, 3 => 70, 4 => 100, 5 => 134, 6 => 172, 7 => 196, 8 => 242, 9 => 292, 10 => 346, 11 => 404, 12 => 466, 13 => 532, 14 => 581, 15 => 655, 16 => 733, 17 => 815, 18 => 901, 19 => 991, 20 => 1085, 21 => 1156, 22 => 1258, 23 => 1364, 24 => 1474, 25 => 1588, 26 => 1706, 27 => 1828, 28 => 1921, 29 => 2051, 30 => 2185, 31 => 2323, 32 => 2465, 33 => 2611, 34 => 2761, 35 => 2876, 36 => 3034, 37 => 3196, 38 => 3362, 39 => 3532, 40 => 3706] +  : array<string|int, mixed> = [1 => 26, 2 => 44, 3 => 70, 4 => 100, 5 => 134,...
    ISO/IEC 18004:2000 Table 1 - Data capacity of all versions of QR Code
    VERSION_PATTERN -  = [7 => 0b111110010010100, 8 => 0b1000010110111100, 9 => 0b1001101010011001, 10 => 0b1010010011010011, 11 => 0b1011101111110110, 12 => 0b1100011101100010, 13 => 0b1101100001000111, 14 => 0b1110011000001101, 15 => 0b1111100100101000, 16 => 0b10000101101111000, 17 => 0b10001010001011101, 18 => 0b10010101000010111, 19 => 0b10011010100110010, 20 => 0b10100100110100110, 21 => 0b10101011010000011, 22 => 0b10110100011001001, 23 => 0b10111011111101100, 24 => 0b11000111011000100, 25 => 0b11001000111100001, 26 => 0b11010111110101011, 27 => 0b11011000010001110, 28 => 0b11100110000011010, 29 => 0b11101001100111111, 30 => 0b11110110101110101, 31 => 0b11111001001010000, 32 => 0b100000100111010101, 33 => 0b100001011011110000, 34 => 0b100010100010111010, 35 => 0b100011011110011111, 36 => 0b100100101100001011, 37 => 0b100101010000101110, 38 => 0b100110101001100100, 39 => 0b100111010101000001, 40 => 0b101000110001101001] +  : array<string|int, mixed> = [7 => 0b111110010010100, 8 => 0b100001011011110...
    ISO/IEC 18004:2000 Annex D, Table D.1 - Version information bit stream for each version
    @@ -316,7 +319,7 @@ public - mixed + int AUTO = -1 @@ -325,21 +328,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptionsTrait::$version - - +
    -
    + @@ -362,7 +364,7 @@ private - array<string|int, array<string|int, int>> + array<string|int, mixed> ALIGNMENT_PATTERN = [1 => [], 2 => [6, 18], 3 => [6, 22], 4 => [6, 26], 5 => [6, 30], 6 => [6, 34], 7 => [6, 22, 38], 8 => [6, 24, 42], 9 => [6, 26, 46], 10 => [6, 28, 50], 11 => [6, 30, 54], 12 => [6, 32, 58], 13 => [6, 34, 62], 14 => [6, 26, 46, 66], 15 => [6, 26, 48, 70], 16 => [6, 26, 50, 74], 17 => [6, 30, 54, 78], 18 => [6, 30, 56, 82], 19 => [6, 30, 58, 86], 20 => [6, 34, 62, 90], 21 => [6, 28, 50, 72, 94], 22 => [6, 26, 50, 74, 98], 23 => [6, 30, 54, 78, 102], 24 => [6, 28, 54, 80, 106], 25 => [6, 32, 58, 84, 110], 26 => [6, 30, 58, 86, 114], 27 => [6, 34, 62, 90, 118], 28 => [6, 26, 50, 74, 98, 122], 29 => [6, 30, 54, 78, 102, 126], 30 => [6, 26, 52, 78, 104, 130], 31 => [6, 30, 56, 82, 108, 134], 32 => [6, 34, 60, 86, 112, 138], 33 => [6, 30, 58, 86, 114, 142], 34 => [6, 34, 62, 90, 118, 146], 35 => [6, 30, 54, 78, 102, 126, 150], 36 => [6, 24, 50, 76, 102, 128, 154], 37 => [6, 28, 54, 80, 106, 132, 158], 38 => [6, 32, 58, 84, 110, 136, 162], 39 => [6, 26, 54, 82, 110, 138, 166], 40 => [6, 30, 58, 86, 114, 142, 170]] @@ -395,7 +397,7 @@ private - mixed + array<string|int, mixed> RSBLOCKS = [1 => [[7, [[1, 19], [0, 0]]], [10, [[1, 16], [0, 0]]], [13, [[1, 13], [0, 0]]], [17, [[1, 9], [0, 0]]]], 2 => [[10, [[1, 34], [0, 0]]], [16, [[1, 28], [0, 0]]], [22, [[1, 22], [0, 0]]], [28, [[1, 16], [0, 0]]]], 3 => [[15, [[1, 55], [0, 0]]], [26, [[1, 44], [0, 0]]], [18, [[2, 17], [0, 0]]], [22, [[2, 13], [0, 0]]]], 4 => [[20, [[1, 80], [0, 0]]], [18, [[2, 32], [0, 0]]], [26, [[2, 24], [0, 0]]], [16, [[4, 9], [0, 0]]]], 5 => [[26, [[1, 108], [0, 0]]], [24, [[2, 43], [0, 0]]], [18, [[2, 15], [2, 16]]], [22, [[2, 11], [2, 12]]]], 6 => [[18, [[2, 68], [0, 0]]], [16, [[4, 27], [0, 0]]], [24, [[4, 19], [0, 0]]], [28, [[4, 15], [0, 0]]]], 7 => [[20, [[2, 78], [0, 0]]], [18, [[4, 31], [0, 0]]], [18, [[2, 14], [4, 15]]], [26, [[4, 13], [1, 14]]]], 8 => [[24, [[2, 97], [0, 0]]], [22, [[2, 38], [2, 39]]], [22, [[4, 18], [2, 19]]], [26, [[4, 14], [2, 15]]]], 9 => [[30, [[2, 116], [0, 0]]], [22, [[3, 36], [2, 37]]], [20, [[4, 16], [4, 17]]], [24, [[4, 12], [4, 13]]]], 10 => [[18, [[2, 68], [2, 69]]], [26, [[4, 43], [1, 44]]], [24, [[6, 19], [2, 20]]], [28, [[6, 15], [2, 16]]]], 11 => [[20, [[4, 81], [0, 0]]], [30, [[1, 50], [4, 51]]], [28, [[4, 22], [4, 23]]], [24, [[3, 12], [8, 13]]]], 12 => [[24, [[2, 92], [2, 93]]], [22, [[6, 36], [2, 37]]], [26, [[4, 20], [6, 21]]], [28, [[7, 14], [4, 15]]]], 13 => [[26, [[4, 107], [0, 0]]], [22, [[8, 37], [1, 38]]], [24, [[8, 20], [4, 21]]], [22, [[12, 11], [4, 12]]]], 14 => [[30, [[3, 115], [1, 116]]], [24, [[4, 40], [5, 41]]], [20, [[11, 16], [5, 17]]], [24, [[11, 12], [5, 13]]]], 15 => [[22, [[5, 87], [1, 88]]], [24, [[5, 41], [5, 42]]], [30, [[5, 24], [7, 25]]], [24, [[11, 12], [7, 13]]]], 16 => [[24, [[5, 98], [1, 99]]], [28, [[7, 45], [3, 46]]], [24, [[15, 19], [2, 20]]], [30, [[3, 15], [13, 16]]]], 17 => [[28, [[1, 107], [5, 108]]], [28, [[10, 46], [1, 47]]], [28, [[1, 22], [15, 23]]], [28, [[2, 14], [17, 15]]]], 18 => [[30, [[5, 120], [1, 121]]], [26, [[9, 43], [4, 44]]], [28, [[17, 22], [1, 23]]], [28, [[2, 14], [19, 15]]]], 19 => [[28, [[3, 113], [4, 114]]], [26, [[3, 44], [11, 45]]], [26, [[17, 21], [4, 22]]], [26, [[9, 13], [16, 14]]]], 20 => [[28, [[3, 107], [5, 108]]], [26, [[3, 41], [13, 42]]], [30, [[15, 24], [5, 25]]], [28, [[15, 15], [10, 16]]]], 21 => [[28, [[4, 116], [4, 117]]], [26, [[17, 42], [0, 0]]], [28, [[17, 22], [6, 23]]], [30, [[19, 16], [6, 17]]]], 22 => [[28, [[2, 111], [7, 112]]], [28, [[17, 46], [0, 0]]], [30, [[7, 24], [16, 25]]], [24, [[34, 13], [0, 0]]]], 23 => [[30, [[4, 121], [5, 122]]], [28, [[4, 47], [14, 48]]], [30, [[11, 24], [14, 25]]], [30, [[16, 15], [14, 16]]]], 24 => [[30, [[6, 117], [4, 118]]], [28, [[6, 45], [14, 46]]], [30, [[11, 24], [16, 25]]], [30, [[30, 16], [2, 17]]]], 25 => [[26, [[8, 106], [4, 107]]], [28, [[8, 47], [13, 48]]], [30, [[7, 24], [22, 25]]], [30, [[22, 15], [13, 16]]]], 26 => [[28, [[10, 114], [2, 115]]], [28, [[19, 46], [4, 47]]], [28, [[28, 22], [6, 23]]], [30, [[33, 16], [4, 17]]]], 27 => [[30, [[8, 122], [4, 123]]], [28, [[22, 45], [3, 46]]], [30, [[8, 23], [26, 24]]], [30, [[12, 15], [28, 16]]]], 28 => [[30, [[3, 117], [10, 118]]], [28, [[3, 45], [23, 46]]], [30, [[4, 24], [31, 25]]], [30, [[11, 15], [31, 16]]]], 29 => [[30, [[7, 116], [7, 117]]], [28, [[21, 45], [7, 46]]], [30, [[1, 23], [37, 24]]], [30, [[19, 15], [26, 16]]]], 30 => [[30, [[5, 115], [10, 116]]], [28, [[19, 47], [10, 48]]], [30, [[15, 24], [25, 25]]], [30, [[23, 15], [25, 16]]]], 31 => [[30, [[13, 115], [3, 116]]], [28, [[2, 46], [29, 47]]], [30, [[42, 24], [1, 25]]], [30, [[23, 15], [28, 16]]]], 32 => [[30, [[17, 115], [0, 0]]], [28, [[10, 46], [23, 47]]], [30, [[10, 24], [35, 25]]], [30, [[19, 15], [35, 16]]]], 33 => [[30, [[17, 115], [1, 116]]], [28, [[14, 46], [21, 47]]], [30, [[29, 24], [19, 25]]], [30, [[11, 15], [46, 16]]]], 34 => [[30, [[13, 115], [6, 116]]], [28, [[14, 46], [23, 47]]], [30, [[44, 24], [7, 25]]], [30, [[59, 16], [1, 17]]]], 35 => [[30, [[12, 121], [7, 122]]], [28, [[12, 47], [26, 48]]], [30, [[39, 24], [14, 25]]], [30, [[22, 15], [41, 16]]]], 36 => [[30, [[6, 121], [14, 122]]], [28, [[6, 47], [34, 48]]], [30, [[46, 24], [10, 25]]], [30, [[2, 15], [64, 16]]]], 37 => [[30, [[17, 122], [4, 123]]], [28, [[29, 46], [14, 47]]], [30, [[49, 24], [10, 25]]], [30, [[24, 15], [46, 16]]]], 38 => [[30, [[4, 122], [18, 123]]], [28, [[13, 46], [32, 47]]], [30, [[48, 24], [14, 25]]], [30, [[42, 15], [32, 16]]]], 39 => [[30, [[20, 117], [4, 118]]], [28, [[40, 47], [7, 48]]], [30, [[43, 24], [22, 25]]], [30, [[10, 15], [67, 16]]]], 40 => [[30, [[19, 118], [6, 119]]], [28, [[18, 47], [31, 48]]], [30, [[34, 24], [34, 25]]], [30, [[20, 15], [61, 16]]]]] @@ -404,21 +406,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.thonky.com/qr-code-tutorial/error-correction-table - - +
    -
    + @@ -441,7 +442,7 @@ private - mixed + array<string|int, mixed> TOTAL_CODEWORDS = [1 => 26, 2 => 44, 3 => 70, 4 => 100, 5 => 134, 6 => 172, 7 => 196, 8 => 242, 9 => 292, 10 => 346, 11 => 404, 12 => 466, 13 => 532, 14 => 581, 15 => 655, 16 => 733, 17 => 815, 18 => 901, 19 => 991, 20 => 1085, 21 => 1156, 22 => 1258, 23 => 1364, 24 => 1474, 25 => 1588, 26 => 1706, 27 => 1828, 28 => 1921, 29 => 2051, 30 => 2185, 31 => 2323, 32 => 2465, 33 => 2611, 34 => 2761, 35 => 2876, 36 => 3034, 37 => 3196, 38 => 3362, 39 => 3532, 40 => 3706] @@ -472,7 +473,7 @@ private - array<string|int, int> + array<string|int, mixed> VERSION_PATTERN = [7 => 0b111110010010100, 8 => 0b1000010110111100, 9 => 0b1001101010011001, 10 => 0b1010010011010011, 11 => 0b1011101111110110, 12 => 0b1100011101100010, 13 => 0b1101100001000111, 14 => 0b1110011000001101, 15 => 0b1111100100101000, 16 => 0b10000101101111000, 17 => 0b10001010001011101, 18 => 0b10010101000010111, 19 => 0b10011010100110010, 20 => 0b10100100110100110, 21 => 0b10101011010000011, 22 => 0b10110100011001001, 23 => 0b10111011111101100, 24 => 0b11000111011000100, 25 => 0b11001000111100001, 26 => 0b11010111110101011, 27 => 0b11011000010001110, 28 => 0b11100110000011010, 29 => 0b11101001100111111, 30 => 0b11110110101110101, 31 => 0b11111001001010000, 32 => 0b100000100111010101, 33 => 0b100001011011110000, 34 => 0b100010100010111010, 35 => 0b100011011110011111, 36 => 0b100100101100001011, 37 => 0b100101010000101110, 38 => 0b100110101001100100, 39 => 0b100111010101000001, 40 => 0b101000110001101001] @@ -581,21 +582,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    + @@ -847,100 +847,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-AlphaNum.html b/classes/chillerlan-QRCode-Data-AlphaNum.html index 26b2de7d2..3027a75d4 100644 --- a/classes/chillerlan-QRCode-Data-AlphaNum.html +++ b/classes/chillerlan-QRCode-Data-AlphaNum.html @@ -6,7 +6,10 @@ + + + @@ -187,13 +190,13 @@ ISO/IEC 18004:2000 Section 8.4.3

    DATAMODE -  = \chillerlan\QRCode\Common\Mode::ALPHANUM +  : int = \chillerlan\QRCode\Common\Mode::ALPHANUM
    CHAR_MAP -  = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:' +  : string = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:'
    ISO/IEC 18004:2000 Table 5
    @@ -318,7 +321,7 @@ ISO/IEC 18004:2000 Section 8.4.3

    public - mixed + int DATAMODE = \chillerlan\QRCode\Common\Mode::ALPHANUM @@ -349,7 +352,7 @@ ISO/IEC 18004:2000 Section 8.4.3

    private - mixed + string CHAR_MAP = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:' @@ -456,21 +459,20 @@ ISO/IEC 18004:2000 Section 8.4.3

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -572,28 +574,26 @@ ISO/IEC 18004:2000 Section 8.4.3

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -874,21 +874,20 @@ ISO/IEC 18004:2000 Section 8.4.3

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -937,21 +936,20 @@ ISO/IEC 18004:2000 Section 8.4.3

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -963,100 +961,7 @@ ISO/IEC 18004:2000 Section 8.4.3

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-Byte.html b/classes/chillerlan-QRCode-Data-Byte.html index 0747c7343..318483727 100644 --- a/classes/chillerlan-QRCode-Data-Byte.html +++ b/classes/chillerlan-QRCode-Data-Byte.html @@ -6,7 +6,10 @@ + + + @@ -187,7 +190,7 @@ ISO/IEC 18004:2000 Section 8.4.4

    DATAMODE -  = \chillerlan\QRCode\Common\Mode::BYTE +  : int = \chillerlan\QRCode\Common\Mode::BYTE
    @@ -299,7 +302,7 @@ ISO/IEC 18004:2000 Section 8.4.4

    public - mixed + int DATAMODE = \chillerlan\QRCode\Common\Mode::BYTE @@ -406,21 +409,20 @@ ISO/IEC 18004:2000 Section 8.4.4

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -522,28 +524,26 @@ ISO/IEC 18004:2000 Section 8.4.4

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -787,100 +787,7 @@ ISO/IEC 18004:2000 Section 8.4.4

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-ECI.html b/classes/chillerlan-QRCode-Data-ECI.html index d8bbe4084..5b19a9214 100644 --- a/classes/chillerlan-QRCode-Data-ECI.html +++ b/classes/chillerlan-QRCode-Data-ECI.html @@ -6,7 +6,10 @@ + + + @@ -187,7 +190,7 @@
    DATAMODE -  = \chillerlan\QRCode\Common\Mode::ECI +  : int = \chillerlan\QRCode\Common\Mode::ECI
    @@ -313,7 +316,7 @@ public - mixed + int DATAMODE = \chillerlan\QRCode\Common\Mode::ECI @@ -458,37 +461,34 @@ -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -590,21 +590,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -693,21 +692,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -757,22 +755,21 @@ -
    +
    Tags - +
    -
    - codeCoverageIgnore -
    -
    - -

    Unused, but required as per interface

    +
    + codeCoverageIgnore +
    +
    +

    Unused, but required as per interface

    -
    + @@ -829,28 +826,26 @@ -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -950,100 +945,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-Hanzi.html b/classes/chillerlan-QRCode-Data-Hanzi.html index 3a5acf1a0..b3fda522e 100644 --- a/classes/chillerlan-QRCode-Data-Hanzi.html +++ b/classes/chillerlan-QRCode-Data-Hanzi.html @@ -6,7 +6,10 @@ + + + @@ -168,55 +171,34 @@
    -
    - see -
    -
    +
    + see +
    +
    https://en.wikipedia.org/wiki/GB_2312 - - +
    -
    - see -
    -
    +
    http://www.herongyang.com/GB2312/Introduction-of-GB2312.html - - +
    -
    - see -
    -
    +
    https://en.wikipedia.org/wiki/GBK_(character_encoding)#Encoding - - +
    -
    - see -
    -
    +
    https://gist.github.com/codemasher/91da33c44bfb48a81a6c1426bb8e4338 - - +
    -
    - see -
    -
    +
    https://github.com/zxing/zxing/blob/dfb06fa33b17a9e68321be151c22846c7b78048f/core/src/main/java/com/google/zxing/qrcode/decoder/DecodedBitStreamParser.java#L172-L209 - - +
    -
    - see -
    -
    +
    https://www.chinesestandard.net/PDF/English.aspx/GBT18284-2000 - - +
    -
    + @@ -241,20 +223,20 @@
    DATAMODE -  = \chillerlan\QRCode\Common\Mode::HANZI +  : int = \chillerlan\QRCode\Common\Mode::HANZI
    ENCODING -  = 'GB18030' +  : string = 'GB18030'
    possible values: GB2312, GB18030
    GB2312_SUBSET -  = 0b1 +  : int = 0b1
    @@ -366,7 +348,7 @@ public - mixed + int DATAMODE = \chillerlan\QRCode\Common\Mode::HANZI @@ -397,7 +379,7 @@ public - mixed + string ENCODING = 'GB18030' @@ -427,7 +409,7 @@ public - mixed + int GB2312_SUBSET = 0b1 @@ -436,22 +418,21 @@ -
    +
    Tags - +
    -
    - todo: -
    -
    - -

    other subsets???

    +
    + todo: +
    +
    +

    other subsets???

    -
    + @@ -550,21 +531,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -666,21 +646,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -825,30 +804,28 @@ -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - -

    on an illegal character occurence

    +

    on an illegal character occurence

    -
    + @@ -948,100 +925,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-Kanji.html b/classes/chillerlan-QRCode-Data-Kanji.html index 9d43a2fa0..fded4aa6b 100644 --- a/classes/chillerlan-QRCode-Data-Kanji.html +++ b/classes/chillerlan-QRCode-Data-Kanji.html @@ -6,7 +6,10 @@ + + + @@ -169,31 +172,22 @@ ISO/IEC 18004:2000 Section 8.4.5

    -
    - see -
    -
    +
    + see +
    +
    https://en.wikipedia.org/wiki/Shift_JIS#As_defined_in_JIS_X_0208:1997 - - +
    -
    - see -
    -
    +
    http://www.rikai.com/library/kanjitables/kanji_codes.sjis.shtml - - +
    -
    - see -
    -
    +
    https://gist.github.com/codemasher/d07d3e6e9346c08e7a41b8b978784952 - - +
    -
    + @@ -218,13 +212,13 @@ ISO/IEC 18004:2000 Section 8.4.5

    DATAMODE -  = \chillerlan\QRCode\Common\Mode::KANJI +  : int = \chillerlan\QRCode\Common\Mode::KANJI
    ENCODING -  = 'SJIS' +  : string = 'SJIS'
    possible values: SJIS, SJIS-2004
    @@ -337,7 +331,7 @@ ISO/IEC 18004:2000 Section 8.4.5

    public - mixed + int DATAMODE = \chillerlan\QRCode\Common\Mode::KANJI @@ -368,7 +362,7 @@ ISO/IEC 18004:2000 Section 8.4.5

    public - mixed + string ENCODING = 'SJIS' @@ -477,21 +471,20 @@ ISO/IEC 18004:2000 Section 8.4.5

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -593,28 +586,26 @@ ISO/IEC 18004:2000 Section 8.4.5

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -759,30 +750,28 @@ ISO/IEC 18004:2000 Section 8.4.5

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - -

    on an illegal character occurence

    +

    on an illegal character occurence

    -
    + @@ -882,100 +871,7 @@ ISO/IEC 18004:2000 Section 8.4.5

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-Number.html b/classes/chillerlan-QRCode-Data-Number.html index 993ce9bb4..073e4f1bb 100644 --- a/classes/chillerlan-QRCode-Data-Number.html +++ b/classes/chillerlan-QRCode-Data-Number.html @@ -6,7 +6,10 @@ + + + @@ -187,7 +190,7 @@ ISO/IEC 18004:2000 Section 8.4.2

    DATAMODE -  = \chillerlan\QRCode\Common\Mode::NUMBER +  : int = \chillerlan\QRCode\Common\Mode::NUMBER
    @@ -306,7 +309,7 @@ ISO/IEC 18004:2000 Section 8.4.2

    public - mixed + int DATAMODE = \chillerlan\QRCode\Common\Mode::NUMBER @@ -413,21 +416,20 @@ ISO/IEC 18004:2000 Section 8.4.2

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -529,28 +531,26 @@ ISO/IEC 18004:2000 Section 8.4.2

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -832,21 +832,20 @@ ISO/IEC 18004:2000 Section 8.4.2

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -858,100 +857,7 @@ ISO/IEC 18004:2000 Section 8.4.2

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-QRCodeDataException.html b/classes/chillerlan-QRCode-Data-QRCodeDataException.html index 96278a3f0..70c68e9b3 100644 --- a/classes/chillerlan-QRCode-Data-QRCodeDataException.html +++ b/classes/chillerlan-QRCode-Data-QRCodeDataException.html @@ -6,7 +6,10 @@ + + + @@ -186,100 +189,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-QRData.html b/classes/chillerlan-QRCode-Data-QRData.html index 1e60affbf..3fb33d6f0 100644 --- a/classes/chillerlan-QRCode-Data-QRData.html +++ b/classes/chillerlan-QRCode-Data-QRData.html @@ -6,7 +6,10 @@ + + + @@ -608,21 +611,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -662,21 +664,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -730,21 +731,20 @@ additionally the bit array needs to contain enough pad bits.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -874,23 +874,22 @@ additionally the bit array needs to contain enough pad bits.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - -

    on data overflow

    +

    on data overflow

    -
    + @@ -898,100 +897,7 @@ 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 0d082c5ac..89386f7ad 100644 --- a/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html +++ b/classes/chillerlan-QRCode-Data-QRDataModeAbstract.html @@ -6,7 +6,10 @@ + + + @@ -332,21 +335,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -491,100 +493,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html index 7124a01aa..3e5ff067a 100644 --- a/classes/chillerlan-QRCode-Data-QRDataModeInterface.html +++ b/classes/chillerlan-QRCode-Data-QRDataModeInterface.html @@ -6,7 +6,10 @@ + + + @@ -170,7 +173,7 @@
    DATAMODE -  = -1 +  : int = -1
    the current data mode: Number, Alphanum, Kanji, Hanzi, Byte, ECI
    @@ -250,7 +253,7 @@ public - mixed + int DATAMODE = -1 @@ -261,26 +264,27 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    Mode - - +
    -
    +
    + +

    Methods @@ -327,21 +331,20 @@ -

    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -542,21 +545,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRData::writeBitBuffer() - - +
    -
    + @@ -568,104 +570,11 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    - +
    On this page @@ -673,10 +582,11 @@
  • Table Of Contents
  • +
  • Constants
  • +
  • Methods
  • + +
  • Methods
    • diff --git a/classes/chillerlan-QRCode-Data-QRMatrix.html b/classes/chillerlan-QRCode-Data-QRMatrix.html index 12ce3e789..d0e38dc34 100644 --- a/classes/chillerlan-QRCode-Data-QRMatrix.html +++ b/classes/chillerlan-QRCode-Data-QRMatrix.html @@ -6,7 +6,10 @@ + + + @@ -162,15 +165,14 @@ maps the ECC coded binary data and applies the mask pattern

      -
      - see -
      -
      +
      + see +
      +
      http://www.thonky.com/qr-code-tutorial/format-version-information - - +
      -
      + @@ -195,151 +197,151 @@ maps the ECC coded binary data and applies the mask pattern

      IS_DARK -  = 0b100000000000 +  : int = 0b100000000000
      M_ALIGNMENT -  = 0b10000 +  : int = 0b10000
      M_ALIGNMENT_DARK -  = 0b100000010000 +  : int = 0b100000010000
      M_DARKMODULE -  = 0b100000000001 +  : int = 0b100000000001
      M_DARKMODULE_LIGHT -  = 0b1 +  : int = 0b1
      M_DATA -  = 0b10 +  : int = 0b10
      M_DATA_DARK -  = 0b100000000010 +  : int = 0b100000000010
      M_FINDER -  = 0b100 +  : int = 0b100
      M_FINDER_DARK -  = 0b100000000100 +  : int = 0b100000000100
      M_FINDER_DOT -  = 0b110000000000 +  : int = 0b110000000000
      M_FINDER_DOT_LIGHT -  = 0b10000000000 +  : int = 0b10000000000
      M_FORMAT -  = 0b1000000 +  : int = 0b1000000
      M_FORMAT_DARK -  = 0b100001000000 +  : int = 0b100001000000
      M_LOGO -  = 0b1000000000 +  : int = 0b1000000000
      M_LOGO_DARK -  = 0b101000000000 +  : int = 0b101000000000
      M_NULL -  = 0b0 +  : int = 0b0
      M_QUIETZONE -  = 0b100000000 +  : int = 0b100000000
      M_QUIETZONE_DARK -  = 0b100100000000 +  : int = 0b100100000000
      M_SEPARATOR -  = 0b1000 +  : int = 0b1000
      M_SEPARATOR_DARK -  = 0b100000001000 +  : int = 0b100000001000
      M_TIMING -  = 0b100000 +  : int = 0b100000
      M_TIMING_DARK -  = 0b100000100000 +  : int = 0b100000100000
      M_VERSION -  = 0b10000000 +  : int = 0b10000000
      M_VERSION_DARK -  = 0b100010000000 +  : int = 0b100010000000
      neighbours -  = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]] +  : array<string|int, mixed> = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1,...
      Map of flag => coord
      @@ -607,7 +609,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int IS_DARK = 0b100000000000 @@ -637,7 +639,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_ALIGNMENT = 0b10000 @@ -667,7 +669,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_ALIGNMENT_DARK = 0b100000010000 @@ -697,7 +699,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_DARKMODULE = 0b100000000001 @@ -727,7 +729,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_DARKMODULE_LIGHT = 0b1 @@ -757,7 +759,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_DATA = 0b10 @@ -787,7 +789,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_DATA_DARK = 0b100000000010 @@ -817,7 +819,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_FINDER = 0b100 @@ -847,7 +849,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_FINDER_DARK = 0b100000000100 @@ -877,7 +879,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_FINDER_DOT = 0b110000000000 @@ -907,7 +909,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_FINDER_DOT_LIGHT = 0b10000000000 @@ -937,7 +939,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_FORMAT = 0b1000000 @@ -967,7 +969,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_FORMAT_DARK = 0b100001000000 @@ -997,7 +999,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_LOGO = 0b1000000000 @@ -1027,7 +1029,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_LOGO_DARK = 0b101000000000 @@ -1057,7 +1059,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_NULL = 0b0 @@ -1087,7 +1089,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_QUIETZONE = 0b100000000 @@ -1117,7 +1119,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_QUIETZONE_DARK = 0b100100000000 @@ -1147,7 +1149,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_SEPARATOR = 0b1000 @@ -1177,7 +1179,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_SEPARATOR_DARK = 0b100000001000 @@ -1207,7 +1209,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_TIMING = 0b100000 @@ -1237,7 +1239,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_TIMING_DARK = 0b100000100000 @@ -1267,7 +1269,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_VERSION = 0b10000000 @@ -1297,7 +1299,7 @@ returns true if a match is found, otherwise false. public - final mixed + final int M_VERSION_DARK = 0b100010000000 @@ -1328,7 +1330,7 @@ returns true if a match is found, otherwise false. protected - final array<string|int, array<string|int, int>> + final array<string|int, mixed> neighbours = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]] @@ -1337,21 +1339,20 @@ returns true if a match is found, otherwise false. -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      QRMatrix::checkNeighbours() - - +
      -
      + @@ -2021,22 +2022,21 @@ returns true if a match is found, otherwise false.

      -
      +
      Tags - +
      -
      - phan-suppress -
      -
      - -

      PhanTypeMismatchReturn

      +
      + phan-suppress +
      +
      +

      PhanTypeMismatchReturn

      -
      + @@ -2669,28 +2669,26 @@ Note that there is no restiction on how many times this method could be called o -
      +
      Tags - +
      -
      - link -
      -
      +
      + link +
      +
      https://github.com/chillerlan/php-qrcode/issues/52 -
      -
      - throws -
      -
      +
      + throws +
      +
      QRCodeDataException - - +
      -
      + @@ -2742,21 +2740,20 @@ Note that there is no restiction on how many times this method could be called o -
      +
      Tags - +
      -
      - throws -
      -
      +
      + throws +
      +
      QRCodeDataException - - +
      -
      + @@ -2996,100 +2993,7 @@ Note that there is no restiction on how many times this method could be called o
  • -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html b/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html index b939507b9..a5e7e907e 100644 --- a/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html +++ b/classes/chillerlan-QRCode-Data-ReedSolomonEncoder.html @@ -6,7 +6,10 @@ + + + @@ -163,15 +166,14 @@
    -
    - see -
    -
    +
    + see +
    +
    http://www.thonky.com/qr-code-tutorial/error-correction-coding - - +
    -
    + @@ -514,21 +516,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    + @@ -653,100 +654,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Decoder-Binarizer.html b/classes/chillerlan-QRCode-Decoder-Binarizer.html index eb841a196..e75198d7a 100644 --- a/classes/chillerlan-QRCode-Decoder-Binarizer.html +++ b/classes/chillerlan-QRCode-Decoder-Binarizer.html @@ -6,7 +6,10 @@ + + + @@ -174,16 +177,15 @@ but for now it was not a win to use local blocks for 1D.

    -
    - author -
    -
    - -

    dswitkin@google.com (Daniel Switkin)

    +
    + author +
    +
    +

    dswitkin@google.com (Daniel Switkin)

    -
    + @@ -208,43 +210,43 @@ but for now it was not a win to use local blocks for 1D.

    BLOCK_SIZE -  = 8 +  : int = 8
    BLOCK_SIZE_MASK -  = 7 +  : int = 7
    BLOCK_SIZE_POWER -  = 3 +  : int = 3
    LUMINANCE_BUCKETS -  = 32 +  : int = 32
    LUMINANCE_SHIFT -  = 3 +  : int = 3
    MIN_DYNAMIC_RANGE -  = 24 +  : int = 24
    MINIMUM_DIMENSION -  = 40 +  : int = 40
    @@ -354,7 +356,7 @@ on the last pixels in the row/column which are also used in the previous block). private - mixed + int BLOCK_SIZE = 8 @@ -384,7 +386,7 @@ on the last pixels in the row/column which are also used in the previous block). private - mixed + int BLOCK_SIZE_MASK = 7 @@ -414,7 +416,7 @@ on the last pixels in the row/column which are also used in the previous block). private - mixed + int BLOCK_SIZE_POWER = 3 @@ -444,7 +446,7 @@ on the last pixels in the row/column which are also used in the previous block). private - mixed + int LUMINANCE_BUCKETS = 32 @@ -474,7 +476,7 @@ on the last pixels in the row/column which are also used in the previous block). private - mixed + int LUMINANCE_SHIFT = 3 @@ -504,7 +506,7 @@ on the last pixels in the row/column which are also used in the previous block). private - mixed + int MIN_DYNAMIC_RANGE = 24 @@ -534,7 +536,7 @@ on the last pixels in the row/column which are also used in the previous block). private - mixed + int MINIMUM_DIMENSION = 40 @@ -794,21 +796,20 @@ fetched using getBlackRow(), so don't mix and match between them.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://groups.google.com/group/zxing/browse_thread/thread/d06efa2c35a7ddc0 - - +
    -
    + @@ -943,22 +944,21 @@ on the last pixels in the row/column which are also used in the previous block). -
    +
    Tags - +
    -
    - noinspection -
    -
    - -

    PhpSameParameterValueInspection

    +
    + noinspection +
    +
    +

    PhpSameParameterValueInspection

    -
    + @@ -1007,21 +1007,20 @@ on the last pixels in the row/column which are also used in the previous block). -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -1088,100 +1087,7 @@ on the last pixels in the row/column which are also used in the previous block).
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Decoder-BitMatrix.html b/classes/chillerlan-QRCode-Decoder-BitMatrix.html index 4b0fcba58..7d85dbe51 100644 --- a/classes/chillerlan-QRCode-Decoder-BitMatrix.html +++ b/classes/chillerlan-QRCode-Decoder-BitMatrix.html @@ -6,7 +6,10 @@ + + + @@ -184,229 +187,165 @@
    IS_DARK -  = 0b100000000000 +  : int = 0b100000000000
    M_ALIGNMENT -  = 0b10000 +  : int = 0b10000
    M_ALIGNMENT_DARK -  = 0b100000010000 +  : int = 0b100000010000
    M_DARKMODULE -  = 0b100000000001 +  : int = 0b100000000001
    M_DARKMODULE_LIGHT -  = 0b1 +  : int = 0b1
    M_DATA -  = 0b10 +  : int = 0b10
    M_DATA_DARK -  = 0b100000000010 +  : int = 0b100000000010
    M_FINDER -  = 0b100 +  : int = 0b100
    M_FINDER_DARK -  = 0b100000000100 +  : int = 0b100000000100
    M_FINDER_DOT -  = 0b110000000000 +  : int = 0b110000000000
    M_FINDER_DOT_LIGHT -  = 0b10000000000 +  : int = 0b10000000000
    M_FORMAT -  = 0b1000000 +  : int = 0b1000000
    M_FORMAT_DARK -  = 0b100001000000 +  : int = 0b100001000000
    M_LOGO -  = 0b1000000000 +  : int = 0b1000000000
    M_LOGO_DARK -  = 0b101000000000 +  : int = 0b101000000000
    M_NULL -  = 0b0 +  : int = 0b0
    M_QUIETZONE -  = 0b100000000 +  : int = 0b100000000
    M_QUIETZONE_DARK -  = 0b100100000000 +  : int = 0b100100000000
    M_SEPARATOR -  = 0b1000 +  : int = 0b1000
    M_SEPARATOR_DARK -  = 0b100000001000 +  : int = 0b100000001000
    M_TIMING -  = 0b100000 +  : int = 0b100000
    M_TIMING_DARK -  = 0b100000100000 +  : int = 0b100000100000
    M_VERSION -  = 0b10000000 +  : int = 0b10000000
    M_VERSION_DARK -  = 0b100010000000 +  : int = 0b100010000000
    neighbours -  = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]] +  : array<string|int, mixed> = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1,...
    Map of flag => coord
    DECODE_LOOKUP -  = [ - 0x5412, - // 0101010000010010 - 0x5125, - // 0101000100100101 - 0x5e7c, - // 0101111001111100 - 0x5b4b, - // 0101101101001011 - 0x45f9, - // 0100010111111001 - 0x40ce, - // 0100000011001110 - 0x4f97, - // 0100111110010111 - 0x4aa0, - // 0100101010100000 - 0x77c4, - // 0111011111000100 - 0x72f3, - // 0111001011110011 - 0x7daa, - // 0111110110101010 - 0x789d, - // 0111100010011101 - 0x662f, - // 0110011000101111 - 0x6318, - // 0110001100011000 - 0x6c41, - // 0110110001000001 - 0x6976, - // 0110100101110110 - 0x1689, - // 0001011010001001 - 0x13be, - // 0001001110111110 - 0x1ce7, - // 0001110011100111 - 0x19d0, - // 0001100111010000 - 0x762, - // 0000011101100010 - 0x255, - // 0000001001010101 - 0xd0c, - // 0000110100001100 - 0x83b, - // 0000100000111011 - 0x355f, - // 0011010101011111 - 0x3068, - // 0011000001101000 - 0x3f31, - // 0011111100110001 - 0x3a06, - // 0011101000000110 - 0x24b4, - // 0010010010110100 - 0x2183, - // 0010000110000011 - 0x2eda, - // 0010111011011010 - 0x2bed, -] +  : array<string|int, mixed> = [ 0x5412, // 0101010000010010 0x5125, // 010100...
    See ISO 18004:2006, Annex C, Table C.1
    FORMAT_INFO_MASK_QR -  = 0x5412 +  : int = 0x5412
    @@ -749,7 +688,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int IS_DARK = 0b100000000000 @@ -779,7 +718,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_ALIGNMENT = 0b10000 @@ -809,7 +748,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_ALIGNMENT_DARK = 0b100000010000 @@ -839,7 +778,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_DARKMODULE = 0b100000000001 @@ -869,7 +808,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_DARKMODULE_LIGHT = 0b1 @@ -899,7 +838,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_DATA = 0b10 @@ -929,7 +868,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_DATA_DARK = 0b100000000010 @@ -959,7 +898,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_FINDER = 0b100 @@ -989,7 +928,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_FINDER_DARK = 0b100000000100 @@ -1019,7 +958,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_FINDER_DOT = 0b110000000000 @@ -1049,7 +988,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_FINDER_DOT_LIGHT = 0b10000000000 @@ -1079,7 +1018,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_FORMAT = 0b1000000 @@ -1109,7 +1048,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_FORMAT_DARK = 0b100001000000 @@ -1139,7 +1078,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_LOGO = 0b1000000000 @@ -1169,7 +1108,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_LOGO_DARK = 0b101000000000 @@ -1199,7 +1138,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_NULL = 0b0 @@ -1229,7 +1168,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_QUIETZONE = 0b100000000 @@ -1259,7 +1198,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_QUIETZONE_DARK = 0b100100000000 @@ -1289,7 +1228,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_SEPARATOR = 0b1000 @@ -1319,7 +1258,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_SEPARATOR_DARK = 0b100000001000 @@ -1349,7 +1288,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_TIMING = 0b100000 @@ -1379,7 +1318,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_TIMING_DARK = 0b100000100000 @@ -1409,7 +1348,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_VERSION = 0b10000000 @@ -1439,7 +1378,7 @@ QR Code. Throws if the exact number of bytes expected is not read. public - final mixed + final int M_VERSION_DARK = 0b100010000000 @@ -1470,7 +1409,7 @@ QR Code. Throws if the exact number of bytes expected is not read. protected - final array<string|int, array<string|int, int>> + final array<string|int, mixed> neighbours = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]] @@ -1479,21 +1418,20 @@ QR Code. Throws if the exact number of bytes expected is not read. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::checkNeighbours() - - +
    -
    + @@ -1516,7 +1454,7 @@ QR Code. Throws if the exact number of bytes expected is not read. private - mixed + array<string|int, mixed> DECODE_LOOKUP = [ 0x5412, @@ -1612,7 +1550,7 @@ QR Code. Throws if the exact number of bytes expected is not read. private - mixed + int FORMAT_INFO_MASK_QR = 0x5412 @@ -1919,22 +1857,21 @@ QR Code. Throws if the exact number of bytes expected is not read. -
    +
    Tags - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -2339,22 +2276,21 @@ returns true if a match is found, otherwise false.

    -
    +
    Tags - +
    -
    - phan-suppress -
    -
    - -

    PhanTypeMismatchReturn

    +
    + phan-suppress +
    +
    +

    PhanTypeMismatchReturn

    -
    + @@ -2615,21 +2551,20 @@ QR Code. Throws if the exact number of bytes expected is not read.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -3109,28 +3044,26 @@ false => $M_TYPE

    -
    +
    Tags - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -3180,28 +3113,26 @@ false => $M_TYPE

    -
    +
    Tags - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDataException - - +
    -
    + @@ -3693,21 +3624,20 @@ false => $M_TYPE

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -3749,30 +3679,28 @@ false => $M_TYPE

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    - noinspection -
    -
    - -

    DuplicatedCode

    +
    + noinspection +
    +
    +

    DuplicatedCode

    -
    + @@ -3839,100 +3767,7 @@ false => $M_TYPE

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Decoder-Decoder.html b/classes/chillerlan-QRCode-Decoder-Decoder.html index bfde5dfa7..66b1a5449 100644 --- a/classes/chillerlan-QRCode-Decoder-Decoder.html +++ b/classes/chillerlan-QRCode-Decoder-Decoder.html @@ -6,7 +6,10 @@ + + + @@ -164,16 +167,15 @@ the QR Code from an image.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -466,22 +468,21 @@ the QR Code from an image.

    -
    +
    Tags - +
    -
    - noinspection -
    -
    - -

    PhpPropertyOnlyWrittenInspection (currently unused)

    +
    + noinspection +
    +
    +

    PhpPropertyOnlyWrittenInspection (currently unused)

    -
    + @@ -618,21 +619,20 @@ the QR Code from an image.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    Throwable|QRCodeDecoderException - - +
    -
    + @@ -737,21 +737,20 @@ the QR Code from an image.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -800,21 +799,20 @@ the QR Code from an image.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -826,100 +824,7 @@ the QR Code from an image.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Decoder-DecoderResult.html b/classes/chillerlan-QRCode-Decoder-DecoderResult.html index 8d4b3d132..265761b30 100644 --- a/classes/chillerlan-QRCode-Decoder-DecoderResult.html +++ b/classes/chillerlan-QRCode-Decoder-DecoderResult.html @@ -6,7 +6,10 @@ + + + @@ -621,22 +624,21 @@ as well as a String interpretation of those bytes, if applicable.

    -
    +
    Tags - +
    -
    - phpstan-param -
    -
    - -

    array<string, mixed> $properties

    +
    + phpstan-param +
    +
    +

    array<string, mixed> $properties

    -
    + @@ -759,100 +761,7 @@ as well as a String interpretation of those bytes, if applicable.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html b/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html index 5c4ac2b94..487b529bb 100644 --- a/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html +++ b/classes/chillerlan-QRCode-Decoder-QRCodeDecoderException.html @@ -6,7 +6,10 @@ + + + @@ -186,100 +189,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html b/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html index 37cb36e61..049826dbb 100644 --- a/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html +++ b/classes/chillerlan-QRCode-Decoder-ReedSolomonDecoder.html @@ -6,7 +6,10 @@ + + + @@ -174,34 +177,25 @@ port of his C++ Reed-Solomon implementation.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    - author -
    -
    - -

    William Rucklidge

    +
    +

    William Rucklidge

    -
    - author -
    -
    - -

    sanfordsquires

    +
    +

    sanfordsquires

    -
    + @@ -607,23 +601,22 @@ in the input.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - -

    if decoding fails for any reason

    +

    if decoding fails for any reason

    -
    + @@ -676,21 +669,20 @@ method will separate the data into original blocks.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -739,21 +731,20 @@ method will separate the data into original blocks.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -871,21 +862,20 @@ method will separate the data into original blocks.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDecoderException - - +
    -
    + @@ -901,100 +891,7 @@ method will separate the data into original blocks.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html index 0893c568d..999c0faeb 100644 --- a/classes/chillerlan-QRCode-Detector-AlignmentPattern.html +++ b/classes/chillerlan-QRCode-Detector-AlignmentPattern.html @@ -6,7 +6,10 @@ + + + @@ -167,16 +170,15 @@ all but the simplest QR Codes.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -568,100 +570,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html index 1c139d4b6..4419d7591 100644 --- a/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-AlignmentPatternFinder.html @@ -6,7 +6,10 @@ + + + @@ -170,16 +173,15 @@ some code.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -812,100 +814,7 @@ found the alignment pattern.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-Detector.html b/classes/chillerlan-QRCode-Detector-Detector.html index 39dd0d22c..e6c2c2d72 100644 --- a/classes/chillerlan-QRCode-Detector-Detector.html +++ b/classes/chillerlan-QRCode-Detector-Detector.html @@ -6,7 +6,10 @@ + + + @@ -164,16 +167,15 @@ is rotated or skewed, or partially obscured.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -520,21 +522,20 @@ of the three finder patterns.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDetectorException - - +
    -
    + @@ -664,21 +665,20 @@ of the finder patterns and estimated module size.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDetectorException - - +
    -
    + @@ -985,22 +985,21 @@ of another po$(another finder pattern center), and in the opposite direction too -
    +
    Tags - +
    -
    - noinspection -
    -
    - -

    DuplicatedCode

    +
    + noinspection +
    +
    +

    DuplicatedCode

    -
    + @@ -1012,100 +1011,7 @@ of another po$(another finder pattern center), and in the opposite direction too
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-FinderPattern.html b/classes/chillerlan-QRCode-Detector-FinderPattern.html index 6625fa638..e111d74fe 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPattern.html +++ b/classes/chillerlan-QRCode-Detector-FinderPattern.html @@ -6,7 +6,10 @@ + + + @@ -168,16 +171,15 @@ as a convenience to the finder's bookkeeping.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -887,100 +889,7 @@ based on count.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html index 352733e27..d0351b553 100644 --- a/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html +++ b/classes/chillerlan-QRCode-Detector-FinderPatternFinder.html @@ -6,7 +6,10 @@ + + + @@ -166,16 +169,15 @@ markers at three corners of a QR Code.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -200,25 +202,25 @@ markers at three corners of a QR Code.

    CENTER_QUORUM -  = 2 +  : int = 2
    crossCheckStateCount -  = [0, 0, 0, 0, 0] +  : array<string|int, mixed> = [0, 0, 0, 0, 0]
    MAX_MODULES -  = 177 +  : int = 177
    MIN_SKIP -  = 2 +  : int = 2
    @@ -400,7 +402,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees private - mixed + int CENTER_QUORUM = 2 @@ -430,7 +432,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees private - array<string|int, int> + array<string|int, mixed> crossCheckStateCount = [0, 0, 0, 0, 0] @@ -460,7 +462,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees private - mixed + int MAX_MODULES = 177 @@ -490,7 +492,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees private - mixed + int MIN_SKIP = 2 @@ -901,22 +903,21 @@ check a vertical cross-check and locate the real center of the alignment pattern -
    +
    Tags - +
    -
    - noinspection -
    -
    - -

    DuplicatedCode

    +
    + noinspection +
    +
    +

    DuplicatedCode

    -
    + @@ -996,22 +997,21 @@ $originalStateCountTotal

    -
    +
    Tags - +
    -
    - noinspection -
    -
    - -

    DuplicatedCode

    +
    + noinspection +
    +
    +

    DuplicatedCode

    -
    + @@ -1542,23 +1542,22 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDetectorException - -

    if 3 such finder patterns do not exist

    +

    if 3 such finder patterns do not exist

    -
    + @@ -1576,100 +1575,7 @@ size differs from the average among those patterns the least

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-GridSampler.html b/classes/chillerlan-QRCode-Detector-GridSampler.html index e16f95b74..61459e524 100644 --- a/classes/chillerlan-QRCode-Detector-GridSampler.html +++ b/classes/chillerlan-QRCode-Detector-GridSampler.html @@ -6,7 +6,10 @@ + + + @@ -171,16 +174,15 @@ with an instance of a class which implements this interface.

    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -349,24 +351,23 @@ image space.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDetectorException - -

    if image can't be sampled, for example, if the transformation defined +

    if image can't be sampled, for example, if the transformation defined by the given points is invalid or results in sampling outside the image boundaries

    -
    + @@ -430,23 +431,22 @@ to be within the image. Because the set of points are assumed to be linear, this -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeDetectorException - -

    if an endpoint is lies outside the image boundaries

    +

    if an endpoint is lies outside the image boundaries

    -
    + @@ -454,100 +454,7 @@ 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 accb63183..47ecf8b57 100644 --- a/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html +++ b/classes/chillerlan-QRCode-Detector-PerspectiveTransform.html @@ -6,7 +6,10 @@ + + + @@ -165,16 +168,15 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -1254,100 +1256,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html b/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html index 293c7aba1..a9ba7ea85 100644 --- a/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html +++ b/classes/chillerlan-QRCode-Detector-QRCodeDetectorException.html @@ -6,7 +6,10 @@ + + + @@ -186,100 +189,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Detector-ResultPoint.html b/classes/chillerlan-QRCode-Detector-ResultPoint.html index 5bb3704e0..0280f4e4d 100644 --- a/classes/chillerlan-QRCode-Detector-ResultPoint.html +++ b/classes/chillerlan-QRCode-Detector-ResultPoint.html @@ -6,7 +6,10 @@ + + + @@ -164,16 +167,15 @@ would be the location of a finder pattern or the corner of the barcode, for exam
    -
    - author -
    -
    - -

    Sean Owen

    +
    + author +
    +
    +

    Sean Owen

    -
    + @@ -493,100 +495,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html b/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html index 68416b77a..0ca0f2a9d 100644 --- a/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html +++ b/classes/chillerlan-QRCode-Output-CssColorModuleValueTrait.html @@ -6,7 +6,10 @@ + + + @@ -244,30 +247,28 @@ note: css4 colors are not included

    -
    +
    Tags - +
    -
    - todo: -
    -
    - -

    XSS proof

    +
    + todo: +
    +
    +

    XSS proof

    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - - +
    -
    + @@ -377,100 +378,7 @@ note: css4 colors are not included

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRCodeOutputException.html b/classes/chillerlan-QRCode-Output-QRCodeOutputException.html index 7306948e1..8a253cc62 100644 --- a/classes/chillerlan-QRCode-Output-QRCodeOutputException.html +++ b/classes/chillerlan-QRCode-Output-QRCodeOutputException.html @@ -6,7 +6,10 @@ + + + @@ -186,100 +189,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html index 9e524b9b6..a9acf3931 100644 --- a/classes/chillerlan-QRCode-Output-QREps.html +++ b/classes/chillerlan-QRCode-Output-QREps.html @@ -6,7 +6,10 @@ + + + @@ -164,39 +167,26 @@
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/t0k4rt/phpqrcode/blob/bb29e6eb77e0a2a85bb0eb62725e0adc11ff5a90/qrvect.php#L52-L137 - - +
    -
    - see -
    -
    +
    https://web.archive.org/web/20170818010030/http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/postscript/pdfs/5002.EPSF_Spec.pdf - - +
    -
    - see -
    -
    +
    https://web.archive.org/web/20210419003859/https://www.adobe.com/content/dam/acom/en/devnet/actionscript/articles/PLRM.pdf - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/discussions/148 - - +
    -
    + @@ -221,7 +211,7 @@
    MIME_TYPE -  = 'application/postscript' +  : string = 'application/postscript'
    @@ -439,7 +429,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'application/postscript' @@ -569,21 +559,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -622,22 +611,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -714,21 +702,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -927,21 +914,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -993,21 +979,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1106,23 +1091,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1261,21 +1245,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1529,37 +1512,31 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1698,100 +1675,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html index 9bab31230..ed5abc747 100644 --- a/classes/chillerlan-QRCode-Output-QRFpdf.html +++ b/classes/chillerlan-QRCode-Output-QRFpdf.html @@ -6,7 +6,10 @@ + + + @@ -167,23 +170,18 @@
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/Setasign/FPDF - - +
    -
    - see -
    -
    +
    http://www.fpdf.org/ - - +
    -
    + @@ -208,7 +206,7 @@
    MIME_TYPE -  = 'application/pdf' +  : string = 'application/pdf'
    @@ -431,7 +429,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'application/pdf' @@ -598,21 +596,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -651,22 +648,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -780,21 +776,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -855,21 +850,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1015,21 +1009,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1128,23 +1121,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1283,21 +1275,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1473,21 +1464,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1533,21 +1523,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1604,37 +1593,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1773,100 +1756,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html index 06c516ded..817368e7b 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -6,7 +6,10 @@ + + + @@ -169,23 +172,18 @@
    -
    - see -
    -
    +
    + see +
    +
    https://php.net/manual/book.image.php - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/issues/223 - - +
    -
    + @@ -495,21 +493,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolorallocate() - - +
    -
    + @@ -548,21 +545,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecreatetruecolor() - - +
    -
    + @@ -677,21 +673,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -730,22 +725,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -822,21 +816,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -875,21 +868,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$drawCircularModules - - +
    -
    + @@ -950,30 +942,28 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -1019,28 +1009,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    ErrorException|QRCodeOutputException - - +
    -
    + @@ -1129,28 +1117,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1187,21 +1173,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1243,29 +1228,27 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1340,21 +1323,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1453,23 +1435,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1647,21 +1628,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1798,21 +1778,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1858,28 +1837,26 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1919,21 +1896,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/223 - - +
    -
    + @@ -1986,37 +1962,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2229,100 +2199,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html index c2ec25335..a149bb115 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html @@ -6,7 +6,10 @@ + + + @@ -164,15 +167,14 @@
    -
    - see -
    -
    +
    + see +
    +
    imageavif() - - +
    -
    + @@ -197,7 +199,7 @@
    MIME_TYPE -  = 'image/avif' +  : string = 'image/avif'
    @@ -478,7 +480,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'image/avif' @@ -532,21 +534,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolorallocate() - - +
    -
    + @@ -585,21 +586,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecreatetruecolor() - - +
    -
    + @@ -714,21 +714,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -767,22 +766,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -859,21 +857,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -912,21 +909,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$drawCircularModules - - +
    -
    + @@ -987,30 +983,28 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -1056,28 +1050,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    ErrorException|QRCodeOutputException - - +
    -
    + @@ -1166,28 +1158,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1224,21 +1214,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1280,29 +1269,27 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1377,21 +1364,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1490,23 +1476,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1684,21 +1669,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1835,21 +1819,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1895,28 +1878,26 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1956,21 +1937,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2023,37 +2003,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html index 3e08288c5..7fb533c9c 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html @@ -6,7 +6,10 @@ + + + @@ -164,15 +167,14 @@
    -
    - see -
    -
    +
    + see +
    +
    imagebmp() - - +
    -
    + @@ -197,7 +199,7 @@
    MIME_TYPE -  = 'image/bmp' +  : string = 'image/bmp'
    @@ -478,7 +480,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'image/bmp' @@ -532,21 +534,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolorallocate() - - +
    -
    + @@ -585,21 +586,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecreatetruecolor() - - +
    -
    + @@ -714,21 +714,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -767,22 +766,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -859,21 +857,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -912,21 +909,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$drawCircularModules - - +
    -
    + @@ -987,30 +983,28 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -1056,28 +1050,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    ErrorException|QRCodeOutputException - - +
    -
    + @@ -1166,28 +1158,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1224,21 +1214,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1280,29 +1269,27 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1377,21 +1364,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1490,23 +1476,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1684,21 +1669,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1835,21 +1819,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1895,28 +1878,26 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1956,21 +1937,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2023,37 +2003,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html index f4465d651..5a16e2953 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html @@ -6,7 +6,10 @@ + + + @@ -164,15 +167,14 @@
    -
    - see -
    -
    +
    + see +
    +
    imagegif() - - +
    -
    + @@ -197,7 +199,7 @@
    MIME_TYPE -  = 'image/gif' +  : string = 'image/gif'
    @@ -478,7 +480,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'image/gif' @@ -532,21 +534,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolorallocate() - - +
    -
    + @@ -585,21 +586,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecreatetruecolor() - - +
    -
    + @@ -714,21 +714,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -767,22 +766,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -859,21 +857,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -912,21 +909,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$drawCircularModules - - +
    -
    + @@ -987,30 +983,28 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -1056,28 +1050,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    ErrorException|QRCodeOutputException - - +
    -
    + @@ -1166,28 +1158,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1224,21 +1214,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1280,29 +1269,27 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1377,21 +1364,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1490,23 +1476,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1684,21 +1669,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1835,21 +1819,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1895,28 +1878,26 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1956,21 +1937,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2023,37 +2003,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html index ddf49cd71..bbfbd3256 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html @@ -6,7 +6,10 @@ + + + @@ -164,15 +167,14 @@
    -
    - see -
    -
    +
    + see +
    +
    imagejpeg() - - +
    -
    + @@ -197,7 +199,7 @@
    MIME_TYPE -  = 'image/jpg' +  : string = 'image/jpg'
    @@ -478,7 +480,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'image/jpg' @@ -532,21 +534,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolorallocate() - - +
    -
    + @@ -585,21 +586,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecreatetruecolor() - - +
    -
    + @@ -714,21 +714,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -767,22 +766,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -859,21 +857,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -912,21 +909,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$drawCircularModules - - +
    -
    + @@ -987,30 +983,28 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -1056,28 +1050,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    ErrorException|QRCodeOutputException - - +
    -
    + @@ -1166,28 +1158,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1224,21 +1214,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1280,29 +1269,27 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1377,21 +1364,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1490,23 +1476,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1684,21 +1669,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1835,21 +1819,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1895,28 +1878,26 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1956,21 +1937,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2023,37 +2003,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html index 779177ca7..0c33438d0 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html @@ -6,7 +6,10 @@ + + + @@ -164,15 +167,14 @@
    -
    - see -
    -
    +
    + see +
    +
    imagepng() - - +
    -
    + @@ -197,7 +199,7 @@
    MIME_TYPE -  = 'image/png' +  : string = 'image/png'
    @@ -478,7 +480,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'image/png' @@ -532,21 +534,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolorallocate() - - +
    -
    + @@ -585,21 +586,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecreatetruecolor() - - +
    -
    + @@ -714,21 +714,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -767,22 +766,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -859,21 +857,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -912,21 +909,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$drawCircularModules - - +
    -
    + @@ -987,30 +983,28 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -1056,28 +1050,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    ErrorException|QRCodeOutputException - - +
    -
    + @@ -1166,28 +1158,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1224,21 +1214,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1280,29 +1269,27 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1377,21 +1364,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1490,23 +1476,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1684,21 +1669,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1835,21 +1819,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1895,28 +1878,26 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1956,21 +1937,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2023,37 +2003,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html index 6daa27d87..779c9d42f 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html @@ -6,7 +6,10 @@ + + + @@ -164,15 +167,14 @@
    -
    - see -
    -
    +
    + see +
    +
    imagewebp() - - +
    -
    + @@ -197,7 +199,7 @@
    MIME_TYPE -  = 'image/webp' +  : string = 'image/webp'
    @@ -478,7 +480,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'image/webp' @@ -532,21 +534,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolorallocate() - - +
    -
    + @@ -585,21 +586,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecreatetruecolor() - - +
    -
    + @@ -714,21 +714,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -767,22 +766,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -859,21 +857,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -912,21 +909,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$drawCircularModules - - +
    -
    + @@ -987,30 +983,28 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - noinspection -
    -
    - -

    PhpMissingParentConstructorInspection

    +
    + noinspection +
    +
    +

    PhpMissingParentConstructorInspection

    -
    + @@ -1056,28 +1050,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    ErrorException|QRCodeOutputException - - +
    -
    + @@ -1166,28 +1158,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1224,21 +1214,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1280,29 +1269,27 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1377,21 +1364,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1490,23 +1476,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1684,21 +1669,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1835,21 +1819,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1895,28 +1878,26 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1956,21 +1937,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2023,37 +2003,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index 067e8ca0e..c2f3d3467 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -6,7 +6,10 @@ + + + @@ -164,23 +167,18 @@
    -
    - see -
    -
    +
    + see +
    +
    https://php.net/manual/book.imagick.php - - +
    -
    - see -
    -
    +
    https://phpimagick.com - - +
    -
    + @@ -652,21 +650,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -705,22 +702,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -797,21 +793,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -872,28 +867,26 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -992,28 +985,26 @@ you need to supply the $file parameter here in that case (or handle the option v -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.php.net/manual/imagickpixel.construct.php - - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    + @@ -1054,21 +1045,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1241,23 +1231,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1396,21 +1385,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1547,21 +1535,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1663,37 +1650,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1902,100 +1883,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRInterventionImage.html b/classes/chillerlan-QRCode-Output-QRInterventionImage.html index 9556c8c04..ca3c1a6a4 100644 --- a/classes/chillerlan-QRCode-Output-QRInterventionImage.html +++ b/classes/chillerlan-QRCode-Output-QRInterventionImage.html @@ -6,7 +6,10 @@ + + + @@ -170,23 +173,18 @@ use only if you must.

    -
    - see -
    -
    +
    + see +
    +
    https://github.com/Intervention/image - - +
    -
    - see -
    -
    +
    https://image.intervention.io/ - - +
    -
    + @@ -632,21 +630,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -685,22 +682,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -777,21 +773,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -852,21 +847,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -968,30 +962,28 @@ note: css4 colors are not included

    -
    +
    Tags - +
    -
    - todo: -
    -
    - -

    XSS proof

    +
    + todo: +
    +
    +

    XSS proof

    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - - +
    -
    + @@ -1081,21 +1073,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1194,23 +1185,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1349,21 +1339,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1500,21 +1489,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1616,37 +1604,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1785,100 +1767,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index 26e6c890d..163695be4 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -6,7 +6,10 @@ + + + @@ -479,21 +482,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -532,22 +534,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -624,21 +625,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -800,30 +800,28 @@ note: css4 colors are not included

    -
    +
    Tags - +
    -
    - todo: -
    -
    - -

    XSS proof

    +
    + todo: +
    +
    +

    XSS proof

    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - - +
    -
    + @@ -864,21 +862,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1075,23 +1072,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1230,21 +1226,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1322,21 +1317,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1438,37 +1432,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1607,100 +1595,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html index d0ef07719..8b20750f6 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html @@ -6,7 +6,10 @@ + + + @@ -182,7 +185,7 @@
    MIME_TYPE -  = 'text/html' +  : string = 'text/html'
    @@ -394,7 +397,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'text/html' @@ -524,21 +527,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -577,22 +579,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -669,21 +670,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -845,30 +845,28 @@ note: css4 colors are not included

    -
    +
    Tags - +
    -
    - todo: -
    -
    - -

    XSS proof

    +
    + todo: +
    +
    +

    XSS proof

    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - - +
    -
    + @@ -909,21 +907,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1120,23 +1117,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1275,21 +1271,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1367,21 +1362,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1483,37 +1477,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1652,100 +1640,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html index eb841502c..85b146512 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html @@ -6,7 +6,10 @@ + + + @@ -164,63 +167,38 @@
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/codemasher/php-qrcode/pull/5 - - +
    -
    - see -
    -
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG - - +
    -
    - see -
    -
    +
    https://www.sarasoueidan.com/demos/interactive-svg-coordinate-system/ - - +
    -
    - see -
    -
    +
    https://lea.verou.me/blog/2019/05/utility-convert-svg-path-to-all-relative-or-all-absolute-commands/ - - +
    -
    - see -
    -
    +
    https://codepen.io/leaverou/full/RmwzKv - - +
    -
    - see -
    -
    +
    https://jakearchibald.github.io/svgomg/ - - +
    -
    - see -
    -
    +
    https://web.archive.org/web/20200220211445/http://apex.infogridpacific.com/SVG/svg-tutorial-contents.html - - +
    -
    + @@ -245,7 +223,7 @@
    MIME_TYPE -  = 'image/svg+xml' +  : string = 'image/svg+xml'
    @@ -514,7 +492,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'image/svg+xml' @@ -792,21 +770,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -845,22 +822,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -974,21 +950,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -1147,37 +1122,34 @@ you need to supply the $file parameter here in that case (or handle the option v -
    +
    Tags - +
    -
    - todo: -
    -
    - -

    XSS proof

    +
    + todo: +
    +
    +

    XSS proof

    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill - - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    + @@ -1218,21 +1190,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1429,23 +1400,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1574,29 +1544,24 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox - - +
    -
    - see -
    -
    +
    https://css-tricks.com/scale-svg/#article-header-id-3 - - +
    -
    + @@ -1646,21 +1611,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1700,21 +1664,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg - - +
    -
    + @@ -1785,21 +1748,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d - - +
    -
    + @@ -1856,21 +1818,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path - - +
    -
    + @@ -2015,37 +1976,31 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -2184,100 +2139,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRMarkupXML.html b/classes/chillerlan-QRCode-Output-QRMarkupXML.html index 9aa660429..5846a1f6d 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupXML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupXML.html @@ -6,7 +6,10 @@ + + + @@ -182,13 +185,13 @@
    MIME_TYPE -  = 'application/xml' +  : string = 'application/xml'
    SCHEMA -  = 'https://raw.githubusercontent.com/chillerlan/php-qrcode/main/src/Output/qrcode.schema.xsd' +  : string = 'https://raw.githubusercontent.com/chillerlan/p...
    @@ -427,7 +430,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'application/xml' @@ -457,7 +460,7 @@ returns an array with the transformed modules. public - final mixed + final string SCHEMA = 'https://raw.githubusercontent.com/chillerlan/php-qrcode/main/src/Output/qrcode.schema.xsd' @@ -624,21 +627,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -677,22 +679,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -769,21 +770,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -945,30 +945,28 @@ note: css4 colors are not included

    -
    +
    Tags - +
    -
    - todo: -
    -
    - -

    XSS proof

    +
    + todo: +
    +
    +

    XSS proof

    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - - +
    -
    + @@ -1009,21 +1007,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1073,28 +1070,26 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1281,23 +1276,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1385,20 +1379,19 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - inheritDoc -
    -
    - - +
    + inheritDoc +
    +
    +
    -
    + @@ -1448,21 +1441,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1603,21 +1595,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1775,37 +1766,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1944,100 +1929,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html index 1867bde5a..85f51ba3a 100644 --- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html +++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html @@ -6,7 +6,10 @@ + + + @@ -454,21 +457,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -507,22 +509,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -599,21 +600,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -710,21 +710,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -819,23 +818,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -974,21 +972,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1066,21 +1063,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1178,37 +1174,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1347,100 +1337,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QROutputInterface.html b/classes/chillerlan-QRCode-Output-QROutputInterface.html index 6a3e92fc0..311e0accc 100644 --- a/classes/chillerlan-QRCode-Output-QROutputInterface.html +++ b/classes/chillerlan-QRCode-Output-QROutputInterface.html @@ -6,7 +6,10 @@ + + + @@ -170,80 +173,28 @@
    DEFAULT_MODULE_VALUES -  = [ - // light - \chillerlan\QRCode\Data\QRMatrix::M_NULL => false, - \chillerlan\QRCode\Data\QRMatrix::M_DARKMODULE_LIGHT => false, - \chillerlan\QRCode\Data\QRMatrix::M_DATA => false, - \chillerlan\QRCode\Data\QRMatrix::M_FINDER => false, - \chillerlan\QRCode\Data\QRMatrix::M_SEPARATOR => false, - \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT => false, - \chillerlan\QRCode\Data\QRMatrix::M_TIMING => false, - \chillerlan\QRCode\Data\QRMatrix::M_FORMAT => false, - \chillerlan\QRCode\Data\QRMatrix::M_VERSION => false, - \chillerlan\QRCode\Data\QRMatrix::M_QUIETZONE => false, - \chillerlan\QRCode\Data\QRMatrix::M_LOGO => false, - \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DOT_LIGHT => false, - // dark - \chillerlan\QRCode\Data\QRMatrix::M_DARKMODULE => true, - \chillerlan\QRCode\Data\QRMatrix::M_DATA_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_SEPARATOR_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_TIMING_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_FORMAT_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_VERSION_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_QUIETZONE_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_LOGO_DARK => true, - \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DOT => true, -] +  : array<string|int, mixed> = [ // light \chillerlan\QRCode\Data\QRMatrix::M_...
    Map of module type => default value
    LAYERNAMES -  = [ - // light - \chillerlan\QRCode\Data\QRMatrix::M_NULL => 'null', - \chillerlan\QRCode\Data\QRMatrix::M_DARKMODULE_LIGHT => 'darkmodule-light', - \chillerlan\QRCode\Data\QRMatrix::M_DATA => 'data', - \chillerlan\QRCode\Data\QRMatrix::M_FINDER => 'finder', - \chillerlan\QRCode\Data\QRMatrix::M_SEPARATOR => 'separator', - \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT => 'alignment', - \chillerlan\QRCode\Data\QRMatrix::M_TIMING => 'timing', - \chillerlan\QRCode\Data\QRMatrix::M_FORMAT => 'format', - \chillerlan\QRCode\Data\QRMatrix::M_VERSION => 'version', - \chillerlan\QRCode\Data\QRMatrix::M_QUIETZONE => 'quietzone', - \chillerlan\QRCode\Data\QRMatrix::M_LOGO => 'logo', - \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DOT_LIGHT => 'finder-dot-light', - // dark - \chillerlan\QRCode\Data\QRMatrix::M_DARKMODULE => 'darkmodule', - \chillerlan\QRCode\Data\QRMatrix::M_DATA_DARK => 'data-dark', - \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DARK => 'finder-dark', - \chillerlan\QRCode\Data\QRMatrix::M_SEPARATOR_DARK => 'separator-dark', - \chillerlan\QRCode\Data\QRMatrix::M_ALIGNMENT_DARK => 'alignment-dark', - \chillerlan\QRCode\Data\QRMatrix::M_TIMING_DARK => 'timing-dark', - \chillerlan\QRCode\Data\QRMatrix::M_FORMAT_DARK => 'format-dark', - \chillerlan\QRCode\Data\QRMatrix::M_VERSION_DARK => 'version-dark', - \chillerlan\QRCode\Data\QRMatrix::M_QUIETZONE_DARK => 'quietzone-dark', - \chillerlan\QRCode\Data\QRMatrix::M_LOGO_DARK => 'logo-dark', - \chillerlan\QRCode\Data\QRMatrix::M_FINDER_DOT => 'finder-dot', -] +  : array<string|int, mixed> = [ // light \chillerlan\QRCode\Data\QRMatrix::M_...
    Map of module type => readable name (for CSS etc.)
    MIME_TYPE -  = '' +  : string = ''
    Note: do not call this constant from the interface, but rather from one of the child classes
    MODES -  = [\chillerlan\QRCode\Output\QREps::class, \chillerlan\QRCode\Output\QRFpdf::class, \chillerlan\QRCode\Output\QRGdImageAVIF::class, \chillerlan\QRCode\Output\QRGdImageBMP::class, \chillerlan\QRCode\Output\QRGdImageGIF::class, \chillerlan\QRCode\Output\QRGdImageJPEG::class, \chillerlan\QRCode\Output\QRGdImagePNG::class, \chillerlan\QRCode\Output\QRGdImageWEBP::class, \chillerlan\QRCode\Output\QRImagick::class, \chillerlan\QRCode\Output\QRInterventionImage::class, \chillerlan\QRCode\Output\QRMarkupHTML::class, \chillerlan\QRCode\Output\QRMarkupSVG::class, \chillerlan\QRCode\Output\QRMarkupXML::class, \chillerlan\QRCode\Output\QRStringJSON::class, \chillerlan\QRCode\Output\QRStringText::class] +  : array<string|int, mixed> = [\chillerlan\QRCode\Output\QREps::class, \chill...
    Map of built-in output class FQN
    @@ -302,7 +253,7 @@ public - final array<string|int, bool> + final array<string|int, mixed> DEFAULT_MODULE_VALUES = [ // light @@ -359,7 +310,7 @@ public - final array<string|int, string> + final array<string|int, mixed> LAYERNAMES = [ // light @@ -425,21 +376,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::toBase64DataURI() - - +
    -
    + @@ -462,7 +412,7 @@ public - final array<string|int, string> + final array<string|int, mixed> MODES = [\chillerlan\QRCode\Output\QREps::class, \chillerlan\QRCode\Output\QRFpdf::class, \chillerlan\QRCode\Output\QRGdImageAVIF::class, \chillerlan\QRCode\Output\QRGdImageBMP::class, \chillerlan\QRCode\Output\QRGdImageGIF::class, \chillerlan\QRCode\Output\QRGdImageJPEG::class, \chillerlan\QRCode\Output\QRGdImagePNG::class, \chillerlan\QRCode\Output\QRGdImageWEBP::class, \chillerlan\QRCode\Output\QRImagick::class, \chillerlan\QRCode\Output\QRInterventionImage::class, \chillerlan\QRCode\Output\QRMarkupHTML::class, \chillerlan\QRCode\Output\QRMarkupSVG::class, \chillerlan\QRCode\Output\QRMarkupXML::class, \chillerlan\QRCode\Output\QRStringJSON::class, \chillerlan\QRCode\Output\QRStringText::class] @@ -471,26 +421,27 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/223 - - +
    -
    +
    + +

    Methods @@ -541,21 +492,20 @@ you need to supply the $file parameter here in that case (or handle the option v -

    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRCode::renderMatrix() - - +
    -
    + @@ -612,104 +562,11 @@ you need to supply the $file parameter here in that case (or handle the option v
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    - +
    On this page @@ -717,10 +574,11 @@ you need to supply the $file parameter here in that case (or handle the option v
  • Table Of Contents
  • +
  • Constants
  • +
  • Methods
  • + +
  • Methods
    • diff --git a/classes/chillerlan-QRCode-Output-QRStringJSON.html b/classes/chillerlan-QRCode-Output-QRStringJSON.html index 28c96c0a3..f94944ce7 100644 --- a/classes/chillerlan-QRCode-Output-QRStringJSON.html +++ b/classes/chillerlan-QRCode-Output-QRStringJSON.html @@ -6,7 +6,10 @@ + + + @@ -167,16 +170,15 @@
      -
      - phpstan-type -
      -
      - -

      Module array{x: int, dark: bool, layer: string, value: string}

      +
      + phpstan-type +
      +
      +

      Module array{x: int, dark: bool, layer: string, value: string}

      -
      + @@ -201,13 +203,13 @@
      MIME_TYPE -  = 'application/json' +  : string = 'application/json'
      SCHEMA -  = 'https://raw.githubusercontent.com/chillerlan/php-qrcode/main/src/Output/qrcode.schema.json' +  : string = 'https://raw.githubusercontent.com/chillerlan/p...
      @@ -419,7 +421,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'application/json' @@ -449,7 +451,7 @@ returns an array with the transformed modules. public - final mixed + final string SCHEMA = 'https://raw.githubusercontent.com/chillerlan/php-qrcode/main/src/Output/qrcode.schema.json' @@ -579,21 +581,20 @@ returns an array with the transformed modules. -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      QRMatrix::$moduleCount - - +
      -
      + @@ -632,22 +633,21 @@ returns an array with the transformed modules. -
      +
      Tags - +
      -
      - phpstan-var -
      -
      - -

      array<int, mixed>

      +
      + phpstan-var +
      +
      +

      array<int, mixed>

      -
      + @@ -724,21 +724,20 @@ returns an array with the transformed modules. -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      QROptions::$scale - - +
      -
      + @@ -844,28 +843,26 @@ returns an array with the transformed modules. -
      +
      Tags - +
      -
      - inheritDoc -
      -
      - - +
      + inheritDoc +
      +
      +
      -
      - throws -
      -
      +
      + throws +
      +
      JsonException - - +
      -
      + @@ -967,30 +964,28 @@ note: css4 colors are not included

      -
      +
      Tags - +
      -
      - todo: -
      -
      - -

      XSS proof

      +
      + todo: +
      +
      +

      XSS proof

      -
      - see -
      -
      +
      + see +
      +
      https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - - +
      -
      + @@ -1031,21 +1026,20 @@ returns an array with the transformed modules.

      -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      QROutputAbstract::moduleTransform() - - +
      -
      + @@ -1186,20 +1180,19 @@ returns an array with the transformed modules.

      -
      +
      Tags - +
      -
      - inheritDoc -
      -
      - - +
      + inheritDoc +
      +
      +
      -
      + @@ -1249,21 +1242,20 @@ returns an array with the transformed modules.

      -
      +
      Tags - +
      -
      - throws -
      -
      +
      + throws +
      +
      QRCodeOutputException - - +
      -
      + @@ -1327,22 +1319,21 @@ returns an array with the transformed modules.

      -
      +
      Tags - +
      -
      - phpstan-return -
      -
      - -

      Module

      +
      + phpstan-return +
      +
      +

      Module

      -
      + @@ -1420,21 +1411,20 @@ It must return null for an empty value.

      -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      QROutputAbstract::collectModules() - - +
      -
      + @@ -1536,22 +1526,21 @@ It must return null for an empty value.

      -
      +
      Tags - +
      -
      - phpstan-return -
      -
      - -

      array{y: int, modules: array<int, Module>}

      +
      + phpstan-return +
      +
      +

      array{y: int, modules: array<int, Module>}

      -
      + @@ -1608,37 +1597,31 @@ It must return null for an empty value.

      -
      +
      Tags - +
      -
      - see -
      -
      +
      + see +
      +
      file_put_contents() - - +
      -
      - see -
      -
      +
      QROptions::$cachefile - - +
      -
      - throws -
      -
      +
      + throws +
      +
      QRCodeOutputException - - +
      -
      + @@ -1777,100 +1760,7 @@ or given via $mime, otherwise it is guessed from the image $data.

  • -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-QRStringText.html b/classes/chillerlan-QRCode-Output-QRStringText.html index 8805b4c3b..47c67c604 100644 --- a/classes/chillerlan-QRCode-Output-QRStringText.html +++ b/classes/chillerlan-QRCode-Output-QRStringText.html @@ -6,7 +6,10 @@ + + + @@ -182,7 +185,7 @@
    MIME_TYPE -  = 'text/plain' +  : string = 'text/plain'
    @@ -386,7 +389,7 @@ returns an array with the transformed modules. public - final mixed + final string MIME_TYPE = 'text/plain' @@ -516,21 +519,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::$moduleCount - - +
    -
    + @@ -569,22 +571,21 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - phpstan-var -
    -
    - -

    array<int, mixed>

    +
    + phpstan-var +
    +
    +

    array<int, mixed>

    -
    + @@ -661,21 +662,20 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptions::$scale - - +
    -
    + @@ -795,36 +795,30 @@ returns an array with the transformed modules. -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit - - +
    -
    - see -
    -
    +
    https://en.wikipedia.org/wiki/Block_Elements - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -967,21 +961,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::moduleTransform() - - +
    -
    + @@ -1080,23 +1073,22 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - -

    if $moduleValues[$M_TYPE] doesn't exist

    +

    if $moduleValues[$M_TYPE] doesn't exist

    -
    + @@ -1235,21 +1227,20 @@ returns an array with the transformed modules.

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1327,21 +1318,20 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    + @@ -1443,37 +1433,31 @@ It must return null for an empty value.

    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    file_put_contents() - - +
    -
    - see -
    -
    +
    QROptions::$cachefile - - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1612,100 +1596,7 @@ or given via $mime, otherwise it is guessed from the image $data.

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html index e3159d8fd..a0e32ce41 100644 --- a/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html +++ b/classes/chillerlan-QRCode-Output-RGBArrayModuleValueTrait.html @@ -6,7 +6,10 @@ + + + @@ -338,21 +341,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -364,100 +366,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-QRCode.html b/classes/chillerlan-QRCode-QRCode.html index 1aedb0d07..e9e15c241 100644 --- a/classes/chillerlan-QRCode-QRCode.html +++ b/classes/chillerlan-QRCode-QRCode.html @@ -6,7 +6,10 @@ + + + @@ -160,47 +163,30 @@
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/kazuhikoarase/qrcode-generator/tree/master/php - - +
    -
    - see -
    -
    +
    https://www.qrcode.com/en/codes/model12.html - - +
    -
    - see -
    -
    +
    https://www.swisseduc.ch/informatik/theoretische_informatik/qr_codes/docs/qr_standard.pdf - - +
    -
    - see -
    -
    +
    https://en.wikipedia.org/wiki/QR_code - - +
    -
    - see -
    -
    +
    https://www.thonky.com/qr-code-tutorial/ - - +
    -
    + @@ -561,22 +547,21 @@ -
    +
    Tags - +
    -
    - phpstan-param -
    -
    - -

    array<string, mixed> $options

    +
    + phpstan-param +
    +
    +

    array<string, mixed> $options

    -
    + @@ -786,21 +771,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    + @@ -1045,20 +1029,19 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    -
    +
    Tags - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1196,20 +1179,19 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    -
    +
    Tags - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -1412,22 +1394,21 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    -
    +
    Tags - +
    -
    - phpstan-param -
    -
    - -

    array<string, mixed> $options

    +
    + phpstan-param +
    +
    +

    array<string, mixed> $options

    -
    + @@ -1526,21 +1507,20 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeOutputException - - +
    -
    + @@ -1552,100 +1532,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-QRCodeException.html b/classes/chillerlan-QRCode-QRCodeException.html index 69af33430..5d6fb8f44 100644 --- a/classes/chillerlan-QRCode-QRCodeException.html +++ b/classes/chillerlan-QRCode-QRCodeException.html @@ -6,7 +6,10 @@ + + + @@ -183,100 +186,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html b/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html index 26df9e84c..2daedfb14 100644 --- a/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html +++ b/classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html @@ -6,7 +6,10 @@ + + + @@ -130,7 +133,7 @@ @@ -167,29 +170,28 @@  : bool -
    Grayscale the image before reading
    +
    Grayscale the image before reading.
    $readerIncreaseContrast  : bool
    -
    Increase the contrast before reading
    +
    Increase the contrast before reading.
    $readerInvertColors  : bool
    -
    Invert the colors of the image
    +
    Invert the colors of the image.
    $readerUseImagickIfAvailable  : bool
    -
    Use Imagick (if available) when reading QR Codes, -enables Imagick for the QR Code reader if the extension is available
    +
    Use Imagick when reading QR Codes.
    @@ -223,11 +225,11 @@ enables Imagick for the QR Code reader if the extension is available -

    Grayscale the image before reading

    +

    Grayscale the image before reading.

    @@ -261,11 +263,11 @@ enables Imagick for the QR Code reader if the extension is available -

    Increase the contrast before reading

    +

    Increase the contrast before reading.

    @@ -274,7 +276,7 @@ enables Imagick for the QR Code reader if the extension is available $readerIncreaseContrast = false -

    note that applying contrast works different in GD and Imagick, so mileage may vary

    +

    Note that applying contrast works different in GD and Imagick, so mileage may vary.

    @@ -301,11 +303,11 @@ enables Imagick for the QR Code reader if the extension is available -

    Invert the colors of the image

    +

    Invert the colors of the image.

    @@ -339,12 +341,11 @@ enables Imagick for the QR Code reader if the extension is available -

    Use Imagick (if available) when reading QR Codes, -enables Imagick for the QR Code reader if the extension is available

    +

    Use Imagick when reading QR Codes.

    @@ -353,7 +354,9 @@ enables Imagick for the QR Code reader if the extension is available

    $readerUseImagickIfAvailable = false
    - +

    Enables Imagick for the QR Code reader if the extension is available.

    +
    + @@ -379,100 +382,7 @@ enables Imagick for the QR Code reader if the extension is available

    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-QROptions.html b/classes/chillerlan-QRCode-QROptions.html index 54af24b53..e00e89c6c 100644 --- a/classes/chillerlan-QRCode-QROptions.html +++ b/classes/chillerlan-QRCode-QROptions.html @@ -6,7 +6,10 @@ + + + @@ -392,29 +395,28 @@  : bool -
    Grayscale the image before reading
    +
    Grayscale the image before reading.
    $readerIncreaseContrast  : bool
    -
    Increase the contrast before reading
    +
    Increase the contrast before reading.
    $readerInvertColors  : bool
    -
    Invert the colors of the image
    +
    Invert the colors of the image.
    $readerUseImagickIfAvailable  : bool
    -
    Use Imagick (if available) when reading QR Codes, -enables Imagick for the QR Code reader if the extension is available
    +
    Use Imagick when reading QR Codes.
    $returnResource @@ -545,7 +547,7 @@ enables Imagick for the QR Code reader if the extension is available @@ -561,29 +563,24 @@ enables Imagick for the QR Code reader if the extension is available -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRCode::addMatrixModifications() - - +
    -
    - see -
    -
    +
    QRMatrix::setLogoSpace() - - +
    -
    + @@ -606,7 +603,7 @@ enables Imagick for the QR Code reader if the extension is available @@ -622,21 +619,20 @@ enables Imagick for the QR Code reader if the extension is available -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.qrcode.com/en/howto/code.html - - +
    -
    + @@ -659,7 +655,7 @@ enables Imagick for the QR Code reader if the extension is available @@ -703,7 +699,7 @@ enables Imagick for the QR Code reader if the extension is available @@ -722,29 +718,24 @@ takes precedence over the QROptions::$cachefile -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRCode::render() - - +
    -
    - see -
    -
    +
    QRCode::renderMatrix() - - +
    -
    + @@ -767,7 +758,7 @@ takes precedence over the QROptions::$cachefile @@ -822,7 +813,7 @@ takes precedence over the QROptions::$cachefile @@ -843,37 +834,28 @@ which converts the $M_TYPE of all modules to +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    - see -
    -
    +
    QROptionsTrait::$excludeFromConnect - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/issues/57 - - +
    -
    + @@ -896,7 +878,7 @@ which converts the $M_TYPE of all modules to QROptionsTrait.php : - 432 + 431 @@ -934,7 +916,7 @@ which converts the $M_TYPE of all modules to QROptionsTrait.php : - 235 + 234 @@ -955,37 +937,28 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagefilledellipse() - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/discussions/122 - - +
    -
    + @@ -1008,7 +981,7 @@ using imagefilledellipse() and then scaled back @@ -1048,7 +1021,7 @@ using imagefilledellipse() and then scaled back @@ -1073,29 +1046,24 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    EccLevel - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/discussions/160 - - +
    -
    +
    Hooks
    @@ -1115,13 +1083,12 @@ using imagefilledellipse() and then scaled back
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    @@ -1159,7 +1126,7 @@ using imagefilledellipse() and then scaled back @@ -1199,7 +1166,7 @@ using imagefilledellipse() and then scaled back @@ -1215,21 +1182,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptionsTrait::$connectPaths - - +
    -
    + @@ -1252,7 +1218,7 @@ using imagefilledellipse() and then scaled back @@ -1268,21 +1234,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    FPDF::__construct() - - +
    -
    +
    Hooks
    @@ -1320,7 +1285,7 @@ using imagefilledellipse() and then scaled back @@ -1337,29 +1302,24 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRGdImage::createImage() - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    + @@ -1382,7 +1342,7 @@ using imagefilledellipse() and then scaled back @@ -1402,21 +1362,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/discussions/121 - - +
    -
    + @@ -1439,7 +1398,7 @@ using imagefilledellipse() and then scaled back @@ -1455,29 +1414,24 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    Imagick::setImageFormat() - - +
    -
    - see -
    -
    +
    https://www.imagemagick.org/script/formats.php - - +
    -
    + @@ -1500,7 +1454,7 @@ using imagefilledellipse() and then scaled back @@ -1518,21 +1472,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::invert() - - +
    -
    + @@ -1555,7 +1508,7 @@ using imagefilledellipse() and then scaled back @@ -1571,21 +1524,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.php.net/manual/json.constants.php - - +
    -
    + @@ -1608,7 +1560,7 @@ using imagefilledellipse() and then scaled back @@ -1648,7 +1600,7 @@ using imagefilledellipse() and then scaled back @@ -1703,7 +1655,7 @@ using imagefilledellipse() and then scaled back @@ -1756,7 +1708,7 @@ using imagefilledellipse() and then scaled back @@ -1809,7 +1761,7 @@ using imagefilledellipse() and then scaled back @@ -1864,7 +1816,7 @@ using imagefilledellipse() and then scaled back @@ -1882,21 +1834,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    MaskPattern - - +
    -
    + @@ -1919,7 +1870,7 @@ using imagefilledellipse() and then scaled back @@ -1941,21 +1892,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::setModuleValues() - - +
    -
    + @@ -1978,7 +1928,7 @@ using imagefilledellipse() and then scaled back @@ -1996,21 +1946,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::toBase64DataURI() - - +
    -
    + @@ -2033,7 +1982,7 @@ using imagefilledellipse() and then scaled back @@ -2071,7 +2020,7 @@ using imagefilledellipse() and then scaled back @@ -2096,53 +2045,36 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagebmp() - - +
    -
    - see -
    -
    +
    imagejpeg() - - +
    -
    - see -
    -
    +
    imagepng() - - +
    -
    - see -
    -
    +
    imagewebp() - - +
    -
    - see -
    -
    +
    Imagick::setImageCompressionQuality() - - +
    -
    + @@ -2165,7 +2097,7 @@ using imagefilledellipse() and then scaled back @@ -2220,11 +2152,11 @@ using imagefilledellipse() and then scaled back -

    Grayscale the image before reading

    +

    Grayscale the image before reading.

    @@ -2258,11 +2190,11 @@ using imagefilledellipse() and then scaled back -

    Increase the contrast before reading

    +

    Increase the contrast before reading.

    @@ -2271,7 +2203,7 @@ using imagefilledellipse() and then scaled back $readerIncreaseContrast = false -

    note that applying contrast works different in GD and Imagick, so mileage may vary

    +

    Note that applying contrast works different in GD and Imagick, so mileage may vary.

    @@ -2298,11 +2230,11 @@ using imagefilledellipse() and then scaled back -

    Invert the colors of the image

    +

    Invert the colors of the image.

    @@ -2336,12 +2268,11 @@ using imagefilledellipse() and then scaled back -

    Use Imagick (if available) when reading QR Codes, -enables Imagick for the QR Code reader if the extension is available

    +

    Use Imagick when reading QR Codes.

    @@ -2350,7 +2281,9 @@ enables Imagick for the QR Code reader if the extension is available

    $readerUseImagickIfAvailable = false
    - +

    Enables Imagick for the QR Code reader if the extension is available.

    +
    + @@ -2390,7 +2323,7 @@ enables Imagick for the QR Code reader if the extension is available

    @@ -2414,21 +2347,20 @@ and QROptions::$outputBase64. (default: +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputInterface::dump() - - +
    -
    + @@ -2451,7 +2383,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 350 + 349 @@ -2504,7 +2436,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 444 + 443 @@ -2544,7 +2476,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 451 + 450 @@ -2560,21 +2492,20 @@ and QROptions::$outputBase64. (default: +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs - - +
    -
    + @@ -2597,7 +2528,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 458 + 457 @@ -2613,21 +2544,20 @@ and QROptions::$outputBase64. (default: +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio - - +
    -
    + @@ -2650,7 +2580,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 468 + 467 @@ -2669,21 +2599,20 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill - - +
    -
    + @@ -2706,7 +2635,7 @@ When set to false, the module values map will b @@ -2744,7 +2673,7 @@ When set to false, the module values map will b @@ -2766,29 +2695,24 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolortransparent() - - +
    -
    - see -
    -
    +
    Imagick::transparentPaintImage() - - +
    -
    + @@ -2811,7 +2735,7 @@ When set to false, the module values map will b @@ -2829,21 +2753,20 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    Version - - +
    -
    +
    Hooks
    @@ -2881,7 +2804,7 @@ When set to false, the module values map will b @@ -2897,21 +2820,20 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/XSLT - - +
    -
    + @@ -2934,7 +2856,7 @@ When set to false, the module values map will b @@ -2989,7 +2911,7 @@ When set to false, the module values map will b @@ -3049,7 +2971,7 @@ When set to false, the module values map will b @@ -3086,100 +3008,7 @@ When set to false, the module values map will b
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCode-QROptionsTrait.html b/classes/chillerlan-QRCode-QROptionsTrait.html index a5a16080f..7a8dc6a2c 100644 --- a/classes/chillerlan-QRCode-QROptionsTrait.html +++ b/classes/chillerlan-QRCode-QROptionsTrait.html @@ -6,7 +6,10 @@ + + + @@ -130,7 +133,7 @@ @@ -496,7 +499,7 @@ @@ -512,29 +515,24 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRCode::addMatrixModifications() - - +
    -
    - see -
    -
    +
    QRMatrix::setLogoSpace() - - +
    -
    + @@ -557,7 +555,7 @@ @@ -573,21 +571,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.qrcode.com/en/howto/code.html - - +
    -
    + @@ -610,7 +607,7 @@ @@ -654,7 +651,7 @@ @@ -673,29 +670,24 @@ takes precedence over the QROptions::$cachefile -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRCode::render() - - +
    -
    - see -
    -
    +
    QRCode::renderMatrix() - - +
    -
    + @@ -718,7 +710,7 @@ takes precedence over the QROptions::$cachefile @@ -773,7 +765,7 @@ takes precedence over the QROptions::$cachefile @@ -794,37 +786,28 @@ which converts the $M_TYPE of all modules to +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::collectModules() - - +
    -
    - see -
    -
    +
    QROptionsTrait::$excludeFromConnect - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/issues/57 - - +
    -
    + @@ -847,7 +830,7 @@ which converts the $M_TYPE of all modules to QROptionsTrait.php : - 432 + 431 @@ -885,7 +868,7 @@ which converts the $M_TYPE of all modules to QROptionsTrait.php : - 235 + 234 @@ -906,37 +889,28 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagefilledellipse() - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/discussions/122 - - +
    -
    + @@ -959,7 +933,7 @@ using imagefilledellipse() and then scaled back @@ -999,7 +973,7 @@ using imagefilledellipse() and then scaled back @@ -1024,29 +998,24 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    EccLevel - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/discussions/160 - - +
    -
    +
    Hooks
    @@ -1066,13 +1035,12 @@ using imagefilledellipse() and then scaled back
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    @@ -1110,7 +1078,7 @@ using imagefilledellipse() and then scaled back @@ -1150,7 +1118,7 @@ using imagefilledellipse() and then scaled back @@ -1166,21 +1134,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROptionsTrait::$connectPaths - - +
    -
    + @@ -1203,7 +1170,7 @@ using imagefilledellipse() and then scaled back @@ -1219,21 +1186,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    FPDF::__construct() - - +
    -
    +
    Hooks
    @@ -1271,7 +1237,7 @@ using imagefilledellipse() and then scaled back @@ -1288,29 +1254,24 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRGdImage::createImage() - - +
    -
    - see -
    -
    +
    https://github.com/chillerlan/php-qrcode/issues/23 - - +
    -
    + @@ -1333,7 +1294,7 @@ using imagefilledellipse() and then scaled back @@ -1353,21 +1314,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/discussions/121 - - +
    -
    + @@ -1390,7 +1350,7 @@ using imagefilledellipse() and then scaled back @@ -1406,29 +1366,24 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    Imagick::setImageFormat() - - +
    -
    - see -
    -
    +
    https://www.imagemagick.org/script/formats.php - - +
    -
    + @@ -1451,7 +1406,7 @@ using imagefilledellipse() and then scaled back @@ -1469,21 +1424,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrix::invert() - - +
    -
    + @@ -1506,7 +1460,7 @@ using imagefilledellipse() and then scaled back @@ -1522,21 +1476,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.php.net/manual/json.constants.php - - +
    -
    + @@ -1559,7 +1512,7 @@ using imagefilledellipse() and then scaled back @@ -1599,7 +1552,7 @@ using imagefilledellipse() and then scaled back @@ -1654,7 +1607,7 @@ using imagefilledellipse() and then scaled back @@ -1707,7 +1660,7 @@ using imagefilledellipse() and then scaled back @@ -1760,7 +1713,7 @@ using imagefilledellipse() and then scaled back @@ -1815,7 +1768,7 @@ using imagefilledellipse() and then scaled back @@ -1833,21 +1786,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    MaskPattern - - +
    -
    + @@ -1870,7 +1822,7 @@ using imagefilledellipse() and then scaled back @@ -1892,21 +1844,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::setModuleValues() - - +
    -
    + @@ -1929,7 +1880,7 @@ using imagefilledellipse() and then scaled back @@ -1947,21 +1898,20 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputAbstract::toBase64DataURI() - - +
    -
    + @@ -1984,7 +1934,7 @@ using imagefilledellipse() and then scaled back @@ -2022,7 +1972,7 @@ using imagefilledellipse() and then scaled back @@ -2047,53 +1997,36 @@ using imagefilledellipse() and then scaled back -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagebmp() - - +
    -
    - see -
    -
    +
    imagejpeg() - - +
    -
    - see -
    -
    +
    imagepng() - - +
    -
    - see -
    -
    +
    imagewebp() - - +
    -
    - see -
    -
    +
    Imagick::setImageCompressionQuality() - - +
    -
    + @@ -2116,7 +2049,7 @@ using imagefilledellipse() and then scaled back @@ -2171,7 +2104,7 @@ using imagefilledellipse() and then scaled back @@ -2195,21 +2128,20 @@ and QROptions::$outputBase64. (default: +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QROutputInterface::dump() - - +
    -
    + @@ -2232,7 +2164,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 350 + 349 @@ -2285,7 +2217,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 444 + 443 @@ -2325,7 +2257,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 451 + 450 @@ -2341,21 +2273,20 @@ and QROptions::$outputBase64. (default: +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs - - +
    -
    + @@ -2378,7 +2309,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 458 + 457 @@ -2394,21 +2325,20 @@ and QROptions::$outputBase64. (default: +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio - - +
    -
    + @@ -2431,7 +2361,7 @@ and QROptions::$outputBase64. (default: QROptionsTrait.php : - 468 + 467 @@ -2450,21 +2380,20 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill - - +
    -
    + @@ -2487,7 +2416,7 @@ When set to false, the module values map will b @@ -2525,7 +2454,7 @@ When set to false, the module values map will b @@ -2547,29 +2476,24 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    imagecolortransparent() - - +
    -
    - see -
    -
    +
    Imagick::transparentPaintImage() - - +
    -
    + @@ -2592,7 +2516,7 @@ When set to false, the module values map will b @@ -2610,21 +2534,20 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    Version - - +
    -
    +
    Hooks
    @@ -2662,7 +2585,7 @@ When set to false, the module values map will b @@ -2678,21 +2601,20 @@ When set to false, the module values map will b -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://developer.mozilla.org/en-US/docs/Web/XSLT - - +
    -
    + @@ -2715,7 +2637,7 @@ When set to false, the module values map will b @@ -2770,7 +2692,7 @@ When set to false, the module values map will b @@ -2830,7 +2752,7 @@ When set to false, the module values map will b @@ -2867,100 +2789,7 @@ When set to false, the module values map will b
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html index 51eb6266f..3748ef26d 100644 --- a/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html +++ b/classes/chillerlan-QRCodeTest-Common-BitBufferTest.html @@ -6,7 +6,10 @@ + + + @@ -322,8 +325,8 @@
    -
    - Attributes +
    + Attributes
    @@ -422,8 +425,8 @@
    -
    - Attributes +
    + Attributes
    @@ -471,100 +474,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html b/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html index 2f545432a..cf5814e75 100644 --- a/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html +++ b/classes/chillerlan-QRCodeTest-Common-ECICharsetTest.html @@ -6,7 +6,10 @@ + + + @@ -244,22 +247,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: int, 1: (string|null)}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: int, 1: (string|null)}>

    -
    + @@ -318,8 +320,8 @@
    -
    - Attributes +
    + Attributes
    @@ -381,8 +383,8 @@
    -
    - Attributes +
    + Attributes
    @@ -412,100 +414,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html b/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html index 901ba37a1..089381d8e 100644 --- a/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html +++ b/classes/chillerlan-QRCodeTest-Common-EccLevelTest.html @@ -6,7 +6,10 @@ + + + @@ -266,8 +269,8 @@
    -
    - Attributes +
    + Attributes
    @@ -311,8 +314,8 @@
    -
    - Attributes +
    + Attributes
    @@ -356,8 +359,8 @@
    -
    - Attributes +
    + Attributes
    @@ -401,8 +404,8 @@
    -
    - Attributes +
    + Attributes
    @@ -446,8 +449,8 @@
    -
    - Attributes +
    + Attributes
    @@ -491,8 +494,8 @@
    -
    - Attributes +
    + Attributes
    @@ -506,100 +509,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html index 39d3cd00d..475317002 100644 --- a/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html +++ b/classes/chillerlan-QRCodeTest-Common-MaskPatternTest.html @@ -6,7 +6,10 @@ + + + @@ -165,15 +168,14 @@
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/zxing/zxing/blob/f4f3c2971dc794346d8b6e14752200008cb90716/core/src/test/java/com/google/zxing/qrcode/encoder/MaskUtilTestCase.java - - +
    -
    +
    @@ -295,8 +297,8 @@
    -
    - Attributes +
    + Attributes
    @@ -358,8 +360,8 @@
    -
    - Attributes +
    + Attributes
    @@ -449,8 +451,8 @@
    -
    - Attributes +
    + Attributes
    @@ -494,8 +496,8 @@
    -
    - Attributes +
    + Attributes
    @@ -539,8 +541,8 @@
    -
    - Attributes +
    + Attributes
    @@ -584,8 +586,8 @@
    -
    - Attributes +
    + Attributes
    @@ -654,100 +656,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Common-ModeTest.html b/classes/chillerlan-QRCodeTest-Common-ModeTest.html index c057bb1cc..b7061fa82 100644 --- a/classes/chillerlan-QRCodeTest-Common-ModeTest.html +++ b/classes/chillerlan-QRCodeTest-Common-ModeTest.html @@ -6,7 +6,10 @@ + + + @@ -267,8 +270,8 @@
    -
    - Attributes +
    + Attributes
    @@ -378,8 +381,8 @@
    -
    - Attributes +
    + Attributes
    @@ -423,8 +426,8 @@
    -
    - Attributes +
    + Attributes
    @@ -438,100 +441,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Common-VersionTest.html b/classes/chillerlan-QRCodeTest-Common-VersionTest.html index 034d6c071..6be8da02f 100644 --- a/classes/chillerlan-QRCodeTest-Common-VersionTest.html +++ b/classes/chillerlan-QRCodeTest-Common-VersionTest.html @@ -6,7 +6,10 @@ + + + @@ -341,8 +344,8 @@
    -
    - Attributes +
    + Attributes
    @@ -386,8 +389,8 @@
    -
    - Attributes +
    + Attributes
    @@ -431,8 +434,8 @@
    -
    - Attributes +
    + Attributes
    @@ -476,8 +479,8 @@
    -
    - Attributes +
    + Attributes
    @@ -521,8 +524,8 @@
    -
    - Attributes +
    + Attributes
    @@ -566,8 +569,8 @@
    -
    - Attributes +
    + Attributes
    @@ -611,8 +614,8 @@
    -
    - Attributes +
    + Attributes
    @@ -656,8 +659,8 @@
    -
    - Attributes +
    + Attributes
    @@ -705,100 +708,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html index 6fdcb3c86..499d8c2af 100644 --- a/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html +++ b/classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html @@ -6,7 +6,10 @@ + + + @@ -184,56 +187,14 @@
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    testData -  = '0 $%*+-./:' +  : string = '0 $%*+-./:'
    @@ -410,7 +371,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -461,19 +422,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -497,7 +457,7 @@ protected - mixed + string testData = '0 $%*+-./:' @@ -630,26 +590,25 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/182 - - +
    -
    +
    -
    - Attributes +
    + Attributes
    @@ -704,8 +663,8 @@
    -
    - Attributes +
    + Attributes
    @@ -779,28 +738,26 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    +
    @@ -881,8 +838,8 @@
    -
    - Attributes +
    + Attributes
    @@ -935,8 +892,8 @@
    -
    - Attributes +
    + Attributes
    @@ -991,8 +948,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1045,8 +1002,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1091,8 +1048,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1212,8 +1169,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1304,8 +1261,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1363,21 +1320,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    Exception - - +
    -
    +
    @@ -1417,22 +1373,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: string, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: string, 1: bool}>

    -
    +
    @@ -1492,8 +1447,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1543,22 +1498,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int}>

    -
    +
    @@ -1652,100 +1606,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-ByteTest.html b/classes/chillerlan-QRCodeTest-Data-ByteTest.html index 425af7e81..066ea8242 100644 --- a/classes/chillerlan-QRCodeTest-Data-ByteTest.html +++ b/classes/chillerlan-QRCodeTest-Data-ByteTest.html @@ -6,7 +6,10 @@ + + + @@ -184,56 +187,14 @@
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    testData -  = '[¯\_(ツ)_/¯]' +  : string = '[¯\_(ツ)_/¯]'
    @@ -410,7 +371,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -461,19 +422,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -497,7 +457,7 @@ protected - mixed + string testData = '[¯\_(ツ)_/¯]' @@ -633,8 +593,8 @@
    -
    - Attributes +
    + Attributes
    @@ -689,8 +649,8 @@
    -
    - Attributes +
    + Attributes
    @@ -764,28 +724,26 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    +
    @@ -866,8 +824,8 @@
    -
    - Attributes +
    + Attributes
    @@ -920,8 +878,8 @@
    -
    - Attributes +
    + Attributes
    @@ -976,8 +934,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1030,8 +988,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1076,8 +1034,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1197,8 +1155,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1289,8 +1247,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1348,21 +1306,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    Exception - - +
    -
    +
    @@ -1402,22 +1359,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: string, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: string, 1: bool}>

    -
    +
    @@ -1477,8 +1433,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1528,22 +1484,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int}>

    -
    +
    @@ -1637,100 +1592,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html index 5569e47ea..baa76963c 100644 --- a/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Data-DataInterfaceTestAbstract.html @@ -6,7 +6,10 @@ + + + @@ -187,56 +190,14 @@
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    testData -  = '' +  : string = ''
    @@ -412,7 +373,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -463,19 +424,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -499,7 +459,7 @@ protected - mixed + string testData = '' @@ -632,26 +592,25 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/182 - - +
    -
    +
    -
    - Attributes +
    + Attributes
    @@ -706,8 +665,8 @@
    -
    - Attributes +
    + Attributes
    @@ -781,28 +740,26 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    +
    @@ -883,8 +840,8 @@
    -
    - Attributes +
    + Attributes
    @@ -937,8 +894,8 @@
    -
    - Attributes +
    + Attributes
    @@ -993,8 +950,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1047,8 +1004,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1093,8 +1050,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1214,8 +1171,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1306,8 +1263,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1365,21 +1322,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    Exception - - +
    -
    +
    @@ -1418,22 +1374,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: string, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: string, 1: bool}>

    -
    +
    @@ -1493,8 +1448,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1544,22 +1499,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int}>

    -
    +
    @@ -1653,100 +1607,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-ECITest.html b/classes/chillerlan-QRCodeTest-Data-ECITest.html index 96f27d6fa..374e2e414 100644 --- a/classes/chillerlan-QRCodeTest-Data-ECITest.html +++ b/classes/chillerlan-QRCodeTest-Data-ECITest.html @@ -6,7 +6,10 @@ + + + @@ -184,7 +187,7 @@
    testData -  = '无可奈何燃花作香' +  : string = '无可奈何燃花作香'
    @@ -316,7 +319,7 @@ we'll use this test to check for the upper end of the accepted input range< private - mixed + string testData = '无可奈何燃花作香' @@ -469,8 +472,8 @@ we'll use this test to check for the upper end of the accepted input range<
    -
    - Attributes +
    + Attributes
    @@ -523,8 +526,8 @@ we'll use this test to check for the upper end of the accepted input range<
    -
    - Attributes +
    + Attributes
    @@ -578,8 +581,8 @@ we'll use this test to check for the upper end of the accepted input range<
    -
    - Attributes +
    + Attributes
    @@ -628,22 +631,21 @@ we'll use this test to check for the upper end of the accepted input range< -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: int, 1: int}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: int, 1: int}>

    -
    +
    @@ -685,8 +687,8 @@ we'll use this test to check for the upper end of the accepted input range<
    -
    - Attributes +
    + Attributes
    @@ -732,8 +734,8 @@ we'll use this test to check for the upper end of the accepted input range<
    -
    - Attributes +
    + Attributes
    @@ -794,8 +796,8 @@ we'll use this test to check for the upper end of the accepted input range<
    -
    - Attributes +
    + Attributes
    @@ -844,22 +846,21 @@ we'll use this test to check for the upper end of the accepted input range< -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int, 1: string}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int, 1: string}>

    -
    +
    @@ -899,22 +900,21 @@ we'll use this test to check for the upper end of the accepted input range< -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int}>

    -
    +
    @@ -987,22 +987,21 @@ we'll use this test to check for the upper end of the accepted input range< -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array{0: ECI, 1: Byte}

    +
    + phpstan-return +
    +
    +

    array{0: ECI, 1: Byte}

    -
    +
    @@ -1014,100 +1013,7 @@ we'll use this test to check for the upper end of the accepted input range<
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-HanziTest.html b/classes/chillerlan-QRCodeTest-Data-HanziTest.html index 068983898..725e6549e 100644 --- a/classes/chillerlan-QRCodeTest-Data-HanziTest.html +++ b/classes/chillerlan-QRCodeTest-Data-HanziTest.html @@ -6,7 +6,10 @@ + + + @@ -184,56 +187,14 @@
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    testData -  = '无可奈何燃花作香' +  : string = '无可奈何燃花作香'
    @@ -423,7 +384,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -474,19 +435,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -510,7 +470,7 @@ protected - mixed + string testData = '无可奈何燃花作香' @@ -643,26 +603,25 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/182 - - +
    -
    +
    -
    - Attributes +
    + Attributes
    @@ -717,8 +676,8 @@
    -
    - Attributes +
    + Attributes
    @@ -792,28 +751,26 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    +
    @@ -894,8 +851,8 @@
    -
    - Attributes +
    + Attributes
    @@ -948,8 +905,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1043,8 +1000,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1097,8 +1054,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1143,8 +1100,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1264,8 +1221,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1356,8 +1313,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1415,21 +1372,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    Exception - - +
    -
    +
    @@ -1469,22 +1425,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: string, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: string, 1: bool}>

    -
    +
    @@ -1536,8 +1491,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1615,8 +1570,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1666,22 +1621,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int}>

    -
    +
    @@ -1775,100 +1729,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html index 8fb0de675..b03d0925c 100644 --- a/classes/chillerlan-QRCodeTest-Data-KanjiTest.html +++ b/classes/chillerlan-QRCodeTest-Data-KanjiTest.html @@ -6,7 +6,10 @@ + + + @@ -184,56 +187,14 @@
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    testData -  = '漂う花の香り' +  : string = '漂う花の香り'
    @@ -423,7 +384,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -474,19 +435,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -510,7 +470,7 @@ protected - mixed + string testData = '漂う花の香り' @@ -643,26 +603,25 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/182 - - +
    -
    +
    -
    - Attributes +
    + Attributes
    @@ -717,8 +676,8 @@
    -
    - Attributes +
    + Attributes
    @@ -792,28 +751,26 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    +
    @@ -894,8 +851,8 @@
    -
    - Attributes +
    + Attributes
    @@ -948,8 +905,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1004,8 +961,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1058,8 +1015,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1104,8 +1061,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1264,8 +1221,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1356,8 +1313,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1415,21 +1372,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    Exception - - +
    -
    +
    @@ -1469,22 +1425,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: string, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: string, 1: bool}>

    -
    +
    @@ -1536,8 +1491,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1615,8 +1570,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1666,22 +1621,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int}>

    -
    +
    @@ -1775,100 +1729,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-NumberTest.html b/classes/chillerlan-QRCodeTest-Data-NumberTest.html index 3c40ba996..4083ac194 100644 --- a/classes/chillerlan-QRCodeTest-Data-NumberTest.html +++ b/classes/chillerlan-QRCodeTest-Data-NumberTest.html @@ -6,7 +6,10 @@ + + + @@ -184,56 +187,14 @@
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    testData -  = '0123456789' +  : string = '0123456789'
    @@ -410,7 +371,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -461,19 +422,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -497,7 +457,7 @@ protected - mixed + string testData = '0123456789' @@ -630,26 +590,25 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/issues/182 - - +
    -
    +
    -
    - Attributes +
    + Attributes
    @@ -704,8 +663,8 @@
    -
    - Attributes +
    + Attributes
    @@ -779,28 +738,26 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    +
    @@ -881,8 +838,8 @@
    -
    - Attributes +
    + Attributes
    @@ -935,8 +892,8 @@
    -
    - Attributes +
    + Attributes
    @@ -991,8 +948,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1045,8 +1002,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1091,8 +1048,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1212,8 +1169,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1304,8 +1261,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1363,21 +1320,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    Exception - - +
    -
    +
    @@ -1417,22 +1373,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<int, array{0: string, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<int, array{0: string, 1: bool}>

    -
    +
    @@ -1492,8 +1447,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1543,22 +1498,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: int}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: int}>

    -
    +
    @@ -1652,100 +1606,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-QRDataTest.html b/classes/chillerlan-QRCodeTest-Data-QRDataTest.html index c6a778881..b77e5ba62 100644 --- a/classes/chillerlan-QRCodeTest-Data-QRDataTest.html +++ b/classes/chillerlan-QRCodeTest-Data-QRDataTest.html @@ -6,7 +6,10 @@ + + + @@ -259,8 +262,8 @@
    -
    - Attributes +
    + Attributes
    @@ -305,8 +308,8 @@
    -
    - Attributes +
    + Attributes
    @@ -403,21 +406,20 @@
    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrixTest::matrixProvider() - - +
    -
    +
    @@ -425,100 +427,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html index 2fb9441c2..f88c48b4c 100644 --- a/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html +++ b/classes/chillerlan-QRCodeTest-Data-QRMatrixTest.html @@ -6,7 +6,10 @@ + + + @@ -187,7 +190,7 @@
    version -  = 40 +  : int = 40
    @@ -438,7 +441,7 @@ private - mixed + int version = 40 @@ -537,8 +540,8 @@
    -
    - Attributes +
    + Attributes
    @@ -583,8 +586,8 @@
    -
    - Attributes +
    + Attributes
    @@ -629,8 +632,8 @@
    -
    - Attributes +
    + Attributes
    @@ -675,8 +678,8 @@
    -
    - Attributes +
    + Attributes
    @@ -721,8 +724,8 @@
    -
    - Attributes +
    + Attributes
    @@ -767,8 +770,8 @@
    -
    - Attributes +
    + Attributes
    @@ -813,8 +816,8 @@
    -
    - Attributes +
    + Attributes
    @@ -859,8 +862,8 @@
    -
    - Attributes +
    + Attributes
    @@ -954,8 +957,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1018,8 +1021,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1082,8 +1085,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1146,8 +1149,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1210,8 +1213,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1264,8 +1267,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1310,8 +1313,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1356,8 +1359,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1402,8 +1405,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1448,8 +1451,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1494,8 +1497,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1550,8 +1553,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1604,8 +1607,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1660,8 +1663,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1724,8 +1727,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1788,8 +1791,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1894,21 +1897,20 @@
    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrixTest::matrixProvider() - - +
    -
    +
    @@ -1951,100 +1953,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html index 84c36176b..fec44e001 100644 --- a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html @@ -6,7 +6,10 @@ + + + @@ -182,13 +185,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -336,7 +339,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -366,7 +369,7 @@ protected - mixed + string buildDir = 'output-test' @@ -577,8 +580,8 @@
    -
    - Attributes +
    + Attributes
    @@ -623,8 +626,8 @@
    -
    - Attributes +
    + Attributes
    @@ -669,8 +672,8 @@
    -
    - Attributes +
    + Attributes
    @@ -731,8 +734,8 @@
    -
    - Attributes +
    + Attributes
    @@ -792,21 +795,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -852,21 +854,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -916,21 +917,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -980,21 +980,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1145,100 +1144,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html index 5ce12c252..c468259dd 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html @@ -6,7 +6,10 @@ + + + @@ -187,13 +190,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -347,7 +350,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -377,7 +380,7 @@ protected - mixed + string buildDir = 'output-test' @@ -588,8 +591,8 @@
    -
    - Attributes +
    + Attributes
    @@ -634,8 +637,8 @@
    -
    - Attributes +
    + Attributes
    @@ -680,8 +683,8 @@
    -
    - Attributes +
    + Attributes
    @@ -776,8 +779,8 @@
    -
    - Attributes +
    + Attributes
    @@ -837,21 +840,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -897,21 +899,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -961,21 +962,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1025,21 +1025,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1190,100 +1189,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html index 773cb53fe..1d07a417e 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageAVIFTest.html @@ -6,7 +6,10 @@ + + + @@ -206,13 +209,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -372,7 +375,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -402,7 +405,7 @@ protected - mixed + string buildDir = 'output-test' @@ -574,8 +577,8 @@
    -
    - Attributes +
    + Attributes
    @@ -657,8 +660,8 @@
    -
    - Attributes +
    + Attributes
    @@ -703,8 +706,8 @@
    -
    - Attributes +
    + Attributes
    @@ -749,8 +752,8 @@
    -
    - Attributes +
    + Attributes
    @@ -795,8 +798,8 @@
    -
    - Attributes +
    + Attributes
    @@ -857,8 +860,8 @@
    -
    - Attributes +
    + Attributes
    @@ -918,21 +921,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -978,21 +980,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1042,21 +1043,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1106,21 +1106,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1271,100 +1270,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html index f2cb0e4e8..98f9d37f6 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html @@ -6,7 +6,10 @@ + + + @@ -198,13 +201,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -364,7 +367,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -394,7 +397,7 @@ protected - mixed + string buildDir = 'output-test' @@ -566,8 +569,8 @@
    -
    - Attributes +
    + Attributes
    @@ -649,8 +652,8 @@
    -
    - Attributes +
    + Attributes
    @@ -695,8 +698,8 @@
    -
    - Attributes +
    + Attributes
    @@ -741,8 +744,8 @@
    -
    - Attributes +
    + Attributes
    @@ -787,8 +790,8 @@
    -
    - Attributes +
    + Attributes
    @@ -849,8 +852,8 @@
    -
    - Attributes +
    + Attributes
    @@ -910,21 +913,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -970,21 +972,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1034,21 +1035,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1098,21 +1098,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1263,100 +1262,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html index 341c10828..44a6d75f2 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html @@ -6,7 +6,10 @@ + + + @@ -198,13 +201,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -364,7 +367,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -394,7 +397,7 @@ protected - mixed + string buildDir = 'output-test' @@ -566,8 +569,8 @@
    -
    - Attributes +
    + Attributes
    @@ -649,8 +652,8 @@
    -
    - Attributes +
    + Attributes
    @@ -695,8 +698,8 @@
    -
    - Attributes +
    + Attributes
    @@ -741,8 +744,8 @@
    -
    - Attributes +
    + Attributes
    @@ -787,8 +790,8 @@
    -
    - Attributes +
    + Attributes
    @@ -849,8 +852,8 @@
    -
    - Attributes +
    + Attributes
    @@ -910,21 +913,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -970,21 +972,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1034,21 +1035,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1098,21 +1098,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1263,100 +1262,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html index e0ad959a7..7b32cefae 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html @@ -6,7 +6,10 @@ + + + @@ -198,13 +201,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -364,7 +367,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -394,7 +397,7 @@ protected - mixed + string buildDir = 'output-test' @@ -566,8 +569,8 @@
    -
    - Attributes +
    + Attributes
    @@ -649,8 +652,8 @@
    -
    - Attributes +
    + Attributes
    @@ -695,8 +698,8 @@
    -
    - Attributes +
    + Attributes
    @@ -741,8 +744,8 @@
    -
    - Attributes +
    + Attributes
    @@ -787,8 +790,8 @@
    -
    - Attributes +
    + Attributes
    @@ -849,8 +852,8 @@
    -
    - Attributes +
    + Attributes
    @@ -910,21 +913,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -970,21 +972,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1034,21 +1035,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1098,21 +1098,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1263,100 +1262,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html index 63848dc8b..600a8156a 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html @@ -6,7 +6,10 @@ + + + @@ -198,13 +201,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -364,7 +367,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -394,7 +397,7 @@ protected - mixed + string buildDir = 'output-test' @@ -566,8 +569,8 @@
    -
    - Attributes +
    + Attributes
    @@ -649,8 +652,8 @@
    -
    - Attributes +
    + Attributes
    @@ -695,8 +698,8 @@
    -
    - Attributes +
    + Attributes
    @@ -741,8 +744,8 @@
    -
    - Attributes +
    + Attributes
    @@ -787,8 +790,8 @@
    -
    - Attributes +
    + Attributes
    @@ -849,8 +852,8 @@
    -
    - Attributes +
    + Attributes
    @@ -910,21 +913,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -970,21 +972,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1034,21 +1035,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1098,21 +1098,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1263,100 +1262,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html index 311dce278..26aed684b 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html @@ -6,7 +6,10 @@ + + + @@ -201,13 +204,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -367,7 +370,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -397,7 +400,7 @@ protected - mixed + string buildDir = 'output-test' @@ -569,8 +572,8 @@
    -
    - Attributes +
    + Attributes
    @@ -652,8 +655,8 @@
    -
    - Attributes +
    + Attributes
    @@ -698,8 +701,8 @@
    -
    - Attributes +
    + Attributes
    @@ -744,8 +747,8 @@
    -
    - Attributes +
    + Attributes
    @@ -790,8 +793,8 @@
    -
    - Attributes +
    + Attributes
    @@ -852,8 +855,8 @@
    -
    - Attributes +
    + Attributes
    @@ -913,21 +916,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -973,21 +975,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1037,21 +1038,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1101,21 +1101,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1266,100 +1265,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html index 886232759..80c42d7cd 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html @@ -6,7 +6,10 @@ + + + @@ -198,13 +201,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -364,7 +367,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -394,7 +397,7 @@ protected - mixed + string buildDir = 'output-test' @@ -566,8 +569,8 @@
    -
    - Attributes +
    + Attributes
    @@ -649,8 +652,8 @@
    -
    - Attributes +
    + Attributes
    @@ -695,8 +698,8 @@
    -
    - Attributes +
    + Attributes
    @@ -741,8 +744,8 @@
    -
    - Attributes +
    + Attributes
    @@ -787,8 +790,8 @@
    -
    - Attributes +
    + Attributes
    @@ -849,8 +852,8 @@
    -
    - Attributes +
    + Attributes
    @@ -910,21 +913,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -970,21 +972,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1034,21 +1035,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1098,21 +1098,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1263,100 +1262,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html index 78184c677..695155a2c 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html @@ -6,7 +6,10 @@ + + + @@ -198,13 +201,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -358,7 +361,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -388,7 +391,7 @@ protected - mixed + string buildDir = 'output-test' @@ -598,8 +601,8 @@
    -
    - Attributes +
    + Attributes
    @@ -644,8 +647,8 @@
    -
    - Attributes +
    + Attributes
    @@ -690,8 +693,8 @@
    -
    - Attributes +
    + Attributes
    @@ -736,8 +739,8 @@
    -
    - Attributes +
    + Attributes
    @@ -798,8 +801,8 @@
    -
    - Attributes +
    + Attributes
    @@ -859,21 +862,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -919,21 +921,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -983,21 +984,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1047,21 +1047,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1212,100 +1211,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html b/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html index b6f6c547d..0fc2b95ef 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRInterventionImageTest.html @@ -6,7 +6,10 @@ + + + @@ -199,13 +202,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -359,7 +362,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -389,7 +392,7 @@ protected - mixed + string buildDir = 'output-test' @@ -599,8 +602,8 @@
    -
    - Attributes +
    + Attributes
    @@ -645,8 +648,8 @@
    -
    - Attributes +
    + Attributes
    @@ -691,8 +694,8 @@
    -
    - Attributes +
    + Attributes
    @@ -737,8 +740,8 @@
    -
    - Attributes +
    + Attributes
    @@ -799,8 +802,8 @@
    -
    - Attributes +
    + Attributes
    @@ -860,21 +863,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -920,21 +922,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -984,21 +985,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1048,21 +1048,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1213,100 +1212,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html index 6223e3b3d..d50feae0f 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html @@ -6,7 +6,10 @@ + + + @@ -184,13 +187,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -338,7 +341,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -368,7 +371,7 @@ protected - mixed + string buildDir = 'output-test' @@ -579,8 +582,8 @@
    -
    - Attributes +
    + Attributes
    @@ -625,8 +628,8 @@
    -
    - Attributes +
    + Attributes
    @@ -671,8 +674,8 @@
    -
    - Attributes +
    + Attributes
    @@ -733,8 +736,8 @@
    -
    - Attributes +
    + Attributes
    @@ -794,21 +797,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -854,21 +856,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -918,21 +919,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -982,21 +982,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -1147,100 +1146,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html index a809ac620..db3d65d4d 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html @@ -6,7 +6,10 @@ + + + @@ -184,13 +187,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -338,7 +341,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -368,7 +371,7 @@ protected - mixed + string buildDir = 'output-test' @@ -579,8 +582,8 @@
    -
    - Attributes +
    + Attributes
    @@ -625,8 +628,8 @@
    -
    - Attributes +
    + Attributes
    @@ -671,8 +674,8 @@
    -
    - Attributes +
    + Attributes
    @@ -733,8 +736,8 @@
    -
    - Attributes +
    + Attributes
    @@ -794,21 +797,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -854,21 +856,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -918,21 +919,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -982,21 +982,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1147,100 +1146,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html index e39bbd4b5..b459a4904 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html @@ -6,7 +6,10 @@ + + + @@ -187,13 +190,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -341,7 +344,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -371,7 +374,7 @@ protected - mixed + string buildDir = 'output-test' @@ -582,8 +585,8 @@
    -
    - Attributes +
    + Attributes
    @@ -628,8 +631,8 @@
    -
    - Attributes +
    + Attributes
    @@ -674,8 +677,8 @@
    -
    - Attributes +
    + Attributes
    @@ -736,8 +739,8 @@
    -
    - Attributes +
    + Attributes
    @@ -797,21 +800,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -857,21 +859,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -921,21 +922,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -985,21 +985,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1150,100 +1149,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html index 070c91e00..197fd234f 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupXMLTest.html @@ -6,7 +6,10 @@ + + + @@ -182,13 +185,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -336,7 +339,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -366,7 +369,7 @@ protected - mixed + string buildDir = 'output-test' @@ -577,8 +580,8 @@
    -
    - Attributes +
    + Attributes
    @@ -623,8 +626,8 @@
    -
    - Attributes +
    + Attributes
    @@ -669,8 +672,8 @@
    -
    - Attributes +
    + Attributes
    @@ -731,8 +734,8 @@
    -
    - Attributes +
    + Attributes
    @@ -792,21 +795,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -852,21 +854,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -916,21 +917,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -980,21 +980,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1145,100 +1144,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html index 29109e7cd..a010b12e9 100644 --- a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html @@ -6,7 +6,10 @@ + + + @@ -188,13 +191,13 @@ should also be used to test custom output modules

    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -342,7 +345,7 @@ should also be used to test custom output modules

    protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -372,7 +375,7 @@ should also be used to test custom output modules

    protected - mixed + string buildDir = 'output-test' @@ -541,22 +544,21 @@ should also be used to test custom output modules

    -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: mixed, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: mixed, 1: bool}>

    -
    + @@ -599,8 +601,8 @@ should also be used to test custom output modules

    -
    - Attributes +
    + Attributes
    @@ -645,8 +647,8 @@ should also be used to test custom output modules

    -
    - Attributes +
    + Attributes
    @@ -691,8 +693,8 @@ should also be used to test custom output modules

    -
    - Attributes +
    + Attributes
    @@ -753,8 +755,8 @@ should also be used to test custom output modules

    -
    - Attributes +
    + Attributes
    @@ -814,21 +816,20 @@ should also be used to test custom output modules

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -874,21 +875,20 @@ should also be used to test custom output modules

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -938,21 +938,20 @@ should also be used to test custom output modules

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1002,21 +1001,20 @@ should also be used to test custom output modules

    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1167,100 +1165,7 @@ 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 58a73adb3..a3a0a55d5 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html @@ -6,7 +6,10 @@ + + + @@ -187,13 +190,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -341,7 +344,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -371,7 +374,7 @@ protected - mixed + string buildDir = 'output-test' @@ -582,8 +585,8 @@
    -
    - Attributes +
    + Attributes
    @@ -628,8 +631,8 @@
    -
    - Attributes +
    + Attributes
    @@ -674,8 +677,8 @@
    -
    - Attributes +
    + Attributes
    @@ -736,8 +739,8 @@
    -
    - Attributes +
    + Attributes
    @@ -797,21 +800,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -857,21 +859,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -921,21 +922,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -985,21 +985,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1150,100 +1149,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html index a5f1f3169..6c0de7f24 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html @@ -6,7 +6,10 @@ + + + @@ -184,13 +187,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -338,7 +341,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -368,7 +371,7 @@ protected - mixed + string buildDir = 'output-test' @@ -537,22 +540,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: mixed, 1: bool}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: mixed, 1: bool}>

    -
    + @@ -595,8 +597,8 @@
    -
    - Attributes +
    + Attributes
    @@ -641,8 +643,8 @@
    -
    - Attributes +
    + Attributes
    @@ -687,8 +689,8 @@
    -
    - Attributes +
    + Attributes
    @@ -749,8 +751,8 @@
    -
    - Attributes +
    + Attributes
    @@ -810,21 +812,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -870,21 +871,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -934,21 +934,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -998,21 +997,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1163,100 +1161,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html index 0c1ee1743..d14d45e33 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html @@ -6,7 +6,10 @@ + + + @@ -197,62 +200,20 @@
    loremipsum -  = 'Just let this happen. We just let this flow right out of our minds. ' . 'Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, ' . 'I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. ' . 'You have to make almighty decisions when you\'re the creator. I guess that would be considered a UFO. ' . 'A big cotton ball in the sky. I\'m gonna add just a tiny little amount of Prussian Blue. ' . 'They say everything looks better with odd numbers of things. But sometimes I put even numbers—just ' . 'to upset the critics. We\'ll lay all these little funky little things in there. ' +  : string = 'Just let this happen. We just let this flow ri...
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    samplesDir -  = __DIR__ . '/samples/' +  : string = __DIR__ . '/samples/'
    @@ -370,7 +331,7 @@ protected - final mixed + final string loremipsum = 'Just let this happen. We just let this flow right out of our minds. ' . 'Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, ' . 'I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. ' . 'You have to make almighty decisions when you\'re the creator. I guess that would be considered a UFO. ' . 'A big cotton ball in the sky. I\'m gonna add just a tiny little amount of Prussian Blue. ' . 'They say everything looks better with odd numbers of things. But sometimes I put even numbers—just ' . 'to upset the critics. We\'ll lay all these little funky little things in there. ' @@ -379,21 +340,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.bobrosslipsum.com/ - - +
    -
    + @@ -416,7 +376,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -467,19 +427,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -503,7 +462,7 @@ protected - mixed + string samplesDir = __DIR__ . '/samples/' @@ -661,28 +620,26 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -721,22 +678,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: string, 1: string, 2: bool}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: string, 1: string, 2: bool}>

    -
    + @@ -802,8 +758,8 @@
    -
    - Attributes +
    + Attributes
    @@ -887,8 +843,8 @@
    -
    - Attributes +
    + Attributes
    @@ -948,8 +904,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1046,21 +1002,20 @@
    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrixTest::matrixProvider() - - +
    -
    +
    @@ -1157,100 +1112,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html index 906a49b30..c85c500be 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html @@ -6,7 +6,10 @@ + + + @@ -197,62 +200,20 @@
    loremipsum -  = 'Just let this happen. We just let this flow right out of our minds. ' . 'Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, ' . 'I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. ' . 'You have to make almighty decisions when you\'re the creator. I guess that would be considered a UFO. ' . 'A big cotton ball in the sky. I\'m gonna add just a tiny little amount of Prussian Blue. ' . 'They say everything looks better with odd numbers of things. But sometimes I put even numbers—just ' . 'to upset the critics. We\'ll lay all these little funky little things in there. ' +  : string = 'Just let this happen. We just let this flow ri...
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    samplesDir -  = __DIR__ . '/samples/' +  : string = __DIR__ . '/samples/'
    @@ -382,7 +343,7 @@ protected - final mixed + final string loremipsum = 'Just let this happen. We just let this flow right out of our minds. ' . 'Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, ' . 'I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. ' . 'You have to make almighty decisions when you\'re the creator. I guess that would be considered a UFO. ' . 'A big cotton ball in the sky. I\'m gonna add just a tiny little amount of Prussian Blue. ' . 'They say everything looks better with odd numbers of things. But sometimes I put even numbers—just ' . 'to upset the critics. We\'ll lay all these little funky little things in there. ' @@ -391,21 +352,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.bobrosslipsum.com/ - - +
    -
    + @@ -428,7 +388,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -479,19 +439,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -515,7 +474,7 @@ protected - mixed + string samplesDir = __DIR__ . '/samples/' @@ -673,28 +632,26 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -733,22 +690,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: string, 1: string, 2: bool}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: string, 1: string, 2: bool}>

    -
    + @@ -814,8 +770,8 @@
    -
    - Attributes +
    + Attributes
    @@ -899,8 +855,8 @@
    -
    - Attributes +
    + Attributes
    @@ -960,8 +916,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1022,8 +978,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1072,22 +1028,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: string, 1: string}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: string, 1: string}>

    -
    +
    @@ -1182,21 +1137,20 @@
    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrixTest::matrixProvider() - - +
    -
    +
    @@ -1293,100 +1247,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html index 4723e7f6c..ea7ab3166 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html @@ -6,7 +6,10 @@ + + + @@ -186,62 +189,20 @@
    loremipsum -  = 'Just let this happen. We just let this flow right out of our minds. ' . 'Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, ' . 'I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. ' . 'You have to make almighty decisions when you\'re the creator. I guess that would be considered a UFO. ' . 'A big cotton ball in the sky. I\'m gonna add just a tiny little amount of Prussian Blue. ' . 'They say everything looks better with odd numbers of things. But sometimes I put even numbers—just ' . 'to upset the critics. We\'ll lay all these little funky little things in there. ' +  : string = 'Just let this happen. We just let this flow ri...
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    samplesDir -  = __DIR__ . '/samples/' +  : string = __DIR__ . '/samples/'
    @@ -359,7 +320,7 @@ protected - final mixed + final string loremipsum = 'Just let this happen. We just let this flow right out of our minds. ' . 'Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, ' . 'I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. ' . 'You have to make almighty decisions when you\'re the creator. I guess that would be considered a UFO. ' . 'A big cotton ball in the sky. I\'m gonna add just a tiny little amount of Prussian Blue. ' . 'They say everything looks better with odd numbers of things. But sometimes I put even numbers—just ' . 'to upset the critics. We\'ll lay all these little funky little things in there. ' @@ -368,21 +329,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    https://www.bobrosslipsum.com/ - - +
    -
    + @@ -405,7 +365,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -456,19 +416,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -492,7 +451,7 @@ protected - mixed + string samplesDir = __DIR__ . '/samples/' @@ -650,28 +609,26 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -710,22 +667,21 @@ -
    +
    Tags - +
    -
    - phpstan-return -
    -
    - -

    array<string, array{0: string, 1: string, 2: bool}>

    +
    + phpstan-return +
    +
    +

    array<string, array{0: string, 1: string, 2: bool}>

    -
    + @@ -791,8 +747,8 @@
    -
    - Attributes +
    + Attributes
    @@ -876,8 +832,8 @@
    -
    - Attributes +
    + Attributes
    @@ -937,8 +893,8 @@
    -
    - Attributes +
    + Attributes
    @@ -1035,21 +991,20 @@
    -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrixTest::matrixProvider() - - +
    -
    +
    @@ -1146,100 +1101,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-QRCodeTest.html b/classes/chillerlan-QRCodeTest-QRCodeTest.html index df34e43f6..0e701ecea 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeTest.html @@ -6,7 +6,10 @@ + + + @@ -186,13 +189,13 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    buildDir -  = 'output-test' +  : string = 'output-test'
    @@ -336,7 +339,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -366,7 +369,7 @@ private - mixed + string buildDir = 'output-test' @@ -502,8 +505,8 @@
    -
    - Attributes +
    + Attributes
    @@ -547,8 +550,8 @@
    -
    - Attributes +
    + Attributes
    @@ -593,8 +596,8 @@
    -
    - Attributes +
    + Attributes
    @@ -639,8 +642,8 @@
    -
    - Attributes +
    + Attributes
    @@ -685,8 +688,8 @@
    -
    - Attributes +
    + Attributes
    @@ -731,8 +734,8 @@
    -
    - Attributes +
    + Attributes
    @@ -784,21 +787,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -844,21 +846,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -908,21 +909,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -972,21 +972,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -1082,100 +1081,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-QROptionsTest.html b/classes/chillerlan-QRCodeTest-QROptionsTest.html index ea08679b3..d4aabc726 100644 --- a/classes/chillerlan-QRCodeTest-QROptionsTest.html +++ b/classes/chillerlan-QRCodeTest-QROptionsTest.html @@ -6,7 +6,10 @@ + + + @@ -296,8 +299,8 @@
    -
    - Attributes +
    + Attributes
    @@ -392,8 +395,8 @@
    -
    - Attributes +
    + Attributes
    @@ -493,8 +496,8 @@
    -
    - Attributes +
    + Attributes
    @@ -536,27 +539,26 @@ -
    +
    Tags - +
    -
    - phan-suppress -
    -
    - -

    PhanTypeMismatchPropertyReal

    +
    + phan-suppress +
    +
    +

    PhanTypeMismatchPropertyReal

    -
    +
    -
    - Attributes +
    + Attributes
    @@ -601,8 +603,8 @@
    -
    - Attributes +
    + Attributes
    @@ -647,8 +649,8 @@
    -
    - Attributes +
    + Attributes
    @@ -710,8 +712,8 @@
    -
    - Attributes +
    + Attributes
    @@ -769,100 +771,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html b/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html index 3e1de92fe..61903e432 100644 --- a/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-BuildDirTrait.html @@ -6,7 +6,10 @@ + + + @@ -164,7 +167,7 @@
    _buildDir -  = __DIR__ . '/../../.build/' +  : string = __DIR__ . '/../../.build/'
    @@ -242,7 +245,7 @@ protected - mixed + string _buildDir = __DIR__ . '/../../.build/' @@ -304,21 +307,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    +
    @@ -364,21 +366,20 @@
    -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -428,21 +429,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -492,21 +492,20 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    RuntimeException - - +
    -
    + @@ -567,100 +566,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html b/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html index e7adb8c6f..10ee986bd 100644 --- a/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-CssColorModuleValueProviderTrait.html @@ -6,7 +6,10 @@ + + + @@ -146,15 +149,14 @@
    -
    - see -
    -
    +
    + see +
    +
    CssColorModuleValueTrait - - +
    -
    + @@ -240,100 +242,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html b/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html index f8d60e66c..0c2a59097 100644 --- a/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-QRMatrixDebugTrait.html @@ -6,7 +6,10 @@ + + + @@ -278,21 +281,20 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    QRMatrixTest::matrixProvider() - - +
    -
    + @@ -300,100 +302,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html b/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html index ae033d36c..df5ed196a 100644 --- a/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-QRMaxLengthTrait.html @@ -6,7 +6,10 @@ + + + @@ -164,49 +167,7 @@
    MAX_LENGTH -  = [ - // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] - 1 => [[41, 34, 27, 17], [25, 20, 16, 10], [17, 14, 11, 7], [10, 8, 7, 4]], - 2 => [[77, 63, 48, 34], [47, 38, 29, 20], [32, 26, 20, 14], [20, 16, 12, 8]], - 3 => [[127, 101, 77, 58], [77, 61, 47, 35], [53, 42, 32, 24], [32, 26, 20, 15]], - 4 => [[187, 149, 111, 82], [114, 90, 67, 50], [78, 62, 46, 34], [48, 38, 28, 21]], - 5 => [[255, 202, 144, 106], [154, 122, 87, 64], [106, 84, 60, 44], [65, 52, 37, 27]], - 6 => [[322, 255, 178, 139], [195, 154, 108, 84], [134, 106, 74, 58], [82, 65, 45, 36]], - 7 => [[370, 293, 207, 154], [224, 178, 125, 93], [154, 122, 86, 64], [95, 75, 53, 39]], - 8 => [[461, 365, 259, 202], [279, 221, 157, 122], [192, 152, 108, 84], [118, 93, 66, 52]], - 9 => [[552, 432, 312, 235], [335, 262, 189, 143], [230, 180, 130, 98], [141, 111, 80, 60]], - 10 => [[652, 513, 364, 288], [395, 311, 221, 174], [271, 213, 151, 119], [167, 131, 93, 74]], - 11 => [[772, 604, 427, 331], [468, 366, 259, 200], [321, 251, 177, 137], [198, 155, 109, 85]], - 12 => [[883, 691, 489, 374], [535, 419, 296, 227], [367, 287, 203, 155], [226, 177, 125, 96]], - 13 => [[1022, 796, 580, 427], [619, 483, 352, 259], [425, 331, 241, 177], [262, 204, 149, 109]], - 14 => [[1101, 871, 621, 468], [667, 528, 376, 283], [458, 362, 258, 194], [282, 223, 159, 120]], - 15 => [[1250, 991, 703, 530], [758, 600, 426, 321], [520, 412, 292, 220], [320, 254, 180, 136]], - 16 => [[1408, 1082, 775, 602], [854, 656, 470, 365], [586, 450, 322, 250], [361, 277, 198, 154]], - 17 => [[1548, 1212, 876, 674], [938, 734, 531, 408], [644, 504, 364, 280], [397, 310, 224, 173]], - 18 => [[1725, 1346, 948, 746], [1046, 816, 574, 452], [718, 560, 394, 310], [442, 345, 243, 191]], - 19 => [[1903, 1500, 1063, 813], [1153, 909, 644, 493], [792, 624, 442, 338], [488, 384, 272, 208]], - 20 => [[2061, 1600, 1159, 919], [1249, 970, 702, 557], [858, 666, 482, 382], [528, 410, 297, 235]], - 21 => [[2232, 1708, 1224, 969], [1352, 1035, 742, 587], [929, 711, 509, 403], [572, 438, 314, 248]], - 22 => [[2409, 1872, 1358, 1056], [1460, 1134, 823, 640], [1003, 779, 565, 439], [618, 480, 348, 270]], - 23 => [[2620, 2059, 1468, 1108], [1588, 1248, 890, 672], [1091, 857, 611, 461], [672, 528, 376, 284]], - 24 => [[2812, 2188, 1588, 1228], [1704, 1326, 963, 744], [1171, 911, 661, 511], [721, 561, 407, 315]], - 25 => [[3057, 2395, 1718, 1286], [1853, 1451, 1041, 779], [1273, 997, 715, 535], [784, 614, 440, 330]], - 26 => [[3283, 2544, 1804, 1425], [1990, 1542, 1094, 864], [1367, 1059, 751, 593], [842, 652, 462, 365]], - 27 => [[3517, 2701, 1933, 1501], [2132, 1637, 1172, 910], [1465, 1125, 805, 625], [902, 692, 496, 385]], - 28 => [[3669, 2857, 2085, 1581], [2223, 1732, 1263, 958], [1528, 1190, 868, 658], [940, 732, 534, 405]], - 29 => [[3909, 3035, 2181, 1677], [2369, 1839, 1322, 1016], [1628, 1264, 908, 698], [1002, 778, 559, 430]], - 30 => [[4158, 3289, 2358, 1782], [2520, 1994, 1429, 1080], [1732, 1370, 982, 742], [1066, 843, 604, 457]], - 31 => [[4417, 3486, 2473, 1897], [2677, 2113, 1499, 1150], [1840, 1452, 1030, 790], [1132, 894, 634, 486]], - 32 => [[4686, 3693, 2670, 2022], [2840, 2238, 1618, 1226], [1952, 1538, 1112, 842], [1201, 947, 684, 518]], - 33 => [[4965, 3909, 2805, 2157], [3009, 2369, 1700, 1307], [2068, 1628, 1168, 898], [1273, 1002, 719, 553]], - 34 => [[5253, 4134, 2949, 2301], [3183, 2506, 1787, 1394], [2188, 1722, 1228, 958], [1347, 1060, 756, 590]], - 35 => [[5529, 4343, 3081, 2361], [3351, 2632, 1867, 1431], [2303, 1809, 1283, 983], [1417, 1113, 790, 605]], - 36 => [[5836, 4588, 3244, 2524], [3537, 2780, 1966, 1530], [2431, 1911, 1351, 1051], [1496, 1176, 832, 647]], - 37 => [[6153, 4775, 3417, 2625], [3729, 2894, 2071, 1591], [2563, 1989, 1423, 1093], [1577, 1224, 876, 673]], - 38 => [[6479, 5039, 3599, 2735], [3927, 3054, 2181, 1658], [2699, 2099, 1499, 1139], [1661, 1292, 923, 701]], - 39 => [[6743, 5313, 3791, 2927], [4087, 3220, 2298, 1774], [2809, 2213, 1579, 1219], [1729, 1362, 972, 750]], - 40 => [[7089, 5596, 3993, 3057], [4296, 3391, 2420, 1852], [2953, 2331, 1663, 1273], [1817, 1435, 1024, 784]], -] +  : array<string|int, mixed> = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM =...
    ISO/IEC 18004:2000 Tables 7-11 - Number of symbol characters and input data capacity for versions 1 to 40
    @@ -258,7 +219,7 @@ protected - final array<string|int, array<string|int, array<string|int, int>>> + final array<string|int, mixed> MAX_LENGTH = [ // v => [NUMERIC => [L, M, Q, H ], ALPHANUM => [L, M, Q, H], BINARY => [L, M, Q, H ], KANJI => [L, M, Q, H ]] @@ -309,19 +270,18 @@ -
    +
    Tags - +
    -
    - see -
    -
    +
    + see +
    +
    http://www.qrcode.com/en/about/version.html - - +
    @@ -391,28 +351,26 @@ -
    +
    Tags - +
    -
    - throws -
    -
    +
    + throws +
    +
    QRCodeException - - +
    -
    - codeCoverageIgnore -
    -
    - - +
    + codeCoverageIgnore +
    +
    +
    -
    + @@ -424,100 +382,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html b/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html index 695788b7f..307ab13fb 100644 --- a/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html +++ b/classes/chillerlan-QRCodeTest-Traits-RGBArrayModuleValueProviderTrait.html @@ -6,7 +6,10 @@ + + + @@ -146,15 +149,14 @@
    -
    - see -
    -
    +
    + see +
    +
    RGBArrayModuleValueTrait - - +
    -
    + @@ -240,100 +242,7 @@
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-bitbuffer.html b/files/src-common-bitbuffer.html index 663814063..df0397349 100644 --- a/files/src-common-bitbuffer.html +++ b/files/src-common-bitbuffer.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.11.2015

    +
    + created +
    +
    +

    25.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-ecclevel.html b/files/src-common-ecclevel.html index c872f4d1f..4836da6ea 100644 --- a/files/src-common-ecclevel.html +++ b/files/src-common-ecclevel.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    19.11.2020

    +
    + created +
    +
    +

    19.11.2020

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2020 smiley

    +
    + copyright +
    +
    +

    2020 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-ecicharset.html b/files/src-common-ecicharset.html index efb3900fe..4fa815c1f 100644 --- a/files/src-common-ecicharset.html +++ b/files/src-common-ecicharset.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    21.01.2021

    +
    + created +
    +
    +

    21.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -211,100 +206,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-gdluminancesource.html b/files/src-common-gdluminancesource.html index 8ba150c6b..cbfe2d7d6 100644 --- a/files/src-common-gdluminancesource.html +++ b/files/src-common-gdluminancesource.html @@ -6,7 +6,10 @@ + + + @@ -134,57 +137,48 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    Ashot Khanamiryan

    +
    + author +
    +
    +

    Ashot Khanamiryan

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -221,100 +215,7 @@ It does not support rotation.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-genericgfpoly.html b/files/src-common-genericgfpoly.html index 4c5684ed4..ce3bdbce4 100644 --- a/files/src-common-genericgfpoly.html +++ b/files/src-common-genericgfpoly.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    16.01.2021

    +
    + created +
    +
    +

    16.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -211,100 +206,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-gf256.html b/files/src-common-gf256.html index b79e9ace6..383eeda16 100644 --- a/files/src-common-gf256.html +++ b/files/src-common-gf256.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    16.01.2021

    +
    + created +
    +
    +

    16.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ the Galois Fields. Operations use a given primitive polynomial in calculations.< -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-imagickluminancesource.html b/files/src-common-imagickluminancesource.html index 5162bead5..a8e89e8c0 100644 --- a/files/src-common-imagickluminancesource.html +++ b/files/src-common-imagickluminancesource.html @@ -6,7 +6,10 @@ + + + @@ -134,57 +137,48 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    Ashot Khanamiryan

    +
    + author +
    +
    +

    Ashot Khanamiryan

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -221,100 +215,7 @@ It does not support rotation.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-luminancesourceabstract.html b/files/src-common-luminancesourceabstract.html index 96d0ad096..e5b7cfddd 100644 --- a/files/src-common-luminancesourceabstract.html +++ b/files/src-common-luminancesourceabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,57 +137,45 @@
    -
    - created -
    -
    - -

    24.01.2021

    +
    + created +
    +
    +

    24.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Ashot Khanamiryan

    +
    +

    Ashot Khanamiryan

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -221,100 +212,7 @@ platforms into a standard interface for requesting greyscale luminance values. -
    -
    -
    -
    
    -        
    - -
    - - - - +
    diff --git a/files/src-common-luminancesourceinterface.html b/files/src-common-luminancesourceinterface.html index 38e2ff266..0aea20a19 100644 --- a/files/src-common-luminancesourceinterface.html +++ b/files/src-common-luminancesourceinterface.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    18.11.2021

    +
    + created +
    +
    +

    18.11.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-maskpattern.html b/files/src-common-maskpattern.html index e06bbd252..3a9302e37 100644 --- a/files/src-common-maskpattern.html +++ b/files/src-common-maskpattern.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    19.01.2021

    +
    + created +
    +
    +

    19.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ ISO/IEC 18004:2000 Section 8.8.2 - Evaluation of masking results
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-mode.html b/files/src-common-mode.html index 135486367..456c49b10 100644 --- a/files/src-common-mode.html +++ b/files/src-common-mode.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    19.11.2020

    +
    + created +
    +
    +

    19.11.2020

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2020 smiley

    +
    + copyright +
    +
    +

    2020 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-common-version.html b/files/src-common-version.html index 5f1fbef57..94f300c3e 100644 --- a/files/src-common-version.html +++ b/files/src-common-version.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    19.11.2020

    +
    + created +
    +
    +

    19.11.2020

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2020 smiley

    +
    + copyright +
    +
    +

    2020 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-alphanum.html b/files/src-data-alphanum.html index 523a0f677..91158f226 100644 --- a/files/src-data-alphanum.html +++ b/files/src-data-alphanum.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.11.2015

    +
    + created +
    +
    +

    25.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-byte.html b/files/src-data-byte.html index 293b79a94..0ca431b1e 100644 --- a/files/src-data-byte.html +++ b/files/src-data-byte.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.11.2015

    +
    + created +
    +
    +

    25.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-eci.html b/files/src-data-eci.html index 1b682ca07..dcef9b2c0 100644 --- a/files/src-data-eci.html +++ b/files/src-data-eci.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    20.11.2020

    +
    + created +
    +
    +

    20.11.2020

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2020 smiley

    +
    + copyright +
    +
    +

    2020 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-hanzi.html b/files/src-data-hanzi.html index 3c74687de..ecf54d165 100644 --- a/files/src-data-hanzi.html +++ b/files/src-data-hanzi.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    19.11.2020

    +
    + created +
    +
    +

    19.11.2020

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2020 smiley

    +
    + copyright +
    +
    +

    2020 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-kanji.html b/files/src-data-kanji.html index 770172f55..d4d100e27 100644 --- a/files/src-data-kanji.html +++ b/files/src-data-kanji.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.11.2015

    +
    + created +
    +
    +

    25.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-number.html b/files/src-data-number.html index 6ecdf75ab..4b6bad66e 100644 --- a/files/src-data-number.html +++ b/files/src-data-number.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    26.11.2015

    +
    + created +
    +
    +

    26.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-qrcodedataexception.html b/files/src-data-qrcodedataexception.html index ff177d936..72d6e2cce 100644 --- a/files/src-data-qrcodedataexception.html +++ b/files/src-data-qrcodedataexception.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    09.12.2015

    +
    + created +
    +
    +

    09.12.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-qrdata.html b/files/src-data-qrdata.html index 3c759d7f9..fdcc73d8f 100644 --- a/files/src-data-qrdata.html +++ b/files/src-data-qrdata.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.11.2015

    +
    + created +
    +
    +

    25.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-qrdatamodeabstract.html b/files/src-data-qrdatamodeabstract.html index f0083c164..48a9ae7e4 100644 --- a/files/src-data-qrdatamodeabstract.html +++ b/files/src-data-qrdatamodeabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    19.11.2020

    +
    + created +
    +
    +

    19.11.2020

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2020 smiley

    +
    + copyright +
    +
    +

    2020 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-qrdatamodeinterface.html b/files/src-data-qrdatamodeinterface.html index 3ff80bf41..199f92037 100644 --- a/files/src-data-qrdatamodeinterface.html +++ b/files/src-data-qrdatamodeinterface.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    01.12.2015

    +
    + created +
    +
    +

    01.12.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-qrmatrix.html b/files/src-data-qrmatrix.html index f08eff60a..596eca88c 100644 --- a/files/src-data-qrmatrix.html +++ b/files/src-data-qrmatrix.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    15.11.2017

    +
    + created +
    +
    +

    15.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -203,100 +202,7 @@ maps the ECC coded binary data and applies the mask pattern
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-data-reedsolomonencoder.html b/files/src-data-reedsolomonencoder.html index 490186c2d..fde32f337 100644 --- a/files/src-data-reedsolomonencoder.html +++ b/files/src-data-reedsolomonencoder.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    07.01.2021

    +
    + created +
    +
    +

    07.01.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-decoder-binarizer.html b/files/src-decoder-binarizer.html index 4fb24b8b0..a4e61030f 100644 --- a/files/src-decoder-binarizer.html +++ b/files/src-decoder-binarizer.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -214,100 +209,7 @@ it does a much better job than a global blackpoint with severe shadows and gradi -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-decoder-bitmatrix.html b/files/src-decoder-bitmatrix.html index 90457b1ef..8ba140e5a 100644 --- a/files/src-decoder-bitmatrix.html +++ b/files/src-decoder-bitmatrix.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -211,100 +206,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-decoder-decoder.html b/files/src-decoder-decoder.html index 43c685776..2864f66e4 100644 --- a/files/src-decoder-decoder.html +++ b/files/src-decoder-decoder.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ the QR Code from an image.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-decoder-decoderresult.html b/files/src-decoder-decoderresult.html index ec951eade..ae45829bb 100644 --- a/files/src-decoder-decoderresult.html +++ b/files/src-decoder-decoderresult.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -213,100 +208,7 @@ as well as a String interpretation of those bytes, if applicable.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-decoder-qrcodedecoderexception.html b/files/src-decoder-qrcodedecoderexception.html index 28ee4b88d..a020f3e40 100644 --- a/files/src-decoder-qrcodedecoderexception.html +++ b/files/src-decoder-qrcodedecoderexception.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    01.12.2021

    +
    + created +
    +
    +

    01.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-decoder-reedsolomondecoder.html b/files/src-decoder-reedsolomondecoder.html index 28d41dd35..466bfa391 100644 --- a/files/src-decoder-reedsolomondecoder.html +++ b/files/src-decoder-reedsolomondecoder.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    24.01.2021

    +
    + created +
    +
    +

    24.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -211,100 +206,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-alignmentpattern.html b/files/src-detector-alignmentpattern.html index 02c636294..99b71534a 100644 --- a/files/src-detector-alignmentpattern.html +++ b/files/src-detector-alignmentpattern.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ all but the simplest QR Codes.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-alignmentpatternfinder.html b/files/src-detector-alignmentpatternfinder.html index 1d3e1cbe6..f82fa5f61 100644 --- a/files/src-detector-alignmentpatternfinder.html +++ b/files/src-detector-alignmentpatternfinder.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ patterns but are smaller and appear at regular intervals throughout the image. -
    -
    -
    -
    
    -        
    - -
    - - - - +
    diff --git a/files/src-detector-detector.html b/files/src-detector-detector.html index 442380a6b..ec17e119b 100644 --- a/files/src-detector-detector.html +++ b/files/src-detector-detector.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ is rotated or skewed, or partially obscured.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-finderpattern.html b/files/src-detector-finderpattern.html index 8e7e54da0..df52782f3 100644 --- a/files/src-detector-finderpattern.html +++ b/files/src-detector-finderpattern.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -213,100 +208,7 @@ as a convenience to the finder's bookkeeping.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-finderpatternfinder.html b/files/src-detector-finderpatternfinder.html index 2374addf8..0a974161b 100644 --- a/files/src-detector-finderpatternfinder.html +++ b/files/src-detector-finderpatternfinder.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ markers at three corners of a QR Code.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-gridsampler.html b/files/src-detector-gridsampler.html index 673e5fe82..5cb0d52cd 100644 --- a/files/src-detector-gridsampler.html +++ b/files/src-detector-gridsampler.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -216,100 +211,7 @@ versa.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-perspectivetransform.html b/files/src-detector-perspectivetransform.html index 535bf600f..5947bc137 100644 --- a/files/src-detector-perspectivetransform.html +++ b/files/src-detector-perspectivetransform.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -213,100 +208,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-qrcodedetectorexception.html b/files/src-detector-qrcodedetectorexception.html index f83d2cfd9..466c25891 100644 --- a/files/src-detector-qrcodedetectorexception.html +++ b/files/src-detector-qrcodedetectorexception.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    01.12.2021

    +
    + created +
    +
    +

    01.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-detector-resultpoint.html b/files/src-detector-resultpoint.html index 4d699cb4f..536914ab2 100644 --- a/files/src-detector-resultpoint.html +++ b/files/src-detector-resultpoint.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,40 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    @@ -212,100 +207,7 @@ would be the location of a finder pattern or the corner of the barcode, for exam -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-csscolormodulevaluetrait.html b/files/src-output-csscolormodulevaluetrait.html index 54f7a8a2d..f5de626ec 100644 --- a/files/src-output-csscolormodulevaluetrait.html +++ b/files/src-output-csscolormodulevaluetrait.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    04.05.2024

    +
    + created +
    +
    +

    04.05.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - phan-file-suppress -
    -
    - -

    PhanTypeMismatchDeclaredParamNullable

    +
    + phan-file-suppress +
    +
    +

    PhanTypeMismatchDeclaredParamNullable

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrcodeoutputexception.html b/files/src-output-qrcodeoutputexception.html index e8e3c490a..2b0741a5a 100644 --- a/files/src-output-qrcodeoutputexception.html +++ b/files/src-output-qrcodeoutputexception.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    09.12.2015

    +
    + created +
    +
    +

    09.12.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qreps.html b/files/src-output-qreps.html index 684cf1ec4..49b5193aa 100644 --- a/files/src-output-qreps.html +++ b/files/src-output-qreps.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    09.05.2022

    +
    + created +
    +
    +

    09.05.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrfpdf.html b/files/src-output-qrfpdf.html index 80be0dc72..1482b1194 100644 --- a/files/src-output-qrfpdf.html +++ b/files/src-output-qrfpdf.html @@ -6,7 +6,10 @@ + + + @@ -134,40 +137,36 @@
    -
    - created -
    -
    - -

    03.06.2020

    +
    + created +
    +
    +

    03.06.2020

    -
    - author -
    -
    - -

    Maximilian Kresse

    +
    + author +
    +
    +

    Maximilian Kresse

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - see -
    -
    +
    + see +
    +
    https://github.com/chillerlan/php-qrcode/pull/49 - - +
    @@ -201,100 +200,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrgdimage.html b/files/src-output-qrgdimage.html index cbbb0ae1a..7d5a7eabd 100644 --- a/files/src-output-qrgdimage.html +++ b/files/src-output-qrgdimage.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    05.12.2015

    +
    + created +
    +
    +

    05.12.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrgdimageavif.html b/files/src-output-qrgdimageavif.html index 27645e61d..6f600e5cd 100644 --- a/files/src-output-qrgdimageavif.html +++ b/files/src-output-qrgdimageavif.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    26.11.2023

    +
    + created +
    +
    +

    26.11.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrgdimagebmp.html b/files/src-output-qrgdimagebmp.html index 9c2c39811..9d36a3a40 100644 --- a/files/src-output-qrgdimagebmp.html +++ b/files/src-output-qrgdimagebmp.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    25.10.2023

    +
    + created +
    +
    +

    25.10.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrgdimagegif.html b/files/src-output-qrgdimagegif.html index 38e51f5a7..ad73c0fd9 100644 --- a/files/src-output-qrgdimagegif.html +++ b/files/src-output-qrgdimagegif.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    25.10.2023

    +
    + created +
    +
    +

    25.10.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrgdimagejpeg.html b/files/src-output-qrgdimagejpeg.html index 09b00d9b0..e79758f20 100644 --- a/files/src-output-qrgdimagejpeg.html +++ b/files/src-output-qrgdimagejpeg.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    25.10.2023

    +
    + created +
    +
    +

    25.10.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrgdimagepng.html b/files/src-output-qrgdimagepng.html index efe75a5be..d09fa864d 100644 --- a/files/src-output-qrgdimagepng.html +++ b/files/src-output-qrgdimagepng.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    25.10.2023

    +
    + created +
    +
    +

    25.10.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrgdimagewebp.html b/files/src-output-qrgdimagewebp.html index c1a165f1a..7469658d5 100644 --- a/files/src-output-qrgdimagewebp.html +++ b/files/src-output-qrgdimagewebp.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    25.10.2023

    +
    + created +
    +
    +

    25.10.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrimagick.html b/files/src-output-qrimagick.html index a5f0b310b..9a4377a32 100644 --- a/files/src-output-qrimagick.html +++ b/files/src-output-qrimagick.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    04.07.2018

    +
    + created +
    +
    +

    04.07.2018

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2018 smiley

    +
    + copyright +
    +
    +

    2018 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrinterventionimage.html b/files/src-output-qrinterventionimage.html index fa5cf1cbc..099387d3f 100644 --- a/files/src-output-qrinterventionimage.html +++ b/files/src-output-qrinterventionimage.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    21.01.2024

    +
    + created +
    +
    +

    21.01.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrmarkup.html b/files/src-output-qrmarkup.html index e636c6a7e..a9ea91e5d 100644 --- a/files/src-output-qrmarkup.html +++ b/files/src-output-qrmarkup.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    17.12.2016

    +
    + created +
    +
    +

    17.12.2016

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2016 Smiley

    +
    + copyright +
    +
    +

    2016 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrmarkuphtml.html b/files/src-output-qrmarkuphtml.html index 4a9cf2011..b0ad371d7 100644 --- a/files/src-output-qrmarkuphtml.html +++ b/files/src-output-qrmarkuphtml.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    06.06.2022

    +
    + created +
    +
    +

    06.06.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrmarkupsvg.html b/files/src-output-qrmarkupsvg.html index 3fe404eb7..19c4e0735 100644 --- a/files/src-output-qrmarkupsvg.html +++ b/files/src-output-qrmarkupsvg.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    06.06.2022

    +
    + created +
    +
    +

    06.06.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrmarkupxml.html b/files/src-output-qrmarkupxml.html index a30ca01bd..abbadf0cf 100644 --- a/files/src-output-qrmarkupxml.html +++ b/files/src-output-qrmarkupxml.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    01.05.2024

    +
    + created +
    +
    +

    01.05.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qroutputabstract.html b/files/src-output-qroutputabstract.html index 5025325ff..d7fd36beb 100644 --- a/files/src-output-qroutputabstract.html +++ b/files/src-output-qroutputabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    09.12.2015

    +
    + created +
    +
    +

    09.12.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qroutputinterface.html b/files/src-output-qroutputinterface.html index 0240b6fa3..8aaade420 100644 --- a/files/src-output-qroutputinterface.html +++ b/files/src-output-qroutputinterface.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    02.12.2015

    +
    + created +
    +
    +

    02.12.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrstringjson.html b/files/src-output-qrstringjson.html index 908d76e35..761734419 100644 --- a/files/src-output-qrstringjson.html +++ b/files/src-output-qrstringjson.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    25.10.2023

    +
    + created +
    +
    +

    25.10.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-qrstringtext.html b/files/src-output-qrstringtext.html index 1cbdef932..0bbcdc100 100644 --- a/files/src-output-qrstringtext.html +++ b/files/src-output-qrstringtext.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.10.2023

    +
    + created +
    +
    +

    25.10.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-output-rgbarraymodulevaluetrait.html b/files/src-output-rgbarraymodulevaluetrait.html index 234d91d04..0da9295c4 100644 --- a/files/src-output-rgbarraymodulevaluetrait.html +++ b/files/src-output-rgbarraymodulevaluetrait.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    06.05.2024

    +
    + created +
    +
    +

    06.05.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - phan-file-suppress -
    -
    - -

    PhanTypeMismatchDeclaredParamNullable

    +
    + phan-file-suppress +
    +
    +

    PhanTypeMismatchDeclaredParamNullable

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-qrcode.html b/files/src-qrcode.html index 5e88c3c63..66ce7819f 100644 --- a/files/src-qrcode.html +++ b/files/src-qrcode.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    26.11.2015

    +
    + created +
    +
    +

    26.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-qrcodeexception.html b/files/src-qrcodeexception.html index fc4dcce4f..580329833 100644 --- a/files/src-qrcodeexception.html +++ b/files/src-qrcodeexception.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    27.11.2015

    +
    + created +
    +
    +

    27.11.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-qrcodereaderoptionstrait.html b/files/src-qrcodereaderoptionstrait.html index b714d9081..92796500e 100644 --- a/files/src-qrcodereaderoptionstrait.html +++ b/files/src-qrcodereaderoptionstrait.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,35 @@
    -
    - created -
    -
    - -

    01.03.2024

    +
    + created +
    +
    +

    01.03.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    -
    - -
    -
    - phan-file-suppress -
    -
    - -

    PhanUnreferencedUseFunction, PhanPropertyHookWithDefaultValue

    +
    + license +
    +
    +

    MIT

    @@ -211,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-qroptions.html b/files/src-qroptions.html index bcbea73f9..d52e169ec 100644 --- a/files/src-qroptions.html +++ b/files/src-qroptions.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    08.12.2015

    +
    + created +
    +
    +

    08.12.2015

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/src-qroptionstrait.html b/files/src-qroptionstrait.html index e3d76e888..7fef42c6d 100644 --- a/files/src-qroptionstrait.html +++ b/files/src-qroptionstrait.html @@ -6,7 +6,10 @@ + + + @@ -136,57 +139,43 @@
    -
    - created -
    -
    - -

    10.03.2018

    +
    + created +
    +
    +

    10.03.2018

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2018 smiley

    +
    + copyright +
    +
    +

    2018 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpUnused, PhpComposerExtensionStubsInspection

    -
    - -
    -
    - phan-file-suppress -
    -
    - -

    PhanUnreferencedUseFunction, PhanPropertyHookWithDefaultValue

    +
    + noinspection +
    +
    +

    PhpUnused, PhpComposerExtensionStubsInspection

    @@ -222,100 +211,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-common-bitbuffertest.html b/files/tests-common-bitbuffertest.html index 48ff167e6..d9401f12c 100644 --- a/files/tests-common-bitbuffertest.html +++ b/files/tests-common-bitbuffertest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    08.02.2016

    +
    + created +
    +
    +

    08.02.2016

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2015 Smiley

    +
    + copyright +
    +
    +

    2015 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-common-eccleveltest.html b/files/tests-common-eccleveltest.html index 7ab0152db..d4af560b7 100644 --- a/files/tests-common-eccleveltest.html +++ b/files/tests-common-eccleveltest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.07.2022

    +
    + created +
    +
    +

    25.07.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-common-ecicharsettest.html b/files/tests-common-ecicharsettest.html index e5a53ee29..8e3512e39 100644 --- a/files/tests-common-ecicharsettest.html +++ b/files/tests-common-ecicharsettest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    13.03.2023

    +
    + created +
    +
    +

    13.03.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-common-maskpatterntest.html b/files/tests-common-maskpatterntest.html index dfedb8611..da2bb4884 100644 --- a/files/tests-common-maskpatterntest.html +++ b/files/tests-common-maskpatterntest.html @@ -6,7 +6,10 @@ + + + @@ -134,57 +137,48 @@
    -
    - created -
    -
    - -

    21.11.2021

    +
    + created +
    +
    +

    21.11.2021

    -
    - author -
    -
    - -

    ZXing Authors

    +
    + author +
    +
    +

    ZXing Authors

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    Apache-2.0

    +
    + license +
    +
    +

    Apache-2.0

    -
    - codingStandardsIgnoreFile -
    -
    - -

    Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast

    +
    + codingStandardsIgnoreFile +
    +
    +

    Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast

    @@ -220,100 +214,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-common-modetest.html b/files/tests-common-modetest.html index ec3fa35f5..a61eeb444 100644 --- a/files/tests-common-modetest.html +++ b/files/tests-common-modetest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.07.2022

    +
    + created +
    +
    +

    25.07.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-common-versiontest.html b/files/tests-common-versiontest.html index 4a6be6749..2116d4301 100644 --- a/files/tests-common-versiontest.html +++ b/files/tests-common-versiontest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    25.07.2022

    +
    + created +
    +
    +

    25.07.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-alphanumtest.html b/files/tests-data-alphanumtest.html index 861134881..5da902d2b 100644 --- a/files/tests-data-alphanumtest.html +++ b/files/tests-data-alphanumtest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    24.11.2017

    +
    + created +
    +
    +

    24.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-bytetest.html b/files/tests-data-bytetest.html index 63513c8c2..f1a9684a1 100644 --- a/files/tests-data-bytetest.html +++ b/files/tests-data-bytetest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    24.11.2017

    +
    + created +
    +
    +

    24.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-datainterfacetestabstract.html b/files/tests-data-datainterfacetestabstract.html index cdcb9b4c5..9ee7bf76d 100644 --- a/files/tests-data-datainterfacetestabstract.html +++ b/files/tests-data-datainterfacetestabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    24.11.2017

    +
    + created +
    +
    +

    24.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-ecitest.html b/files/tests-data-ecitest.html index 19112e628..b2e7ceed7 100644 --- a/files/tests-data-ecitest.html +++ b/files/tests-data-ecitest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    12.03.2023

    +
    + created +
    +
    +

    12.03.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-hanzitest.html b/files/tests-data-hanzitest.html index f8eea8087..8da82cdc3 100644 --- a/files/tests-data-hanzitest.html +++ b/files/tests-data-hanzitest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    20.11.2021

    +
    + created +
    +
    +

    20.11.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-kanjitest.html b/files/tests-data-kanjitest.html index 8337e781d..27f2dc454 100644 --- a/files/tests-data-kanjitest.html +++ b/files/tests-data-kanjitest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    24.11.2017

    +
    + created +
    +
    +

    24.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-numbertest.html b/files/tests-data-numbertest.html index 2ad20e8f5..816b74ddb 100644 --- a/files/tests-data-numbertest.html +++ b/files/tests-data-numbertest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    24.11.2017

    +
    + created +
    +
    +

    24.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-qrdatatest.html b/files/tests-data-qrdatatest.html index 70db2bebd..3f292b014 100644 --- a/files/tests-data-qrdatatest.html +++ b/files/tests-data-qrdatatest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    08.08.2022

    +
    + created +
    +
    +

    08.08.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-data-qrmatrixtest.html b/files/tests-data-qrmatrixtest.html index 27bc78437..37e8a1bbc 100644 --- a/files/tests-data-qrmatrixtest.html +++ b/files/tests-data-qrmatrixtest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    17.11.2017

    +
    + created +
    +
    +

    17.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrepstest.html b/files/tests-output-qrepstest.html index 6828d6859..ceeebd079 100644 --- a/files/tests-output-qrepstest.html +++ b/files/tests-output-qrepstest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    16.03.2023

    +
    + created +
    +
    +

    16.03.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrfpdftest.html b/files/tests-output-qrfpdftest.html index de6054421..d954ffaba 100644 --- a/files/tests-output-qrfpdftest.html +++ b/files/tests-output-qrfpdftest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    03.06.2020

    +
    + created +
    +
    +

    03.06.2020

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2020 smiley

    +
    + copyright +
    +
    +

    2020 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrgdimageaviftest.html b/files/tests-output-qrgdimageaviftest.html index 103bded33..4af49feb5 100644 --- a/files/tests-output-qrgdimageaviftest.html +++ b/files/tests-output-qrgdimageaviftest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    27.11.2023

    +
    + created +
    +
    +

    27.11.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrgdimagebmptest.html b/files/tests-output-qrgdimagebmptest.html index 1f7404a82..8995e0af1 100644 --- a/files/tests-output-qrgdimagebmptest.html +++ b/files/tests-output-qrgdimagebmptest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    05.09.2023

    +
    + created +
    +
    +

    05.09.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrgdimagegiftest.html b/files/tests-output-qrgdimagegiftest.html index 99b74de50..4938aad12 100644 --- a/files/tests-output-qrgdimagegiftest.html +++ b/files/tests-output-qrgdimagegiftest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    11.12.2021

    +
    + created +
    +
    +

    11.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrgdimagejpgtest.html b/files/tests-output-qrgdimagejpgtest.html index 67dc35fa1..398110bd5 100644 --- a/files/tests-output-qrgdimagejpgtest.html +++ b/files/tests-output-qrgdimagejpgtest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    11.12.2021

    +
    + created +
    +
    +

    11.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrgdimagepngtest.html b/files/tests-output-qrgdimagepngtest.html index 9c50b41ff..2846f46f3 100644 --- a/files/tests-output-qrgdimagepngtest.html +++ b/files/tests-output-qrgdimagepngtest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    11.12.2021

    +
    + created +
    +
    +

    11.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrgdimagetestabstract.html b/files/tests-output-qrgdimagetestabstract.html index c9b40e93f..210e518a5 100644 --- a/files/tests-output-qrgdimagetestabstract.html +++ b/files/tests-output-qrgdimagetestabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    24.12.2017

    +
    + created +
    +
    +

    24.12.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrgdimagewebptest.html b/files/tests-output-qrgdimagewebptest.html index c7f0e2528..af8bd19d9 100644 --- a/files/tests-output-qrgdimagewebptest.html +++ b/files/tests-output-qrgdimagewebptest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    05.09.2023

    +
    + created +
    +
    +

    05.09.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrimagicktest.html b/files/tests-output-qrimagicktest.html index a6c350b25..bd9d58657 100644 --- a/files/tests-output-qrimagicktest.html +++ b/files/tests-output-qrimagicktest.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    04.07.2018

    +
    + created +
    +
    +

    04.07.2018

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2018 smiley

    +
    + copyright +
    +
    +

    2018 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrinterventionimagetest.html b/files/tests-output-qrinterventionimagetest.html index 4319037e4..e083eaf95 100644 --- a/files/tests-output-qrinterventionimagetest.html +++ b/files/tests-output-qrinterventionimagetest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    04.05.2024

    +
    + created +
    +
    +

    04.05.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrmarkuphtmltest.html b/files/tests-output-qrmarkuphtmltest.html index 963e1ebb1..daa86eb1b 100644 --- a/files/tests-output-qrmarkuphtmltest.html +++ b/files/tests-output-qrmarkuphtmltest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    11.12.2021

    +
    + created +
    +
    +

    11.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrmarkupsvgtest.html b/files/tests-output-qrmarkupsvgtest.html index 8b04000cb..00aa425cd 100644 --- a/files/tests-output-qrmarkupsvgtest.html +++ b/files/tests-output-qrmarkupsvgtest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    11.12.2021

    +
    + created +
    +
    +

    11.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrmarkuptestabstract.html b/files/tests-output-qrmarkuptestabstract.html index a64e84b46..cc85bd1a9 100644 --- a/files/tests-output-qrmarkuptestabstract.html +++ b/files/tests-output-qrmarkuptestabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    24.12.2017

    +
    + created +
    +
    +

    24.12.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrmarkupxmltest.html b/files/tests-output-qrmarkupxmltest.html index 7beebb911..6aa401339 100644 --- a/files/tests-output-qrmarkupxmltest.html +++ b/files/tests-output-qrmarkupxmltest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    01.05.2024

    +
    + created +
    +
    +

    01.05.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qroutputtestabstract.html b/files/tests-output-qroutputtestabstract.html index 227620e58..cbbe04456 100644 --- a/files/tests-output-qroutputtestabstract.html +++ b/files/tests-output-qroutputtestabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    24.12.2017

    +
    + created +
    +
    +

    24.12.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -203,100 +202,7 @@ should also be used to test custom output modules
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrstringjsontest.html b/files/tests-output-qrstringjsontest.html index 8d8c3227a..8d4f11c5d 100644 --- a/files/tests-output-qrstringjsontest.html +++ b/files/tests-output-qrstringjsontest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    11.12.2021

    +
    + created +
    +
    +

    11.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-output-qrstringtexttest.html b/files/tests-output-qrstringtexttest.html index cd15b0adf..79e2dbf99 100644 --- a/files/tests-output-qrstringtexttest.html +++ b/files/tests-output-qrstringtexttest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    11.12.2021

    +
    + created +
    +
    +

    11.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-qrcodereadergdtest.html b/files/tests-qrcodereadergdtest.html index 2495c8a83..c81373076 100644 --- a/files/tests-qrcodereadergdtest.html +++ b/files/tests-qrcodereadergdtest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    12.12.2021

    +
    + created +
    +
    +

    12.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-qrcodereaderimagicktest.html b/files/tests-qrcodereaderimagicktest.html index ba5f8fad3..757579991 100644 --- a/files/tests-qrcodereaderimagicktest.html +++ b/files/tests-qrcodereaderimagicktest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    12.12.2021

    +
    + created +
    +
    +

    12.12.2021

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 smiley

    +
    + copyright +
    +
    +

    2021 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-qrcodereadertestabstract.html b/files/tests-qrcodereadertestabstract.html index bd54dd5f3..80e9b5673 100644 --- a/files/tests-qrcodereadertestabstract.html +++ b/files/tests-qrcodereadertestabstract.html @@ -6,7 +6,10 @@ + + + @@ -134,57 +137,51 @@
    -
    - created -
    -
    - -

    17.01.2021

    +
    + created +
    +
    +

    17.01.2021

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2021 Smiley

    +
    + copyright +
    +
    +

    2021 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpComposerExtensionStubsInspection

    +
    + noinspection +
    +
    +

    PhpComposerExtensionStubsInspection

    -
    - phan-file-suppress -
    -
    - -

    PhanUndeclaredConstant

    +
    + phan-file-suppress +
    +
    +

    PhanUndeclaredConstant

    @@ -220,100 +217,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-qrcodetest.html b/files/tests-qrcodetest.html index df58772b2..6fda843d6 100644 --- a/files/tests-qrcodetest.html +++ b/files/tests-qrcodetest.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    17.11.2017

    +
    + created +
    +
    +

    17.11.2017

    -
    - author -
    -
    - -

    Smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    Smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2017 Smiley

    +
    + copyright +
    +
    +

    2017 Smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-qroptionstest.html b/files/tests-qroptionstest.html index 86ba25c13..41749416a 100644 --- a/files/tests-qroptionstest.html +++ b/files/tests-qroptionstest.html @@ -6,7 +6,10 @@ + + + @@ -134,48 +137,43 @@
    -
    - created -
    -
    - -

    08.11.2018

    +
    + created +
    +
    +

    08.11.2018

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2018 smiley

    +
    + copyright +
    +
    +

    2018 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    -
    - noinspection -
    -
    - -

    PhpUnusedLocalVariableInspection

    +
    + noinspection +
    +
    +

    PhpUnusedLocalVariableInspection

    @@ -211,100 +209,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-traits-builddirtrait.html b/files/tests-traits-builddirtrait.html index 45c797232..84799c12c 100644 --- a/files/tests-traits-builddirtrait.html +++ b/files/tests-traits-builddirtrait.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    07.01.2024

    +
    + created +
    +
    +

    07.01.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-traits-csscolormodulevalueprovidertrait.html b/files/tests-traits-csscolormodulevalueprovidertrait.html index 04a1faef5..c9fffa040 100644 --- a/files/tests-traits-csscolormodulevalueprovidertrait.html +++ b/files/tests-traits-csscolormodulevalueprovidertrait.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    04.05.2024

    +
    + created +
    +
    +

    04.05.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-traits-qrmatrixdebugtrait.html b/files/tests-traits-qrmatrixdebugtrait.html index 58c640294..88facdc80 100644 --- a/files/tests-traits-qrmatrixdebugtrait.html +++ b/files/tests-traits-qrmatrixdebugtrait.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    26.11.2023

    +
    + created +
    +
    +

    26.11.2023

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2023 smiley

    +
    + copyright +
    +
    +

    2023 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-traits-qrmaxlengthtrait.html b/files/tests-traits-qrmaxlengthtrait.html index cee89ab18..24b53f182 100644 --- a/files/tests-traits-qrmaxlengthtrait.html +++ b/files/tests-traits-qrmaxlengthtrait.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    26.07.2022

    +
    + created +
    +
    +

    26.07.2022

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2022 smiley

    +
    + copyright +
    +
    +

    2022 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/files/tests-traits-rgbarraymodulevalueprovidertrait.html b/files/tests-traits-rgbarraymodulevalueprovidertrait.html index 6b964b842..a26c4f8f5 100644 --- a/files/tests-traits-rgbarraymodulevalueprovidertrait.html +++ b/files/tests-traits-rgbarraymodulevalueprovidertrait.html @@ -6,7 +6,10 @@ + + + @@ -134,39 +137,35 @@
    -
    - created -
    -
    - -

    06.05.2024

    +
    + created +
    +
    +

    06.05.2024

    -
    - author -
    -
    - -

    smiley smiley@chillerlan.net

    +
    + author +
    +
    +

    smiley smiley@chillerlan.net

    -
    - copyright -
    -
    - -

    2024 smiley

    +
    + copyright +
    +
    +

    2024 smiley

    -
    - license -
    -
    - -

    MIT

    +
    + license +
    +
    +

    MIT

    @@ -202,100 +201,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/graphs/classes.html b/graphs/classes.html index f661e2688..ef378c9a7 100644 --- a/graphs/classes.html +++ b/graphs/classes.html @@ -6,7 +6,10 @@ + + + diff --git a/images/apple-touch-icon.png b/images/apple-touch-icon.png new file mode 100644 index 000000000..6b2421a07 Binary files /dev/null and b/images/apple-touch-icon.png differ diff --git a/images/favicon-16x16.png b/images/favicon-16x16.png new file mode 100644 index 000000000..8e8ae3da0 Binary files /dev/null and b/images/favicon-16x16.png differ diff --git a/images/favicon-32x32.png b/images/favicon-32x32.png new file mode 100644 index 000000000..f9ceae69f Binary files /dev/null and b/images/favicon-32x32.png differ diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 000000000..8b391dda1 Binary files /dev/null and b/images/favicon.ico differ diff --git a/index.html b/index.html index 20919ea7e..a5106f2a6 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,10 @@ + + + diff --git a/indices/files.html b/indices/files.html index 8cac4cb8c..4a21b2f23 100644 --- a/indices/files.html +++ b/indices/files.html @@ -6,7 +6,10 @@ + + + diff --git a/js/searchIndex.js b/js/searchIndex.js index af1677b71..78fb9543e 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -3223,22 +3223,22 @@ Search.appendIndex( }, { "fqsen": "\\chillerlan\\QRCode\\QRCodeReaderOptionsTrait\u003A\u003A\u0024readerUseImagickIfAvailable", "name": "readerUseImagickIfAvailable", - "summary": "Use\u0020Imagick\u0020\u0028if\u0020available\u0029\u0020when\u0020reading\u0020QR\u0020Codes,\nenables\u0020Imagick\u0020for\u0020the\u0020QR\u0020Code\u0020reader\u0020if\u0020the\u0020extension\u0020is\u0020available", + "summary": "Use\u0020Imagick\u0020when\u0020reading\u0020QR\u0020Codes.", "url": "classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html#property_readerUseImagickIfAvailable" }, { "fqsen": "\\chillerlan\\QRCode\\QRCodeReaderOptionsTrait\u003A\u003A\u0024readerGrayscale", "name": "readerGrayscale", - "summary": "Grayscale\u0020the\u0020image\u0020before\u0020reading", + "summary": "Grayscale\u0020the\u0020image\u0020before\u0020reading.", "url": "classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html#property_readerGrayscale" }, { "fqsen": "\\chillerlan\\QRCode\\QRCodeReaderOptionsTrait\u003A\u003A\u0024readerInvertColors", "name": "readerInvertColors", - "summary": "Invert\u0020the\u0020colors\u0020of\u0020the\u0020image", + "summary": "Invert\u0020the\u0020colors\u0020of\u0020the\u0020image.", "url": "classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html#property_readerInvertColors" }, { "fqsen": "\\chillerlan\\QRCode\\QRCodeReaderOptionsTrait\u003A\u003A\u0024readerIncreaseContrast", "name": "readerIncreaseContrast", - "summary": "Increase\u0020the\u0020contrast\u0020before\u0020reading", + "summary": "Increase\u0020the\u0020contrast\u0020before\u0020reading.", "url": "classes/chillerlan-QRCode-QRCodeReaderOptionsTrait.html#property_readerIncreaseContrast" }, { "fqsen": "\\chillerlan\\QRCode\\QROptions", diff --git a/namespaces/chillerlan-qrcode-common.html b/namespaces/chillerlan-qrcode-common.html index 75653be7f..7cef5ff6b 100644 --- a/namespaces/chillerlan-qrcode-common.html +++ b/namespaces/chillerlan-qrcode-common.html @@ -6,7 +6,10 @@ + + + @@ -165,100 +168,7 @@ ISO/IEC 18004:2000 Section 8.8.2 - Evaluation of masking results
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcode-data.html b/namespaces/chillerlan-qrcode-data.html index 4e2d36d07..0a4f1d350 100644 --- a/namespaces/chillerlan-qrcode-data.html +++ b/namespaces/chillerlan-qrcode-data.html @@ -6,7 +6,10 @@ + + + @@ -161,100 +164,7 @@ maps the ECC coded binary data and applies the mask pattern
    -
    -
    -
    -
    
    -        
    - -
    - - - - +
    diff --git a/namespaces/chillerlan-qrcode-decoder.html b/namespaces/chillerlan-qrcode-decoder.html index f19e39370..6da4e1a99 100644 --- a/namespaces/chillerlan-qrcode-decoder.html +++ b/namespaces/chillerlan-qrcode-decoder.html @@ -6,7 +6,10 @@ + + + @@ -159,100 +162,7 @@ as well as a String interpretation of those bytes, if applicable.
    -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcode-detector.html b/namespaces/chillerlan-qrcode-detector.html index dccec0696..e71c0c478 100644 --- a/namespaces/chillerlan-qrcode-detector.html +++ b/namespaces/chillerlan-qrcode-detector.html @@ -6,7 +6,10 @@ + + + @@ -167,100 +170,7 @@ would be the location of a finder pattern or the corner of the barcode, for exam -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcode-output.html b/namespaces/chillerlan-qrcode-output.html index cb462bb96..214c7bd00 100644 --- a/namespaces/chillerlan-qrcode-output.html +++ b/namespaces/chillerlan-qrcode-output.html @@ -6,7 +6,10 @@ + + + @@ -167,100 +170,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcode.html b/namespaces/chillerlan-qrcode.html index 29a54d9b2..17c2a9940 100644 --- a/namespaces/chillerlan-qrcode.html +++ b/namespaces/chillerlan-qrcode.html @@ -6,7 +6,10 @@ + + + @@ -171,100 +174,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcodetest-common.html b/namespaces/chillerlan-qrcodetest-common.html index ad5c3009a..dbfc520ce 100644 --- a/namespaces/chillerlan-qrcodetest-common.html +++ b/namespaces/chillerlan-qrcodetest-common.html @@ -6,7 +6,10 @@ + + + @@ -153,100 +156,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcodetest-data.html b/namespaces/chillerlan-qrcodetest-data.html index 1e7d7ee2b..dedba5bfe 100644 --- a/namespaces/chillerlan-qrcodetest-data.html +++ b/namespaces/chillerlan-qrcodetest-data.html @@ -6,7 +6,10 @@ + + + @@ -153,100 +156,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcodetest-output.html b/namespaces/chillerlan-qrcodetest-output.html index aa82ad19d..88bc80c5d 100644 --- a/namespaces/chillerlan-qrcodetest-output.html +++ b/namespaces/chillerlan-qrcodetest-output.html @@ -6,7 +6,10 @@ + + + @@ -154,100 +157,7 @@ should also be used to test custom output modules
    -
    -
    -
    -
    
    -        
    - -
    - - - - +
    diff --git a/namespaces/chillerlan-qrcodetest-traits.html b/namespaces/chillerlan-qrcodetest-traits.html index 89183bb52..8f9d80fba 100644 --- a/namespaces/chillerlan-qrcodetest-traits.html +++ b/namespaces/chillerlan-qrcodetest-traits.html @@ -6,7 +6,10 @@ + + + @@ -153,100 +156,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan-qrcodetest.html b/namespaces/chillerlan-qrcodetest.html index eefb04a3e..5147e6592 100644 --- a/namespaces/chillerlan-qrcodetest.html +++ b/namespaces/chillerlan-qrcodetest.html @@ -6,7 +6,10 @@ + + + @@ -163,100 +166,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/chillerlan.html b/namespaces/chillerlan.html index 334287ab9..be1eb6bc4 100644 --- a/namespaces/chillerlan.html +++ b/namespaces/chillerlan.html @@ -6,7 +6,10 @@ + + + @@ -153,100 +156,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/namespaces/default.html b/namespaces/default.html index 274373612..98a69fc4b 100644 --- a/namespaces/default.html +++ b/namespaces/default.html @@ -6,7 +6,10 @@ + + + @@ -152,100 +155,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/packages/Application.html b/packages/Application.html index d22b270a4..7ae93ce55 100644 --- a/packages/Application.html +++ b/packages/Application.html @@ -6,7 +6,10 @@ + + + @@ -192,100 +195,7 @@ should also be used to test custom output modules
    -
    -
    -
    -
    
    -        
    - -
    - - - - +
    diff --git a/packages/default.html b/packages/default.html index f8c029230..25781c73a 100644 --- a/packages/default.html +++ b/packages/default.html @@ -6,7 +6,10 @@ + + + @@ -152,100 +155,7 @@ -
    -
    -
    -
    -
    
    -        
    - -
    -
    - - - +
    diff --git a/reports/deprecated.html b/reports/deprecated.html index 993f737e8..a58ee8a06 100644 --- a/reports/deprecated.html +++ b/reports/deprecated.html @@ -7,7 +7,10 @@ + + + diff --git a/reports/errors.html b/reports/errors.html index 854c39dfd..3ba6b05b2 100644 --- a/reports/errors.html +++ b/reports/errors.html @@ -7,7 +7,10 @@ + + + diff --git a/reports/markers.html b/reports/markers.html index 6a40fd1c9..5db751406 100644 --- a/reports/markers.html +++ b/reports/markers.html @@ -7,7 +7,10 @@ + + +