From 1f7e8fd977a9ffac477561e3ea111ed705c41755 Mon Sep 17 00:00:00 2001 From: codemasher Date: Thu, 9 Oct 2025 22:00:40 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20chillerl?= =?UTF-8?q?an/php-qrcode@89de3849dd1c4c47b376fce1ea5bfd4fb21cfb01=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/chillerlan-QRCode-Output-QREps.html | 70 +++++---- classes/chillerlan-QRCode-Output-QRFpdf.html | 143 +++++++++++++++--- .../chillerlan-QRCode-Output-QRGdImage.html | 143 +++++++++++++++--- ...hillerlan-QRCode-Output-QRGdImageAVIF.html | 143 +++++++++++++++--- ...chillerlan-QRCode-Output-QRGdImageBMP.html | 143 +++++++++++++++--- ...chillerlan-QRCode-Output-QRGdImageGIF.html | 143 +++++++++++++++--- ...hillerlan-QRCode-Output-QRGdImageJPEG.html | 143 +++++++++++++++--- ...chillerlan-QRCode-Output-QRGdImagePNG.html | 143 +++++++++++++++--- ...hillerlan-QRCode-Output-QRGdImageWEBP.html | 143 +++++++++++++++--- .../chillerlan-QRCode-Output-QRImagick.html | 143 +++++++++++++++--- ...lan-QRCode-Output-QRInterventionImage.html | 143 +++++++++++++++--- .../chillerlan-QRCode-Output-QRMarkup.html | 143 +++++++++++++++--- ...chillerlan-QRCode-Output-QRMarkupHTML.html | 143 +++++++++++++++--- .../chillerlan-QRCode-Output-QRMarkupSVG.html | 72 +++++---- .../chillerlan-QRCode-Output-QRMarkupXML.html | 143 +++++++++++++++--- ...lerlan-QRCode-Output-QROutputAbstract.html | 143 +++++++++++++++--- ...chillerlan-QRCode-Output-QRStringJSON.html | 143 +++++++++++++++--- ...chillerlan-QRCode-Output-QRStringText.html | 143 +++++++++++++++--- ...lan-QRCodeTest-Common-MaskPatternTest.html | 22 +-- js/searchIndex.js | 19 ++- 20 files changed, 2004 insertions(+), 467 deletions(-) diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html index 2ceb9f42b..e857c07bb 100644 --- a/classes/chillerlan-QRCode-Output-QREps.html +++ b/classes/chillerlan-QRCode-Output-QREps.html @@ -358,8 +358,8 @@  : array<int, mixed> -
collects the modules per QRMatrix::M_* type and runs a $transform function on each module and -returns an array with the transformed modules
+
collects the modules per QRMatrix::M_* type, runs a transform method on each module and +returns an array with the transformed modules.
copyVars() @@ -419,9 +419,9 @@ in long loops for a significant performance increase.
Returns the main header for the EPS file, including function definitions and background
- module() + moduleTransform() -  : string +  : string|null
Returns a path segment for a single module
@@ -1382,39 +1382,38 @@ you need to supply the $file parameter here in that case (or handle the option v -

collects the modules per QRMatrix::M_* type and runs a $transform function on each module and -returns an array with the transformed modules

+

collects the modules per QRMatrix::M_* type, runs a transform method on each module and +returns an array with the transformed modules.

protected - collectModules(Closure $transform) : array<int, mixed> + collectModules() : array<int, mixed>
-

The transform callback is called with the following parameters:

-

$x - current column -$y - current row -$M_TYPE - field value -$M_TYPE_LAYER - (possibly modified) field value that acts as layer id

-
- -
Parameters
-
-
- $transform - : Closure -
-
- -
-
- + + +
+ Tags + + +
+
+
+ see +
+
+ QROutputAbstract::moduleTransform() + + +
+
@@ -1841,9 +1840,9 @@ in long loops for a significant performance increase.

-protected " > -

- module() - +

+ moduleTransform() +