Searched refs:daft (Results 1 – 3 of 3) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
H A D | Rm4Scc.php | 12 * @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 156 $h = $daft['A']; 161 $h = $daft['F']; 165 $p = ($daft['F'] - $daft['T']) / 2; 166 $h = $daft['T']; 170 $p = $daft['F'] - $daft['D']; [all …]
|
H A D | Imb.php | 41 * @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 188 $h = $daft['F']; 192 $h = $daft['A']; 195 $p = $daft['F'] - $daft['D']; 196 $h = $daft['D']; 199 $p = ($daft['F'] - $daft['T']) / 2; [all …]
|
/plugin/daftdrafts/ |
H A D | helper.php | 57 $daftAcl = file(dirname(__FILE__).'/daft.auth.php');
|