Home
last modified time | relevance | path

Searched refs:templateExt (Results 1 – 12 of 12) sorted by relevance

/dports/www/matomo/piwik/core/
H A DView.php145 $templateExt = '.twig';
146 if (substr($templateFile, -strlen($templateExt)) !== $templateExt) {
147 $templateFile .= $templateExt;
/dports/devel/geany/geany-1.38/ctags/main/
H A Droutines_p.h96 …ern char* baseFilenameSansExtensionNew (const char *const fileName, const char *const templateExt);
H A Droutines.c667 const char *const templateExt) in baseFilenameSansExtensionNew() argument
673 pDelimiter = strrchr (base, templateExt[0]); in baseFilenameSansExtensionNew()
675 if (pDelimiter && (strcmp (pDelimiter, templateExt) == 0)) in baseFilenameSansExtensionNew()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Droutines_p.h99 …ern char* baseFilenameSansExtensionNew (const char *const fileName, const char *const templateExt);
H A Droutines.c668 const char *const templateExt) in baseFilenameSansExtensionNew() argument
674 pDelimiter = strrchr (base, templateExt[0]); in baseFilenameSansExtensionNew()
676 if (pDelimiter && (strcmp (pDelimiter, templateExt) == 0)) in baseFilenameSansExtensionNew()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Droutines.c624 const char *const templateExt) in baseFilenameSansExtensionNew() argument
630 pDelimiter = strrchr (base, templateExt[0]); in baseFilenameSansExtensionNew()
632 if (pDelimiter && (strcmp (pDelimiter, templateExt) == 0)) in baseFilenameSansExtensionNew()
H A Droutines.h144 …ern char* baseFilenameSansExtensionNew (const char *const fileName, const char *const templateExt);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/gddo-server/
H A Dmain.go142 func templateExt(req *http.Request) string { func
409 template += templateExt(req)
545 return s.templates.execute(resp, "home"+templateExt(req), http.StatusOK, nil,
578 return s.templates.execute(resp, "results"+templateExt(req), http.StatusOK, nil,
758 s.templates.execute(resp, "notfound"+templateExt(req), status, nil, map[string]interface{}{
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/gddo-server/
H A Dmain.go142 func templateExt(req *http.Request) string { func
409 template += templateExt(req)
545 return s.templates.execute(resp, "home"+templateExt(req), http.StatusOK, nil,
578 return s.templates.execute(resp, "results"+templateExt(req), http.StatusOK, nil,
758 s.templates.execute(resp, "notfound"+templateExt(req), status, nil, map[string]interface{}{
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/gddo-server/
H A Dmain.go143 func templateExt(req *http.Request) string { func
425 template += templateExt(req)
562 return s.templates.execute(resp, "home"+templateExt(req), http.StatusOK, nil,
599 return s.templates.execute(resp, "results"+templateExt(req), http.StatusOK, nil,
788 s.templates.execute(resp, "notfound"+templateExt(req), status, nil, map[string]interface{}{
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/internal/bundler/
H A Dbundler.go1848 templateExt := strings.TrimPrefix(originalExt, ".")
1853 Ext: &templateExt,
H A Dlinker.go3048 templateExt := strings.TrimPrefix(ext, ".")
3053 Ext: &templateExt,