Home
last modified time | relevance | path

Searched defs:Srv (Results 1 – 25 of 125) sorted by relevance

12345

/dports/security/keybase/client-v5.7.1/go/avatars/
H A Dsrv.go36 type Srv struct { struct
37 libkb.Contextified
39 httpSrv *manager.Srv
40 source libkb.AvatarLoaderSource
43 func NewSrv(g *libkb.GlobalContext, httpSrv *manager.Srv, source libkb.AvatarLoaderSource) *Srv {
53 func (s *Srv) GetUserAvatar(username string) (string, error) {
68 func (s *Srv) debug(msg string, args ...interface{}) {
72 func (s *Srv) makeError(w http.ResponseWriter, code int, msg string,
78 func (s *Srv) loadFromURL(raw string) (io.ReadCloser, error) {
107 …er(format keybase1.AvatarFormat, placeholderMap map[keybase1.AvatarFormat]string) ([]byte, error) {
[all …]
H A Dinterfaces.go37 func ServiceInit(g *libkb.GlobalContext, httpSrv *manager.Srv, source libkb.AvatarLoaderSource) *Sr…
/dports/security/keybase/client-v5.7.1/go/kbhttp/manager/
H A Dmanager.go28 type Srv struct { struct
29 libkb.Contextified
31 httpSrv *kbhttp.Srv
32 endpoints map[string]srvEndpoint
33 token string
34 startMu sync.Mutex
56 func (r *Srv) initHTTPSrv() {
61 func (r *Srv) startHTTPSrv() {
105 func (r *Srv) monitorAppState() {
146 func (r *Srv) Active() bool {
[all …]
/dports/security/keybase/client-v5.7.1/go/chat/maps/
H A Dsrv.go17 type Srv struct { struct
18 globals.Contextified
19 httpSrv *manager.Srv
22 func NewSrv(g *globals.Context, httpSrv *manager.Srv) *Srv {
31 func (s *Srv) debug(msg string, args ...interface{}) {
35 func (s *Srv) makeError(w http.ResponseWriter, code int, msg string, args ...interface{}) {
40 func (s *Srv) serve(w http.ResponseWriter, req *http.Request) {
105 func ServiceInit(g *globals.Context, httpSrv *manager.Srv) {
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A D9p.h37 typedef struct Srv Srv; typedef
180 struct Srv { struct
184 void (*start)(Srv*); argument
185 void (*end)(Srv*); argument
186 void* aux;
189 void (*auth)(Req*);
190 void (*open)(Req*);
192 void (*read)(Req*);
193 void (*write)(Req*);
196 void (*stat)(Req*);
[all …]
/dports/security/keybase/client-v5.7.1/go/kbhttp/
H A Dsrv.go142 type Srv struct { struct
166 h.log.Debug("kbhttp.Srv: already running, not starting again")
192 func (h *Srv) Active() bool {
199 func (h *Srv) Addr() (string, error) {
209 func (h *Srv) Stop() <-chan struct{} {
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A D9srv.c5 typedef struct Srv Srv; typedef
6 struct Srv { struct
12 Srv* next; argument
13 Srv* prev; argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tower-util-0.1.0/tests/
H A Dcall_all.rs14 struct Srv { struct
18 impl Service<&'static str> for Srv { argument
/dports/sysutils/vector/tower-c87fdd9c1e4c0728fdaa87d3fafe3e48da9b498a/tower/tests/util/
H A Dcall_all.rs16 struct Srv { struct
20 impl Service<&'static str> for Srv { argument
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tower-util-0.1.0/tests/
H A Dcall_all.rs14 struct Srv { struct
18 impl Service<&'static str> for Srv { implementation
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/
H A DDebugProtoTest.thrift254 service Srv { service
270 service Inherited extends Srv { argument
H A DDenseLinkingTest.thrift91 service Srv { service
95 service UnderscoreSrv { argument
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/
H A DDebugProtoTest.thrift239 service Srv { service
255 service Inherited extends Srv { argument
H A DDenseLinkingTest.thrift91 service Srv { service
95 service UnderscoreSrv { argument
/dports/devel/py-thrift/thrift-0.14.0/test/
H A DDebugProtoTest.thrift252 service Srv { service
268 service Inherited extends Srv { argument
H A DDenseLinkingTest.thrift91 service Srv { service
95 service UnderscoreSrv { argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/
H A DDebugProtoTest.thrift239 service Srv { service
255 service Inherited extends Srv { argument
H A DDenseLinkingTest.thrift91 service Srv { service
95 service UnderscoreSrv { argument
/dports/devel/thrift/thrift-0.14.0/test/
H A DDebugProtoTest.thrift252 service Srv { service
268 service Inherited extends Srv { argument
/dports/devel/thrift-c_glib/thrift-0.14.0/test/
H A DDebugProtoTest.thrift252 service Srv { service
268 service Inherited extends Srv { argument
/dports/devel/thrift-cpp/thrift-0.14.0/test/
H A DDebugProtoTest.thrift252 service Srv { service
268 service Inherited extends Srv { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/
H A DDebugProtoTest.thrift248 service Srv { service
264 service Inherited extends Srv { argument
/dports/devel/node-thrift/thrift-0.14.0/test/
H A DDebugProtoTest.thrift252 service Srv { service
268 service Inherited extends Srv { argument
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-service-2.0.0/src/
H A Dfn_service.rs51 pub fn fn_factory<F, Cfg, Srv, Req, Fut, Err>( in fn_factory() argument
91 pub fn fn_factory_with_config<F, Fut, Cfg, Srv, Req, Err>( in fn_factory_with_config() argument
347 fn into_factory(self) -> FnServiceNoConfig<F, Cfg, Srv, Req, Fut, Err> { in into_factory() argument
/dports/sysutils/istio/istio-1.6.7/operator/pkg/util/httpserver/
H A Dhttpserver.go33 Srv *httptest.Server member

12345