Home
last modified time | relevance | path

Searched refs:SetBody (Results 1 – 25 of 1500) sorted by relevance

12345678910>>...60

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Drequest_test.go18 err = req.SetBody(body, false)
33 err = req.SetBody(body, true)
48 err = req.SetBody(body, false)
63 err = req.SetBody(body, true)
82 err = req.SetBody(body, false)
101 err = req.SetBody(body, true)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Drequest_test.go18 err = req.SetBody(body, false)
33 err = req.SetBody(body, true)
48 err = req.SetBody(body, false)
63 err = req.SetBody(body, true)
82 err = req.SetBody(body, false)
101 err = req.SetBody(body, true)
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp73 Block& SetBody(std::string body) { in SetBody() function in spvtools::val::__anonfc154abe0111::Block
279 loop.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
303 entry.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
323 cont.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
490 entry.SetBody("%undef = OpUndef %boolt\n"); in TEST_P()
518 bad.SetBody(" OpLoopMerge %entry %exit None\n"); in TEST_P()
546 bad.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
578 bad.SetBody("OpSelectionMerge %merge None\n"); in TEST_P()
609 middle.SetBody("OpSelectionMerge %end None\n"); in TEST_P()
1639 entry.SetBody( in TEST_F()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/val/
H A Dval_cfg_test.cpp74 Block& SetBody(std::string body) { in SetBody() function in spvtools::val::__anon1008d82c0111::Block
289 loop.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
313 entry.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
333 cont.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
500 entry.SetBody("%undef = OpUndef %voidt\n"); in TEST_P()
528 bad.SetBody(" OpLoopMerge %entry %exit None\n"); in TEST_P()
556 bad.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
588 bad.SetBody("OpSelectionMerge %merge None\n"); in TEST_P()
619 middle.SetBody("OpSelectionMerge %end None\n"); in TEST_P()
1926 entry.SetBody( in TEST_F()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/val/
H A Dval_cfg_test.cpp74 Block& SetBody(std::string body) { in SetBody() function in spvtools::val::__anon7913dd540111::Block
289 loop.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
313 entry.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
333 cont.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
500 entry.SetBody("%undef = OpUndef %voidt\n"); in TEST_P()
528 bad.SetBody(" OpLoopMerge %entry %exit None\n"); in TEST_P()
556 bad.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
588 bad.SetBody("OpSelectionMerge %merge None\n"); in TEST_P()
619 middle.SetBody("OpSelectionMerge %end None\n"); in TEST_P()
1926 entry.SetBody( in TEST_F()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/val/
H A Dval_cfg_test.cpp73 Block& SetBody(std::string body) { in SetBody() function in spvtools::val::__anon4a1724430111::Block
279 loop.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
303 entry.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
323 cont.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
490 entry.SetBody("%undef = OpUndef %boolt\n"); in TEST_P()
518 bad.SetBody(" OpLoopMerge %entry %exit None\n"); in TEST_P()
546 bad.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
578 bad.SetBody("OpSelectionMerge %merge None\n"); in TEST_P()
609 middle.SetBody("OpSelectionMerge %end None\n"); in TEST_P()
1639 entry.SetBody( in TEST_F()
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/go-mail/mail/
H A Dmessage_test.go40 m.SetBody("text/plain", "¡Hola, señor!")
73 m.SetBody("text/html", "¡Hola, señor!")
97 m.SetBody("text/html", "¡Hola, señor!")
123 m.SetBody("text/plain", "Test message")
145 m.SetBody("text/plain", "¡Hola, señor!")
321 m.SetBody("text/plain", "Test")
353 m.SetBody("text/plain", "Test")
420 m.SetBody("text/plain", "Test")
486 m.SetBody("text/plain", "Test")
591 m.SetBody("text/plain", "Test reset")
[all …]
H A Dexample_test.go19 m.SetBody("text/html", "Hello <b>Bob</b> and <i>Cora</i>!")
96 m.SetBody("text/html", fmt.Sprintf("Hello %s!", r.Name))
111 m.SetBody("text/plain", "Hello!")
125 m.SetBody("text/plain", "Hello!")
162 m.SetBody("text/plain", "Hello!")
179 m.SetBody("text/html", `<img src="cid:image.jpg" alt="My image" />`)
197 m.SetBody("text/plain", "Hello!")
232 m.SetBody("text/plain", "Hello!", mail.SetPartEncoding(mail.Unencoded))
/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/mail.v2/
H A Dmessage_test.go40 m.SetBody("text/plain", "¡Hola, señor!")
73 m.SetBody("text/html", "¡Hola, señor!")
97 m.SetBody("text/html", "¡Hola, señor!")
123 m.SetBody("text/plain", "Test message")
145 m.SetBody("text/plain", "¡Hola, señor!")
321 m.SetBody("text/plain", "Test")
353 m.SetBody("text/plain", "Test")
420 m.SetBody("text/plain", "Test")
486 m.SetBody("text/plain", "Test")
591 m.SetBody("text/plain", "Test reset")
[all …]
H A Dexample_test.go19 m.SetBody("text/html", "Hello <b>Bob</b> and <i>Cora</i>!")
96 m.SetBody("text/html", fmt.Sprintf("Hello %s!", r.Name))
111 m.SetBody("text/plain", "Hello!")
125 m.SetBody("text/plain", "Hello!")
162 m.SetBody("text/plain", "Hello!")
179 m.SetBody("text/html", `<img src="cid:image.jpg" alt="My image" />`)
197 m.SetBody("text/plain", "Hello!")
232 m.SetBody("text/plain", "Hello!", mail.SetPartEncoding(mail.Unencoded))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/
H A DInAppMessageBodyConfig.h85 inline void SetBody(const Aws::String& value) { m_bodyHasBeenSet = true; m_body = value; } in SetBody() function
90 inline void SetBody(Aws::String&& value) { m_bodyHasBeenSet = true; m_body = std::move(value); } in SetBody() function
95 inline void SetBody(const char* value) { m_bodyHasBeenSet = true; m_body.assign(value); } in SetBody() function
100 … inline InAppMessageBodyConfig& WithBody(const Aws::String& value) { SetBody(value); return *this;} in WithBody()
105 …inline InAppMessageBodyConfig& WithBody(Aws::String&& value) { SetBody(std::move(value)); return *… in WithBody()
110 inline InAppMessageBodyConfig& WithBody(const char* value) { SetBody(value); return *this;} in WithBody()
H A DCampaignEmailMessage.h57 inline void SetBody(const Aws::String& value) { m_bodyHasBeenSet = true; m_body = value; } in SetBody() function
63 inline void SetBody(Aws::String&& value) { m_bodyHasBeenSet = true; m_body = std::move(value); } in SetBody() function
69 inline void SetBody(const char* value) { m_bodyHasBeenSet = true; m_body.assign(value); } in SetBody() function
75 inline CampaignEmailMessage& WithBody(const Aws::String& value) { SetBody(value); return *this;} in WithBody()
81 …inline CampaignEmailMessage& WithBody(Aws::String&& value) { SetBody(std::move(value)); return *th… in WithBody()
87 inline CampaignEmailMessage& WithBody(const char* value) { SetBody(value); return *this;} in WithBody()
H A DDefaultMessage.h55 inline void SetBody(const Aws::String& value) { m_bodyHasBeenSet = true; m_body = value; } in SetBody() function
60 inline void SetBody(Aws::String&& value) { m_bodyHasBeenSet = true; m_body = std::move(value); } in SetBody() function
65 inline void SetBody(const char* value) { m_bodyHasBeenSet = true; m_body.assign(value); } in SetBody() function
70 inline DefaultMessage& WithBody(const Aws::String& value) { SetBody(value); return *this;} in WithBody()
75 inline DefaultMessage& WithBody(Aws::String&& value) { SetBody(std::move(value)); return *this;} in WithBody()
80 inline DefaultMessage& WithBody(const char* value) { SetBody(value); return *this;} in WithBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dslot_assignment_test.cc56 void SetBody(const char* html);
71 void SlotAssignmentTest::SetBody(const char* html) { in SetBody() function in blink::SlotAssignmentTest
80 SetBody(R"HTML( in TEST_F()
92 SetBody(R"HTML( in TEST_F()
114 SetBody(R"HTML( in TEST_F()
136 SetBody(R"HTML( in TEST_F()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Drequest_test.go32 err = req.SetBody(body, false)
48 err = req.SetBody(body, true)
64 err = req.SetBody(body, false)
80 err = req.SetBody(body, true)
100 err = req.SetBody(body, false)
120 err = req.SetBody(body, true)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Drequest_test.go32 err = req.SetBody(body, false)
47 err = req.SetBody(body, true)
62 err = req.SetBody(body, false)
77 err = req.SetBody(body, true)
96 err = req.SetBody(body, false)
115 err = req.SetBody(body, true)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Drequest_test.go32 err = req.SetBody(body, false)
48 err = req.SetBody(body, true)
64 err = req.SetBody(body, false)
80 err = req.SetBody(body, true)
100 err = req.SetBody(body, false)
120 err = req.SetBody(body, true)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Drequest_test.go32 err = req.SetBody(body, false)
48 err = req.SetBody(body, true)
64 err = req.SetBody(body, false)
80 err = req.SetBody(body, true)
100 err = req.SetBody(body, false)
120 err = req.SetBody(body, true)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Drequest_test.go32 err = req.SetBody(body, false)
48 err = req.SetBody(body, true)
64 err = req.SetBody(body, false)
80 err = req.SetBody(body, true)
100 err = req.SetBody(body, false)
120 err = req.SetBody(body, true)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp73 Block& SetBody(std::string body) { in SetBody() function in spvtools::val::__anon4dbf07ae0111::Block
288 loop.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
312 entry.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
332 cont.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
499 entry.SetBody("%undef = OpUndef %voidt\n"); in TEST_P()
527 bad.SetBody(" OpLoopMerge %entry %exit None\n"); in TEST_P()
555 bad.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
587 bad.SetBody("OpSelectionMerge %merge None\n"); in TEST_P()
618 middle.SetBody("OpSelectionMerge %end None\n"); in TEST_P()
1919 entry.SetBody( in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/val/
H A Dval_cfg_test.cpp73 Block& SetBody(std::string body) { in SetBody() function in spvtools::val::__anonea092dd90111::Block
288 loop.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
312 entry.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
332 cont.SetBody("%var = OpVariable %ptrt Function\n"); in TEST_P()
499 entry.SetBody("%undef = OpUndef %voidt\n"); in TEST_P()
527 bad.SetBody(" OpLoopMerge %entry %exit None\n"); in TEST_P()
555 bad.SetBody("OpLoopMerge %merge %cont None\n"); in TEST_P()
587 bad.SetBody("OpSelectionMerge %merge None\n"); in TEST_P()
618 middle.SetBody("OpSelectionMerge %end None\n"); in TEST_P()
1919 entry.SetBody( in TEST_F()
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/resty.v1/
H A Dexample_test.go77 SetBody(`{"username":"testuser", "password":"testpass"}`).
87 SetBody([]byte(`{"username":"testuser", "password":"testpass"}`)).
95 SetBody(resty.User{Username: "testuser", Password: "testpass"}).
104 SetBody(map[string]interface{}{"username": "testuser", "password": "testpass"}).
120 SetBody(fileBytes). // resty autodetects content type
137 SetBody(Article{
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/gopkg.in/resty.v1/
H A Dexample_test.go77 SetBody(`{"username":"testuser", "password":"testpass"}`).
87 SetBody([]byte(`{"username":"testuser", "password":"testpass"}`)).
95 SetBody(resty.User{Username: "testuser", Password: "testpass"}).
104 SetBody(map[string]interface{}{"username": "testuser", "password": "testpass"}).
120 SetBody(fileBytes). // resty autodetects content type
137 SetBody(Article{
/dports/security/lego/lego-4.5.3/vendor/github.com/go-resty/resty/v2/
H A Dexample_test.go86 SetBody(`{"username":"testuser", "password":"testpass"}`).
96 SetBody([]byte(`{"username":"testuser", "password":"testpass"}`)).
104 SetBody(resty.User{Username: "testuser", Password: "testpass"}).
113 SetBody(map[string]interface{}{"username": "testuser", "password": "testpass"}).
132 SetBody(fileBytes). // resty autodetects content type
152 SetBody(Article{
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-resty/resty/v2/
H A Dexample_test.go86 SetBody(`{"username":"testuser", "password":"testpass"}`).
96 SetBody([]byte(`{"username":"testuser", "password":"testpass"}`)).
104 SetBody(resty.User{Username: "testuser", Password: "testpass"}).
113 SetBody(map[string]interface{}{"username": "testuser", "password": "testpass"}).
132 SetBody(fileBytes). // resty autodetects content type
152 SetBody(Article{

12345678910>>...60