Home
last modified time | relevance | path

Searched refs:astFile (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/
H A Dpackages.go57 pd.Files[path] = astFile
60 Name: astFile.Name.Name,
66 pkgs.files[astFile] = &AstFileInfo{
67 File: astFile,
100 for astFile, info := range pkgs.files {
107 for _, astDeclaration := range astFile.Decls {
113 File: astFile,
120 Name: astFile.Name.Name,
143 Name: astFile.Name.Name,
193 for _, astFile := range info.Files {
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/cmd/cover/
H A Dcover.go156 astFile *ast.File member
246 for _, s := range f.astFile.Imports {
268 astFile := f.astFile
269 astFile.Decls = append(astFile.Decls, nil)
270 copy(astFile.Decls[1:], astFile.Decls[0:])
271 astFile.Decls[0] = impDecl
272 astFile.Imports = append(astFile.Imports, newImport)
293 astFile.Decls = append(astFile.Decls, reference)
342 astFile: parsedFile,
347 ast.Walk(file, file.astFile)
[all …]

12345678910>>...15