SYMBOL INDEX (129 symbols across 54 files) FILE: autoload/go/test-fixtures/cmd/bad.go function main (line 3) | func main() { FILE: autoload/go/test-fixtures/complete/complete.go type T (line 3) | type T struct function Example (line 7) | func Example(s string) { FILE: autoload/go/test-fixtures/config/buildtags/buildtags.go function Example (line 3) | func Example() { FILE: autoload/go/test-fixtures/config/buildtags/constrainedfoo.go function foo (line 6) | func foo() { FILE: autoload/go/test-fixtures/config/buildtags/foo.go function foo (line 5) | func foo() { FILE: autoload/go/test-fixtures/debug/compilerror/main.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/debug/debugmain/debugmain.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/def/jump.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/fmt/hello.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/fmt/hello_golden.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/fmt/src/imports/goimports.go function Foo (line 2) | func Foo(log *logging.TestLogger) { function main (line 6) | func main() { FILE: autoload/go/test-fixtures/fmt/src/imports/goimports_golden.go function Foo (line 9) | func Foo(log *logging.TestLogger) { function main (line 13) | func main() { FILE: autoload/go/test-fixtures/fmt/src/imports/vendor/gh.com/gi/foo-logging/logger.go type TestLogger (line 5) | type TestLogger struct method Debug (line 9) | func (l *TestLogger) Debug(msg string) { FILE: autoload/go/test-fixtures/job/dir has spaces/main.go function main (line 3) | func main() { FILE: autoload/go/test-fixtures/lint/src/errcheck/compilererror/compilererror.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/lint/src/errcheck/errcheck.go function foo (line 8) | func foo() { FILE: autoload/go/test-fixtures/lint/src/errcheck/errcheck_test.go function TestFoo (line 9) | func TestFoo(t *testing.T) { FILE: autoload/go/test-fixtures/lint/src/foo/foo.go function MissingFooDoc (line 5) | func MissingFooDoc() { FILE: autoload/go/test-fixtures/lint/src/lint/baz.go function baz (line 3) | func baz() {} FILE: autoload/go/test-fixtures/lint/src/lint/golangci-lint/problems/importabs/ok.go function bar (line 3) | func bar() {} FILE: autoload/go/test-fixtures/lint/src/lint/golangci-lint/problems/importabs/problems.go function baz (line 5) | func baz() {} FILE: autoload/go/test-fixtures/lint/src/lint/golangci-lint/problems/multiple/problems.go function mySleep (line 7) | func mySleep(time int) { FILE: autoload/go/test-fixtures/lint/src/lint/golangci-lint/problems/shadow/problems.go function mySleep (line 3) | func mySleep(time int) { FILE: autoload/go/test-fixtures/lint/src/lint/lint.go function MissingDoc (line 5) | func MissingDoc() { FILE: autoload/go/test-fixtures/lint/src/lint/quux.go function AlsoMissingDoc (line 5) | func AlsoMissingDoc() { FILE: autoload/go/test-fixtures/lint/src/vet/compilererror/compilererror.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/lint/src/vet/vet.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/lsp/fmt/format.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/lsp/fmt/format_golden.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/lsp/fmt/multibyte.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/lsp/fmt/multibyte_golden.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/lsp/fmt/newline.go function main (line 4) | func main() { FILE: autoload/go/test-fixtures/lsp/imports/imports.go function main (line 7) | func main() { FILE: autoload/go/test-fixtures/lsp/imports/imports_golden.go function main (line 10) | func main() { FILE: autoload/go/test-fixtures/package/src/package/package.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/tags/add_all_golden.go type Server (line 3) | type Server struct FILE: autoload/go/test-fixtures/tags/add_all_golden_options.go type Server (line 3) | type Server struct FILE: autoload/go/test-fixtures/tags/add_all_input.go type Server (line 3) | type Server struct FILE: autoload/go/test-fixtures/tags/remove_all_golden.go type Server (line 3) | type Server struct FILE: autoload/go/test-fixtures/tags/remove_all_input.go type Server (line 3) | type Server struct FILE: autoload/go/test-fixtures/term/term.go function main (line 3) | func main() { FILE: autoload/go/test-fixtures/test/src/compilerror/compilerror.go function main (line 5) | func main() { FILE: autoload/go/test-fixtures/test/src/example/example.go function HelloWorld (line 3) | func HelloWorld() string { FILE: autoload/go/test-fixtures/test/src/example/example_test.go function ExampleHelloWorld (line 7) | func ExampleHelloWorld() { FILE: autoload/go/test-fixtures/test/src/play/mock/controller.go function Fail (line 5) | func Fail(t *testing.T) { FILE: autoload/go/test-fixtures/test/src/play/play_test.go function TestTopSubHelper (line 10) | func TestTopSubHelper(t *testing.T) { function TestMultiline (line 19) | func TestMultiline(t *testing.T) { function TestSub (line 24) | func TestSub(t *testing.T) { function TestOK (line 30) | func TestOK(t *testing.T) { function TestMocked (line 38) | func TestMocked(t *testing.T) { function TestPanic (line 42) | func TestPanic(t *testing.T) { function TestConcurrentPanic (line 46) | func TestConcurrentPanic(t *testing.T) { function helper (line 56) | func helper(t *testing.T) { FILE: autoload/go/test-fixtures/test/src/showname/showname_test.go function TestHelloWorld (line 5) | func TestHelloWorld(t *testing.T) { FILE: autoload/go/test-fixtures/test/src/testcompilerror/testcompilerror_test.go function TestSomething (line 8) | func TestSomething(t *testing.T) { FILE: autoload/go/test-fixtures/test/src/timeout/timeout_test.go function init (line 15) | func init() { function TestSleep (line 19) | func TestSleep(t *testing.T) { function TestRunning (line 25) | func TestRunning(t *testing.T) { function TestRunningAlso (line 40) | func TestRunningAlso(t *testing.T) { FILE: autoload/go/test-fixtures/test/src/veterror/veterror.go function main (line 5) | func main() { FILE: rplugin/python3/denite/source/decls.py class Source (line 30) | class Source(Base): method __init__ (line 32) | def __init__(self, vim): method gather_candidates (line 38) | def gather_candidates(self, context): method highlight (line 81) | def highlight(self): FILE: templates/hello_world.go function main (line 5) | func main() { FILE: templates/hello_world_test.go function TestHelloWorld (line 5) | func TestHelloWorld(t *testing.T) { FILE: test/parse.go type parser (line 20) | type parser struct method top (line 54) | func (p *parser) top() *Node { method popUntil (line 99) | func (p *parser) popUntil(s scope, matchTags ...a.Atom) bool { method indexOfElementInScope (line 110) | func (p *parser) indexOfElementInScope(s scope, matchTags ...a.Atom) i... method elementInScope (line 156) | func (p *parser) elementInScope(s scope, matchTags ...a.Atom) bool { method clearStackToContext (line 162) | func (p *parser) clearStackToContext(s scope) { method generateImpliedEndTags (line 190) | func (p *parser) generateImpliedEndTags(exceptions ...string) { method addChild (line 214) | func (p *parser) addChild(n *Node) { method shouldFosterParent (line 228) | func (p *parser) shouldFosterParent() bool { method fosterParent (line 240) | func (p *parser) fosterParent(n *Node) { method addText (line 275) | func (p *parser) addText(text string) { method addElement (line 300) | func (p *parser) addElement() { method addFormattingElement (line 310) | func (p *parser) addFormattingElement() { method clearActiveFormattingElements (line 357) | func (p *parser) clearActiveFormattingElements() { method reconstructActiveFormattingElements (line 367) | func (p *parser) reconstructActiveFormattingElements() { method acknowledgeSelfClosingTag (line 396) | func (p *parser) acknowledgeSelfClosingTag() { method setOriginalIM (line 409) | func (p *parser) setOriginalIM() { method resetInsertionMode (line 417) | func (p *parser) resetInsertionMode() { method inBodyEndTagFormatting (line 1040) | func (p *parser) inBodyEndTagFormatting(tagAtom a.Atom) { method inBodyEndTagOther (line 1167) | func (p *parser) inBodyEndTagOther(tagAtom a.Atom) { method inForeignContent (line 1930) | func (p *parser) inForeignContent() bool { method parseImpliedToken (line 1960) | func (p *parser) parseImpliedToken(t TokenType, dataAtom a.Atom, data ... method parseCurrentToken (line 1974) | func (p *parser) parseCurrentToken() { method parse (line 1995) | func (p *parser) parse() error { type scope (line 70) | type scope constant defaultScope (line 73) | defaultScope scope = iota constant listItemScope (line 74) | listItemScope constant buttonScope (line 75) | buttonScope constant tableScope (line 76) | tableScope constant tableRowScope (line 77) | tableRowScope constant tableBodyScope (line 78) | tableBodyScope constant selectScope (line 79) | selectScope type insertionMode (line 404) | type insertionMode constant whitespace (line 455) | whitespace = " \t\r\n\f" function initialIM (line 458) | func initialIM(p *parser) bool { function beforeHTMLIM (line 485) | func beforeHTMLIM(p *parser) bool { function beforeHeadIM (line 523) | func beforeHeadIM(p *parser) bool { function inHeadIM (line 566) | func inHeadIM(p *parser) bool { function afterHeadIM (line 628) | func afterHeadIM(p *parser) bool { function copyAttributes (line 686) | func copyAttributes(dst *Node, src Token) { function inBodyIM (line 703) | func inBodyIM(p *parser) bool { function textIM (line 1180) | func textIM(p *parser) bool { function inTableIM (line 1209) | func inTableIM(p *parser) bool { function inCaptionIM (line 1315) | func inCaptionIM(p *parser) bool { function inColumnGroupIM (line 1361) | func inColumnGroupIM(p *parser) bool { function inTableBodyIM (line 1414) | func inTableBodyIM(p *parser) bool { function inRowIM (line 1466) | func inRowIM(p *parser) bool { function inCellIM (line 1517) | func inCellIM(p *parser) bool { function inSelectIM (line 1566) | func inSelectIM(p *parser) bool { function inSelectInTableIM (line 1638) | func inSelectInTableIM(p *parser) bool { function afterBodyIM (line 1656) | func afterBodyIM(p *parser) bool { function inFramesetIM (line 1694) | func inFramesetIM(p *parser) bool { function afterFramesetIM (line 1744) | func afterFramesetIM(p *parser) bool { function afterAfterBodyIM (line 1783) | func afterAfterBodyIM(p *parser) bool { function afterAfterFramesetIM (line 1812) | func afterAfterFramesetIM(p *parser) bool { constant whitespaceOrNUL (line 1847) | whitespaceOrNUL = whitespace + "\x00" function parseForeignContent (line 1850) | func parseForeignContent(p *parser) bool { function Parse (line 2018) | func Parse(r io.Reader) (*Node, error) { function ParseFragment (line 2038) | func ParseFragment(r io.Reader, context *Node) ([]*Node, error) {