2010-03-19 23:48:08 -06:00
|
|
|
QUERY
|
2011-08-11 14:24:13 -06:00
|
|
|
{{.Query}}
|
|
|
|
{{with .Alert}}
|
|
|
|
{{.}}
|
|
|
|
{{end}}{{/* .Alert */}}{{/*
|
2010-03-19 13:46:43 -06:00
|
|
|
|
2011-08-11 14:24:13 -06:00
|
|
|
---------------------------------------
|
2010-03-19 13:46:43 -06:00
|
|
|
|
2011-08-11 14:24:13 -06:00
|
|
|
*/}}{{with .Alt}}
|
2010-03-19 13:46:43 -06:00
|
|
|
DID YOU MEAN
|
2011-08-11 14:24:13 -06:00
|
|
|
{{range .Alts}} {{.}}
|
|
|
|
{{end}}{{end}}{{/* .Alts */}}{{/*
|
2010-03-19 13:46:43 -06:00
|
|
|
|
2011-08-11 14:24:13 -06:00
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
*/}}{{with .Hit}}{{with .Decls}}
|
2010-03-19 13:46:43 -06:00
|
|
|
PACKAGE-LEVEL DECLARATIONS
|
|
|
|
|
2011-08-11 14:24:13 -06:00
|
|
|
{{range .}}package {{.Pak.Name}}
|
2011-08-17 17:38:58 -06:00
|
|
|
{{range $file := .Files}}{{range .Groups}}{{range .Infos}} {{srcLink $file.File.Path}}:{{infoLine .}}{{end}}
|
2011-08-12 11:06:32 -06:00
|
|
|
{{end}}{{end}}{{/* .Files */}}
|
|
|
|
{{end}}{{end}}{{/* .Decls */}}{{/*
|
2011-08-11 14:24:13 -06:00
|
|
|
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
*/}}{{with .Others}}
|
2010-03-19 13:46:43 -06:00
|
|
|
LOCAL DECLARATIONS AND USES
|
|
|
|
|
2011-08-11 14:24:13 -06:00
|
|
|
{{range .}}package {{.Pak.Name}}
|
2011-08-17 17:38:58 -06:00
|
|
|
{{range $file := .Files}}{{range .Groups}}{{range .Infos}} {{srcLink $file.File.Path}}:{{infoLine .}}
|
2011-08-11 14:24:13 -06:00
|
|
|
{{end}}{{end}}{{end}}{{/* .Files */}}
|
|
|
|
{{end}}{{end}}{{/* .Others */}}{{end}}{{/* .Hit */}}{{/*
|
|
|
|
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
*/}}{{if .Textual}}{{if .Complete}}{{.Found}} TEXTUAL OCCURRENCES{{else}}MORE THAN {{.Found}} TEXTUAL OCCURRENCES{{end}}
|
|
|
|
|
2011-08-12 16:43:10 -06:00
|
|
|
{{range .Textual}}{{len .Lines}} {{srcLink .Filename}}
|
2011-08-11 14:24:13 -06:00
|
|
|
{{end}}{{if not .Complete}}... ...
|
|
|
|
{{end}}{{end}}
|