Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Debian/debiman
/ functions
Functions
210 in github.com/Debian/debiman
⨍
Functions
210
◇
Types & classes
39
↓ 1 callers
Function
renderDirectoryIndex
(dir string, newestModTime time.Time)
cmd/debiman/render.go:161
↓ 1 callers
Function
renderPkgindex
(dest string, manpageByName map[string]*manpage.Meta)
cmd/debiman/renderpkgindex.go:25
↓ 1 callers
Function
renderSrcPkgindex
(dest string, src string, manpageByName map[string]*manpage.Meta)
cmd/debiman/renderpkgindex.go:65
↓ 1 callers
Function
replaceId
(n *html.Node, id string)
internal/convert/convert.go:262
↓ 1 callers
Function
searchOrder
(sections []string)
internal/redirect/redirect.go:158
↓ 1 callers
Function
serveFile
(w http.ResponseWriter, r *http.Request)
cmd/debiman-minisrv/minisrv.go:39
↓ 1 callers
Method
split
(path string)
internal/redirect/redirect.go:76
↓ 1 callers
Method
splitLegacy
(path string)
internal/redirect/legacy.go:5
↓ 1 callers
Function
urlMatches
(txt string)
internal/convert/convert.go:168
↓ 1 callers
Function
walkContents
(ctx context.Context, renderChan chan<- renderJob, whitelist map[string]bool, gv globalView)
cmd/debiman/render.go:342
↓ 1 callers
Function
writeIndex
writeIndex serializes an index for the redirect package (used in debiman-auxserver) to dest.
cmd/debiman/writeindex.go:14
↓ 1 callers
Function
writeManpage
(logger *log.Logger, src, dest string, r io.Reader, m *manpage.Meta, contentByPath map[string][]*contentEntry)
cmd/debiman/download.go:190
↓ 1 callers
Function
writeMetrics
(w io.Writer, gv globalView, start time.Time)
cmd/debiman/prometheus.go:46
↓ 1 callers
Function
writeSourceIndex
(gv globalView, newestForSource map[string]time.Time)
cmd/debiman/render.go:451
↓ 1 callers
Function
writeSourcesWithManpages
(gv globalView)
cmd/debiman/render.go:500
↓ 1 callers
Function
xrefMatches
(txt string, resolve func(ref string) string)
internal/convert/convert.go:84
Function
BenchmarkSuggest
(b *testing.B)
internal/auxserver/auxserver_test.go:149
Function
BenchmarkXref
(b *testing.B)
internal/convert/convert_test.go:412
Method
Descriptor
()
internal/proto/index.pb.go:45
Method
Descriptor
()
internal/proto/index.pb.go:92
Method
GetBinarypkg
()
internal/proto/index.pb.go:61
Method
GetEntry
()
internal/proto/index.pb.go:94
Method
GetLanguage
()
internal/proto/index.pb.go:75
Method
GetLanguage
()
internal/proto/index.pb.go:101
Method
GetName
()
internal/proto/index.pb.go:47
Method
GetSection
()
internal/proto/index.pb.go:68
Method
GetSection
()
internal/proto/index.pb.go:115
Method
GetSuite
()
internal/proto/index.pb.go:54
Method
GetSuite
()
internal/proto/index.pb.go:108
Method
HandleJump
(w http.ResponseWriter, r *http.Request)
internal/auxserver/auxserver.go:122
Method
HandleSuggest
(w http.ResponseWriter, r *http.Request)
internal/auxserver/auxserver.go:156
Method
Len
()
internal/convert/convert.go:45
Method
Len
()
internal/redirect/redirect.go:140
Method
Len
()
internal/redirect/redirect.go:168
Method
Len
()
cmd/debiman/renderaux.go:36
Method
Len
()
cmd/debiman/rendermanpage.go:172
Method
Len
()
cmd/debiman/rendermanpage.go:219
Method
Len
()
cmd/debiman/rendermanpage.go:255
Method
Len
()
cmd/debiman/rendermanpage.go:268
Method
Len
()
cmd/debiman/rendermanpage.go:274
Method
Len
()
cmd/debiman/download.go:51
Method
Less
(i, j int)
internal/convert/convert.go:48
Method
Less
(i, j int)
internal/redirect/redirect.go:142
Method
Less
(i, j int)
internal/redirect/redirect.go:170
Method
Less
(i, j int)
cmd/debiman/renderaux.go:38
Method
Less
(i, j int)
cmd/debiman/rendermanpage.go:174
Method
Less
(i, j int)
cmd/debiman/rendermanpage.go:221
Method
Less
(i, j int)
cmd/debiman/rendermanpage.go:257
Method
Less
(i, j int)
cmd/debiman/rendermanpage.go:270
Method
Less
(i, j int)
cmd/debiman/rendermanpage.go:276
Method
Less
(i, j int)
cmd/debiman/download.go:53
Method
PermaLink
()
internal/manpage/meta.go:183
Method
ProtoMessage
()
internal/proto/index.pb.go:44
Method
ProtoMessage
()
internal/proto/index.pb.go:91
Method
Reset
()
internal/proto/index.pb.go:42
Method
String
()
internal/proto/index.pb.go:43
Method
String
()
internal/proto/index.pb.go:90
Method
Swap
(i, j int)
internal/convert/convert.go:51
Method
Swap
(i, j int)
internal/redirect/redirect.go:141
Method
Swap
(i, j int)
internal/redirect/redirect.go:169
Method
Swap
(i, j int)
cmd/debiman/renderaux.go:37
Method
Swap
(i, j int)
cmd/debiman/rendermanpage.go:173
Method
Swap
(i, j int)
cmd/debiman/rendermanpage.go:220
Method
Swap
(i, j int)
cmd/debiman/rendermanpage.go:256
Method
Swap
(i, j int)
cmd/debiman/rendermanpage.go:269
Method
Swap
(i, j int)
cmd/debiman/rendermanpage.go:275
Method
Swap
(i, j int)
cmd/debiman/download.go:52
Function
TestAcceptLanguage
(t *testing.T)
internal/redirect/redirect_test.go:508
Function
TestBestLanguageMatch
(t *testing.T)
cmd/debiman/rendermanpage_test.go:22
Function
TestBlankRedirect
(t *testing.T)
internal/redirect/redirect_test.go:629
Function
TestBreadcrumbsRenderedAsObject
Ensure that the JSON-LD breadcrumbs are emitted as a JSON object and not, due to html/template's contextual escaping inside <script>, as a quoted (and
cmd/debiman/render_test.go:31
Function
TestBreadcrumbsToJSON
(t *testing.T)
cmd/debiman/render_test.go:12
Function
TestCronSection
(t *testing.T)
internal/redirect/redirect_test.go:662
Function
TestEndToEnd
(t *testing.T)
cmd/debiman/main_test.go:10
Function
TestFormExtra
(t *testing.T)
internal/redirect/redirect_test.go:559
Function
TestFormattedXref
(t *testing.T)
internal/convert/convert_test.go:360
Function
TestFragmentLinkWithColon
Ensure that section names containing unsafe characters like colons are properly handled (and do not result in ZgotmplZ values) on pages like https://m
cmd/debiman/render_test.go:65
Function
TestHref
(t *testing.T)
internal/convert/convert_test.go:243
Function
TestIndexSwapFail
(t *testing.T)
internal/auxserver/auxserver_test.go:113
Function
TestIndexSwapSucceed
(t *testing.T)
internal/auxserver/auxserver_test.go:49
Function
TestLanguageTag
(t *testing.T)
internal/manpage/meta_test.go:76
Function
TestLegacyManpagesDebianOrgRedirects
(t *testing.T)
internal/redirect/redirect_test.go:408
Function
TestManFreeBSDRedirects
(t *testing.T)
internal/redirect/redirect_test.go:477
Function
TestManpageFromManPath
(t *testing.T)
internal/manpage/meta_test.go:9
Function
TestNotFoundFullySpecified
(t *testing.T)
internal/redirect/redirect_test.go:254
Function
TestNotFoundWrongSuite
(t *testing.T)
internal/redirect/redirect_test.go:227
Function
TestNotIndexed
(t *testing.T)
internal/redirect/redirect_test.go:217
Function
TestPrep
(t *testing.T)
cmd/debiman/rendermanpage_test.go:51
Function
TestRawManpageRedirect
(t *testing.T)
internal/redirect/redirect_test.go:598
Function
TestRecode
(t *testing.T)
internal/recode/recode_test.go:33
Function
TestReuse
(t *testing.T)
cmd/debiman/reuse_test.go:15
Function
TestSitemap
(t *testing.T)
internal/sitemap/sitemap_test.go:9
Function
TestSitemapIndex
(t *testing.T)
internal/sitemap/sitemap_test.go:25
Function
TestSuggest
(t *testing.T)
internal/auxserver/auxserver_test.go:128
Function
TestToHTML
(t *testing.T)
internal/convert/convert_test.go:51
Function
TestUnderspecified
(t *testing.T)
internal/redirect/redirect_test.go:276
Function
TestWriteManpage
(t *testing.T)
cmd/debiman/download_test.go:11
Function
TestXref
(t *testing.T)
internal/convert/convert_test.go:143
Function
TestXrefHref
(t *testing.T)
internal/convert/convert_test.go:295
Function
TestXrefHrefExclude
(t *testing.T)
internal/convert/convert_test.go:419
← previous
next →
101–200 of 210, ranked by callers