/dports/devel/glib20/glib-2.70.4/gobject/tests/ |
H A D | genmarshal.py | 248 .format(**body_result.subs), 249 body_result.out.strip(), 295 .format(**body_result.subs), 296 body_result.out.strip(), 385 .format(**body_result.subs), 386 body_result.out.strip(), 526 .format(**body_result.subs), 527 body_result.out.strip(), 668 .format(**body_result.subs), 669 body_result.out.strip(), [all …]
|
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0071/ |
H A D | stanza.py | 55 body_result = [] 56 body_result.append(body.text if body.text else '') 58 body_result.append(tostring(child, xmlns=XHTML_NS)) 59 body_result.append(body.tail if body.tail else '') 60 result[body_lang] = ''.join(body_result)
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/ |
H A D | web_frame_serializer_test_helper.cc | 58 WebThreadSafeData body_result = in GenerateMHTMLHelper() local 60 mhtml.Append(body_result.Data(), body_result.size()); in GenerateMHTMLHelper()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/ |
H A D | web_frame_serializer_test_helper.cc | 58 WebThreadSafeData body_result = in GenerateMHTMLHelper() local 60 mhtml.Append(body_result.Data(), body_result.size()); in GenerateMHTMLHelper()
|
/dports/devel/kyua/kyua-0.13/engine/ |
H A D | scheduler.cpp | 248 model::test_result body_result; member 263 body_exit_handle(body_exit_handle_), body_result(body_result_) in cleanup_exec_data() 893 const model::test_result& body_result) in spawn_cleanup() 909 test_program, test_case_name, body_handle, body_result)); in spawn_cleanup() 1221 const model::test_result& body_result = cleanup_data->body_result; in wait_any() local 1222 if (body_result.good()) { in wait_any() 1233 result = body_result; in wait_any() 1237 result = body_result; in wait_any()
|
/dports/www/erlang-hackney/hackney-1.8.6/doc/ |
H A D | hackney_multipart.md | 22 …"#type-cont">cont</a>(<a href="#type-more">more</a>(<a href="#type-body_result">body_result()</a>)) 28 ### <a name="type-body_result">body_result()</a> ### 32 body_result() = {body, binary(), <a href="#type-body_cont">body_cont()</a>} | <a href="#type-end_of…
|
H A D | hackney_http.md | 64 ### <a name="type-body_result">body_result()</a> ### 68 body_result() = {more, <a href="#type-parser">parser()</a>, binary()} | {ok, binary(), <a href="#ty… 136 … | {more, <a href="#type-parser">parser()</a>} | <a href="#type-body_result">body_result()</a> | {…
|
/dports/net/py-zeep/zeep-4.1.0/src/zeep/wsdl/messages/ |
H A D | soap.py | 101 body_result = self._deserialize_body(body) 106 kwargs = body_result
|
/dports/www/erlang-hackney/hackney-1.8.6/src/ |
H A D | hackney_multipart.erl | 36 -type body_cont() :: cont(more(body_result())). 38 -type body_result() :: {body, binary(), body_cont()} | end_of_part(). type 439 -spec parse_body(binary(), patterns()) -> more(body_result()).
|
H A D | hackney_http.erl | 71 -type body_result() :: {more, parser(), binary()} type 79 | body_result()
|
/dports/devel/py-celery/celery-4.4.7/celery/ |
H A D | canvas.py | 1328 body_result = self.body.freeze( 1334 node = body_result 1345 return body_result
|
/dports/lang/zig-devel/zig-0.9.0/src/stage1/ |
H A D | astgen.cpp | 6136 if (body_result == ag->codegen->invalid_inst_src) in astgen_while_expr() 6137 return body_result; in astgen_while_expr() 6143 if (!instr_is_unreachable(body_result)) { in astgen_while_expr() 6253 if (body_result == ag->codegen->invalid_inst_src) in astgen_while_expr() 6254 return body_result; in astgen_while_expr() 6260 if (!instr_is_unreachable(body_result)) { in astgen_while_expr() 6348 if (body_result == ag->codegen->invalid_inst_src) in astgen_while_expr() 6349 return body_result; in astgen_while_expr() 6355 if (!instr_is_unreachable(body_result)) { in astgen_while_expr() 6506 if (body_result == ag->codegen->invalid_inst_src) in astgen_for_expr() [all …]
|
/dports/lang/zig/zig-0.9.0/src/stage1/ |
H A D | astgen.cpp | 6136 if (body_result == ag->codegen->invalid_inst_src) in astgen_while_expr() 6137 return body_result; in astgen_while_expr() 6143 if (!instr_is_unreachable(body_result)) { in astgen_while_expr() 6253 if (body_result == ag->codegen->invalid_inst_src) in astgen_while_expr() 6254 return body_result; in astgen_while_expr() 6260 if (!instr_is_unreachable(body_result)) { in astgen_while_expr() 6348 if (body_result == ag->codegen->invalid_inst_src) in astgen_while_expr() 6349 return body_result; in astgen_while_expr() 6355 if (!instr_is_unreachable(body_result)) { in astgen_while_expr() 6506 if (body_result == ag->codegen->invalid_inst_src) in astgen_for_expr() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/ |
H A D | implementation-visitor.cc | 557 const Type* body_result = Visit(*builtin->body()); in Visit() local 558 if (body_result != TypeOracle::GetNeverType()) { in Visit() 960 const Type* body_result = Visit(stmt->body); in Visit() local 961 if (body_result != TypeOracle::GetNeverType()) { in Visit() 1583 const Type* body_result = Visit(stmt->body); in Visit() local 1584 if (body_result != TypeOracle::GetNeverType()) { in Visit()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/ |
H A D | implementation-visitor.cc | 649 const Type* body_result = Visit(*builtin->body()); in Visit() local 650 if (body_result != TypeOracle::GetNeverType()) { in Visit() 1078 const Type* body_result = Visit(stmt->body); in Visit() local 1079 if (body_result != TypeOracle::GetNeverType()) { in Visit() 1664 const Type* body_result = Visit(stmt->body); in Visit() local 1665 if (body_result != TypeOracle::GetNeverType()) { in Visit()
|
/dports/lang/v8/v8-9.6.180.12/src/torque/ |
H A D | implementation-visitor.cc | 715 const Type* body_result = Visit(*builtin->body()); in Visit() local 716 if (body_result != TypeOracle::GetNeverType()) { in Visit() 1147 const Type* body_result = Visit(stmt->body); in Visit() local 1148 if (body_result != TypeOracle::GetNeverType()) { in Visit() 1751 const Type* body_result = Visit(stmt->body); in Visit() local 1752 if (body_result != TypeOracle::GetNeverType()) { in Visit()
|
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 22940 RE_STATUS_T body_result; local 22944 body_result = body->status & (RE_STATUS_REPEAT | 22950 if (body_result != RE_STATUS_REF) 22960 body_result, tail_result);
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 22762 RE_STATUS_T body_result; in add_repeat_guards() local 22766 body_result = body->status & (RE_STATUS_REPEAT | in add_repeat_guards() 22772 if (body_result != RE_STATUS_REF) in add_repeat_guards() 22782 body_result, tail_result); in add_repeat_guards()
|
/dports/lang/zig-devel/zig-0.9.0/src/ |
H A D | AstGen.zig | 1054 const body_result = try expr(&suspend_scope, &suspend_scope.base, .none, body_node); 1055 if (!gz.refIsNoReturn(body_result)) {
|
/dports/lang/zig/zig-0.9.0/src/ |
H A D | AstGen.zig | 1054 const body_result = try expr(&suspend_scope, &suspend_scope.base, .none, body_node); 1055 if (!gz.refIsNoReturn(body_result)) {
|