Home
last modified time | relevance | path

Searched defs:URI (Results 1 – 25 of 4520) sorted by relevance

12345678910>>...181

/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Duri.go38 type URI struct { struct
39 noCopy noCopy
41 pathOriginal []byte
42 scheme []byte
43 path []byte
44 queryString []byte
45 hash []byte
46 host []byte
51 fullURI []byte
52 requestURI []byte
[all …]
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Duri.go38 type URI struct { struct
39 noCopy noCopy
41 pathOriginal []byte
42 scheme []byte
43 path []byte
44 queryString []byte
45 hash []byte
46 host []byte
51 fullURI []byte
52 requestURI []byte
[all …]
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Duri.go38 type URI struct { struct
39 noCopy noCopy
41 pathOriginal []byte
42 scheme []byte
43 path []byte
44 queryString []byte
45 hash []byte
46 host []byte
51 fullURI []byte
52 requestURI []byte
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/api/
H A Duri.go34 type URI struct { struct
43 Scheme string
47 Addr string
50 addr storage.Address
53 Path string
111 func (u *URI) Resource() bool {
115 func (u *URI) Raw() bool {
119 func (u *URI) Immutable() bool {
123 func (u *URI) List() bool {
127 func (u *URI) Hash() bool {
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/pkg/uri/
H A Duri.go32 type URI struct { struct
33 scheme string
34 host string
35 port string
36 rawQuery string
37 socket string
38 user string
39 password string
40 rawUri string
41 path string
[all …]
/dports/dns/dnsperf/dnsperf-2.7.0/src/
H A Dparse_uri.h30 struct URI { struct
41 int parse_uri(struct URI* res, const char* uri); argument
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Duri.h66 typedef struct URI { struct
67 char *scheme; /* the URI scheme */ argument
75 int cleanup; /* parsing potentially unclean URI */ argument
76 char *query; /* the query string (as it appears in the URI) */ argument
77 } URI; typedef
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/streadway/amqp/
H A Duri.go34 type URI struct { struct
35 Scheme string
36 Host string
37 Port int
38 Username string
39 Password string
40 Vhost string
121 func (uri URI) PlainAuth() *PlainAuth {
128 func (uri URI) String() string {

12345678910>>...181