Home
last modified time | relevance | path

Searched refs:daft (Results 1 – 3 of 3) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php41 * @param int[] $daft
43 public function __construct($code, $xDim, $gapWidth, $daft) argument
49 $this->init($code, $gapWidth, $daft);
64 * @param int[] $daft
66 private function init($code, $gapWidth, $daft) argument
181 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => $daft['F'], 'bcode' => []];
188 $h = $daft['F'];
192 $h = $daft['A'];
195 $p = $daft['F'] - $daft['
[all...]
H A DRm4Scc.php12 * @param int[] $daft
15 public function __construct($code, $xDim, $gapWidth, $daft, $kix = false) argument
17 $this->init($code, $gapWidth, $daft, $kix);
29 * @param int[] $daft
32 private function init($code, $gapWidth, $daft, $kix) argument
84 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => $daft['F'], 'bcode' => []];
143 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $daft['A'], 'p' => 0];
144 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => $daft['A'], 'p' => 0];
156 $h = $daft['A'];
161 $h = $daft['
[all...]
/plugin/daftdrafts/
H A Dhelper.php57 $daftAcl = file(dirname(__FILE__).'/daft.auth.php');