Home
last modified time | relevance | path

Searched refs:Mux (Results 1 – 25 of 3940) sorted by relevance

12345678910>>...158

/dports/devel/libr3/r3-1.0.0/php/r3/
H A Dr3_mux.h31 PHP_METHOD(Mux, getId);
32 PHP_METHOD(Mux, add);
33 PHP_METHOD(Mux, any);
34 PHP_METHOD(Mux, length);
36 PHP_METHOD(Mux, sort);
42 PHP_METHOD(Mux, match);
47 PHP_METHOD(Mux, mount);
49 PHP_METHOD(Mux, get);
50 PHP_METHOD(Mux, post);
51 PHP_METHOD(Mux, put);
[all …]
H A Dr3_mux.c238 PHP_METHOD(Mux, get) { in PHP_METHOD() argument
266 PHP_METHOD(Mux, put) { in PHP_METHOD() argument
289 PHP_METHOD(Mux, delete) { in PHP_METHOD() argument
313 PHP_METHOD(Mux, post) { in PHP_METHOD() argument
336 PHP_METHOD(Mux, patch) { in PHP_METHOD() argument
358 PHP_METHOD(Mux, head) { in PHP_METHOD() argument
403 PHP_METHOD(Mux, mount) { in PHP_METHOD() argument
719 PHP_METHOD(Mux, getId) { in PHP_METHOD() argument
749 PHP_METHOD(Mux, sort) { in PHP_METHOD() argument
1189 PHP_METHOD(Mux, add) { in PHP_METHOD() argument
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-chi/chi/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
31 parent *Mux argument
49 func NewMux() *Mux {
241 im := &Mux{
253 im := mx.With().(*Mux)
287 subr, ok := handler.(*Mux)
321 func (mx *Mux) Routes() []Route { argument
374 func (mx *Mux) buildRouteHandler() { argument
451 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/github.com/go-chi/chi/chi-4.0.2/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
31 parent *Mux argument
49 func NewMux() *Mux {
194 m.updateSubRoutes(func(subMux *Mux) {
246 im := mx.With().(*Mux)
280 subr, ok := handler.(*Mux)
315 func (mx *Mux) Routes() []Route { argument
368 func (mx *Mux) buildRouteHandler() { argument
445 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/github.com/go-chi/chi/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
31 parent *Mux argument
49 func NewMux() *Mux {
194 m.updateSubRoutes(func(subMux *Mux) {
246 im := mx.With().(*Mux)
280 subr, ok := handler.(*Mux)
315 func (mx *Mux) Routes() []Route { argument
368 func (mx *Mux) buildRouteHandler() { argument
445 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dmux.h9 typedef struct Mux Mux; typedef
15 Mux *mux;
25 struct Mux struct
29 int (*send)(Mux*, void*); argument
30 void *(*recv)(Mux*); argument
31 int (*nbrecv)(Mux*, void**); argument
32 int (*gettag)(Mux*, void*); argument
52 void muxinit(Mux*); argument
53 void* muxrpc(Mux*, void*);
54 void muxprocs(Mux*);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/zenazn/goji/web/
H A Dmux.go21 type Mux struct { struct
27 func New() *Mux {
28 mux := Mux{
43 func (m *Mux) ServeHTTP(w http.ResponseWriter, r *http.Request) { argument
63 func (m *Mux) Use(middleware MiddlewareType) { argument
74 func (m *Mux) Insert(middleware, before MiddlewareType) error { argument
84 func (m *Mux) Abandon(middleware MiddlewareType) error { argument
91 m *Mux
119 func (m *Mux) Router(c *C, h http.Handler) http.Handler { argument
203 func (m *Mux) NotFound(handler HandlerType) { argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/go-chi/chi/v5/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
34 parent *Mux argument
50 func NewMux() *Mux {
200 m.updateSubRoutes(func(subMux *Mux) {
243 im := &Mux{
255 im := mx.With().(*Mux)
294 subr, ok := handler.(*Mux)
337 func (mx *Mux) Routes() []Route { argument
462 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/net/clash/clash-1.6.0/vendor/github.com/go-chi/chi/v5/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
34 parent *Mux argument
50 func NewMux() *Mux {
200 m.updateSubRoutes(func(subMux *Mux) {
243 im := &Mux{
255 im := mx.With().(*Mux)
294 subr, ok := handler.(*Mux)
337 func (mx *Mux) Routes() []Route { argument
462 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-chi/chi/v5/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
34 parent *Mux argument
50 func NewMux() *Mux {
200 m.updateSubRoutes(func(subMux *Mux) {
243 im := &Mux{
255 im := mx.With().(*Mux)
294 subr, ok := handler.(*Mux)
337 func (mx *Mux) Routes() []Route { argument
462 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/go-chi/chi/v5/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
34 parent *Mux argument
50 func NewMux() *Mux {
200 m.updateSubRoutes(func(subMux *Mux) {
243 im := &Mux{
255 im := mx.With().(*Mux)
294 subr, ok := handler.(*Mux)
337 func (mx *Mux) Routes() []Route { argument
462 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/go-chi/chi/
H A Dmux.go11 var _ Router = &Mux{}
21 type Mux struct { struct
31 parent *Mux argument
49 func NewMux() *Mux {
198 m.updateSubRoutes(func(subMux *Mux) {
240 im := &Mux{
252 im := mx.With().(*Mux)
291 subr, ok := handler.(*Mux)
334 func (mx *Mux) Routes() []Route { argument
456 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-chi/chi/
H A Dmux.go10 var _ Router = &Mux{}
20 type Mux struct { struct
30 parent *Mux argument
48 func NewMux() *Mux {
198 m.updateSubRoutes(func(subMux *Mux) {
241 im := &Mux{
253 im := mx.With().(*Mux)
292 subr, ok := handler.(*Mux)
335 func (mx *Mux) Routes() []Route { argument
457 func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { argument
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/kit/
H A DkitCloud.c169 Kit_Mux_t Mux; in Kit_CreateCloud() local
232 Kit_Mux_t Mux; in Kit_CloudToTruth() local
240 assert( (int)Mux.e < i && (int)Mux.t < i && (int)Mux.v < nVars ); in Kit_CloudToTruth()
244 Kit_TruthMuxVarPhase( pThis, pFan0, pFan1, nVars, fInv? Mux.v : nVars-1-Mux.v, Mux.c ); in Kit_CloudToTruth()
247 if ( Mux.i ) in Kit_CloudToTruth()
268 Kit_Mux_t Mux; in Kit_TruthCompose() local
291 Kit_TruthMuxPhase( pThis, pFan0, pFan1, pInputs[nVars-1-Mux.v], nVarsAll, Mux.c ); in Kit_TruthCompose()
294 if ( Mux.i ) in Kit_TruthCompose()
312 Kit_Mux_t Mux; in Kit_TruthCofSupports() local
329 Var = nVars - 1 - Mux.v; in Kit_TruthCofSupports()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/drpcmux/
H A DREADME.md9 #### type Mux
12 type Mux struct {
16 Mux is an implementation of Handler to serve drpc connections to the appropriate
22 func New() *Mux
24 New constructs a new Mux.
26 #### func (*Mux) HandleRPC
29 func (m *Mux) HandleRPC(stream drpc.Stream, rpc string) (err error)
33 #### func (*Mux) Register
36 func (m *Mux) Register(srv interface{}, desc drpc.Description) error
/dports/net/storj/storj-1.45.3/vendor/storj.io/drpc/drpcmux/
H A DREADME.md9 #### type Mux
12 type Mux struct {
16 Mux is an implementation of Handler to serve drpc connections to the appropriate
22 func New() *Mux
24 New constructs a new Mux.
26 #### func (*Mux) HandleRPC
29 func (m *Mux) HandleRPC(stream drpc.Stream, rpc string) (err error)
33 #### func (*Mux) Register
36 func (m *Mux) Register(srv interface{}, desc drpc.Description) error
/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/
H A Dprepare_stmt.go17 Mux *sync.RWMutex member
34 db.Mux.Lock()
35 defer db.Mux.Unlock()
46 db.Mux.RLock()
48 db.Mux.RUnlock()
51 db.Mux.RUnlock()
53 db.Mux.Lock()
54 defer db.Mux.Unlock()
85 db.Mux.Lock()
86 defer db.Mux.Unlock()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmux/
H A Dmux.c14 static int gettag(Mux*, Muxrpc*);
20 muxinit(Mux *mux) in muxinit()
22 memset(&mux->lk, 0, sizeof(Mux)-offsetof(Mux, lk)); in muxinit()
30 allocmuxrpc(Mux *mux) in allocmuxrpc()
51 Mux *mux; in tagmuxrpc()
101 electmuxer(Mux *mux) in electmuxer()
117 muxrpc(Mux *mux, void *tx) in muxrpc()
178 Mux *mux; in muxrpccanfinish()
208 enqueue(Mux *mux, Muxrpc *r) in enqueue()
226 gettag(Mux *mux, Muxrpc *r) in gettag()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/testing/
H A Dfixtures.go683 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
699 th.Mux.HandleFunc("/images/detail", func(w http.ResponseWriter, r *http.Request) {
743 th.Mux.HandleFunc("/flavors/detail", func(w http.ResponseWriter, r *http.Request) {
791 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
813 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
834 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
855 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
877 th.Mux.HandleFunc("/servers/detail", func(w http.ResponseWriter, r *http.Request) {
919 th.Mux.HandleFunc("/servers/1234asdf", func(w http.ResponseWriter, r *http.Request) {
931 th.Mux.HandleFunc("/servers/1234asdf", func(w http.ResponseWriter, r *http.Request) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/testing/
H A Dfixtures.go672 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
688 th.Mux.HandleFunc("/images/detail", func(w http.ResponseWriter, r *http.Request) {
732 th.Mux.HandleFunc("/flavors/detail", func(w http.ResponseWriter, r *http.Request) {
780 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
802 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
823 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
844 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
866 th.Mux.HandleFunc("/servers/detail", func(w http.ResponseWriter, r *http.Request) {
908 th.Mux.HandleFunc("/servers/1234asdf", func(w http.ResponseWriter, r *http.Request) {
920 th.Mux.HandleFunc("/servers/1234asdf", func(w http.ResponseWriter, r *http.Request) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/testing/
H A Dfixtures.go672 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
688 th.Mux.HandleFunc("/images/detail", func(w http.ResponseWriter, r *http.Request) {
732 th.Mux.HandleFunc("/flavors/detail", func(w http.ResponseWriter, r *http.Request) {
780 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
802 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
823 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
844 th.Mux.HandleFunc("/servers", func(w http.ResponseWriter, r *http.Request) {
866 th.Mux.HandleFunc("/servers/detail", func(w http.ResponseWriter, r *http.Request) {
908 th.Mux.HandleFunc("/servers/1234asdf", func(w http.ResponseWriter, r *http.Request) {
920 th.Mux.HandleFunc("/servers/1234asdf", func(w http.ResponseWriter, r *http.Request) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-openapi/runtime/middleware/denco/
H A Dserver.go8 type Mux struct{} struct
11 func NewMux() *Mux {
12 return &Mux{}
16 func (m *Mux) GET(path string, handler HandlerFunc) Handler { argument
21 func (m *Mux) POST(path string, handler HandlerFunc) Handler { argument
26 func (m *Mux) PUT(path string, handler HandlerFunc) Handler { argument
31 func (m *Mux) HEAD(path string, handler HandlerFunc) Handler { argument
36 func (m *Mux) Handler(method, path string, handler HandlerFunc) Handler { argument
45 func (m *Mux) Build(handlers []Handler) (http.Handler, error) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/runtime/middleware/denco/
H A Dserver.go8 type Mux struct{} struct
11 func NewMux() *Mux {
12 return &Mux{}
16 func (m *Mux) GET(path string, handler HandlerFunc) Handler { argument
21 func (m *Mux) POST(path string, handler HandlerFunc) Handler { argument
26 func (m *Mux) PUT(path string, handler HandlerFunc) Handler { argument
31 func (m *Mux) HEAD(path string, handler HandlerFunc) Handler { argument
36 func (m *Mux) Handler(method, path string, handler HandlerFunc) Handler { argument
45 func (m *Mux) Build(handlers []Handler) (http.Handler, error) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-openapi/runtime/middleware/denco/
H A Dserver.go8 type Mux struct{} struct
11 func NewMux() *Mux {
12 return &Mux{}
16 func (m *Mux) GET(path string, handler HandlerFunc) Handler { argument
21 func (m *Mux) POST(path string, handler HandlerFunc) Handler { argument
26 func (m *Mux) PUT(path string, handler HandlerFunc) Handler { argument
31 func (m *Mux) HEAD(path string, handler HandlerFunc) Handler { argument
36 func (m *Mux) Handler(method, path string, handler HandlerFunc) Handler { argument
45 func (m *Mux) Build(handlers []Handler) (http.Handler, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-openapi/runtime/middleware/denco/
H A Dserver.go8 type Mux struct{} struct
11 func NewMux() *Mux {
12 return &Mux{}
16 func (m *Mux) GET(path string, handler HandlerFunc) Handler { argument
21 func (m *Mux) POST(path string, handler HandlerFunc) Handler { argument
26 func (m *Mux) PUT(path string, handler HandlerFunc) Handler { argument
31 func (m *Mux) HEAD(path string, handler HandlerFunc) Handler { argument
36 func (m *Mux) Handler(method, path string, handler HandlerFunc) Handler { argument
45 func (m *Mux) Build(handlers []Handler) (http.Handler, error) { argument

12345678910>>...158