Home
last modified time | relevance | path

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

1234

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DS25.php15 * @param bool $checksum
17 public function __construct($code, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
19 $this->init($code, $checksum);
30 * @param bool $checksum
32 private function init($code, $checksum) argument
49 if ($checksum) {
50 // add checksum
51 $checkdigit = $this->checksum($code);
85 private function checksum($code) function in Mpdf\\Barcode\\S25
H A DI25.php17 * @param bool $checksum
19 public function __construct($code, $topBottomMargin, $printRatio, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
21 $this->init($code, $printRatio, $checksum);
33 * @param bool $checksum
35 private function init($code, $printRatio, $checksum) argument
53 if ($checksum) {
54 // add checksum
55 $checkdigit = $this->checksum($code);
111 private function checksum($code) function in Mpdf\\Barcode\\I25
H A DMsi.php14 * @param bool $checksum
16 public function __construct($code, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
18 $this->init($code, $checksum);
29 * @param bool $checksum
31 private function init($code, $checksum) argument
54 if ($checksum) {
55 // add checksum
H A DCode39.php15 * @param bool $checksum
17 public function __construct($code, $printRatio, $extended = false, $checksum = false, $quiet_zone_left = null, $quiet_zone_right = null) argument
19 $this->init($code, $printRatio, $extended, $checksum);
32 * @param bool $checksum
36 private function init($code, $printRatio, $extended, $checksum) argument
97 if ($checksum) {
98 // checksum
99 $checkdigit = $this->checksum($code);
200 * Calculate CODE 39 checksum (modulo 43).
205 protected function checksum( function in Mpdf\\Barcode\\Code39
[all...]
H A DCode93.php128 // checksum
129 $code_ext .= $this->checksum($code_ext);
163 * Calculate CODE 93 checksum (modulo 47).
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/
H A 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/
H A DFileNote.php23 public $checksum; variable in Google\\Service\\ContainerAnalysis\\FileNote
27 public function setChecksum($checksum) argument
29 $this->checksum = $checksum;
33 return $this->checksum;
H A 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/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleCloudWebriskV1ComputeThreatListDiffResponse.php58 public function setChecksum(GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum $checksum) argument
60 $this->checksum = $checksum;
67 return $this->checksum;
/plugin/zip/pear/File/Archive/Writer/
H A 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/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.php67 public function setChecksum(GoogleSecuritySafebrowsingV4Checksum $checksum) argument
69 $this->checksum = $checksum;
76 return $this->checksum;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A 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/
H A DDrawioFileSync.js788 var checksum = null;
810 checksum = value.d.checksum;
954 var checksum = null;
979 checksum = value.d.checksum;
1106 'checksum', checksum == current, checksum);
1110 if (checksum != null && checksum != current)
1181 '\nChecksum: ' + checksum +
1313 var checksum = this.ui.getHashValueForPages(pages);
1317 var data = this.objectToString(this.createMessage({patch: diff, checksum: checksum}));
1378 var checksum = this.ui.getHashValueForPages(pages);
[all …]
H A 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/
H A 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/
H A 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/
H A 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/
H A DTODO13 breaks the idea of having images tagged by checksum (it would depend in which
/plugin/latex-was/
H A DTODO13 breaks the idea of having images tagged by checksum (it would depend in which
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php309 $record['checksum'] = [$this->read_ushort(), $this->read_ushort()];
326 $checksum = $this->calcChecksum($table);
331 $checksum = $this->sub32($checksum, $adjustment);
333 $xchecksum = $t['checksum'];
334 if ($xchecksum != $checksum) {
335 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
4740 $checksum
[all...]
H A DOtlDump.php237 $record['checksum'] = [$this->read_ushort(), $this->read_ushort()];
253 $checksum = $this->calcChecksum($table);
258 $checksum = $this->sub32($checksum, $adjustment);
260 $xchecksum = $t['checksum'];
261 if ($xchecksum != $checksum) {
262 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar266 die("Invalid internal .phar file (checksum error)");
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt119 checksum=checksum

1234