Home
last modified time | relevance | path

Searched refs:WithFileContext (Results 1 – 4 of 4) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/common/herrors/
H A Derror_locator.go100 return WithFileContext(e, realFilename, f, matcher)
116 func WithFileContext(e error, realFilename string, r io.Reader, matcher LineMatcherFn) (error, bool… func
/dports/www/gohugo/hugo-0.91.2/langs/i18n/
H A DtranslationProvider.go141 err, _ = herrors.WithFileContext(
/dports/www/gohugo/hugo-0.91.2/resources/resource_transformers/js/
H A Dbuild.go161 err, _ := herrors.WithFileContext(fe, path, f, herrors.SimpleLineMatcher)
/dports/www/gohugo/hugo-0.91.2/tpl/tplimpl/
H A Dtemplate.go484 fe, ok := herrors.WithFileContext(inErr, info.realFilename, f, lineMatcher)