Home
last modified time | relevance | path

Searched defs:Http (Results 1 – 25 of 1974) sorted by relevance

12345678910>>...79

/dports/databases/postgresql12-docs/postgresql-12.9/src/test/subscription/t/
H A D010_truncate.pl46 $node_subscriber->safe_psql('postgres',
47 "CREATE SEQUENCE seq1 OWNED BY tab1.a");
50 $node_publisher->safe_psql('postgres',
55 "CREATE PUBLICATION pub3 FOR TABLE tab3, tab4");
66 # Wait for initial sync of all subscriptions
67 my $synced_query =
74 $node_subscriber->safe_psql('postgres',
77 $node_publisher->wait_for_catchup('sub1');
81 $node_publisher->safe_psql('postgres', "TRUNCATE tab1");
96 $node_publisher->wait_for_catchup('sub1');
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/hyper-0.14.15/src/server/
H A Dmod.rs101 //! async fn handle(
102 //! context: AppContext,
103 //! addr: SocketAddr,
105 //! ) -> Result<Response<Body>, Infallible> {
106 //! Ok(Response::new(Body::from("Hello World")))
109 //! # #[cfg(feature = "runtime")]
110 //! #[tokio::main]
111 //! async fn main() {
112 //! let context = AppContext {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/getsentry/raven-go/
H A Dhttp.go48 type Http struct { struct
50 URL string `json:"url"`
51 Method string `json:"method"`
52 Query string `json:"query_string,omitempty"`
55 Cookies string `json:"cookies,omitempty"`
56 Headers map[string]string `json:"headers,omitempty"`
57 Env map[string]string `json:"env,omitempty"`
60 Data interface{} `json:"data,omitempty"`
63 func (h *Http) Class() string { return "request" }
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/getsentry/raven-go/raven-go-dffeb57df75d/
H A Dhttp.go48 type Http struct { struct
50 URL string `json:"url"`
51 Method string `json:"method"`
52 Query string `json:"query_string,omitempty"`
55 Cookies string `json:"cookies,omitempty"`
56 Headers map[string]string `json:"headers,omitempty"`
57 Env map[string]string `json:"env,omitempty"`
60 Data interface{} `json:"data,omitempty"`
63 func (h *Http) Class() string { return "request" }
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/getsentry/raven-go/
H A Dhttp.go48 type Http struct { struct
50 URL string `json:"url"`
51 Method string `json:"method"`
52 Query string `json:"query_string,omitempty"`
55 Cookies string `json:"cookies,omitempty"`
56 Headers map[string]string `json:"headers,omitempty"`
57 Env map[string]string `json:"env,omitempty"`
60 Data interface{} `json:"data,omitempty"`
63 func (h *Http) Class() string { return "request" }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/getsentry/raven-go/
H A Dhttp.go49 type Http struct { struct
51 URL string `json:"url"`
52 Method string `json:"method"`
53 Query string `json:"query_string,omitempty"`
56 Cookies string `json:"cookies,omitempty"`
57 Headers map[string]string `json:"headers,omitempty"`
58 Env map[string]string `json:"env,omitempty"`
61 Data interface{} `json:"data,omitempty"`
64 func (h *Http) Class() string { return "request" }
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/getsentry/raven-go/
H A Dhttp.go49 type Http struct { struct
51 URL string `json:"url"`
52 Method string `json:"method"`
53 Query string `json:"query_string,omitempty"`
56 Cookies string `json:"cookies,omitempty"`
57 Headers map[string]string `json:"headers,omitempty"`
58 Env map[string]string `json:"env,omitempty"`
61 Data interface{} `json:"data,omitempty"`
64 func (h *Http) Class() string { return "request" }
/dports/net/clash/clash-1.6.0/adapters/outbound/
H A Dhttp.go20 type Http struct { struct
21 *Base
22 user string
23 pass string
24 tlsConfig *tls.Config
39 func (h *Http) StreamConn(c net.Conn, metadata *C.Metadata) (net.Conn, error) {
56 func (h *Http) DialContext(ctx context.Context, metadata *C.Metadata) (_ C.Conn, err error) {
73 func (h *Http) shakeHand(metadata *C.Metadata, rw io.ReadWriter) error {
/dports/databases/postgresql13-client/postgresql-13.5/contrib/btree_gist/
H A Dbtree_text.c55 return DatumGetBool(DirectFunctionCall2Coll(text_le,
56 collation,
57 PointerGetDatum(a),
58 PointerGetDatum(b)));
62 gbt_textlt(const void *a, const void *b, Oid collation, FmgrInfo *flinfo)
64 return DatumGetBool(DirectFunctionCall2Coll(text_lt,
187 if (tinfo.eml == 0)
210 gbt_text_picksplit(PG_FUNCTION_ARGS)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go24 type Http struct { struct
36 XXX_NoUnkeyedLiteral struct{} `json:"-"`
37 XXX_unrecognized []byte `json:"-"`
41 func (m *Http) Reset() { *m = Http{} }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int) {
47 func (m *Http) XXX_Unmarshal(b []byte) error {
53 func (dst *Http) XXX_Merge(src proto.Message) {
56 func (m *Http) XXX_Size() int {
59 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go24 type Http struct { struct
36 XXX_NoUnkeyedLiteral struct{} `json:"-"`
37 XXX_unrecognized []byte `json:"-"`
41 func (m *Http) Reset() { *m = Http{} }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int) {
47 func (m *Http) XXX_Unmarshal(b []byte) error {
53 func (dst *Http) XXX_Merge(src proto.Message) {
56 func (m *Http) XXX_Size() int {
59 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go24 type Http struct { struct
36 XXX_NoUnkeyedLiteral struct{} `json:"-"`
37 XXX_unrecognized []byte `json:"-"`
41 func (m *Http) Reset() { *m = Http{} }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int) {
47 func (m *Http) XXX_Unmarshal(b []byte) error {
53 func (dst *Http) XXX_Merge(src proto.Message) {
56 func (m *Http) XXX_Size() int {
59 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go24 type Http struct { struct
36 XXX_NoUnkeyedLiteral struct{} `json:"-"`
37 XXX_unrecognized []byte `json:"-"`
41 func (m *Http) Reset() { *m = Http{} }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int) {
47 func (m *Http) XXX_Unmarshal(b []byte) error {
53 func (dst *Http) XXX_Merge(src proto.Message) {
56 func (m *Http) XXX_Size() int {
59 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go24 type Http struct { struct
36 XXX_NoUnkeyedLiteral struct{} `json:"-"`
37 XXX_unrecognized []byte `json:"-"`
41 func (m *Http) Reset() { *m = Http{} }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int) {
47 func (m *Http) XXX_Unmarshal(b []byte) error {
53 func (dst *Http) XXX_Merge(src proto.Message) {
56 func (m *Http) XXX_Size() int {
59 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go27 type Http struct { struct
39 XXX_NoUnkeyedLiteral struct{} `json:"-"`
40 XXX_unrecognized []byte `json:"-"`
44 func (m *Http) Reset() { *m = Http{} }
46 func (*Http) ProtoMessage() {}
47 func (*Http) Descriptor() ([]byte, []int) {
51 func (m *Http) XXX_Unmarshal(b []byte) error {
57 func (m *Http) XXX_Merge(src proto.Message) {
60 func (m *Http) XXX_Size() int {
63 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go24 type Http struct { struct
36 XXX_NoUnkeyedLiteral struct{} `json:"-"`
37 XXX_unrecognized []byte `json:"-"`
41 func (m *Http) Reset() { *m = Http{} }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int) {
47 func (m *Http) XXX_Unmarshal(b []byte) error {
53 func (dst *Http) XXX_Merge(src proto.Message) {
56 func (m *Http) XXX_Size() int {
59 func (m *Http) XXX_DiscardUnknown() {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Dhttp.pb.go24 type Http struct { struct
36 XXX_NoUnkeyedLiteral struct{} `json:"-"`
37 XXX_unrecognized []byte `json:"-"`
41 func (m *Http) Reset() { *m = Http{} }
43 func (*Http) ProtoMessage() {}
44 func (*Http) Descriptor() ([]byte, []int) {
47 func (m *Http) XXX_Unmarshal(b []byte) error {
53 func (dst *Http) XXX_Merge(src proto.Message) {
56 func (m *Http) XXX_Size() int {
59 func (m *Http) XXX_DiscardUnknown() {
[all …]

12345678910>>...79