Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clarkduvall/spoonerizer
/ types & classes
Types & classes
26 in github.com/clarkduvall/spoonerizer
⨍
Functions
201
◇
Types & classes
26
↓ 1 callers
TypeAlias
sortedAttributes
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:109
TypeAlias
Atom
Atom is an integer code for a string. The zero value maps to "".
Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go:21
Struct
Attribute
An Attribute is an attribute namespace-key-value triple. Namespace is non-empty for foreign attributes like xlink, Key is alphabetic (and hence does n
Godeps/_workspace/src/golang.org/x/net/html/token.go:67
Struct
Node
A Node consists of a NodeType and some Data (tag name for element nodes, content for text) and are part of a tree of Nodes. Element nodes may also hav
Godeps/_workspace/src/golang.org/x/net/html/node.go:38
TypeAlias
NodeType
A NodeType is the type of a Node.
Godeps/_workspace/src/golang.org/x/net/html/node.go:12
Struct
SneakyTransport
web.go:16
Struct
Token
A Token consists of a TokenType and some Data (tag name for start and end tags, content for text, comments and doctypes). A tag Token may also contain
Godeps/_workspace/src/golang.org/x/net/html/token.go:76
TypeAlias
TokenType
A TokenType is the type of a Token.
Godeps/_workspace/src/golang.org/x/net/html/token.go:18
Struct
Tokenizer
A Tokenizer returns a stream of HTML Tokens.
Godeps/_workspace/src/golang.org/x/net/html/token.go:127
Struct
bufferCloser
spoonerize/html.go:10
TypeAlias
byLen
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:198
Struct
enc
Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go:20
Struct
eofStringsReader
eofStringsReader is like a strings.Reader but can return an (n, err) where n > 0 && err != nil.
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:673
Struct
group
Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go:25
FuncType
insertionMode
An insertion mode (section 12.2.3.1) is the state transition function from a particular state in the HTML5 parser's state machine. It updates the pars
Godeps/_workspace/src/golang.org/x/net/html/parse.go:402
TypeAlias
nodeStack
nodeStack is a stack of nodes.
Godeps/_workspace/src/golang.org/x/net/html/node.go:147
Struct
parser
A parser implements the HTML5 parsing algorithm: https://html.spec.whatwg.org/multipage/syntax.html#tree-construction
Godeps/_workspace/src/golang.org/x/net/html/parse.go:18
FuncType
pred
func(byte) bool
spoonerize/spoonerize.go:55
TypeAlias
scope
Godeps/_workspace/src/golang.org/x/net/html/parse.go:68
Struct
span
span is a range of bytes in a Tokenizer's buffer. The start is inclusive, the end is exclusive.
Godeps/_workspace/src/golang.org/x/net/html/token.go:122
Struct
stuckReader
stuckReader is an io.Reader that always returns no data and no error.
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:687
Struct
table
A table represents an attempt at constructing the lookup table. The lookup table uses cuckoo hashing, meaning that each string can be found in one of
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:216
Struct
tokenTest
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:17
Struct
unescapeTest
Godeps/_workspace/src/golang.org/x/net/html/escape_test.go:9
Interface
writer
Godeps/_workspace/src/golang.org/x/net/html/render.go:15
Struct
zeroOneByteReader
zeroOneByteReader is like a strings.Reader that alternates between returning 0 bytes and 1 byte at a time.
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:651