Home
last modified time | relevance | path

Searched defs:body (Results 8026 – 8050 of 53944) sorted by relevance

1...<<321322323324325326327328329330>>...2158

/dports/www/py-praw/praw-6.2.0/tests/integration/cassettes/
H A DTestSubreddit.test_submit_video__thumbnail.json6 "body": { object
37 "body": { object
107 "body": { object
141 "body": { object
223 "body": { object
251 "body": { object
306 "body": { object
340 "body": { object
422 "body": { object
450 "body": { object
[all …]
H A DTestSubreddit.test_submit_video__videogif.json6 "body": { object
37 "body": { object
107 "body": { object
141 "body": { object
223 "body": { object
251 "body": { object
306 "body": { object
340 "body": { object
422 "body": { object
450 "body": { object
[all …]
H A DTestSubreddit.test_submit_video.json6 "body": { object
37 "body": { object
107 "body": { object
141 "body": { object
223 "body": { object
251 "body": { object
306 "body": { object
340 "body": { object
422 "body": { object
450 "body": { object
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/shared/
H A Dcommand.h156 #define VARFN(name, global, min, cur, max, body) _VARF(name, global, min, cur, max, body, IDF_COMPL… argument
157 #define VARF(name, min, cur, max, body) _VARF(name, name, min, cur, max, body, IDF_COMPLETE) argument
158 #define VARFP(name, min, cur, max, body) _VARF(name, name, min, cur, max, body, IDF_PERSIST|IDF_COM… argument
160 #define VARFW(name, min, cur, max, body) _VARF(name, name, min, cur, max, body, IDF_WORLD|IDF_COMPL… argument
176 #define HVARF(name, min, cur, max, body) _HVARF(name, name, min, cur, max, body, IDF_COMPLETE) argument
193 #define FVARF(name, min, cur, max, body) _FVARF(name, name, min, cur, max, body, IDF_COMPLETE) argument
208 #define SVARFN(name, global, cur, body) _SVARF(name, global, cur, body, IDF_COMPLETE) argument
209 #define SVARF(name, cur, body) _SVARF(name, name, cur, body, IDF_COMPLETE) argument
210 #define SVARFP(name, cur, body) _SVARF(name, name, cur, body, IDF_PERSIST|IDF_COMPLETE) argument
211 #define SVARFR(name, cur, body) _SVARF(name, name, cur, body, IDF_OVERRIDE|IDF_COMPLETE) argument
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/body/
H A Dlower.rs105 body: Body, field
247 let body = self.collect_block(e); in maybe_collect_expr() localVariable
251 let body = self.collect_block(e); in maybe_collect_expr() localVariable
267 let body = self.collect_block(e); in maybe_collect_expr() localVariable
271 let body = self.collect_block(e); in maybe_collect_expr() localVariable
278 let body = self.collect_block_opt(e.loop_body()); in maybe_collect_expr() localVariable
283 let body = self.collect_block_opt(e.loop_body()); in maybe_collect_expr() localVariable
317 let body = self.collect_block_opt(e.loop_body()); in maybe_collect_expr() localVariable
496 let body = self.collect_expr_opt(e.body()); in maybe_collect_expr() localVariable
/dports/lang/mono/mono-5.10.1.57/mcs/class/RabbitMQ.Client/src/client/impl/
H A DModelBase.cs328 public void ModelSend(MethodBase method, ContentHeaderBase header, byte[] body) in ModelSend()
336 public MethodBase ModelRpc(MethodBase method, ContentHeaderBase header, byte[] body) in ModelRpc()
351 byte[] body) in HandleBasicDeliver()
385 byte[] body) in HandleBasicReturn()
742 byte[] body) in BasicPublish()
753 byte[] body) in BasicPublish()
768 byte[] body) in BasicPublish()
787 byte[] body); in _Private_BasicPublish()
874 byte[] body) in HandleBasicGetOk()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/
H A Dec2.json81 …"body": "<OperationNameResponse><Str>myname</Str><FooNum>123</FooNum><FalseBool>false</FalseBool><… string
118 …"body": "<OperationNameResponse><Blob>dmFsdWU=</Blob><RequestId>requestid</RequestId></OperationNa… string
161 …"body": "<OperationNameResponse><ListMember><member>abc</member><member>123</member></ListMember><… string
205 …"body": "<OperationNameResponse><ListMember><item>abc</item><item>123</item></ListMember><RequestI… string
249 …"body": "<OperationNameResponse><ListMember>abc</ListMember><ListMember>123</ListMember><RequestId… string
310 …"body": "<OperationNameResponse><Map><entry><key>qux</key><value><foo>bar</foo></value></entry><en… string
360 …"body": "<OperationNameResponse><Map><key>qux</key><value>bar</value></Map><Map><key>baz</key><val… string
412 …"body": "<OperationNameResponse><Map><foo>qux</foo><bar>bar</bar></Map><Map><foo>baz</foo><bar>bam… string
449 … "body": "<OperationNameResponse><Foo/><RequestId>requestid</RequestId></OperationNameResponse>" string
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Ddeclarable.h269 Expression* body() const { return body_; } in body() function
275 Expression* body) in NamespaceConstant()
317 base::Optional<Statement*> body() const { return body_; } in body() function
355 base::Optional<Statement*> body) in Callable()
395 base::Optional<Statement*> body) in Macro()
457 base::Optional<Statement*> body, bool is_user_defined, in TorqueMacro()
468 const Signature& signature, base::Optional<Statement*> body, in TorqueMacro()
491 std::string readable_name, const Signature& signature, Statement* body) in Method()
511 base::Optional<Statement*> body) in Builtin()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/body/
H A Dlower.rs105 body: Body, field
247 let body = self.collect_block(e); in maybe_collect_expr() localVariable
251 let body = self.collect_block(e); in maybe_collect_expr() localVariable
267 let body = self.collect_block(e); in maybe_collect_expr() localVariable
271 let body = self.collect_block(e); in maybe_collect_expr() localVariable
278 let body = self.collect_block_opt(e.loop_body()); in maybe_collect_expr() localVariable
283 let body = self.collect_block_opt(e.loop_body()); in maybe_collect_expr() localVariable
317 let body = self.collect_block_opt(e.loop_body()); in maybe_collect_expr() localVariable
496 let body = self.collect_expr_opt(e.body()); in maybe_collect_expr() localVariable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/
H A DShortResponseBody.java121 String body = response.body(); in sanity() local
222 String body = response.body(); in testSynchronousGET() local
248 String body = response.body(); in testAsynchronousGET() local
333 String body = response.body(); in testSynchronousPOST() local
368 String body = response.body(); in testAsynchronousPOST() local
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rusoto_core-0.47.0/src/proto/xml/
H A Dutil.rs292 let mut body = String::new(); in peek_at_name_happy_path() localVariable
314 let mut body = String::new(); in start_element_happy_path() localVariable
333 let mut body = String::new(); in string_field_happy_path() localVariable
356 let mut body = String::new(); in end_element_happy_path() localVariable
381 let body = include_bytes!("../../../test_resources/list_queues_with_queue.xml"); in test_find_start_element() localVariable
/dports/lang/kawa/kawa-3.1.1/kawa/lang/
H A DLambda.java61 public void rewrite(LambdaExp lexp, Object formals, Object body, in rewrite()
333 public Object rewriteAttrs(LambdaExp lexp, Object body, Translator tr) in rewriteAttrs()
473 public Object skipAttrs(LambdaExp lexp, Object body, Translator tr) in skipAttrs()
490 public void rewriteBody(LambdaExp lexp, Object body, Translator tr) in rewriteBody()
599 public Expression auxillaryRewrite(Object body, Translator tr) in auxillaryRewrite()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dtests.rs414 let body = db.body(def); in visit_module() localVariable
420 let body = db.body(def); in visit_module() localVariable
439 let body = db.body(def); in visit_module() localVariable
445 let body = db.body(def); in visit_module() localVariable
451 let body = db.body(def); in visit_module() localVariable
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/tests/demosite/
H A Dmodels.py147 body = RichTextField(blank=True) variable in HomePage
184 body = RichTextField(blank=True) variable in StandardPage
271 body = RichTextField() variable in BlogEntryPage
398 body = RichTextField(blank=True) variable in EventPage
595 body = RichTextField(blank=True) variable in ContactPage
/dports/www/py-seafdav/seafdav-8.0.7-server/tests/
H A Ddavclient.py126 def _request(self, method, path="", body=None, headers=None): argument
197 def put(self, path, body=None, f=None, headers=None): argument
205 def post(self, path, body=None, headers=None): argument
224 body=None, argument
274 body=None, argument
/dports/devel/upp/upp/examples/Box2DExample/
H A Dmain.cpp17 b2Body* body = fixture->GetBody(); in ReportFixture() local
218 b2Body* body = world.CreateBody(&bd); in Bridge() local
249 b2Body* body = world.CreateBody(&bd); in Bridge() local
265 b2Body* body = world.CreateBody(&bd); in Bridge() local
351 b2Body* body = callback.fixture->GetBody(); in LeftDown() local
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dtests.rs414 let body = db.body(def); in visit_module() localVariable
420 let body = db.body(def); in visit_module() localVariable
439 let body = db.body(def); in visit_module() localVariable
445 let body = db.body(def); in visit_module() localVariable
451 let body = db.body(def); in visit_module() localVariable
/dports/science/orthanc-mysql/OrthancMySQL-4.3/Resources/Orthanc/Plugins/
H A DOrthancPluginCppWrapper.h225 const std::string& body, in RestApiPost()
232 const std::string& body, in RestApiPut()
531 const std::string& body, in RestApiPost()
540 const MemoryBuffer& body, in RestApiPost()
560 const std::string& body, in RestApiPut()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Samples/Common/
H A DOrthancPluginCppWrapper.h225 const std::string& body, in RestApiPost()
232 const std::string& body, in RestApiPut()
531 const std::string& body, in RestApiPost()
540 const MemoryBuffer& body, in RestApiPost()
560 const std::string& body, in RestApiPut()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/system/
H A DFactory.cpp47 AutoPtr<IEos> Factory::getEos(const BodySettings& body) { in getEos()
69 AutoPtr<IRheology> Factory::getRheology(const BodySettings& body) { in getRheology()
87 AutoPtr<IFractureModel> Factory::getDamage(const BodySettings& body) { in getDamage()
230 AutoPtr<IDistribution> Factory::getDistribution(const BodySettings& body) { in getDistribution()
509 AutoPtr<IMaterial> Factory::getMaterial(const BodySettings& body) { in getMaterial()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Plugins/Samples/Common/
H A DOrthancPluginCppWrapper.h225 const std::string& body, in RestApiPost()
232 const std::string& body, in RestApiPut()
531 const std::string& body, in RestApiPost()
540 const MemoryBuffer& body, in RestApiPost()
560 const std::string& body, in RestApiPut()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Samples/Common/
H A DOrthancPluginCppWrapper.h225 const std::string& body, in RestApiPost()
232 const std::string& body, in RestApiPut()
531 const std::string& body, in RestApiPost()
540 const MemoryBuffer& body, in RestApiPost()
560 const std::string& body, in RestApiPut()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/Resources/Orthanc/Plugins/
H A DOrthancPluginCppWrapper.h225 const std::string& body, in RestApiPost()
232 const std::string& body, in RestApiPut()
531 const std::string& body, in RestApiPost()
540 const MemoryBuffer& body, in RestApiPost()
560 const std::string& body, in RestApiPut()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/Resources/Orthanc/Plugins/
H A DOrthancPluginCppWrapper.h225 const std::string& body, in RestApiPost()
232 const std::string& body, in RestApiPut()
531 const std::string& body, in RestApiPost()
540 const MemoryBuffer& body, in RestApiPost()
560 const std::string& body, in RestApiPut()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/Resources/Orthanc/Plugins/
H A DOrthancPluginCppWrapper.h225 const std::string& body, in RestApiPost()
232 const std::string& body, in RestApiPut()
511 const std::string& body, in RestApiPost()
520 const MemoryBuffer& body, in RestApiPost()
540 const std::string& body, in RestApiPut()

1...<<321322323324325326327328329330>>...2158