Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/skip2/go-qrcode
/ functions
Functions
143 in github.com/skip2/go-qrcode
⨍
Functions
143
◇
Types & classes
17
Function
TestAt
(t *testing.T)
bitset/bitset_test.go:197
Function
TestBuildRegularSymbol
(t *testing.T)
regular_symbol_test.go:13
Function
TestByteAt
(t *testing.T)
bitset/bitset_test.go:237
Function
TestByteModeLengthCalculations
(t *testing.T)
encoder_test.go:64
Function
TestClassifyDataMode
(t *testing.T)
encoder_test.go:14
Function
TestDecodeAllCharacters
(t *testing.T)
qrcode_decode_test.go:116
Function
TestDecodeAllVersionLevels
(t *testing.T)
qrcode_decode_test.go:85
Function
TestDecodeBasic
(t *testing.T)
qrcode_decode_test.go:32
Function
TestDecodeFuzz
(t *testing.T)
qrcode_decode_test.go:140
Function
TestEncode
(t *testing.T)
reedsolomon/reed_solomon_test.go:57
Function
TestExample
(t *testing.T)
bitset/bitset_test.go:224
Function
TestExampleEncode
(t *testing.T)
example_test.go:17
Function
TestExampleEncodeWithColourAndWithoutBorder
(t *testing.T)
example_test.go:34
Function
TestExampleWriteFile
(t *testing.T)
example_test.go:25
Function
TestFormatInfo
(t *testing.T)
version_test.go:12
Function
TestGFDivide
(t *testing.T)
reedsolomon/gf2_8_test.go:67
Function
TestGFInverse
(t *testing.T)
reedsolomon/gf2_8_test.go:54
Function
TestGFMultiplicationAndDivision
(t *testing.T)
reedsolomon/gf2_8_test.go:21
Function
TestGFMultiplicationIdentities
(t *testing.T)
reedsolomon/gf2_8_test.go:8
Function
TestGFPolyAdd
(t *testing.T)
reedsolomon/gf_poly_test.go:10
Function
TestGFPolyMultiply
(t *testing.T)
reedsolomon/gf_poly_test.go:87
Function
TestGFPolyRemainder
(t *testing.T)
reedsolomon/gf_poly_test.go:124
Function
TestGFPolyequals
(t *testing.T)
reedsolomon/gf_poly_test.go:48
Function
TestGeneratorPoly
(t *testing.T)
reedsolomon/reed_solomon_test.go:12
Function
TestLen
(t *testing.T)
bitset/bitset_test.go:179
Function
TestNewBitset
(t *testing.T)
bitset/bitset_test.go:11
Function
TestNumBitsToPadToCodeoword
(t *testing.T)
version_test.go:115
Function
TestOptimiseEncoding
(t *testing.T)
encoder_test.go:146
Function
TestQRCodeISOAnnexIExample
(t *testing.T)
qrcode_test.go:145
Function
TestQRCodeMaxCapacity
(t *testing.T)
qrcode_test.go:11
Function
TestQRCodeVersionCapacity
(t *testing.T)
qrcode_test.go:58
Function
TestSingleModeEncodings
(t *testing.T)
encoder_test.go:89
Function
TestSubstr
(t *testing.T)
bitset/bitset_test.go:278
Function
TestSymbolBasic
(t *testing.T)
symbol_test.go:8
Function
TestSymbolPenalties
(t *testing.T)
symbol_test.go:47
Function
TestVersionInfo
(t *testing.T)
version_test.go:71
Method
ToSmallString
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
Function
WriteColorFile
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
Function
gfSub
gfSub returns a - b. Note addition is equivalent to subtraction in GF(2).
reedsolomon/gf2_8.go:92
Function
main
()
qrcode/main.go:15
Function
max
max returns the maximum of a and b.
qrcode.go:516
Function
newGFElement
newGFElement creates and returns a new gfElement.
reedsolomon/gf2_8.go:80
Method
string
string returns a pictorial representation of the symbol, suitable for printing in a TTY.
symbol.go:121
← previous
101–143 of 143, ranked by callers