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}}
|
|
|
|
{{range $File := .Files}}{{range .Groups}}{{range .Infos}} {{$File.File.Path|url_src}}:{{.|infoLine}}{{end}}
|
|
|
|
{{end}}{{end}}{{/* .Files */}}{{end}}{{end}}{{/* .Decls */}}{{/*
|
|
|
|
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
*/}}{{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}}
|
|
|
|
{{range $File := .Files}}{{range .Groups}}{{range .Infos}} {{$File.File.Path|url_src}}:{{.|infoLine}}
|
|
|
|
{{end}}{{end}}{{end}}{{/* .Files */}}
|
|
|
|
{{end}}{{end}}{{/* .Others */}}{{end}}{{/* .Hit */}}{{/*
|
|
|
|
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
*/}}{{if .Textual}}{{if .Complete}}{{.Found}} TEXTUAL OCCURRENCES{{else}}MORE THAN {{.Found}} TEXTUAL OCCURRENCES{{end}}
|
|
|
|
|
|
|
|
{{range .Textual}}{{.Lines|numlines}} {{.Filename|url_src}}
|
|
|
|
{{end}}{{if not .Complete}}... ...
|
|
|
|
{{end}}{{end}}
|