mirror of
https://github.com/vdm-io/tcpdf.git
synced 2025-02-02 08:58:24 +00:00
4.5.039
This commit is contained in:
parent
1374cd8c48
commit
715fefa9b1
@ -926,8 +926,9 @@ class TCPDFBarcode {
|
||||
for ($i = 0; $i <= 99; ++$i) {
|
||||
$keys .= chr($i);
|
||||
}
|
||||
$new_code = '';
|
||||
for ($i = 0; $i < (strlen($code) / 2); ++$i) {
|
||||
$new_code = '';
|
||||
$hclen = (strlen($code) / 2);
|
||||
for ($i = 0; $i < $hclen; ++$i) {
|
||||
$new_code .= chr(intval($code{(2 * $i)}.$code{(2 * $i + 1)}));
|
||||
}
|
||||
$code = $new_code;
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:27 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:32 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -18859,7 +18859,7 @@ $file)</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:28 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:33 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -284,7 +284,7 @@ $type = 'B'])</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_codabar"></a>
|
||||
<h3>method barcode_codabar <span class="smalllinenumber">[line 1480]</span></h3>
|
||||
<h3>method barcode_codabar <span class="smalllinenumber">[line 1481]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -323,7 +323,7 @@ $code)</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_code11"></a>
|
||||
<h3>method barcode_code11 <span class="smalllinenumber">[line 1536]</span></h3>
|
||||
<h3>method barcode_code11 <span class="smalllinenumber">[line 1537]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -458,7 +458,7 @@ $checksum)</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_eanext"></a>
|
||||
<h3>method barcode_eanext <span class="smalllinenumber">[line 1181]</span></h3>
|
||||
<h3>method barcode_eanext <span class="smalllinenumber">[line 1182]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -503,7 +503,7 @@ $len = 5])</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_eanupc"></a>
|
||||
<h3>method barcode_eanupc <span class="smalllinenumber">[line 988]</span></h3>
|
||||
<h3>method barcode_eanupc <span class="smalllinenumber">[line 989]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -638,7 +638,7 @@ $checksum = false])</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_pharmacode"></a>
|
||||
<h3>method barcode_pharmacode <span class="smalllinenumber">[line 1628]</span></h3>
|
||||
<h3>method barcode_pharmacode <span class="smalllinenumber">[line 1629]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -677,7 +677,7 @@ $code)</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_pharmacode2t"></a>
|
||||
<h3>method barcode_pharmacode2t <span class="smalllinenumber">[line 1654]</span></h3>
|
||||
<h3>method barcode_pharmacode2t <span class="smalllinenumber">[line 1655]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -716,7 +716,7 @@ $code)</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_postnet"></a>
|
||||
<h3>method barcode_postnet <span class="smalllinenumber">[line 1256]</span></h3>
|
||||
<h3>method barcode_postnet <span class="smalllinenumber">[line 1257]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -761,7 +761,7 @@ $planet = false])</code>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_rms4cc"></a>
|
||||
<h3>method barcode_rms4cc <span class="smalllinenumber">[line 1329]</span></h3>
|
||||
<h3>method barcode_rms4cc <span class="smalllinenumber">[line 1330]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
@ -1122,7 +1122,7 @@ $type)</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:27 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:32 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -96,7 +96,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:27 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:32 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -507,7 +507,7 @@ Configuration file for TCPDF.<br /><br /><br /><br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:33 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:38 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -88,7 +88,7 @@ Array of WEB safe colors.<br /><br /><br /><br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:28 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:33 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -115,7 +115,7 @@ unicode data<br /><br /></div>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:28 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:33 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -237,7 +237,7 @@ Unicode Include file for TCPDF.<br /><br /><br /><br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:33 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:38 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -1336,7 +1336,7 @@
|
||||
<a href="elementindex.html#top">top</a><br>
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:27 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:32 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -1359,7 +1359,7 @@
|
||||
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:27 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:32 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<a href="#Post-parsing">Post-parsing</a><br>
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:33 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:38 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -58,7 +58,7 @@
|
||||
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.1</a><br />
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:27 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:32 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -58,7 +58,7 @@
|
||||
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.1</a><br />
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Sat, 11 Apr 2009 19:02:27 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
Documentation generated on Sat, 11 Apr 2009 19:19:32 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user