Home
last modified time | relevance | path

Searched refs:body_set (Results 1 – 24 of 24) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpBodyFactory.cc204 if (body_set) { in dump_template_tables()
206 body_set->content_language, body_set->content_charset); in dump_template_tables()
412 HttpBodySet *body_set = nullptr; in fabricate() local
520 body_set->content_language, body_set->content_charset); in determine_set_by_language()
653 *body_set_return = body_set; in find_template()
656 … t->template_pathname, t->byte_count, body_set->content_language, body_set->content_charset); in find_template()
707 if (body_set->table_of_pages) { in nuke_template_tables()
716 delete body_set; in nuke_template_tables()
781 if (body_set != nullptr) { in load_sets_from_directory()
834 body_set->content_language, body_set->content_charset); in load_body_set_from_directory()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/unit_tests/
H A Dtest_error_page_selection.cc89 HttpBodySetRawData *body_set = new HttpBodySetRawData; variable
90 body_set->magic = 0;
91 body_set->set_name = strdup(set.set_name);
92 body_set->content_language = strdup(set.content_language);
93 body_set->content_charset = strdup(set.content_charset);
94 body_set->table_of_pages.reset(new HttpBodySetRawData::TemplateTable);
95 REQUIRE(table_of_sets->find(body_set->set_name) == table_of_sets->end());
96 table_of_sets->emplace(body_set->set_name, body_set);
/dports/mail/p5-Email-Simple/Email-Simple-2.216/t/
H A Dbasic.t38 $mail->body_set($hi);
42 $mail->body_set(\$bye);
45 $mail->body_set($body);
61 $email->body_set(undef);
68 $email->body_set(0);
H A Dmany-repeats.t14 $mail->body_set($body);
/dports/mail/p5-Email-MIME/Email-MIME-1.952/lib/Email/
H A DMIME.pm273 $email->body_set($args{body});
282 $email->body_set($body_octets);
407 $self->SUPER::body_set(undef);
413 $self->SUPER::body_set(shift @bits) if index(($bits[0] || ''), ':') == -1;
642 $self->body_set($body);
657 sub body_set { subroutine
681 $self->SUPER::body_set($body_ref);
706 $self->body_set($body_octets);
806 $self->body_set($body);
/dports/mail/p5-Email-Simple/Email-Simple-2.216/lib/Email/
H A DSimple.pm100 $self->body_set($text_ref);
174 $email->body_set($body);
303 sub body_set { subroutine
/dports/mail/p5-Email-Simple-FromHandle/Email-Simple-FromHandle-0.054/t/
H A Dnofold.t37 $mail->body_set($hi);
40 $mail->body_set($body);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbbresd.c235 #define body_set(and, xor) { \ macro
261 Loop(body_set(andPiQxlBg, xorPiQxlBg))
270 Loop(body_set(andPiQxlFg, xorPiQxlFg))
279 #undef body_set
/dports/mail/p5-Email-MIME/Email-MIME-1.952/t/
H A Dencoding.t73 $email->body_set(<<__MESSAGE__);
98 'quoted-printable + body_set works'
104 'quoted-printable + body_set raw works',
110 'quoted-printble + body_set encoding works',
H A Dparts.t43 $part->body_set( "foo\nbar" ) if $part->parts <= 1;
50 is $part->body, "foo\nbar", 'walkdown body_set worked';
H A Dwalk-parts.t78 $part->body_set( $new_text );
/dports/mail/p5-Email-Abstract/Email-Abstract-3.009/lib/Email/Abstract/
H A DEmailSimple.pm34 $obj->body_set($body);
/dports/www/htdigest/httpd-2.4.6/modules/aaa/
H A Dmod_auth_form.c73 int body_set; member
131 new->body = (add->body_set == 0) ? base->body : add->body; in merge_auth_form_dir_config()
132 new->body_set = add->body_set || base->body_set; in merge_auth_form_dir_config()
269 conf->body_set = 1; in set_cookie_form_body()
/dports/www/apache24/httpd-2.4.53/modules/aaa/
H A Dmod_auth_form.c72 int body_set; member
130 new->body = (add->body_set == 0) ? base->body : add->body; in merge_auth_form_dir_config()
131 new->body_set = add->body_set || base->body_set; in merge_auth_form_dir_config()
249 conf->body_set = 1; in set_cookie_form_body()
/dports/mail/p5-Email-Simple-FromHandle/Email-Simple-FromHandle-0.054/lib/Email/Simple/
H A DFromHandle.pm130 sub body_set { subroutine
/dports/www/p5-Toader/Toader-1.2.1/lib/Toader/
H A DDirectory.pm202 $parts[$int]->body_set($body);
213 $self->{mime}->body_set($body);
H A DPage.pm548 $parts[$int]->body_set($body);
559 $self->{mime}->body_set($body);
H A DEntry.pm595 $parts[$int]->body_set($body);
606 $self->{mime}->body_set($body);
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DMailer.pm142 $part->body_set($raw);
/dports/mail/avenger/avenger-0.8.5/asmtpd/
H A Dsmtpd.C171 body_set = false; in reset()
958 body_set (false), data_q (NULL), cmdwait (false), ptr_cache (h) in smtpd()
1025 if (!body_set) { in bodycheck()
1026 body_set = true; in bodycheck()
H A Dasmtpd.h396 bool body_set; variable
/dports/mail/p5-Email-Simple/Email-Simple-2.216/
H A DChanges96 do not return ->body from ->body_set to simplify subclass behavior
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/
H A DNet.pm710 $part->body_set('');
/dports/www/nginx-full/ngx_cache_purge-4746629/
H A Dngx_cache_purge_module.c524 ngx_array_t *body_set; member