MCPcopy Create free account

hub / github.com/Debian/debiman / functions

Functions210 in github.com/Debian/debiman

↓ 1 callersFunctionrenderDirectoryIndex
(dir string, newestModTime time.Time)
cmd/debiman/render.go:161
↓ 1 callersFunctionrenderPkgindex
(dest string, manpageByName map[string]*manpage.Meta)
cmd/debiman/renderpkgindex.go:25
↓ 1 callersFunctionrenderSrcPkgindex
(dest string, src string, manpageByName map[string]*manpage.Meta)
cmd/debiman/renderpkgindex.go:65
↓ 1 callersFunctionreplaceId
(n *html.Node, id string)
internal/convert/convert.go:262
↓ 1 callersFunctionsearchOrder
(sections []string)
internal/redirect/redirect.go:158
↓ 1 callersFunctionserveFile
(w http.ResponseWriter, r *http.Request)
cmd/debiman-minisrv/minisrv.go:39
↓ 1 callersMethodsplit
(path string)
internal/redirect/redirect.go:76
↓ 1 callersMethodsplitLegacy
(path string)
internal/redirect/legacy.go:5
↓ 1 callersFunctionurlMatches
(txt string)
internal/convert/convert.go:168
↓ 1 callersFunctionwalkContents
(ctx context.Context, renderChan chan<- renderJob, whitelist map[string]bool, gv globalView)
cmd/debiman/render.go:342
↓ 1 callersFunctionwriteIndex
writeIndex serializes an index for the redirect package (used in debiman-auxserver) to dest.
cmd/debiman/writeindex.go:14
↓ 1 callersFunctionwriteManpage
(logger *log.Logger, src, dest string, r io.Reader, m *manpage.Meta, contentByPath map[string][]*contentEntry)
cmd/debiman/download.go:190
↓ 1 callersFunctionwriteMetrics
(w io.Writer, gv globalView, start time.Time)
cmd/debiman/prometheus.go:46
↓ 1 callersFunctionwriteSourceIndex
(gv globalView, newestForSource map[string]time.Time)
cmd/debiman/render.go:451
↓ 1 callersFunctionwriteSourcesWithManpages
(gv globalView)
cmd/debiman/render.go:500
↓ 1 callersFunctionxrefMatches
(txt string, resolve func(ref string) string)
internal/convert/convert.go:84
FunctionBenchmarkSuggest
(b *testing.B)
internal/auxserver/auxserver_test.go:149
FunctionBenchmarkXref
(b *testing.B)
internal/convert/convert_test.go:412
MethodDescriptor
()
internal/proto/index.pb.go:45
MethodDescriptor
()
internal/proto/index.pb.go:92
MethodGetBinarypkg
()
internal/proto/index.pb.go:61
MethodGetEntry
()
internal/proto/index.pb.go:94
MethodGetLanguage
()
internal/proto/index.pb.go:75
MethodGetLanguage
()
internal/proto/index.pb.go:101
MethodGetName
()
internal/proto/index.pb.go:47
MethodGetSection
()
internal/proto/index.pb.go:68
MethodGetSection
()
internal/proto/index.pb.go:115
MethodGetSuite
()
internal/proto/index.pb.go:54
MethodGetSuite
()
internal/proto/index.pb.go:108
MethodHandleJump
(w http.ResponseWriter, r *http.Request)
internal/auxserver/auxserver.go:122
MethodHandleSuggest
(w http.ResponseWriter, r *http.Request)
internal/auxserver/auxserver.go:156
MethodLen
()
internal/convert/convert.go:45
MethodLen
()
internal/redirect/redirect.go:140
MethodLen
()
internal/redirect/redirect.go:168
MethodLen
()
cmd/debiman/renderaux.go:36
MethodLen
()
cmd/debiman/rendermanpage.go:172
MethodLen
()
cmd/debiman/rendermanpage.go:219
MethodLen
()
cmd/debiman/rendermanpage.go:255
MethodLen
()
cmd/debiman/rendermanpage.go:268
MethodLen
()
cmd/debiman/rendermanpage.go:274
MethodLen
()
cmd/debiman/download.go:51
MethodLess
(i, j int)
internal/convert/convert.go:48
MethodLess
(i, j int)
internal/redirect/redirect.go:142
MethodLess
(i, j int)
internal/redirect/redirect.go:170
MethodLess
(i, j int)
cmd/debiman/renderaux.go:38
MethodLess
(i, j int)
cmd/debiman/rendermanpage.go:174
MethodLess
(i, j int)
cmd/debiman/rendermanpage.go:221
MethodLess
(i, j int)
cmd/debiman/rendermanpage.go:257
MethodLess
(i, j int)
cmd/debiman/rendermanpage.go:270
MethodLess
(i, j int)
cmd/debiman/rendermanpage.go:276
MethodLess
(i, j int)
cmd/debiman/download.go:53
MethodPermaLink
()
internal/manpage/meta.go:183
MethodProtoMessage
()
internal/proto/index.pb.go:44
MethodProtoMessage
()
internal/proto/index.pb.go:91
MethodReset
()
internal/proto/index.pb.go:42
MethodString
()
internal/proto/index.pb.go:43
MethodString
()
internal/proto/index.pb.go:90
MethodSwap
(i, j int)
internal/convert/convert.go:51
MethodSwap
(i, j int)
internal/redirect/redirect.go:141
MethodSwap
(i, j int)
internal/redirect/redirect.go:169
MethodSwap
(i, j int)
cmd/debiman/renderaux.go:37
MethodSwap
(i, j int)
cmd/debiman/rendermanpage.go:173
MethodSwap
(i, j int)
cmd/debiman/rendermanpage.go:220
MethodSwap
(i, j int)
cmd/debiman/rendermanpage.go:256
MethodSwap
(i, j int)
cmd/debiman/rendermanpage.go:269
MethodSwap
(i, j int)
cmd/debiman/rendermanpage.go:275
MethodSwap
(i, j int)
cmd/debiman/download.go:52
FunctionTestAcceptLanguage
(t *testing.T)
internal/redirect/redirect_test.go:508
FunctionTestBestLanguageMatch
(t *testing.T)
cmd/debiman/rendermanpage_test.go:22
FunctionTestBlankRedirect
(t *testing.T)
internal/redirect/redirect_test.go:629
FunctionTestBreadcrumbsRenderedAsObject
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
FunctionTestBreadcrumbsToJSON
(t *testing.T)
cmd/debiman/render_test.go:12
FunctionTestCronSection
(t *testing.T)
internal/redirect/redirect_test.go:662
FunctionTestEndToEnd
(t *testing.T)
cmd/debiman/main_test.go:10
FunctionTestFormExtra
(t *testing.T)
internal/redirect/redirect_test.go:559
FunctionTestFormattedXref
(t *testing.T)
internal/convert/convert_test.go:360
FunctionTestFragmentLinkWithColon
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
FunctionTestHref
(t *testing.T)
internal/convert/convert_test.go:243
FunctionTestIndexSwapFail
(t *testing.T)
internal/auxserver/auxserver_test.go:113
FunctionTestIndexSwapSucceed
(t *testing.T)
internal/auxserver/auxserver_test.go:49
FunctionTestLanguageTag
(t *testing.T)
internal/manpage/meta_test.go:76
FunctionTestLegacyManpagesDebianOrgRedirects
(t *testing.T)
internal/redirect/redirect_test.go:408
FunctionTestManFreeBSDRedirects
(t *testing.T)
internal/redirect/redirect_test.go:477
FunctionTestManpageFromManPath
(t *testing.T)
internal/manpage/meta_test.go:9
FunctionTestNotFoundFullySpecified
(t *testing.T)
internal/redirect/redirect_test.go:254
FunctionTestNotFoundWrongSuite
(t *testing.T)
internal/redirect/redirect_test.go:227
FunctionTestNotIndexed
(t *testing.T)
internal/redirect/redirect_test.go:217
FunctionTestPrep
(t *testing.T)
cmd/debiman/rendermanpage_test.go:51
FunctionTestRawManpageRedirect
(t *testing.T)
internal/redirect/redirect_test.go:598
FunctionTestRecode
(t *testing.T)
internal/recode/recode_test.go:33
FunctionTestReuse
(t *testing.T)
cmd/debiman/reuse_test.go:15
FunctionTestSitemap
(t *testing.T)
internal/sitemap/sitemap_test.go:9
FunctionTestSitemapIndex
(t *testing.T)
internal/sitemap/sitemap_test.go:25
FunctionTestSuggest
(t *testing.T)
internal/auxserver/auxserver_test.go:128
FunctionTestToHTML
(t *testing.T)
internal/convert/convert_test.go:51
FunctionTestUnderspecified
(t *testing.T)
internal/redirect/redirect_test.go:276
FunctionTestWriteManpage
(t *testing.T)
cmd/debiman/download_test.go:11
FunctionTestXref
(t *testing.T)
internal/convert/convert_test.go:143
FunctionTestXrefHref
(t *testing.T)
internal/convert/convert_test.go:295
FunctionTestXrefHrefExclude
(t *testing.T)
internal/convert/convert_test.go:419
← previousnext →101–200 of 210, ranked by callers