Home
last modified time | relevance | path

Searched refs:tag_level (Results 1 – 25 of 30) sorted by relevance

12

/dports/mail/neomutt/neomutt-20211029/
H A Denriched.c111 int tag_level[RICH_MAX]; member
129 if (stte->tag_level[RICH_CENTER] || stte->tag_level[RICH_FLUSHRIGHT]) in enriched_wrap()
198 if (stte->tag_level[RICH_EXCERPT]) in enriched_wrap()
200 x = stte->tag_level[RICH_EXCERPT]; in enriched_wrap()
218 if (stte->tag_level[RICH_INDENT]) in enriched_wrap()
240 if (!stte->tag_level[RICH_NOFILL] && in enriched_flush()
276 if (stte->tag_level[RICH_PARAM]) in enriched_putwc()
278 if (stte->tag_level[RICH_COLOR]) in enriched_putwc()
309 if (stte->tag_level[RICH_BOLD]) in enriched_putwc()
398 stte->tag_level[j]--; in enriched_set_flags()
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dhandler.c475 int tag_level[RICH_LAST_TAG]; member
487 if (stte->tag_level[RICH_CENTER] || stte->tag_level[RICH_FLUSHRIGHT]) in enriched_wrap()
558 if (stte->tag_level[RICH_EXCERPT]) in enriched_wrap()
560 x = stte->tag_level[RICH_EXCERPT]; in enriched_wrap()
578 if (stte->tag_level[RICH_INDENT]) in enriched_wrap()
619 if (stte->tag_level[RICH_PARAM]) in enriched_putwc()
621 if (stte->tag_level[RICH_COLOR]) in enriched_putwc()
652 if (stte->tag_level[RICH_BOLD]) in enriched_putwc()
724 stte->tag_level[j]--; in enriched_set_flags()
774 stte->tag_level[j]++; in enriched_set_flags()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/markdown/extensions/
H A Dtoc.py200 tag_level = int(c.tag[-1])
202 toc_list.append({'level': tag_level,
/dports/biology/p5-AcePerl/AcePerl-1.92/Ace/
H A DObject.pm2311 my($self,$out,$position,$level,$current_tag,$tag_level,$opts) = @_;
2323 $tag_level = 0;
2325 $tagname = $tag_level > 0 ? sprintf "%s-%d",$current_tag,$tag_level + 1 : $current_tag;
2349 …$level = $self->right->_asXML($out,$position,$level+1,$current_tag,$tag_level + !XML_COLLAPSE_TAGS…
2352 $level = $self->right->_asXML($out,$position+1,$level+1,$current_tag,$tag_level,$opts);
2356 $level = $self->right->_asXML($out,$position,$level+1,$current_tag,$tag_level+1,$opts);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dshiphit.h36 extern void ship_apply_tag(int ship_num, int tag_level, float tag_time, object *target, vec3d *star…
H A Dshiphit.cpp2330 void ship_apply_tag(int ship_num, int tag_level, float tag_time, object *target, vec3d *start, int … in ship_apply_tag() argument
2337 if (tag_level == 1) in ship_apply_tag()
2343 else if (tag_level == 2) in ship_apply_tag()
2349 else if (tag_level == 3) in ship_apply_tag()
2414 …ship_apply_tag(ship_objp->instance, wip->tag_level, wip->tag_time, ship_objp, start, ssm_index, wp… in ship_apply_local_damage()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dshiphit.h38 extern void ship_apply_tag(ship *ship_p, int tag_level, float tag_time, object *target, vec3d *star…
H A Dshiphit.cpp2675 void ship_apply_tag(ship *shipp, int tag_level, float tag_time, object *target, vec3d *start, int s… in ship_apply_tag() argument
2682 if (tag_level == 1) in ship_apply_tag()
2688 else if (tag_level == 2) in ship_apply_tag()
2694 else if (tag_level == 3) in ship_apply_tag()
2761 ship_apply_tag(ship_p, wip->tag_level, wip->tag_time, ship_objp, start, ssm_index, wp->team); in ship_apply_local_damage()
/dports/textproc/texi2html/texi2html-5.0/maintained_extra/
H A Dbook.init170 my $class = $element->{'tag_level'};
191 and ($element->{'tag_level'} !~ /heading/) and $element->{'tag'} ne 'top')
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/weapon/
H A Dweapon.h442 int tag_level; // tag level (1 - 3) member
H A Dweapons.cpp1031 wip->tag_level = -1; in init_weapon_entry()
2492 stuff_int(&wip->tag_level); in parse_weapon()
/dports/security/maia/maia_mailguard-7f20bd4/reference/amavisd-new-2.2.1/
H A Damavisd5574 '1'=> sub { my($tag_level);
5578 ($tag_level=lookup(0,$_->recip_addr,
5580 defined $spam_level && defined $tag_level &&
6845 my($is_local,$tag_level,$tag2_level,$kill_level);
6851 $blacklisted || !defined $tag_level ||
6852 (defined $spam_level ? $spam_level+$boost >= $tag_level
7030 ( $blacklisted || !defined $tag_level ||
7031 (defined $spam_level ? $spam_level+$boost >= $tag_level
7061 !defined $tag_level ? '' : sprintf(" tagged_above=%s\n",$tag_level),
7405 my($tag_level) =
[all …]
H A Damavisd.conf-sample1503 # tag_level controls adding the X-Spam-Status and X-Spam-Level headers,
1508 # tag_level <= tag2_level <= kill_level < dsn_cutoff_level
H A DRELEASE_NOTES1734 - fixed a bug in inserting the tag_level header field, which was missing
1735 if sender was blacklisted and tag_level was greater or equal to 0;
2243 assume score is -10 for the purpose of comparing it to tag_level;
2485 not called (e.g. sender is whitelisted, ...) and tag_level or tag2_level
3290 tag_level controls adding the X-Spam-Status and X-Spam-Level headers,
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/
H A Dweapon.h478 int tag_level; // tag level (1 - 3) member
H A Dweapons.cpp3133 stuff_int(&wip->tag_level); in parse_weapon()
8569 this->tag_level = -1; in reset()
/dports/security/maia/maia_mailguard-7f20bd4/
H A Dmaiad8386 '1'=> sub { my($tag_level);
8390 ($tag_level=lookup(0,$_->recip_addr,
8392 defined $spam_level && defined $tag_level &&
9909 my($is_local,$tag_level,$tag2_level,$kill_level);
9915 $blacklisted || !defined $tag_level ||
9916 (defined $spam_level ? $spam_level+$boost >= $tag_level
10099 ( $blacklisted || !defined $tag_level ||
10100 (defined $spam_level ? $spam_level+$boost >= $tag_level
10130 !defined $tag_level ? '' : sprintf(" tagged_above=%s\n",$tag_level),
10478 my($tag_level) =
[all …]
/dports/textproc/texi2html/texi2html-5.0/formats/
H A Ddocbook.init394 #print STDERR "$element->{'texi'}, $element->{'tag_level'}, $element->{'level'}\n";
395 …return $docbook_sections{$element->{'tag_level'}} if (exists($docbook_sections{$element->{'tag_lev…
H A Dxml.init415 my $class = $element->{'tag_level'};
/dports/textproc/texi2html/texi2html-5.0/examples/
H A Droff.init932 # 'tag_level': the sectioning element name, raisesections and lowersections
950 my $class = $element->{'tag_level'};
/dports/security/amavisd-new/amavis-v2.12.0/
H A Damavisd15107 my($tag_level,$tag2_level,$tag3_level,$kill_level);
15118 $blacklisted || !defined $tag_level || $tag_level eq '' ||
15810 my($tag_level,$tag2_level,$kill_level);
15829 !defined($tag_level) ? '-' : 0+sprintf("%.3f",$tag_level);
16855 my($tag_level,$tag2_level,$subject_tag);
16857 $tag_level = lookup2(0,$recip, ca('spam_tag_level_maps'));
16924 !defined $tag_level || $tag_level eq '' ? ''
17665 $tag_level = lookup2(0,$rec, ca('spam_tag_level_maps'));
17672 $tag_level_min = $tag_level if defined($tag_level) && $tag_level ne '' &&
35118 , tag=[:tag_level], tag2=[:tag2_level], kill=[:kill_level]#
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp14133 int ship_num, tag_level, tag_time, ssm_index(0); in sexp_ship_tag() local
14155 tag_level = eval_num(n); in sexp_ship_tag()
14161 if (tag_level == 3) in sexp_ship_tag()
14197 …ship_apply_tag(ship_num, tag_level, (float)tag_time, &Objects[Ships[ship_num].objnum], &start, ssm… in sexp_ship_tag()
/dports/security/maia/maia_mailguard-7f20bd4/reference/
H A Damavisd-maia.patch4113 my($tag_level) =
4129 my($tag_level) =
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp15869 int tag_level, tag_time, ssm_index(0), ssm_team(0); in sexp_ship_tag() local
15886 eval_nums(n, is_nan, is_nan_forever, tag_level, tag_time); in sexp_ship_tag()
15892 if (tag_level == 3) in sexp_ship_tag()
15909 …ship_apply_tag(ship_entry->shipp, tag_level, (float)tag_time, ship_entry->objp, &start, ssm_index,… in sexp_ship_tag()
/dports/textproc/texi2html/texi2html-5.0/
H A Dtexi2html.init6627 # 'tag_level': the sectioning element name, raisesections and lowersections
6654 $command = $element->{'tag_level'};

12