Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php1957 $data = $this->hex_to_dec($binary_code_102bit);
2101 public function hex_to_dec($hex) { 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`