You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

  1. QUERY
  2. {{.Query}}
  3. {{with .Alert}}{{.}}
  4. {{end}}{{/* .Alert */}}{{/*
  5. ---------------------------------------
  6. */}}{{with .Alt}}DID YOU MEAN
  7. {{range .Alts}} {{.}}
  8. {{end}}
  9. {{end}}{{/* .Alt */}}{{/*
  10. ---------------------------------------
  11. */}}{{with .Pak}}PACKAGE {{$.Query}}
  12. {{range .}} {{pkgLink .Pak.Path}}
  13. {{end}}
  14. {{end}}{{/* .Pak */}}{{/*
  15. ---------------------------------------
  16. */}}{{range $key, $val := .Idents}}{{if $val}}{{$key.Name}}
  17. {{range $val}} {{.Path}}.{{.Name}}
  18. {{end}}
  19. {{end}}{{end}}{{/* .Idents */}}{{/*
  20. ---------------------------------------
  21. */}}{{with .Hit}}{{with .Decls}}PACKAGE-LEVEL DECLARATIONS
  22. {{range .}}package {{.Pak.Name}}
  23. {{range $file := .Files}}{{range .Groups}}{{range .}} {{srcLink $file.File.Path}}:{{infoLine .}}{{end}}
  24. {{end}}{{end}}{{/* .Files */}}
  25. {{end}}{{end}}{{/* .Decls */}}{{/*
  26. ---------------------------------------
  27. */}}{{with .Others}}LOCAL DECLARATIONS AND USES
  28. {{range .}}package {{.Pak.Name}}
  29. {{range $file := .Files}}{{range .Groups}}{{range .}} {{srcLink $file.File.Path}}:{{infoLine .}}
  30. {{end}}{{end}}{{end}}{{/* .Files */}}
  31. {{end}}{{end}}{{/* .Others */}}{{end}}{{/* .Hit */}}{{/*
  32. ---------------------------------------
  33. */}}{{if .Textual}}{{if .Complete}}{{.Found}} TEXTUAL OCCURRENCES{{else}}MORE THAN {{.Found}} TEXTUAL OCCURRENCES{{end}}
  34. {{range .Textual}}{{len .Lines}} {{srcLink .Filename}}
  35. {{end}}{{if not .Complete}}... ...
  36. {{end}}{{end}}