Home
last modified time | relevance | path

Searched refs:checksum (Results 1 – 25 of 102) sorted by relevance

12345

/plugin/structsection/
Dyarn.lock15checksum: 10c0/8881e22d519326e7dba85ea915ac7a143367c805e6ba1374c987aa2fbdd09195cc51183d2da72c0e2ff…
22checksum: 10c0/fddcbc66851b308478d04e302a4d771d6917a0b3740dc351513c0da9ca2eab8a1adf99f5e0aa7ab8b13…
33checksum: 10c0/2f657d4edd6ddcb920579b72e7a5b127865d4c3fb4dda24f11d5c4f445a93ca481aebdbd6bf3291c536…
42checksum: 10c0/92efd7a527b2d17eb1a148409d71d80f9ac160b565ac73ee092252e8bf08ecd08670699f46b306b94f1…
51checksum: 10c0/9a580f2246633bc752298e7440dd942ec421860d1946d0801f0423830e67887e4aeba10ab9a23d28172…
68checksum: 10c0/b0e63f3bc5cce4555f791a4e487bf999173fcf27c65e1ab6e7d63634d8a43b33c3693e79f192cbff486…
75checksum: 10c0/6f7f26f8cdb7ad6327bbf9741973b6278eb946f18f70e35406e88194b0d5c522d0547a34a02f2a208ee…
82checksum: 10c0/936b6e499853d1335803f556d526c86f5fe2259ed241bc665000e1d6353828edd913feed43120d150ad…
92checksum: 10c0/51600f78b798f172a9915dffb295e2ffb44840d583427bc732baf12ecb963eb841b253300e657da91d8…
99checksum: 10c0/aa4e0152171c07879b458d0e8a704b8c3a89a8c0541726c6b65b81e84fd8b7564b5d6c633feadc65983…
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DS25.php15 * @param bool $checksum
17 …public function __construct($code, $checksum = false, $quiet_zone_left = null, $quiet_zone_right =… argument
19 $this->init($code, $checksum);
30 * @param bool $checksum
32 private function init($code, $checksum) argument
49 if ($checksum) {
51 $checkdigit = $this->checksum($code);
85 private function checksum($code) function in Mpdf\\Barcode\\S25
DI25.php17 * @param bool $checksum
19 …public function __construct($code, $topBottomMargin, $printRatio, $checksum = false, $quiet_zone_l… argument
21 $this->init($code, $printRatio, $checksum);
33 * @param bool $checksum
35 private function init($code, $printRatio, $checksum) argument
53 if ($checksum) {
55 $checkdigit = $this->checksum($code);
111 private function checksum($code) function in Mpdf\\Barcode\\I25
DMsi.php14 * @param bool $checksum
16 …public function __construct($code, $checksum = false, $quiet_zone_left = null, $quiet_zone_right =… argument
18 $this->init($code, $checksum);
29 * @param bool $checksum
31 private function init($code, $checksum) argument
54 if ($checksum) {
DCode39.php15 * @param bool $checksum
17 …public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_… argument
19 $this->init($code, $printRatio, $extended, $checksum);
32 * @param bool $checksum
36 private function init($code, $printRatio, $extended, $checksum) argument
97 if ($checksum) {
99 $checkdigit = $this->checksum($code);
205 protected function checksum($code) function in Mpdf\\Barcode\\Code39
DCode93.php129 $code_ext .= $this->checksum($code_ext);
168 protected function checksum($code) function in Mpdf\\Barcode\\Code93
210 $checksum = $c . $k;
213 $checksum = strtr($checksum, '<=>?', chr(128) . chr(131) . chr(129) . chr(130));
215 return $checksum;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DArtifact.php26 public $checksum; variable in Google\\Service\\OnDemandScanning\\Artifact
39 public function setChecksum($checksum) argument
41 $this->checksum = $checksum;
48 return $this->checksum;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DFileNote.php23 public $checksum; variable in Google\\Service\\ContainerAnalysis\\FileNote
27 public function setChecksum($checksum) argument
29 $this->checksum = $checksum;
33 return $this->checksum;
DArtifact.php26 public $checksum; variable in Google\\Service\\ContainerAnalysis\\Artifact
39 public function setChecksum($checksum) argument
41 $this->checksum = $checksum;
48 return $this->checksum;
/plugin/gtime/gtlib/util/
DGTUtil.php567 $checksum = crc32(GTUtil::fromByteArray($bytes));
568 $checksum = sprintf("%u", $checksum); // make unsigned, needed for 32 bit PHP
569 $checksum = new GTBigInteger($checksum);
570 $checksum = $checksum->toBytes();
573 while (count($checksum) > 4) {
574 array_shift($checksum);
577 foreach ($checksum as $byte) {
/plugin/zip/pear/File/Archive/Writer/
DTar.php105 $checksum = 8*ord(" ");
107 $checksum += ord($blockbeg{$i});
110 $checksum += ord($blockend{$i});
113 $checksum = pack("a8",sprintf("%6s ",decoct($checksum)));
115 return $blockbeg . $checksum . $blockend;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
DGoogleCloudWebriskV1ComputeThreatListDiffResponse.php58 public function setChecksum(GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum $checksum) argument
60 $this->checksum = $checksum;
67 return $this->checksum;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
DGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.php67 public function setChecksum(GoogleSecuritySafebrowsingV4Checksum $checksum) argument
69 $this->checksum = $checksum;
76 return $this->checksum;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.MungeSecretKey.txt7 This directive enables secure checksum generation along with %URI.Munge.
9 The checksum can be placed in the URI using %t. Use of this checksum
14 <pre>$checksum === hash_hmac("sha256", $url, $secret_key)</pre>
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.archive.tar.php48 $checksum = 0;
50 $checksum += ord($buffer[$i]);
53 $checksum += ord(' ');
56 $checksum += ord($buffer[$i]);
75 if (($checksum == 256) && ($chksum == 0)) {
/plugin/diagramsnet/lib/js/diagramly/
DDrawioFileSync.js788 var checksum = null;
810 checksum = value.d.checksum;
837 this.merge(temp, checksum, desc, success, error, abort);
954 var checksum = null;
979 checksum = value.d.checksum;
1007 this.merge(temp, checksum, desc, success, error, abort);
1071 DrawioFileSync.prototype.merge = function(patches, checksum, desc, success, error, abort) argument
1096 var current = (checksum != null) ? this.ui.getHashValueForPages(this.file.shadowPages) : null;
1106 'checksum', checksum == current, checksum);
1110 if (checksum != null && checksum != current)
[all …]
DDrawioFile.js314 var checksum = this.ui.getHashValueForPages(patched, patchedDetails);
323 'checksum', current == checksum, checksum);
326 if (checksum != null && checksum != current)
335 '\nChecksum: ' + checksum +
/plugin/jcapture/src/com/hammurapi/jcapture/
DMappedImage.java31 private long checksum; field in MappedImage
62 checksum = adler.getValue(); in MappedImage()
91 if (checksum != adler.getValue()) { in getImageBytes()
/plugin/zip/pear/File/Archive/Reader/
DTar.php196 $checksum = 8*ord(" ");
198 $checksum += ord($rawHeader{$i});
201 $checksum += ord($rawHeader{$i});
204 if (octdec($header['checksum']) != $checksum) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode1D.php241 protected function barcode_code39($code, $extended=false, $checksum=false) { argument
294 if ($checksum) {
573 $checksum = $c.$k;
575 $checksum = strtr($checksum, '<=>?', chr(128).chr(131).chr(129).chr(130));
576 return $checksum;
611 protected function barcode_msi($code, $checksum=false) { argument
628 if ($checksum) {
670 protected function barcode_s25($code, $checksum=false) { argument
681 if ($checksum) {
742 protected function barcode_i25($code, $checksum=false) { argument
[all …]
/plugin/latex-was/
DTODO13 breaks the idea of having images tagged by checksum (it would depend in which
/plugin/latexwas/
DTODO13 breaks the idea of having images tagged by checksum (it would depend in which
/plugin/latex/
DTODO13 breaks the idea of having images tagged by checksum (it would depend in which
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php326 $checksum = $this->calcChecksum($table);
331 $checksum = $this->sub32($checksum, $adjustment);
334 if ($xchecksum != $checksum) {
335 …ecksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), …
4740 $checksum = $this->calcChecksum($data);
4741 $stm .= pack('nn', $checksum[0], $checksum[1]);
4753 $checksum = $this->calcChecksum($stm);
4754 $checksum = $this->sub32([0xB1B0, 0xAFBA], $checksum);
4755 $chk = pack("nn", $checksum[0], $checksum[1]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
Dphar-sample.phar266 die("Invalid internal .phar file (checksum error)");

12345