MCPcopy Create free account

hub / github.com/skip2/go-qrcode / functions

Functions143 in github.com/skip2/go-qrcode

FunctionTestAt
(t *testing.T)
bitset/bitset_test.go:197
FunctionTestBuildRegularSymbol
(t *testing.T)
regular_symbol_test.go:13
FunctionTestByteAt
(t *testing.T)
bitset/bitset_test.go:237
FunctionTestByteModeLengthCalculations
(t *testing.T)
encoder_test.go:64
FunctionTestClassifyDataMode
(t *testing.T)
encoder_test.go:14
FunctionTestDecodeAllCharacters
(t *testing.T)
qrcode_decode_test.go:116
FunctionTestDecodeAllVersionLevels
(t *testing.T)
qrcode_decode_test.go:85
FunctionTestDecodeBasic
(t *testing.T)
qrcode_decode_test.go:32
FunctionTestDecodeFuzz
(t *testing.T)
qrcode_decode_test.go:140
FunctionTestEncode
(t *testing.T)
reedsolomon/reed_solomon_test.go:57
FunctionTestExample
(t *testing.T)
bitset/bitset_test.go:224
FunctionTestExampleEncode
(t *testing.T)
example_test.go:17
FunctionTestExampleEncodeWithColourAndWithoutBorder
(t *testing.T)
example_test.go:34
FunctionTestExampleWriteFile
(t *testing.T)
example_test.go:25
FunctionTestFormatInfo
(t *testing.T)
version_test.go:12
FunctionTestGFDivide
(t *testing.T)
reedsolomon/gf2_8_test.go:67
FunctionTestGFInverse
(t *testing.T)
reedsolomon/gf2_8_test.go:54
FunctionTestGFMultiplicationAndDivision
(t *testing.T)
reedsolomon/gf2_8_test.go:21
FunctionTestGFMultiplicationIdentities
(t *testing.T)
reedsolomon/gf2_8_test.go:8
FunctionTestGFPolyAdd
(t *testing.T)
reedsolomon/gf_poly_test.go:10
FunctionTestGFPolyMultiply
(t *testing.T)
reedsolomon/gf_poly_test.go:87
FunctionTestGFPolyRemainder
(t *testing.T)
reedsolomon/gf_poly_test.go:124
FunctionTestGFPolyequals
(t *testing.T)
reedsolomon/gf_poly_test.go:48
FunctionTestGeneratorPoly
(t *testing.T)
reedsolomon/reed_solomon_test.go:12
FunctionTestLen
(t *testing.T)
bitset/bitset_test.go:179
FunctionTestNewBitset
(t *testing.T)
bitset/bitset_test.go:11
FunctionTestNumBitsToPadToCodeoword
(t *testing.T)
version_test.go:115
FunctionTestOptimiseEncoding
(t *testing.T)
encoder_test.go:146
FunctionTestQRCodeISOAnnexIExample
(t *testing.T)
qrcode_test.go:145
FunctionTestQRCodeMaxCapacity
(t *testing.T)
qrcode_test.go:11
FunctionTestQRCodeVersionCapacity
(t *testing.T)
qrcode_test.go:58
FunctionTestSingleModeEncodings
(t *testing.T)
encoder_test.go:89
FunctionTestSubstr
(t *testing.T)
bitset/bitset_test.go:278
FunctionTestSymbolBasic
(t *testing.T)
symbol_test.go:8
FunctionTestSymbolPenalties
(t *testing.T)
symbol_test.go:47
FunctionTestVersionInfo
(t *testing.T)
version_test.go:71
MethodToSmallString
ToSmallString produces a multi-line string that forms a QR-code image, a factor two smaller in x and y then ToString.
qrcode.go:573
FunctionWriteColorFile
WriteColorFile encodes, then writes a QR Code to the given filename in PNG format. With WriteColorFile you can also specify the colors you want to use
qrcode.go:109
FunctiongfSub
gfSub returns a - b. Note addition is equivalent to subtraction in GF(2).
reedsolomon/gf2_8.go:92
Functionmain
()
qrcode/main.go:15
Functionmax
max returns the maximum of a and b.
qrcode.go:516
FunctionnewGFElement
newGFElement creates and returns a new gfElement.
reedsolomon/gf2_8.go:80
Methodstring
string returns a pictorial representation of the symbol, suitable for printing in a TTY.
symbol.go:121
← previous101–143 of 143, ranked by callers