Home
last modified time | relevance | path

Searched defs:templateOutput (Results 1 – 2 of 2) sorted by relevance

/dports/devel/dep/dep-0.5.4/cmd/dep/
H A Dstatus.go368 type templateOutput struct { struct
369 w io.Writer
370 tmpl *template.Template
371 detail []rawDetailProject
374 func (out *templateOutput) BasicHeader() error { return nil }
375 func (out *templateOutput) BasicFooter() error { return nil }
376 func (out *templateOutput) BasicLine(bs *BasicStatus) error {
403 func (out *templateOutput) DetailLine(ds *DetailStatus) error {
421 func (out *templateOutput) OldHeader() error { return nil }
422 func (out *templateOutput) OldFooter() error { return nil }
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/secure-logging/tests/
H A Dtest_secure_logging.c179 GString **verifyMaliciousMessages(guchar *hostkey, gchar *macFileName, GString **templateOutput, in verifyMaliciousMessages()
219 void verifyMessages(guchar *hostkey, gchar *macFileName, GString **templateOutput, LogMessage **ori… in verifyMessages()