Home
last modified time | relevance | path

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

/plugin/qrcode2/
Dphpqrcode.php158 class QRtools { class
214 QRtools::markTime('before_build_cache');
230 QRtools::markTime('after_build_cache');
304 QRtools::markTime('start');
2982 QRtools::markTime('after_raw');
3004 QRtools::markTime('after_filler');
3036 QRtools::markTime('after_mask');
3278 QRtools::markTime('after_encode');
3281 file_put_contents($outfile, join("\n", QRtools::binarize($code->data)));
3283 return QRtools::binarize($code->data);
[all …]