Home
last modified time | relevance | path

Searched refs:data_response (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/public/test/http_server/
H A Ddata_response_provider.mm23 std::unique_ptr<net::test_server::BasicHttpResponse> data_response =
26 data_response->set_code(
28 data_response->set_content(response_body);
37 data_response->set_content_type(value);
40 data_response->AddCustomHeader(name, value);
42 return std::move(data_response);
/dports/mail/mailfront/mailfront-2.22/
H A Dmailfront.c136 static const response* data_response; variable
149 data_response = 0; in handle_data_start()
156 data_response = resp; in handle_data_start()
165 if (!response_ok(data_response)) in handle_data_bytes()
172 data_response = r; in handle_data_bytes()
180 data_response = &resp_internal; in handle_data_bytes()
187 if (!response_ok(data_response)) in handle_message_end()
188 return data_response; in handle_message_end()
/dports/www/py-django-staticinline/django-staticinline-1.3.1/staticinline/templatetags/
H A Dstaticinline.py58 return config.data_response(cached_obj)
72 return config.data_response(data)
88 return config.data_response(response)
/dports/www/py-django-staticinline/django-staticinline-1.3.1/staticinline/
H A Dapps.py22 def data_response(self, data): member in StaticInlineAppConfig
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/rdp/channels/
H A Dcliprdr.c360 CLIPRDR_FORMAT_DATA_RESPONSE data_response = { in guac_rdp_cliprdr_format_data_request() local
369 UINT result = cliprdr->ClientFormatDataResponse(cliprdr, &data_response); in guac_rdp_cliprdr_format_data_request()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/webauthn-rs-0.3.0/src/
H A Dproto.rs1311 let data_response = js_sys::Reflect::get(&data, &"response".into()).unwrap(); in from() localVariable
1313 &js_sys::Reflect::get(&data_response, &"attestationObject".into()).unwrap(), in from()
1318 &js_sys::Reflect::get(&data_response, &"clientDataJSON".into()).unwrap(), in from()
1445 let data_response = js_sys::Reflect::get(&data, &"response".into()).unwrap(); in from() localVariable
1448 &js_sys::Reflect::get(&data_response, &"authenticatorData".into()).unwrap(), in from()
1453 Uint8Array::new(&js_sys::Reflect::get(&data_response, &"signature".into()).unwrap()) in from()
1457 &js_sys::Reflect::get(&data_response, &"userHandle".into()).unwrap(); in from()
1465 &js_sys::Reflect::get(&data_response, &"clientDataJSON".into()).unwrap(), in from()
/dports/www/py-django-staticinline/django-staticinline-1.3.1/
H A DPKG-INFO73 - Added ``data_response`` AppConfig method to globally override the template
/dports/www/py-django-staticinline/django-staticinline-1.3.1/django_staticinline.egg-info/
H A DPKG-INFO73 - Added ``data_response`` AppConfig method to globally override the template
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dsmtp-sink.c770 static void data_response(SINK_STATE *state, const char *unused_args) in data_response() function
1003 "data", data_response, hard_err_resp, soft_err_resp, FLAG_ENABLE, 0, 0,
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_smtplib.py731 data_response = None variable in SimSMTPChannel
896 if self.data_response is None:
899 self.push(self.data_response)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_smtplib.py673 data_response = None variable in SimSMTPChannel
838 if self.data_response is None:
841 self.push(self.data_response)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py768 data_response = None variable in SimSMTPChannel
938 if self.data_response is None:
941 self.push(self.data_response)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py768 data_response = None variable in SimSMTPChannel
938 if self.data_response is None:
941 self.push(self.data_response)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py768 data_response = None variable in SimSMTPChannel
938 if self.data_response is None:
941 self.push(self.data_response)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py768 data_response = None variable in SimSMTPChannel
938 if self.data_response is None:
941 self.push(self.data_response)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py768 data_response = None variable in SimSMTPChannel
938 if self.data_response is None:
941 self.push(self.data_response)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_smtplib.py824 data_response = None variable in SimSMTPChannel
994 if self.data_response is None:
997 self.push(self.data_response)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_smtplib.py820 data_response = None variable in SimSMTPChannel
990 if self.data_response is None:
993 self.push(self.data_response)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_smtplib.py824 data_response = None variable in SimSMTPChannel
994 if self.data_response is None:
997 self.push(self.data_response)