Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 25 of 42) sorted by relevance

12

/plugin/zip/pear/File/Archive/Writer/
H A DZip.php117 * @param int $crc32 checksum of the file
120 function alreadyWrittenFile($filename, $stat, $crc32, $complength) argument
132 $crc32, $complength, $normlength,
146 $crc32 = crc32($data);
151 return $this->appendCompressedData($filename, $stat, $data, $crc32, $normlength);
154 function appendCompressedData($filename, $stat, $data, $crc32, $normlength) argument
164 $crc32,
180 $crc32, $complength, $normlength,
213 'crc' => crc32($data),
/plugin/sphinxsearch-was/
H A Dxmlall.php83 $data['id'] = sprintf('%u', crc32($dokuPageId . $hid));
101 $data['id'] = sprintf('%u', crc32($dokuPageId));
H A DPageMapper.php44 '" . sprintf('%u', crc32($page . $hid)) . "',
/plugin/sphinxsearch/
H A Dxmlall.php83 $data['id'] = sprintf('%u', crc32($dokuPageId.$hid));
101 $data['id'] = sprintf('%u', crc32($dokuPageId));
H A DPageMapper.php45 '".sprintf('%u', crc32($page.$hid))."',
/plugin/pgn4web/pgn4web/
H A Dcrc32.js10 function crc32(str) { function
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php58 return \crc32((string) $value);
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js89 this.crc32 = 0;
631 var crc32 = _dereq_('./crc32');
976 result.crc32 = file._data.crc32;
981 result.crc32 = 0;
1000 result.crc32 = crc32(content);
1490 crc32: function (input, crc) {
1491 return crc32(input, crc);
2593 this.decompressed.crc32 = this.crc32;
2601 if (jszipProto.crc32(this.decompressed) !== this.crc32) {
3943 module.exports = crc32;
[all …]
H A Djszip.min.js12crc32=0,this.compressionMethod=null,this.compressedContent=null}c.prototype={getContent:function()…
13 …raFields[25461];if(a){var b=new d(a.value);return 1!==b.readInt(1)?null:g.crc32(this.fileComment)!…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js141 this.crc32 = crc32;
242 function crc32(crc, buf, len, pos) { function
418 var crc32 = require("../crc32");
513 crc32 : 0, property in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d00b00.generateZipParts.dataInfo
1090 if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) {
2069 var crc32 = require("../crc32");
2086 this.streamInfo.crc32 = crc32(chunk.data, this.streamInfo.crc32 || 0);
3914 this.crc32 = reader.readInt(4);
5879 function crc32(crc, buf, len, pos) { function
5893 module.exports = crc32;
[all …]
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.gzip.php215 $thisInfo['crc32_valid'] = sprintf('%u', crc32($inflated)) == $thisInfo['crc32'];
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php1034 $out .= $this->ndword(crc32($tmp));
1042 $out .= $this->ndword(crc32($tmp));
1053 $out .= $this->ndword(crc32($tmp));
1061 $out .= $this->ndword(crc32($tmp));
/plugin/gtime/gtlib/util/
H A DGTUtil.php567 $checksum = crc32(GTUtil::fromByteArray($bytes));
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php418 $crc = crc32($data);
1020 crc32($original) // crc
/plugin/diagramsnet/lib/
H A Dyarn.lock107 buffer-crc32@~0.2.3:
109 …resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa145…
959 buffer-crc32 "~0.2.3"
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php274 if (crc32($this->data) != $this->header['CRC']) {
/plugin/odp/
H A DZipLib.class.php130 $unc_len = strlen($data); $crc = crc32($data);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12crc32=c,this.compression=d,this.compressedContent=e}var e=a("./external"),f=a("./stream/DataWorker…
13crc32,b,a.readData(this.compressedSize))},readCentralPart:function(a){this.versionMadeBy=a.readInt…
/plugin/tindexmenu/syntax/
H A Dindexmenu.php278 $js_name .= sprintf("%u",crc32($ns));
/plugin/indexmenu/syntax/
H A Dindexmenu.php262 $identifier = sprintf("%u", crc32($ns));
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2612 $p_header['crc'] = @crc32($v_content_compressed);
2624 $p_header['crc'] = @crc32($v_content);
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2495 $p_header['crc'] = @crc32($v_content_compressed);
2506 $p_header['crc'] = @crc32($v_content);

12