Home
last modified time | relevance | path

Searched refs:dec_to_hex (Results 1 – 2 of 2) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php1943 $binary_code = $this->dec_to_hex($binary_code);
2077 public function dec_to_hex($number) { function in jucksearm\\barcode\\lib\\Barcode1D
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md116 - All methods in Barcode class renamed to camelCase including public `dec_to_hex` and `hex_to_dec`