Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9964cf8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Sep 24, 2024
1 parent 93ade2a commit 2d0961c
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 247 deletions.
302 changes: 154 additions & 148 deletions classes/chillerlan-QRCode-Data-AlphaNum.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,66 +193,12 @@ <h4 id="toc-constants">
</dt>

<dt class="phpdocumentor-table-of-contents__entry -constant -private">
<a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD">CHAR_TO_ORD</a>
<a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP">CHAR_MAP</a>
<span>
&nbsp;= [
// phpcs:ignore
&#039;0&#039; =&gt; 0,
&#039;1&#039; =&gt; 1,
&#039;2&#039; =&gt; 2,
&#039;3&#039; =&gt; 3,
&#039;4&#039; =&gt; 4,
&#039;5&#039; =&gt; 5,
&#039;6&#039; =&gt; 6,
&#039;7&#039; =&gt; 7,
// phpcs:ignore
&#039;8&#039; =&gt; 8,
&#039;9&#039; =&gt; 9,
&#039;A&#039; =&gt; 10,
&#039;B&#039; =&gt; 11,
&#039;C&#039; =&gt; 12,
&#039;D&#039; =&gt; 13,
&#039;E&#039; =&gt; 14,
&#039;F&#039; =&gt; 15,
&#039;G&#039; =&gt; 16,
&#039;H&#039; =&gt; 17,
&#039;I&#039; =&gt; 18,
&#039;J&#039; =&gt; 19,
&#039;K&#039; =&gt; 20,
&#039;L&#039; =&gt; 21,
&#039;M&#039; =&gt; 22,
&#039;N&#039; =&gt; 23,
&#039;O&#039; =&gt; 24,
&#039;P&#039; =&gt; 25,
&#039;Q&#039; =&gt; 26,
&#039;R&#039; =&gt; 27,
&#039;S&#039; =&gt; 28,
&#039;T&#039; =&gt; 29,
&#039;U&#039; =&gt; 30,
&#039;V&#039; =&gt; 31,
&#039;W&#039; =&gt; 32,
&#039;X&#039; =&gt; 33,
&#039;Y&#039; =&gt; 34,
&#039;Z&#039; =&gt; 35,
&#039; &#039; =&gt; 36,
&#039;$&#039; =&gt; 37,
&#039;%&#039; =&gt; 38,
&#039;*&#039; =&gt; 39,
&#039;+&#039; =&gt; 40,
&#039;-&#039; =&gt; 41,
&#039;.&#039; =&gt; 42,
&#039;/&#039; =&gt; 43,
&#039;:&#039; =&gt; 44,
] </span>
&nbsp;= &#039;0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:&#039; </span>
</dt>
<dd>ISO/IEC 18004:2000 Table 5</dd>

<dt class="phpdocumentor-table-of-contents__entry -constant -private">
<a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR">ORD_TO_CHAR</a>
<span>
&nbsp;= [&#039;0&#039;, &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039;, &#039;5&#039;, &#039;6&#039;, &#039;7&#039;, &#039;8&#039;, &#039;9&#039;, &#039;A&#039;, &#039;B&#039;, &#039;C&#039;, &#039;D&#039;, &#039;E&#039;, &#039;F&#039;, &#039;G&#039;, &#039;H&#039;, &#039;I&#039;, &#039;J&#039;, &#039;K&#039;, &#039;L&#039;, &#039;M&#039;, &#039;N&#039;, &#039;O&#039;, &#039;P&#039;, &#039;Q&#039;, &#039;R&#039;, &#039;S&#039;, &#039;T&#039;, &#039;U&#039;, &#039;V&#039;, &#039;W&#039;, &#039;X&#039;, &#039;Y&#039;, &#039;Z&#039;, &#039; &#039;, &#039;$&#039;, &#039;%&#039;, &#039;*&#039;, &#039;+&#039;, &#039;-&#039;, &#039;.&#039;, &#039;/&#039;, &#039;:&#039;] </span>
</dt>

</dl>


Expand Down Expand Up @@ -333,6 +279,18 @@ <h4 id="toc-methods">
</dt>
<dd>shortcut</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr">chr()</a>
<span>
&nbsp;: string </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord">ord()</a>
<span>
&nbsp;: int </span>
</dt>

</dl>


Expand All @@ -354,7 +312,7 @@ <h4 class="phpdocumentor-element__name" id="constant_DATAMODE">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">53</span>
<span class="phpdocumentor-element-found-in__line">32</span>

</aside>

Expand All @@ -376,9 +334,9 @@ <h4 class="phpdocumentor-element__name" id="constant_DATAMODE">

</article>
<article class="phpdocumentor-element -constant -private ">
<h4 class="phpdocumentor-element__name" id="constant_CHAR_TO_ORD">
CHAR_TO_ORD
<a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD" class="headerlink"><i class="fas fa-link"></i></a>
<h4 class="phpdocumentor-element__name" id="constant_CHAR_MAP">
CHAR_MAP
<a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP" class="headerlink"><i class="fas fa-link"></i></a>

</h4>

Expand All @@ -394,88 +352,9 @@ <h4 class="phpdocumentor-element__name" id="constant_CHAR_TO_ORD">

<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
<span class="phpdocumentor-signature__name">CHAR_TO_ORD</span>
= <span class="phpdocumentor-signature__default-value">[
// phpcs:ignore
&#039;0&#039; =&gt; 0,
&#039;1&#039; =&gt; 1,
&#039;2&#039; =&gt; 2,
&#039;3&#039; =&gt; 3,
&#039;4&#039; =&gt; 4,
&#039;5&#039; =&gt; 5,
&#039;6&#039; =&gt; 6,
&#039;7&#039; =&gt; 7,
// phpcs:ignore
&#039;8&#039; =&gt; 8,
&#039;9&#039; =&gt; 9,
&#039;A&#039; =&gt; 10,
&#039;B&#039; =&gt; 11,
&#039;C&#039; =&gt; 12,
&#039;D&#039; =&gt; 13,
&#039;E&#039; =&gt; 14,
&#039;F&#039; =&gt; 15,
&#039;G&#039; =&gt; 16,
&#039;H&#039; =&gt; 17,
&#039;I&#039; =&gt; 18,
&#039;J&#039; =&gt; 19,
&#039;K&#039; =&gt; 20,
&#039;L&#039; =&gt; 21,
&#039;M&#039; =&gt; 22,
&#039;N&#039; =&gt; 23,
&#039;O&#039; =&gt; 24,
&#039;P&#039; =&gt; 25,
&#039;Q&#039; =&gt; 26,
&#039;R&#039; =&gt; 27,
&#039;S&#039; =&gt; 28,
&#039;T&#039; =&gt; 29,
&#039;U&#039; =&gt; 30,
&#039;V&#039; =&gt; 31,
&#039;W&#039; =&gt; 32,
&#039;X&#039; =&gt; 33,
&#039;Y&#039; =&gt; 34,
&#039;Z&#039; =&gt; 35,
&#039; &#039; =&gt; 36,
&#039;$&#039; =&gt; 37,
&#039;%&#039; =&gt; 38,
&#039;*&#039; =&gt; 39,
&#039;+&#039; =&gt; 40,
&#039;-&#039; =&gt; 41,
&#039;.&#039; =&gt; 42,
&#039;/&#039; =&gt; 43,
&#039;:&#039; =&gt; 44,
]</span>
</code>








</article>
<article class="phpdocumentor-element -constant -private ">
<h4 class="phpdocumentor-element__name" id="constant_ORD_TO_CHAR">
ORD_TO_CHAR
<a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR" 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/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>

</aside>



<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
<span class="phpdocumentor-signature__name">ORD_TO_CHAR</span>
= <span class="phpdocumentor-signature__default-value">[&#039;0&#039;, &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039;, &#039;5&#039;, &#039;6&#039;, &#039;7&#039;, &#039;8&#039;, &#039;9&#039;, &#039;A&#039;, &#039;B&#039;, &#039;C&#039;, &#039;D&#039;, &#039;E&#039;, &#039;F&#039;, &#039;G&#039;, &#039;H&#039;, &#039;I&#039;, &#039;J&#039;, &#039;K&#039;, &#039;L&#039;, &#039;M&#039;, &#039;N&#039;, &#039;O&#039;, &#039;P&#039;, &#039;Q&#039;, &#039;R&#039;, &#039;S&#039;, &#039;T&#039;, &#039;U&#039;, &#039;V&#039;, &#039;W&#039;, &#039;X&#039;, &#039;Y&#039;, &#039;Z&#039;, &#039; &#039;, &#039;$&#039;, &#039;%&#039;, &#039;*&#039;, &#039;+&#039;, &#039;-&#039;, &#039;.&#039;, &#039;/&#039;, &#039;:&#039;]</span>
<span class="phpdocumentor-signature__type">string</span>
<span class="phpdocumentor-signature__name">CHAR_MAP</span>
= <span class="phpdocumentor-signature__default-value">&#039;0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:&#039;</span>
</code>


Expand Down Expand Up @@ -663,7 +542,7 @@ <h4 class="phpdocumentor-element__name" id="method_decodeSegment">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">103</span>
<span class="phpdocumentor-element-found-in__line">71</span>

</aside>

Expand Down Expand Up @@ -741,7 +620,7 @@ <h4 class="phpdocumentor-element__name" id="method_getLengthInBits">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">55</span>
<span class="phpdocumentor-element-found-in__line">34</span>

</aside>

Expand Down Expand Up @@ -780,7 +659,7 @@ <h4 class="phpdocumentor-element__name" id="method_validateString">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">59</span>
<span class="phpdocumentor-element-found-in__line">38</span>

</aside>

Expand Down Expand Up @@ -829,7 +708,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">74</span>
<span class="phpdocumentor-element-found-in__line">42</span>

</aside>

Expand Down Expand Up @@ -953,6 +832,132 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>



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

</article>
<article
class="phpdocumentor-element
-method
-private
-static "
>
<h4 class="phpdocumentor-element__name" id="method_chr">
chr()
<a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr" 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/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">115</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">chr</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ord</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</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">$ord</span>
: <span class="phpdocumentor-signature__argument__return-type">int</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>


<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr#tags" class="headerlink"><i class="fas fa-link"></i></a>

</h5>
<dl class="phpdocumentor-tag-list">
<dt class="phpdocumentor-tag-list__entry">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Data-QRCodeDataException.html"><abbr title="\chillerlan\QRCode\Data\QRCodeDataException">QRCodeDataException</abbr></a></span>


</dd>
</dl>



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

</article>
<article
class="phpdocumentor-element
-method
-private
"
>
<h4 class="phpdocumentor-element__name" id="method_ord">
ord()
<a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord" 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/AlphaNum.php"><a href="files/src-data-alphanum.html"><abbr title="src/Data/AlphaNum.php">AlphaNum.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">102</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__name">ord</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$chr</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</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">$chr</span>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>


<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord#tags" class="headerlink"><i class="fas fa-link"></i></a>

</h5>
<dl class="phpdocumentor-tag-list">
<dt class="phpdocumentor-tag-list__entry">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-QRCode-Data-QRCodeDataException.html"><abbr title="\chillerlan\QRCode\Data\QRCodeDataException">QRCodeDataException</abbr></a></span>


</dd>
</dl>



<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">int</span>
Expand Down Expand Up @@ -1073,8 +1078,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li>
<ul class="phpdocumentor-list -clean">
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_DATAMODE">DATAMODE</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD">CHAR_TO_ORD</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR">ORD_TO_CHAR</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP">CHAR_MAP</a></li>
</ul>
</li>

Expand All @@ -1096,6 +1100,8 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_write">write()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getCharCount">getCharCount()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-QRDataModeAbstract.html#method_getLengthBits">getLengthBits()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr">chr()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord">ord()</a></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 2d0961c

Please sign in to comment.