Home
last modified time | relevance | path

Searched refs:check_content_type (Results 1 – 25 of 94) sorted by relevance

1234

/dports/textproc/py-Chameleon/Chameleon-3.6/src/chameleon/tests/
H A Dtest_sniffing.py43 def check_content_type(self, text, expected_type): member in TypeSniffingTestCase
65 self.check_content_type(document1.encode(encoding), "text/xml")
66 self.check_content_type(document2.encode(encoding), "text/xml")
85 self.check_content_type("<doc><element/></doc>", "text/xml")
/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/plugins/scripts/
H A Dcvs_extractor.py7 from wfuzz.plugin_api.urlutils import check_content_type
36 and check_content_type(fuzzresult, "text")
H A Drobots.py11 from wfuzz.plugin_api.urlutils import check_content_type
34 and check_content_type(fuzzresult, "text")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/origin_policy/
H A Dorigin_policy_fetcher.cc61 SimpleURLLoader::OnResponseStartedCallback check_content_type = in FetchPolicy() local
76 url_loader_->SetOnResponseStartedCallback(std::move(check_content_type)); in FetchPolicy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/origin_policy/
H A Dorigin_policy_fetcher.cc71 SimpleURLLoader::OnResponseStartedCallback check_content_type = in FetchPolicy() local
90 url_loader_->SetOnResponseStartedCallback(std::move(check_content_type)); in FetchPolicy()
/dports/net/kamailio/kamailio-5.4.5/src/modules/nathelper/
H A Dnhelpr_funcs.h31 int check_content_type(struct sip_msg *);
H A Dnhelpr_funcs.c69 int check_content_type(struct sip_msg *msg) in check_content_type() function
202 if((ret = check_content_type(msg)) == -1) { in extract_body()
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtpengine/
H A Drtpengine_funcs.h31 int check_content_type(struct sip_msg * );
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtpproxy/
H A Drtpproxy_funcs.h30 int check_content_type(struct sip_msg * );
/dports/www/py-WebTest/webtest-2.0.32/tests/
H A Dtest_lint.py15 from webtest.lint import check_content_type
150 self.assertRaises(AssertionError, check_content_type, status, headers)
157 self.assertRaises(AssertionError, check_content_type, status, headers)
/dports/net/krill/krill-0.9.4/cargo-crates/openidconnect-2.1.0/src/
H A Dhttp_utils.rs23 pub fn check_content_type(headers: &HeaderMap, expected_content_type: &str) -> Result<(), String> { in check_content_type() function
/dports/www/py-paste/Paste-3.4.6/paste/
H A Dlint.py161 check_content_type(status, headers)
403 def check_content_type(status, headers): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/
H A Dlint.py161 check_content_type(status, headers)
403 def check_content_type(status, headers): function
/dports/mail/p5-MIME-Explode/MIME-Explode-0.39/examples/
H A Dexplode.pl20 check_content_type => 1,
/dports/lang/python-legacy/Python-2.7.18/Lib/wsgiref/
H A Dvalidate.py167 check_content_type(status, headers)
407 def check_content_type(status, headers): function
/dports/lang/python27/Python-2.7.18/Lib/wsgiref/
H A Dvalidate.py167 check_content_type(status, headers)
407 def check_content_type(status, headers): function
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/wsgiref/
H A Dvalidate.py167 check_content_type(status, headers)
407 def check_content_type(status, headers): function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
H A Dvalidate.py167 check_content_type(status, headers)
407 def check_content_type(status, headers): function
/dports/www/p5-Dancer2/Dancer2-0.301004/t/dsl/
H A Dsend_file.t43 get '/check_content_type' => sub {
130 my $r = $cb->( GET '/check_content_type' );
/dports/databases/py-gdbm/Python-3.8.12/Lib/wsgiref/
H A Dvalidate.py172 check_content_type(status, headers)
414 def check_content_type(status, headers): function
/dports/lang/python310/Python-3.10.1/Lib/wsgiref/
H A Dvalidate.py172 check_content_type(status, headers)
414 def check_content_type(status, headers): function
/dports/lang/python37/Python-3.7.12/Lib/wsgiref/
H A Dvalidate.py172 check_content_type(status, headers)
414 def check_content_type(status, headers): function
/dports/lang/python311/Python-3.11.0a3/Lib/wsgiref/
H A Dvalidate.py172 check_content_type(status, headers)
414 def check_content_type(status, headers): function
/dports/lang/python-tools/Python-3.8.12/Lib/wsgiref/
H A Dvalidate.py172 check_content_type(status, headers)
414 def check_content_type(status, headers): function
/dports/lang/python38/Python-3.8.12/Lib/wsgiref/
H A Dvalidate.py172 check_content_type(status, headers)
414 def check_content_type(status, headers): function

1234