Home
last modified time | relevance | path

Searched refs:HeaderMatch (Results 1 – 17 of 17) sorted by relevance

/dports/mail/mailman3/mailman-3.3.1/src/mailman/model/
H A Dmailinglist.py640 class HeaderMatch(Model): class
729 HeaderMatch.header == header,
738 header_match = HeaderMatch(
752 HeaderMatch.pattern == pattern,
753 HeaderMatch.chain == chain,
754 HeaderMatch.tag == tag).one()
766 HeaderMatch.header == header,
801 return store.query(HeaderMatch).filter(
808 ).order_by(HeaderMatch.position)
829 HeaderMatch.tag == tag
[all …]
/dports/mail/py-mailmanclient/mailmanclient-3.3.3/src/mailmanclient/restobjects/
H A Dheader_match.py40 self._factory = lambda data: HeaderMatch(
67 return HeaderMatch(self._connection, response.headers.get('location'))
91 return [HeaderMatch(self._connection, entry['self_link'], entry)
95 class HeaderMatch(RESTObject): class
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/prober/
H A Dhttp_test.go381 Rule config.HeaderMatch
388 {config.HeaderMatch{"Content-Type", ".*", false}, []string{""}, false},
389 {config.HeaderMatch{"Content-Type", ".*", false}, []string{}, false},
390 {config.HeaderMatch{"Content-Type", ".*", true}, []string{""}, false},
391 {config.HeaderMatch{"Content-Type", ".*", true}, []string{}, true},
430 Rule config.HeaderMatch
434 {config.HeaderMatch{"Content-Type", "text/javascript", false}, []string{"text/javascript"}, true},
435 {config.HeaderMatch{"content-type", "text/javascript", false}, []string{"text/javascript"}, true},
437 {config.HeaderMatch{"Content-Type", ".*", false}, []string{""}, true},
438 {config.HeaderMatch{"Content-Type", ".*", false}, []string{}, false},
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/config/
H A Dconfig.go139 FailIfHeaderMatchesRegexp []HeaderMatch `yaml:"fail_if_header_matches,omitempty"`
140 FailIfHeaderNotMatchesRegexp []HeaderMatch `yaml:"fail_if_header_not_matches,omitempty"`
145 type HeaderMatch struct { struct
296 func (s *HeaderMatch) UnmarshalYAML(unmarshal func(interface{}) error) error { argument
297 type plain HeaderMatch
/dports/mail/qpopper/qpopper4.1.0/qd/agent/
H A Dcallback.c53 static char *HeaderMatch(search, target) in HeaderMatch() function
91 for (;*start&&!(result=HeaderMatch((*start)->buffer, target));
110 for (;start&&!(result=HeaderMatch(start->buffer, target));
/dports/mail/py-mailmanclient/mailmanclient-3.3.3/src/mailmanclient/
H A D__init__.py28 from mailmanclient.restobjects.header_match import HeaderMatch, HeaderMatches
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/
H A Dheader_matches.py60 class HeaderMatch(_HeaderMatchBase): class
180 return HeaderMatch(self._mlist, int(kw['position']))
/dports/mail/py-mailmanclient/mailmanclient-3.3.3/src/mailmanclient/docs/
H A Dapiref.rst35 .. autoclass:: mailmanclient.HeaderMatch
H A Dusing.rst1273 [<HeaderMatch on 'subject'>]
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPConnect.cc612 class HeaderMatch : public unary_function<const string &, bool> { class
615 HeaderMatch(const string &header) : d_header(header) {} in HeaderMatch() function in libdap::HeaderMatch
663 HeaderMatch("Content-Type:")) == stream->get_headers()->end()) in fetch_url()
1047 HeaderMatch("XDAP-Accept:")); in set_xdap_protocol()
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
H A Dnetwork_services.py97 class HeaderMatch: class in GrpcRoute
121 HeaderMatch.from_response(h) for h in d["headers"])
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DHTTPConnectTest.cc92 class HeaderMatch: public unary_function<const string &, bool> { class in libdap::HTTPConnectTest
95 HeaderMatch(const string &header) : in HeaderMatch() function in libdap::HTTPConnectTest::HeaderMatch
714 …count_if(http->d_request_headers.begin(), http->d_request_headers.end(), HeaderMatch("XDAP-Accept:… in set_xdap_protocol_test()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/networkservices/v1alpha1/
H A DHeaderMatch.yaml3 title: networkservices v1alpha1 HeaderMatch export schema
H A DMatchRule.yaml43 $ref: HeaderMatch.yaml
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/networkservices/v1alpha1/
H A Dnetworkservices_v1alpha1_messages.py954 class HeaderMatch(_messages.Message): class
/dports/mail/mailman3/mailman-3.3.1/src/mailman/docs/
H A DNEWS.rst149 * Add a new attribute ``tag`` to ``HeaderMatch`` to find and manage a set of
/dports/net/google-cloud-sdk/google-cloud-sdk/.install/
H A Dcore.manifest2267 lib/googlecloudsdk/schemas/networkservices/v1alpha1/HeaderMatch.yaml