Deploying to gh-pages from @ chillerlan/php-qrcode@9964cf8ff1 🚀

This commit is contained in:
codemasher
2024-09-24 15:05:21 +00:00
parent 93ade2a1e5
commit 2d0961c63b
3 changed files with 173 additions and 248 deletions
+154 -148
View File
@@ -193,66 +193,12 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
</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>
@@ -333,6 +279,18 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
</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>
@@ -354,7 +312,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -376,9 +334,9 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
</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>
@@ -394,88 +352,9 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -663,7 +542,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -741,7 +620,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -780,7 +659,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -829,7 +708,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -953,6 +832,132 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -1073,8 +1078,7 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
@@ -1096,6 +1100,8 @@ ISO/IEC 18004:2000 Section 8.4.3</p>
<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>
+6 -82
View File
@@ -192,18 +192,6 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
&nbsp;= \chillerlan\QRCode\Common\Mode::NUMBER </span>
</dt>
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
<a class="" href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD">NUMBER_TO_ORD</a>
<span>
&nbsp;= [&#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, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9] </span>
</dt>
<dt class="phpdocumentor-table-of-contents__entry -constant -private">
<a class="" href="classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER">ORD_TO_NUMBER</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;] </span>
</dt>
</dl>
@@ -312,7 +300,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">39</span>
<span class="phpdocumentor-element-found-in__line">25</span>
</aside>
@@ -332,68 +320,6 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
</article>
<article class="phpdocumentor-element -constant -private ">
<h4 class="phpdocumentor-element__name" id="constant_NUMBER_TO_ORD">
NUMBER_TO_ORD
<a href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_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/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">28</span>
</aside>
<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">NUMBER_TO_ORD</span>
= <span class="phpdocumentor-signature__default-value">[&#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, &#039;8&#039; =&gt; 8, &#039;9&#039; =&gt; 9]</span>
</code>
</article>
<article class="phpdocumentor-element -constant -private ">
<h4 class="phpdocumentor-element__name" id="constant_ORD_TO_NUMBER">
ORD_TO_NUMBER
<a href="classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER" 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/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">35</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_NUMBER</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;]</span>
</code>
</article>
</section>
@@ -572,7 +498,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">118</span>
<span class="phpdocumentor-element-found-in__line">93</span>
</aside>
@@ -650,7 +576,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">41</span>
<span class="phpdocumentor-element-found-in__line">27</span>
</aside>
@@ -689,7 +615,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">45</span>
<span class="phpdocumentor-element-found-in__line">31</span>
</aside>
@@ -738,7 +664,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">60</span>
<span class="phpdocumentor-element-found-in__line">35</span>
</aside>
@@ -882,7 +808,7 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Data/Number.php"><a href="files/src-data-number.html"><abbr title="src/Data/Number.php">Number.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">97</span>
<span class="phpdocumentor-element-found-in__line">72</span>
</aside>
@@ -1046,8 +972,6 @@ ISO/IEC 18004:2000 Section 8.4.2</p>
<li>
<ul class="phpdocumentor-list -clean">
<li class=""><a href="classes/chillerlan-QRCode-Data-Number.html#constant_DATAMODE">DATAMODE</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD">NUMBER_TO_ORD</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER">ORD_TO_NUMBER</a></li>
</ul>
</li>
+13 -18
View File
@@ -896,15 +896,20 @@ Search.appendIndex(
"summary": "reads\u0020a\u0020segment\u0020from\u0020the\u0020BitBuffer\u0020and\u0020decodes\u0020in\u0020the\u0020current\u0020data\u0020mode",
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#method_decodeSegment"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003ACHAR_TO_ORD",
"name": "CHAR_TO_ORD",
"summary": "ISO\/IEC\u002018004\u003A2000\u0020Table\u00205",
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_TO_ORD"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003AORD_TO_CHAR",
"name": "ORD_TO_CHAR",
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003Aord\u0028\u0029",
"name": "ord",
"summary": "",
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#constant_ORD_TO_CHAR"
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#method_ord"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003Achr\u0028\u0029",
"name": "chr",
"summary": "",
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#method_chr"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003ACHAR_MAP",
"name": "CHAR_MAP",
"summary": "ISO\/IEC\u002018004\u003A2000\u0020Table\u00205",
"url": "classes/chillerlan-QRCode-Data-AlphaNum.html#constant_CHAR_MAP"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\AlphaNum\u003A\u003ADATAMODE",
"name": "DATAMODE",
@@ -1110,16 +1115,6 @@ Search.appendIndex(
"name": "decodeSegment",
"summary": "reads\u0020a\u0020segment\u0020from\u0020the\u0020BitBuffer\u0020and\u0020decodes\u0020in\u0020the\u0020current\u0020data\u0020mode",
"url": "classes/chillerlan-QRCode-Data-Number.html#method_decodeSegment"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\Number\u003A\u003ANUMBER_TO_ORD",
"name": "NUMBER_TO_ORD",
"summary": "",
"url": "classes/chillerlan-QRCode-Data-Number.html#constant_NUMBER_TO_ORD"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\Number\u003A\u003AORD_TO_NUMBER",
"name": "ORD_TO_NUMBER",
"summary": "",
"url": "classes/chillerlan-QRCode-Data-Number.html#constant_ORD_TO_NUMBER"
}, {
"fqsen": "\\chillerlan\\QRCode\\Data\\Number\u003A\u003ADATAMODE",
"name": "DATAMODE",