Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6a26d3a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Oct 16, 2023
1 parent 30dabe4 commit 34bbb31
Show file tree
Hide file tree
Showing 13 changed files with 4,720 additions and 277 deletions.
82 changes: 68 additions & 14 deletions classes/chillerlan-QRCode-Data-QRMatrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,13 @@ <h4 id="toc-methods">
</dt>
<dd>Inverts the values of the whole matrix</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_isDark">isDark()</a>
<span>
&nbsp;: bool </span>
</dt>
<dd>Checks whether the given $M_TYPE is a dark value</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_mask">mask()</a>
<span>
Expand Down Expand Up @@ -1657,7 +1664,7 @@ <h4 class="phpdocumentor-element__name" id="method_checkNeighbours">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">372</span>
<span class="phpdocumentor-element-found-in__line">384</span>

</aside>

Expand Down Expand Up @@ -2247,7 +2254,7 @@ <h4 class="phpdocumentor-element__name" id="method_invert">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">618</span>
<span class="phpdocumentor-element-found-in__line">636</span>

</aside>

Expand All @@ -2270,6 +2277,52 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">self</span>
</section>

</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_isDark">
isDark()
<a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_isDark" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">370</span>

</aside>

<p class="phpdocumentor-summary">Checks whether the given $M_TYPE is a dark value</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">isDark</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$M_TYPE</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>

<div class="phpdocumentor-label-line">
</div>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$M_TYPE</span>
: <span class="phpdocumentor-signature__argument__return-type">int</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>



<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">bool</span>
</section>

</article>
<article
class="phpdocumentor-element
Expand All @@ -2285,7 +2338,7 @@ <h4 class="phpdocumentor-element__name" id="method_mask">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">767</span>
<span class="phpdocumentor-element-found-in__line">784</span>

</aside>

Expand Down Expand Up @@ -2477,7 +2530,7 @@ <h4 class="phpdocumentor-element__name" id="method_rotate90">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">606</span>
<span class="phpdocumentor-element-found-in__line">624</span>

</aside>

Expand Down Expand Up @@ -2583,7 +2636,7 @@ <h4 class="phpdocumentor-element__name" id="method_setAlignmentPattern">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">462</span>
<span class="phpdocumentor-element-found-in__line">474</span>

</aside>

Expand Down Expand Up @@ -2702,7 +2755,7 @@ <h4 class="phpdocumentor-element__name" id="method_setDarkModule">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">397</span>
<span class="phpdocumentor-element-found-in__line">409</span>

</aside>

Expand Down Expand Up @@ -2740,7 +2793,7 @@ <h4 class="phpdocumentor-element__name" id="method_setFinderPattern">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">408</span>
<span class="phpdocumentor-element-found-in__line">420</span>

</aside>

Expand Down Expand Up @@ -2778,7 +2831,7 @@ <h4 class="phpdocumentor-element__name" id="method_setFormatInfo">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">537</span>
<span class="phpdocumentor-element-found-in__line">549</span>

</aside>

Expand Down Expand Up @@ -2826,7 +2879,7 @@ <h4 class="phpdocumentor-element__name" id="method_setLogoSpace">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">657</span>
<span class="phpdocumentor-element-found-in__line">675</span>

</aside>

Expand Down Expand Up @@ -2927,7 +2980,7 @@ <h4 class="phpdocumentor-element__name" id="method_setQuietZone">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">579</span>
<span class="phpdocumentor-element-found-in__line">592</span>

</aside>

Expand Down Expand Up @@ -2990,7 +3043,7 @@ <h4 class="phpdocumentor-element__name" id="method_setSeparators">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">432</span>
<span class="phpdocumentor-element-found-in__line">444</span>

</aside>

Expand Down Expand Up @@ -3028,7 +3081,7 @@ <h4 class="phpdocumentor-element__name" id="method_setTimingPattern">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">491</span>
<span class="phpdocumentor-element-found-in__line">503</span>

</aside>

Expand Down Expand Up @@ -3066,7 +3119,7 @@ <h4 class="phpdocumentor-element__name" id="method_setVersionNumber">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">513</span>
<span class="phpdocumentor-element-found-in__line">525</span>

</aside>

Expand Down Expand Up @@ -3238,7 +3291,7 @@ <h4 class="phpdocumentor-element__name" id="method_writeCodewords">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/QRMatrix.php"><a href="files/src-data-qrmatrix.html"><abbr title="src/Data/QRMatrix.php">QRMatrix.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">720</span>
<span class="phpdocumentor-element-found-in__line">737</span>

</aside>

Expand Down Expand Up @@ -3493,6 +3546,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_getVersion">getVersion()</a></li>
<li><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_initFunctionalPatterns">initFunctionalPatterns()</a></li>
<li><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_invert">invert()</a></li>
<li><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_isDark">isDark()</a></li>
<li><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_mask">mask()</a></li>
<li><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_maskPattern">maskPattern()</a></li>
<li><a href="classes/chillerlan-QRCode-Data-QRMatrix.html#method_matrix">matrix()</a></li>
Expand Down
Loading

0 comments on commit 34bbb31

Please sign in to comment.