Searched refs:checksum (Results 1 - 6 of 6) sorted by relevance

/inkscape/share/extensions/Barcode/
H A DCode93.py71 text.append(self.checksum(text, 20)) # C
72 text.append(self.checksum(text, 15)) # K
81 def checksum(self, text, mod): member in class:Code93
82 """Generate a code 93 checksum"""
H A DRm4scc.py78 text = '(' + text + self.checksum(text) + ')'
89 def checksum(self, text): member in class:Rm4scc
H A DBaseEan.py140 # checksum based on first digits.
143 # Modulous result to a single digit checksum
144 checksum = self.magic - (result % self.magic)
145 if checksum < 0 or checksum >= self.magic:
147 return str(checksum)
150 """Apply the checksum to a short number"""
154 """Verify any checksum"""
H A DCode128.py147 checksum = total % 103
148 encode = encode + CODE_MAP[checksum]
/inkscape/packaging/macosx/ports/_resources/port1.0/group/
H A Dpython-1.0.tcl97 checksum {}
/inkscape/src/
H A Dcolor-profile.cpp13 #include <glibmm/checksum.h>

Completed in 33 milliseconds