Home
last modified time | relevance | path

Searched refs:serveRoot (Results 1 – 19 of 19) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/talksapp/
H A Dmain_test.go31 handlerFunc(serveRoot).ServeHTTP(w, r)
71 handlerFunc(serveRoot).ServeHTTP(w, r)
106 handlerFunc(serveRoot).ServeHTTP(w, r)
129 handlerFunc(serveRoot).ServeHTTP(w, r)
140 handlerFunc(serveRoot).ServeHTTP(w, r)
H A Dmain.go51 http.Handle("/", handlerFunc(serveRoot))
171 func serveRoot(w http.ResponseWriter, r *http.Request) error { func
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/talksapp/
H A Dmain_test.go31 handlerFunc(serveRoot).ServeHTTP(w, r)
71 handlerFunc(serveRoot).ServeHTTP(w, r)
106 handlerFunc(serveRoot).ServeHTTP(w, r)
129 handlerFunc(serveRoot).ServeHTTP(w, r)
140 handlerFunc(serveRoot).ServeHTTP(w, r)
H A Dmain.go51 http.Handle("/", handlerFunc(serveRoot))
171 func serveRoot(w http.ResponseWriter, r *http.Request) error { func
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/talksapp/
H A Dmain_test.go31 handlerFunc(serveRoot).ServeHTTP(w, r)
71 handlerFunc(serveRoot).ServeHTTP(w, r)
106 handlerFunc(serveRoot).ServeHTTP(w, r)
129 handlerFunc(serveRoot).ServeHTTP(w, r)
140 handlerFunc(serveRoot).ServeHTTP(w, r)
H A Dmain.go51 http.Handle("/", handlerFunc(serveRoot))
171 func serveRoot(w http.ResponseWriter, r *http.Request) error { func
/dports/net/rclone/rclone-1.57.0/fs/rc/rcserver/
H A Drcserver.go300 func (s *Server) serveRoot(w http.ResponseWriter, r *http.Request) { func
370 s.serveRoot(w, r)
394 s.serveRoot(w, r)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/lintapp/
H A Dmain.go35 http.Handle("/", handlerFunc(serveRoot))
265 func serveRoot(w http.ResponseWriter, r *http.Request) error { func
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/lintapp/
H A Dmain.go35 http.Handle("/", handlerFunc(serveRoot))
265 func serveRoot(w http.ResponseWriter, r *http.Request) error { func
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/lintapp/
H A Dmain.go35 http.Handle("/", handlerFunc(serveRoot))
265 func serveRoot(w http.ResponseWriter, r *http.Request) error { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go497 serveRoot: root,
559 serveRoot string member
566 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go496 serveRoot: root,
558 serveRoot string member
565 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go497 serveRoot: root,
559 serveRoot string member
566 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go497 serveRoot: root,
559 serveRoot string member
566 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go497 serveRoot: root,
559 serveRoot string member
566 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go497 serveRoot: root,
559 serveRoot string member
566 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go497 serveRoot: root,
559 serveRoot string member
566 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/
H A Dtool.go497 serveRoot: root,
559 serveRoot string member
566 name := path.Join(fs.serveRoot, requestName[1:]) // requestName[0] == '/'
/dports/misc/perkeep/perkeep-0.11/pkg/deploy/gce/
H A Dhandler.go199 h.serveRoot(w, r)
351 func (h *DeployHandler) serveRoot(w http.ResponseWriter, r *http.Request) { func