Home
last modified time | relevance | path

Searched refs:kix (Results 1 – 2 of 2) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DRm4Scc.php13 * @param bool $kix
15 public function __construct($code, $xDim, $gapWidth, $daft, $kix = false) argument
17 $this->init($code, $gapWidth, $daft, $kix);
30 * @param bool $kix
32 private function init($code, $gapWidth, $daft, $kix) argument
34 $notkix = !$kix;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php1516 protected function barcode_rms4cc($code, $kix=false) { argument
1517 $notkix = !$kix;