Home
last modified time | relevance | path

Searched refs:new_body (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/dports/mail/neomutt/neomutt-20211029/send/
H A Dmultipart.c102 struct Body *new_body = mutt_body_new(); in mutt_make_multipart() local
103 new_body->type = TYPE_MULTIPART; in mutt_make_multipart()
104 new_body->subtype = mutt_str_dup("mixed"); in mutt_make_multipart()
105 new_body->encoding = get_toplevel_encoding(b); in mutt_make_multipart()
108 mutt_generate_boundary(&new_body->parameter); in mutt_make_multipart()
110 mutt_param_delete(&new_body->parameter, "boundary"); in mutt_make_multipart()
111 } while (!mutt_param_get(&new_body->parameter, "boundary")); in mutt_make_multipart()
112 new_body->use_disp = false; in mutt_make_multipart()
113 new_body->disposition = DISP_INLINE; in mutt_make_multipart()
114 new_body->parts = b; in mutt_make_multipart()
[all …]
/dports/devel/py-black/black-21.7b0/src/black/
H A Dstrings.py180 new_body = body
183 new_body = sub_twice(escaped_new_quote, rf"\1\2{new_quote}", body)
184 if body != new_body:
186 body = new_body
188 new_body = sub_twice(escaped_orig_quote, rf"\1\2{orig_quote}", new_body)
189 new_body = sub_twice(unescaped_new_quote, rf"\1\\{new_quote}", new_body)
197 new_body,
205 if new_quote == '"""' and new_body[-1:] == '"':
207 new_body = new_body[:-1] + '\\"'
209 new_escape_count = new_body.count("\\")
/dports/www/ulfius/ulfius-2.7.3/example_programs/multiple_callbacks_example/
H A Dmultiple_callbacks_example.c159 new_body = msprintf("%s\n%s", old_body, "Level one"); in callback_multiple_level_one()
160 ulfius_set_string_body_response(response, 200, new_body); in callback_multiple_level_one()
161 o_free(new_body); in callback_multiple_level_one()
174 new_body = msprintf("%s\n%s", old_body, "Level one"); in callback_multiple_level_one_complete()
175 ulfius_set_string_body_response(response, 200, new_body); in callback_multiple_level_one_complete()
176 o_free(new_body); in callback_multiple_level_one_complete()
190 new_body = msprintf("%s\n%s", old_body, "Level two"); in callback_multiple_level_two()
191 ulfius_set_string_body_response(response, 200, new_body); in callback_multiple_level_two()
192 o_free(new_body); in callback_multiple_level_two()
205 new_body = msprintf("%s\n%s", old_body, "Level three"); in callback_multiple_level_three()
[all …]
/dports/lang/parrot/parrot-8.1.0/t/compilers/opsc/
H A D08-emitter.t82 my $new_body := translate_op_body($trans, $op_body);
83 my $restart_addr_ok := $new_body ~~ /'return' \s '(' 'opcode_t' \s '*' ')' \s? '234'/;
90 $new_body := translate_op_body($trans, $op_body);
91 $restart_addr_ok := $new_body ~~ /'return cur_opcode + IREG(1);'/;
93 ok($new_body ~~ /'PARROT_JUMP_RELATIVE'/, "jump flags generated");
99 $new_body := translate_op_body($trans, $op_body);
100 $restart_addr_ok := $new_body ~~ /'cur_opcode + 2;'/;
106 $new_body := translate_op_body($trans, $op_body);
107 $restart_addr_ok := $new_body ~~ /'PARROT_JUMP_RELATIVE'/;
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtp_media_server/
H A Drms_sdp.c131 if(sdp_info->new_body.s) { in rms_sdp_info_free()
132 shm_free(sdp_info->new_body.s); in rms_sdp_info_free()
133 sdp_info->new_body.s = NULL; in rms_sdp_info_free()
139 if(sdp_info->new_body.s) in rms_sdp_prepare_new_body()
142 str *body = &sdp_info->new_body; in rms_sdp_prepare_new_body()
271 int rms_sdp_set_body(struct sip_msg *msg, str *new_body) in rms_sdp_set_body() argument
281 if(!new_body->s || new_body->len == 0) { in rms_sdp_set_body()
318 len = new_body->len; in rms_sdp_set_body()
377 buf = pkg_malloc(sizeof(char) * (new_body->len)); in rms_sdp_set_body()
382 memcpy(buf, new_body->s, new_body->len); in rms_sdp_set_body()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dtheory_uf_rewriter.h109 Node new_body = node[0][1]; in postRewrite() local
117 largs.push_back( new_body ); in postRewrite()
118 new_body = NodeManager::currentNM()->mkNode( kind::LAMBDA, largs ); in postRewrite()
120 << "uf-ho-beta : ....new lambda : " << new_body << "\n"; in postRewrite()
129 new_body = expr::substituteCaptureAvoiding(new_body, var, arg); in postRewrite()
135 new_body = new_body.substitute(var, arg); in postRewrite()
138 << "uf-ho-beta : ..new body : " << new_body << "\n"; in postRewrite()
139 return RewriteResponse( REWRITE_AGAIN_FULL, new_body ); in postRewrite()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSlidingWindow.cpp325 Stmt new_body = mutate(op->body); in visit() local
335 if (new_body.same_as(op->body) && value.same_as(op->value)) { in visit()
338 return LetStmt::make(op->name, value, new_body); in visit()
357 Stmt new_body = op->body; in visit() local
359 new_body = mutate(new_body); in visit()
363 new_body = SlidingWindowOnFunctionAndLoop(func, op->name, op->min).mutate(new_body); in visit()
366 if (new_body.same_as(op->body)) { in visit()
402 Stmt new_body = op->body; in visit() local
406 new_body = SlidingWindowOnFunction(iter->second).mutate(new_body); in visit()
408 new_body = mutate(new_body); in visit()
[all …]
H A DSubstitute.cpp44 Expr new_body = mutate(op->body); in visit() local
48 new_body.same_as(op->body)) { in visit()
51 return Let::make(op->name, new_value, new_body); in visit()
58 Stmt new_body = mutate(op->body); in visit() local
62 new_body.same_as(op->body)) { in visit()
65 return LetStmt::make(op->name, new_value, new_body); in visit()
73 Stmt new_body = mutate(op->body); in visit() local
78 new_body.same_as(op->body)) { in visit()
81 return For::make(op->name, new_min, new_extent, op->for_type, op->device_api, new_body); in visit()
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dflambda_iterators.ml82 let new_body = f body in
91 let new_body = f body in
95 Let_rec (new_defs, new_body)
128 let new_body = f body in
135 let new_body = f body in
150 let new_body = f body in
154 While(new_cond, new_body)
156 let new_body = f body in
157 if new_body == body then
381 if new_body == body then
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dflambda_iterators.ml82 let new_body = f body in
91 let new_body = f body in
95 Let_rec (new_defs, new_body)
128 let new_body = f body in
135 let new_body = f body in
150 let new_body = f body in
154 While(new_cond, new_body)
156 let new_body = f body in
157 if new_body == body then
381 if new_body == body then
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_mail_full/tests/
H A Dtest_sms_sms.py67new_body = self.env['mail.render.mixin']._shorten_links_text('Welcome to %s !' % link, self.tracke…
68 self.assertNotIn(link, new_body)
71 self.assertIn(link.short_url, new_body)
75new_body = self.env['mail.render.mixin']._shorten_links_text('Welcome to %s !' % link, self.tracke…
76 self.assertNotIn(link, new_body)
84 self.assertIn(link.short_url, new_body)
89new_body = self.env['mail.render.mixin']._shorten_links_text('Welcome to %s !' % link, self.tracke…
90 self.assertIn(link, new_body)
96new_body = self.env['mail.render.mixin']._shorten_links_text('Welcome to %s !' % link, self.tracke…
97 self.assertIn(link, new_body)
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Ddistribute_forall_tactic.cpp29 expr * new_body, in reduce_quantifier()
39 if (m.is_not(new_body) && m.is_or(to_app(new_body)->get_arg(0))) { in reduce_quantifier()
45 app * or_e = to_app(to_app(new_body)->get_arg(0)); in reduce_quantifier()
62 if (m.is_and(new_body)) { in reduce_quantifier()
68 unsigned num_args = to_app(new_body)->get_num_args(); in reduce_quantifier()
71 expr * arg = to_app(new_body)->get_arg(i); in reduce_quantifier()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Ddistribute_forall_tactic.cpp29 expr * new_body, in reduce_quantifier()
39 if (m.is_not(new_body) && m.is_or(to_app(new_body)->get_arg(0))) { in reduce_quantifier()
45 app * or_e = to_app(to_app(new_body)->get_arg(0)); in reduce_quantifier()
62 if (m.is_and(new_body)) { in reduce_quantifier()
68 unsigned num_args = to_app(new_body)->get_num_args(); in reduce_quantifier()
71 expr * arg = to_app(new_body)->get_arg(i); in reduce_quantifier()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/crates/cargo-test-macro/src/
H A Dlib.rs34 let mut new_body = to_token_stream( in cargo_test() localVariable
46 new_body.extend(ts); in cargo_test()
50 new_body.extend(ts); in cargo_test()
52 new_body.extend(group.stream()); in cargo_test()
55 new_body, in cargo_test()
/dports/net/dgd-lpmud/mud/2.4.5/obj/
H A Dbull_board.c1 string messages, new_hd, new_body; variable
84 new_body = ""; in new()
92 messages = messages + new_hd + ":\n**\n" + new_body + "\n**\n"; in get_body()
94 new_body = 0; in get_body()
101 new_body = new_body + str + "\n"; in get_body()
/dports/games/ldmud/ldmud-3.3.720/mud/lp-245/obj/
H A Dbull_board.c1 string messages, new_hd, new_body; variable
86 new_body = ""; in new()
94 messages = messages + new_hd + ":\n**\n" + new_body + "\n**\n"; in get_body()
96 new_body = 0; in get_body()
103 new_body = new_body + str + "\n"; in get_body()
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0394/
H A Dmarkup.py69 new_body = [[]]
75 new_body.append(body_elements)
76 new_body.append([])
77 new_body[-1].append(letter)
78 new_body[-1] = new_body[-1][:-1]
80 for chunk in new_body:
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/
H A Dconservative_fromtex.cpp306 tree new_body= extract (doc, "body"); in texmacs_recover_preamble() local
308 if (!is_document (new_body)) new_body= tree (DOCUMENT, new_body); in texmacs_recover_preamble()
311 new_body[0][0]= old_body[0][0]; in texmacs_recover_preamble()
313 new_body= tree (DOCUMENT, old_body[0]) * new_body; in texmacs_recover_preamble()
417 tree new_body= extract (doc, "body"); in texmacs_recover_metadata() local
421 int new_pos= search_doc_data (new_body); in texmacs_recover_metadata()
423 new_body[new_pos]= old_body[old_pos]; in texmacs_recover_metadata()
425 doc= change_doc_attr (doc, "body", new_body); in texmacs_recover_metadata()
448 tree new_body= extract (doc, "body"); in texmacs_recover_abstract() local
452 int new_pos= search_abstract_data (new_body); in texmacs_recover_abstract()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/frontend/
H A Dchange_datatype.py95 new_body = self.visit(fn.body)
97 new_body = bind(new_body, binds)
102 new_body,
/dports/textproc/p5-Pod-HtmlEasy/Pod-HtmlEasy-1.0108/t/
H A DData.pm123 my %new_body = %body;
129 $new_body{$key} = qq{#$value};
133 foreach my $key ( sort keys %new_body ) {
134 $body .= qq{ $key="$new_body{$key}"};
/dports/textproc/p5-Pod-HtmlEasy/Pod-HtmlEasy-1.0108/lib/Pod/HtmlEasy/
H A DData.pm120 my %new_body = %body;
126 $new_body{$key} = qq{#$value};
130 foreach my $key ( sort keys %new_body ) {
131 $body .= qq{ $key="$new_body{$key}"};
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence_xml/
H A Dnotify_body.c234 str *new_body = NULL; in get_final_notify_body() local
254 if(new_body == NULL) { in get_final_notify_body()
258 memset(new_body, 0, sizeof(str)); in get_final_notify_body()
490 doc, (xmlChar **)(void *)&new_body->s, &new_body->len, 1); in get_final_notify_body()
491 LM_DBG("body = \n%.*s\n", new_body->len, new_body->s); in get_final_notify_body()
502 return new_body; in get_final_notify_body()
757 str *new_body; in offline_nbody() local
813 if(new_body == NULL) { in offline_nbody()
816 memset(new_body, 0, sizeof(str)); in offline_nbody()
819 new_doc, (xmlChar **)(void *)&new_body->s, &new_body->len, 1); in offline_nbody()
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/generators/
H A Dutils.py149 def _merge_body(self, body, new_body): argument
151 return new_body, True
152 if new_body is None:
155 if isinstance(body, str) and isinstance(new_body, str):
156 return body + new_body, True
158 if isinstance(body, list) and isinstance(new_body, list):
159 return body + new_body, True
162 ).format(self, type(body), type(new_body)))
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/plugins/translate/
H A Dsetup.php70 $new_body = $body;
75 $new_body = strtr($new_body, $trans);
77 $new_body = urldecode($new_body);
78 $new_body = strip_tags($new_body);
81 $new_body = str_replace('"', "''", $new_body);
82 $new_body = strtr($new_body, "\n", ' ');
85 $function($new_body);
/dports/devel/py-numba/numba-0.51.2/numba/stencils/
H A Dstencil.py90 new_body = []
116 new_body.append(si)
118 new_body.append(stmt)
119 block.body = new_body
151 new_body = []
214 new_body.append(ir.Assign(g_sa, sa_var, loc))
218 new_body.append(ir.Assign(
225 new_body.append(ir.Assign(
284 new_body.append(ir.Assign(
288 new_body.append(stmt)
[all …]

12345678910>>...23