MCPcopy Create free account

hub / github.com/clarkduvall/spoonerizer / functions

Functions201 in github.com/clarkduvall/spoonerizer

↓ 1 callersMethodRead
(p []byte)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:689
↓ 1 callersFunctioncheckTreeConsistency
checkTreeConsistency checks that a node and its descendants are all consistent in their parent/child/sibling relationships.
Godeps/_workspace/src/golang.org/x/net/html/node_test.go:13
↓ 1 callersFunctioncheckTreeConsistency1
(n *Node, depth int)
Godeps/_workspace/src/golang.org/x/net/html/node_test.go:17
↓ 1 callersFunctiondumpLevel
(w io.Writer, n *Node, level int)
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:126
↓ 1 callersFunctionextraHTML
()
web.go:44
↓ 1 callersFunctionfnv
fnv computes the FNV hash with an arbitrary starting value h.
Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go:38
↓ 1 callersFunctionfnv
fnv computes the FNV hash with an arbitrary starting value h.
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:205
↓ 1 callersFunctiongetNextPrefix
(bytes []byte, i int)
spoonerize/spoonerize.go:63
↓ 1 callersFunctionidentifier
identifier converts s to a Go exported identifier. It converts "div" to "Div" and "accept-charset" to "AcceptCharset".
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:26
↓ 1 callersMethodinForeignContent
Section 12.2.5.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1928
↓ 1 callersFunctioninSelectIM
Section 12.2.5.4.16.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1564
↓ 1 callersMethodinit
init initializes the table with the given parameters. h0 is the initial hash value, k is the number of bits of hash value to use, and x is the list of
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:236
↓ 1 callersMethodinsert
insert inserts s in the table.
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:250
↓ 1 callersFunctionisLetter
(c byte)
spoonerize/spoonerize.go:12
↓ 1 callersFunctionparseDoctype
parseDoctype parses the data from a DoctypeToken into a name, public identifier, and system identifier. It returns a Node whose Type is DoctypeNode, w
Godeps/_workspace/src/golang.org/x/net/html/doctype.go:16
↓ 1 callersFunctionparseForeignContent
Section 12.2.5.5.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1848
↓ 1 callersFunctionprescan
(content []byte)
Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go:126
↓ 1 callersFunctionreadAtLeastOneByte
readAtLeastOneByte wraps an io.Reader so that reading cannot return (0, nil). It returns io.ErrNoProgress if the underlying r.Read method returns (0,
Godeps/_workspace/src/golang.org/x/net/html/token.go:297
↓ 1 callersMethodreadCDATA
readCDATA attempts to read a CDATA section and returns true if successful. The opening "<!" has already been consumed.
Godeps/_workspace/src/golang.org/x/net/html/token.go:717
↓ 1 callersMethodreadComment
readComment reads the next comment token starting with "<!--". The opening "<!--" has already been consumed.
Godeps/_workspace/src/golang.org/x/net/html/token.go:600
↓ 1 callersMethodreadDoctype
readDoctype attempts to read a doctype declaration and returns true if successful. The opening "<!" has already been consumed.
Godeps/_workspace/src/golang.org/x/net/html/token.go:692
↓ 1 callersMethodreadMarkupDeclaration
readMarkupDeclaration reads the next token starting with "<!". It might be a "<!--comment-->", a "<!DOCTYPE foo>", a "<![CDATA[section]]>" or "<!a bog
Godeps/_workspace/src/golang.org/x/net/html/token.go:663
↓ 1 callersFunctionreadParseTest
readParseTest reads a single test case from r.
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:25
↓ 1 callersMethodreadRawOrRCDATA
readRawOrRCDATA reads until the next "</foo>", where "foo" is z.rawTag and is typically something like "script" or "textarea".
Godeps/_workspace/src/golang.org/x/net/html/token.go:329
↓ 1 callersMethodreadScript
readScript reads until the next </script> tag, following the byzantine rules for escaping/hiding the closing tag.
Godeps/_workspace/src/golang.org/x/net/html/token.go:393
↓ 1 callersMethodreadStartTag
readStartTag reads the next start tag token. The opening "<a" has already been consumed, where 'a' means anything in [A-Za-z].
Godeps/_workspace/src/golang.org/x/net/html/token.go:778
↓ 1 callersMethodreadTagAttrKey
readTagAttrKey sets z.pendingAttr[0] to the "k" in "<div k=v>". Precondition: z.err == nil.
Godeps/_workspace/src/golang.org/x/net/html/token.go:867
↓ 1 callersMethodreadTagAttrVal
readTagAttrVal sets z.pendingAttr[1] to the "v" in "<div k=v>".
Godeps/_workspace/src/golang.org/x/net/html/token.go:888
↓ 1 callersMethodreadTagName
readTagName sets z.data to the "div" in "<div k=v>". The reader (z.raw.end) is positioned such that the first byte of the tag name (the "d" in "<div")
Godeps/_workspace/src/golang.org/x/net/html/token.go:845
↓ 1 callersFunctionrender1
(w writer, n *Node)
Godeps/_workspace/src/golang.org/x/net/html/render.go:68
↓ 1 callersFunctionreparentChildren
reparentChildren reparents all of src's child nodes to dst.
Godeps/_workspace/src/golang.org/x/net/html/node.go:122
↓ 1 callersFunctionswapLetters
(bytes []byte, i1 int, s1 int, i2 int, s2 int)
spoonerize/spoonerize.go:32
↓ 1 callersFunctiontestParseCase
testParseCase tests one test case from the test files. If the test does not pass, it returns an error that explains the failure. text is the HTML to b
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:236
FunctionBenchmark
(b *testing.B)
spoonerize/bench_test.go:7
FunctionBenchmarkHighLevelTokenizer
(b *testing.B)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:748
FunctionBenchmarkLookup
(b *testing.B)
Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go:89
FunctionBenchmarkLowLevelTokenizer
(b *testing.B)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:747
FunctionBenchmarkParser
(b *testing.B)
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:376
FunctionBenchmarkRawLevelTokenizer
(b *testing.B)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:746
FunctionExampleParse
()
Godeps/_workspace/src/golang.org/x/net/html/example_test.go:16
MethodLen
()
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:111
MethodLen
()
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:202
MethodLess
(i, j int)
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:115
MethodLess
(i, j int)
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:200
FunctionNewReaderLabel
NewReaderLabel returns a reader that converts from the specified charset to UTF-8. It uses Lookup to find the encoding that corresponds to label, and
Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go:118
MethodRead
(p []byte)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:656
MethodRead
(p []byte)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:677
MethodRoundTrip
(req *http.Request)
web.go:21
FunctionString
String returns a string whose contents are equal to s. In that sense, it is equivalent to string(s) but may be more efficient.
Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go:73
MethodString
String returns a string representation of the TokenType.
Godeps/_workspace/src/golang.org/x/net/html/token.go:41
MethodSwap
(i, j int)
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:122
MethodSwap
(i, j int)
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:201
FunctionTestBufAPI
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:551
FunctionTestConvertNewlines
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:587
FunctionTestDecode
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go:70
FunctionTestEncode
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go:88
FunctionTestEntityLength
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/entity_test.go:12
FunctionTestForeignObject
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go:68
FunctionTestFromMeta
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go:209
FunctionTestHits
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go:20
FunctionTestKnown
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go:12
FunctionTestMaxBuffer
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:477
FunctionTestMaxBufferReconstruction
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:493
FunctionTestMisses
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go:32
FunctionTestNames
TestNames verifies that you can pass an encoding's name to Lookup and get the same encoding back (except for "replacement").
Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go:108
FunctionTestNodeConsistency
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:363
FunctionTestParser
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/parse_test.go:201
FunctionTestPassthrough
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:532
FunctionTestReader
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go:158
FunctionTestReaderEdgeCases
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:614
FunctionTestRenderer
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/render_test.go:12
FunctionTestSniff
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go:137
FunctionTestSpoonerize
(t *testing.T)
spoonerize/spoonerize_test.go:17
FunctionTestSpoonerizeHTML
(t *testing.T)
spoonerize/html_test.go:27
FunctionTestSpoonerizeHTMLWithExtra
(t *testing.T)
spoonerize/html_test.go:46
FunctionTestTokenizer
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/token_test.go:453
FunctionTestUnescape
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/escape_test.go:69
FunctionTestUnescapeEscape
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/escape_test.go:78
FunctionTestXML
(t *testing.T)
Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go:218
FunctionafterAfterBodyIM
Section 12.2.5.4.21.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1781
FunctionafterAfterFramesetIM
Section 12.2.5.4.22.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1810
FunctionafterBodyIM
Section 12.2.5.4.18.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1654
FunctionafterFramesetIM
Section 12.2.5.4.20.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1742
FunctionafterHeadIM
Section 12.2.5.4.6.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:626
FunctionbeforeHTMLIM
Section 12.2.5.4.2.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:483
FunctionbeforeHeadIM
Section 12.2.5.4.3.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:521
FunctioninCaptionIM
Section 12.2.5.4.11.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1313
FunctioninCellIM
Section 12.2.5.4.15.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1515
FunctioninColumnGroupIM
Section 12.2.5.4.12.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1359
FunctioninFramesetIM
Section 12.2.5.4.19.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1692
FunctioninRowIM
Section 12.2.5.4.14.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1464
FunctioninSelectInTableIM
Section 12.2.5.4.17.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1636
FunctioninTableBodyIM
Section 12.2.5.4.13.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1412
FunctioninitialIM
Section 12.2.5.4.1.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:456
FunctionisNotLetter
(c byte)
spoonerize/spoonerize.go:16
FunctionisSpace
(c byte)
spoonerize/spoonerize.go:8
Functionmain
()
web.go:56
Functionmain
()
Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go:45
Functionmain
()
Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go:32
FunctiontextIM
Section 12.2.5.4.8.
Godeps/_workspace/src/golang.org/x/net/html/parse.go:1178
← previousnext →101–200 of 201, ranked by callers