Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
DPageMapper.php89 public function getByCrc(array $crcs): array { argument
90 if (empty($crcs)) return [];
92 $placeholders = implode(',', array_fill(0, count($crcs), '?'));
97 $stmt->execute(array_values($crcs));
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs2853 var crcs = [];
2865crcs[fcnt] = typeof fi.content == "string" ? CRC32.bstr(fi.content, 0) : CRC32.buf(/*::((*/fi.cont…
2879 o.write_shift(-4, (flags & 8) ? 0 : crcs[fcnt]);
2900 o.write_shift(-4, crcs[fcnt]);
2915 o.write_shift(-4, crcs[fcnt]);