Skip to content

Commit

Permalink
Deploying to gh-pages from @ c954db6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jul 10, 2024
1 parent 6bbfc2b commit 75308ed
Show file tree
Hide file tree
Showing 220 changed files with 6,097 additions and 3,928 deletions.
91 changes: 55 additions & 36 deletions classes/Output-QRGdImageAVIFTest.html

Large diffs are not rendered by default.

66 changes: 40 additions & 26 deletions classes/chillerlan-QRCode-Common-BitBuffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ <h2 class="phpdocumentor-content__title">




<h3 id="toc">
Table of Contents
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
Expand All @@ -186,28 +187,28 @@ <h4 id="toc-properties">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bitsRead">$bitsRead</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bitsRead">$bitsRead</a>
<span>
&nbsp;: int </span>
</dt>
<dd>Read count (bits)</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_buffer">$buffer</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_buffer">$buffer</a>
<span>
&nbsp;: array&lt;string|int, int&gt; </span>
</dt>
<dd>The buffer content</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bytesRead">$bytesRead</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bytesRead">$bytesRead</a>
<span>
&nbsp;: int </span>
</dt>
<dd>Read count (bytes)</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_length">$length</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_length">$length</a>
<span>
&nbsp;: int </span>
</dt>
Expand All @@ -222,61 +223,61 @@ <h4 id="toc-methods">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method___construct">__construct()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method___construct">__construct()</a>
<span>
&nbsp;: mixed </span>
</dt>
<dd>BitBuffer constructor.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_available">available()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_available">available()</a>
<span>
&nbsp;: int </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_clear">clear()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_clear">clear()</a>
<span>
&nbsp;: self </span>
</dt>
<dd>Clears the buffer and resets the stats</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getBuffer">getBuffer()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getBuffer">getBuffer()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
<dd>returns the buffer content</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getLength">getLength()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getLength">getLength()</a>
<span>
&nbsp;: int </span>
</dt>
<dd>returns the current buffer length</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_put">put()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_put">put()</a>
<span>
&nbsp;: self </span>
</dt>
<dd>appends a sequence of bits</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_putBit">putBit()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_putBit">putBit()</a>
<span>
&nbsp;: self </span>
</dt>
<dd>appends a single bit</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_read">read()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_read">read()</a>
<span>
&nbsp;: int </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_rewind">rewind()</a>
<a class="" href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_rewind">rewind()</a>
<span>
&nbsp;: self </span>
</dt>
Expand Down Expand Up @@ -318,6 +319,7 @@ <h4 class="phpdocumentor-element__name" id="property_bitsRead">

<p class="phpdocumentor-summary">Read count (bits)</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">int</span>
Expand Down Expand Up @@ -354,6 +356,7 @@ <h4 class="phpdocumentor-element__name" id="property_buffer">

<p class="phpdocumentor-summary">The buffer content</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
Expand Down Expand Up @@ -390,6 +393,7 @@ <h4 class="phpdocumentor-element__name" id="property_bytesRead">

<p class="phpdocumentor-summary">Read count (bytes)</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">int</span>
Expand Down Expand Up @@ -426,6 +430,7 @@ <h4 class="phpdocumentor-element__name" id="property_length">

<p class="phpdocumentor-summary">Length of the content (bits)</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">int</span>
Expand Down Expand Up @@ -474,6 +479,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
<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">
Expand Down Expand Up @@ -519,6 +525,7 @@ <h4 class="phpdocumentor-element__name" id="method_available">







Expand Down Expand Up @@ -561,6 +568,7 @@ <h4 class="phpdocumentor-element__name" id="method_clear">







Expand Down Expand Up @@ -596,6 +604,7 @@ <h4 class="phpdocumentor-element__name" id="method_getBuffer">

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

<section class="phpdocumentor-description"><p>to debug: array_map(fn($v) =&gt; sprintf('%08b', $v), $bitBuffer-&gt;getBuffer())</p>
</section>

Expand Down Expand Up @@ -639,6 +648,7 @@ <h4 class="phpdocumentor-element__name" id="method_getLength">







Expand Down Expand Up @@ -675,6 +685,7 @@ <h4 class="phpdocumentor-element__name" id="method_put">
<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">
Expand Down Expand Up @@ -730,6 +741,7 @@ <h4 class="phpdocumentor-element__name" id="method_putBit">
<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">
Expand Down Expand Up @@ -777,6 +789,7 @@ <h4 class="phpdocumentor-element__name" id="method_read">
<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">
Expand Down Expand Up @@ -859,6 +872,7 @@ <h4 class="phpdocumentor-element__name" id="method_rewind">







Expand Down Expand Up @@ -981,25 +995,25 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class="phpdocumentor-on-this-page-section__title">Properties</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bitsRead">$bitsRead<a href="classes/chillerlan-QRCode-Common-BitBuffer.html"></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_buffer">$buffer<a href="classes/chillerlan-QRCode-Common-BitBuffer.html"></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bytesRead">$bytesRead<a href="classes/chillerlan-QRCode-Common-BitBuffer.html"></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_length">$length<a href="classes/chillerlan-QRCode-Common-BitBuffer.html"></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bitsRead">$bitsRead</li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_buffer">$buffer</li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_bytesRead">$bytesRead</li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#property_length">$length</li>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method___construct">__construct()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_available">available()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_clear">clear()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getBuffer">getBuffer()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getLength">getLength()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_put">put()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_putBit">putBit()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_read">read()</a></li>
<li><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_rewind">rewind()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method___construct">__construct()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_available">available()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_clear">clear()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getBuffer">getBuffer()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_getLength">getLength()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_put">put()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_putBit">putBit()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_read">read()</a></li>
<li class=""><a href="classes/chillerlan-QRCode-Common-BitBuffer.html#method_rewind">rewind()</a></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 75308ed

Please sign in to comment.