Home
last modified time | relevance | path

Searched refs:resp_text (Results 1 – 25 of 117) sorted by relevance

12345

/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Interaction/
H A DServer.php107 $resp_text = $token->next();
111 if (is_string($resp_text) && ($resp_text[0] === '[')) {
115 if ($resp_text[strlen($resp_text) - 1] === ']') {
116 $resp->code = substr($resp_text, 1, -1);
118 $resp->code = substr($resp_text, 1);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Interaction/
H A DServer.php107 $resp_text = $token->next();
111 if (is_string($resp_text) && ($resp_text[0] === '[')) {
115 if ($resp_text[strlen($resp_text) - 1] === ']') {
116 $resp->code = substr($resp_text, 1, -1);
118 $resp->code = substr($resp_text, 1);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Interaction/
H A DServer.php107 $resp_text = $token->next();
111 if (is_string($resp_text) && ($resp_text[0] === '[')) {
115 if ($resp_text[strlen($resp_text) - 1] === ']') {
116 $resp->code = substr($resp_text, 1, -1);
118 $resp->code = substr($resp_text, 1);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Interaction/
H A DServer.php107 $resp_text = $token->next();
111 if (is_string($resp_text) && ($resp_text[0] === '[')) {
115 if ($resp_text[strlen($resp_text) - 1] === ']') {
116 $resp->code = substr($resp_text, 1, -1);
118 $resp->code = substr($resp_text, 1);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Interaction/
H A DServer.php107 $resp_text = $token->next();
111 if (is_string($resp_text) && ($resp_text[0] === '[')) {
115 if ($resp_text[strlen($resp_text) - 1] === ']') {
116 $resp->code = substr($resp_text, 1, -1);
118 $resp->code = substr($resp_text, 1);
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/Interaction/
H A DServer.php107 $resp_text = $token->next();
111 if (is_string($resp_text) && ($resp_text[0] === '[')) {
115 if ($resp_text[strlen($resp_text) - 1] === ']') {
116 $resp->code = substr($resp_text, 1, -1);
118 $resp->code = substr($resp_text, 1);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Interaction/
H A DServer.php107 $resp_text = $token->next();
111 if (is_string($resp_text) && ($resp_text[0] === '[')) {
115 if ($resp_text[strlen($resp_text) - 1] === ']') {
116 $resp->code = substr($resp_text, 1, -1);
118 $resp->code = substr($resp_text, 1);
/dports/www/py-aiohttp_cors/aiohttp-cors-0.7.0/tests/integration/
H A Dtest_main.py143 resp_text = await resp.text()
144 assert resp_text == TEST_BODY
164 resp_text = await resp.text()
165 assert resp_text == TEST_BODY
189 resp_text = await resp.text()
190 assert resp_text == TEST_BODY
210 resp_text = await resp.text()
211 assert resp_text == TEST_BODY
231 resp_text = await resp.text()
417 in resp_text
[all …]
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/tests/unit/
H A Dtest_http.py105 resp, resp_text = self.http._cs_request(URL, METHOD)
107 self.assertEqual(text, resp_text)
120 resp, resp_text = self.http._cs_request(URL, METHOD)
122 self.assertEqual(text, resp_text)
128 resp, resp_text = self.http.do_request(URL, METHOD)
130 self.assertEqual(text, resp_text)
137 resp, resp_text = self.http.do_request(URL, METHOD,
140 self.assertEqual(text, resp_text)
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_render.py38 def resp_text(r): function
41 def resp_text(r): function
284 self.assertEqual(resp_text(response), csv_response)
293 self.assertEqual(resp_text(response), csv_response)
299 self.assertEqual(resp_text(response), csv_response)
305 self.assertEqual(resp_text(response), csv_response)
334 self.assertEqual(resp_text(response), csv_response)
340 self.assertEqual(resp_text(response), csv_response)
436 self.assertEqual(resp_text(responsejsonp), 'test(' + resp_text(response) + ')')
494 self.assertEqual(resp_text(responsejsonp), 'test(' + resp_text(response) + ')')
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/contrib/sanic/
H A Dtest_sanic.py37 resp_text = response.text
38 if callable(resp_text):
39 resp_text = resp_text()
40 if asyncio.iscoroutine(resp_text):
41 resp_text = await resp_text
42 return resp_text
/dports/www/wget2/wget2-2.0.0/tests/certs/ocsp/
H A Dgenerate_resp.sh5 …rt.pem -cert x509-interm-cert.pem -url http://127.0.0.1:8080 -noverify -resp_text -respout ocsp_re…
19 …rt.pem -cert x509-interm-cert.pem -url http://127.0.0.1:8080 -noverify -resp_text -respout ocsp_re…
H A Dgenerate_stap.sh7 …rt.pem -cert x509-server-cert.pem -url http://127.0.0.1:8080 -noverify -resp_text -respout ocsp_st…
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/imap/
H A DIMAPParser.hpp4726 DECLARE_COMPONENT(resp_text)
4728 resp_text()
4733 ~resp_text()
4839 IMAPParser::resp_text* m_resp_text;
4843 const IMAPParser::resp_text* resp_text() const { return (m_resp_text); }
4901 IMAPParser::resp_text* m_resp_text;
4906 const IMAPParser::resp_text* resp_text() const { return (m_resp_text); }
4944 IMAPParser::resp_text* m_resp_text;
4948 const IMAPParser::resp_text* resp_text() const { return (m_resp_text); }
5003 IMAPParser::resp_text* m_resp_text;
[all …]
H A DIMAPFolder.cpp207 responseData->resp_cond_state()->resp_text()->resp_text_code(); in open()
250 response_tagged()->resp_cond_state()->resp_text()->resp_text_code(); in open()
1151 finalResp->response_done()->response_tagged()->resp_cond_state()->resp_text()->resp_text_code(); in addMessage()
1281 resp->response_done()->response_tagged()->resp_cond_state()->resp_text()->resp_text_code(); in copyMessages()
1454 ->resp_cond_state()->resp_text()->resp_text_code()) in processStatusUpdate()
1458 ->resp_cond_state()->resp_text()->resp_text_code(); in processStatusUpdate()
1469 (*it)->response_data()->resp_cond_state()->resp_text()->resp_text_code()) in processStatusUpdate()
1472 (*it)->response_data()->resp_cond_state()->resp_text()->resp_text_code(); in processStatusUpdate()
H A DIMAPConnection.cpp173 if (greet->resp_cond_auth()->resp_text()->resp_text_code() && in connect()
174 greet->resp_cond_auth()->resp_text()->resp_text_code()->capability_data()) in connect()
176 …processCapabilityResponseData(greet->resp_cond_auth()->resp_text()->resp_text_code()->capability_d… in connect()
418 response = respDataList[i]->continue_req()->resp_text()->text(); in authenticateSASL()
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_web_functional.py1489 resp_text = await resp.text()
1494 body_size = int(resp_text.split()[-1])
1512 resp_text = await resp.text()
1513 assert "ok" == resp_text
1518 resp_text = await resp.text()
1523 body_size = int(resp_text.split()[-1])
1541 resp_text = await resp.text()
1542 assert "ok" == resp_text
1547 resp_text = await resp.text()
1548 assert resp_text == "ok"
[all …]
/dports/mail/mailutils/mailutils-3.13/imap4d/
H A Dlist.c286 static char *resp_text[] = { in imap4d_list() local
362 return io_completion_response (command, status, "%s", resp_text[status]); in imap4d_list()
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dmailimap_types.c2307 struct mailimap_resp_text * resp_text; in mailimap_resp_text_new() local
2309 resp_text = malloc(sizeof(* resp_text)); in mailimap_resp_text_new()
2310 if (resp_text == NULL) in mailimap_resp_text_new()
2313 resp_text->rsp_code = rsp_code; in mailimap_resp_text_new()
2314 resp_text->rsp_text = rsp_text; in mailimap_resp_text_new()
2316 return resp_text; in mailimap_resp_text_new()
2322 if (resp_text->rsp_code) in mailimap_resp_text_free()
2323 mailimap_resp_text_code_free(resp_text->rsp_code); in mailimap_resp_text_free()
2324 if (resp_text->rsp_text) in mailimap_resp_text_free()
2325 mailimap_text_free(resp_text->rsp_text); in mailimap_resp_text_free()
[all …]
H A Dmailimap_print.c1179 static void mailimap_resp_text_print(struct mailimap_resp_text * resp_text);
1436 static void mailimap_resp_text_print(struct mailimap_resp_text * resp_text) in mailimap_resp_text_print() argument
1442 if (resp_text->rsp_code) in mailimap_resp_text_print()
1443 mailimap_resp_text_code_print(resp_text->rsp_code); in mailimap_resp_text_print()
1445 printf("text { %s }\n", resp_text->rsp_text); in mailimap_resp_text_print()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/tests/unit/
H A Dtest_session.py764 resp_text = uuid.uuid4().hex
766 self.requests_mock.get(override_url, text=resp_text)
772 self.assertEqual(resp_text, resp.text)
785 resp_text = uuid.uuid4().hex
786 self.requests_mock.get(url, text=resp_text)
792 self.assertEqual(resp_text, resp.text)
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/tests/unit/
H A Dtest_session.py1129 resp_text = uuid.uuid4().hex
1131 self.requests_mock.get(override_url, text=resp_text)
1137 self.assertEqual(resp_text, resp.text)
1153 resp_text = uuid.uuid4().hex
1154 self.requests_mock.get(url, text=resp_text)
1160 self.assertEqual(resp_text, resp.text)
1178 resp_text = uuid.uuid4().hex
1180 self.requests_mock.get(override_url, text=resp_text)
1186 self.assertEqual(resp_text, resp.text)
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Docsp.c117 int req_text = 0, resp_text = 0; in MAIN() local
236 resp_text = 1; in MAIN()
241 resp_text = 1; in MAIN()
781 if (resp_text) OCSP_RESPONSE_print(out, resp, 0); in MAIN()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c253 int req_text = 0, resp_text = 0, res, ret = 1; in ocsp_main() local
362 req_text = resp_text = 1; in ocsp_main()
368 resp_text = 1; in ocsp_main()
773 if (resp_text) in ocsp_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c253 int req_text = 0, resp_text = 0, res, ret = 1; in ocsp_main() local
362 req_text = resp_text = 1; in ocsp_main()
368 resp_text = 1; in ocsp_main()
773 if (resp_text) in ocsp_main()

12345