Home
last modified time | relevance | path

Searched refs:section_spec (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/perl5.34/perl-5.34.0/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm453 for my $section_spec ( @{$selections} ) {
462 my $regex = $section_spec->[$i];
662 my ($section_spec) = @_;
666 local $_ = $section_spec;
688 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm452 for my $section_spec ( @{$selections} ) {
461 my $regex = $section_spec->[$i];
661 my ($section_spec) = @_;
665 local $_ = $section_spec;
687 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Parser/lib/Pod/
H A DSelect.pm456 for my $section_spec ( @{$selections} ) {
465 my $regex = $section_spec->[$i];
669 my ($section_spec) = @_;
673 local $_ = $section_spec;
695 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
/dports/lang/perl5.32/perl-5.32.1/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm452 for my $section_spec ( @{$selections} ) {
461 my $regex = $section_spec->[$i];
661 my ($section_spec) = @_;
665 local $_ = $section_spec;
687 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
/dports/net-mgmt/mrtg/mrtg-2.17.4/lib/mrtg2/Pod/
H A DSelect.pm452 for my $section_spec ( @{$selections} ) {
461 my $regex = $section_spec->[$i];
661 my ($section_spec) = @_;
665 local $_ = $section_spec;
687 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
H A DUsage.pm661 for my $section_spec ( @{$$self{USAGE_SELECT}} ) {
665 my $regex = $section_spec->[$i];
/dports/textproc/p5-Pod-Parser/Pod-Parser-1.63/lib/Pod/
H A DSelect.pm456 for my $section_spec ( @{$selections} ) {
465 my $regex = $section_spec->[$i];
669 my ($section_spec) = @_;
673 local $_ = $section_spec;
695 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
/dports/devel/p5-Pod-Usage/Pod-Usage-2.01/t/inc/Pod/
H A DSelect.pm453 for my $section_spec ( @{$selections} ) {
462 my $regex = $section_spec->[$i];
662 my ($section_spec) = @_;
666 local $_ = $section_spec;
688 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm453 for my $section_spec ( @{$selections} ) {
462 my $regex = $section_spec->[$i];
662 my ($section_spec) = @_;
666 local $_ = $section_spec;
688 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
/dports/lang/perl5.34/perl-5.34.0/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm216 my ($section_spec) = @_;
220 local $_ = $section_spec;
242 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
316 for my $section_spec ( @{$$self{USAGE_SELECT}} ) {
320 my $regex = $section_spec->[$i];
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm208 my ($section_spec) = @_;
212 local $_ = $section_spec;
234 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
303 for my $section_spec ( @{$$self{USAGE_SELECT}} ) {
307 my $regex = $section_spec->[$i];
/dports/lang/perl5.32/perl-5.32.1/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm208 my ($section_spec) = @_;
212 local $_ = $section_spec;
234 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
303 for my $section_spec ( @{$$self{USAGE_SELECT}} ) {
307 my $regex = $section_spec->[$i];
/dports/devel/p5-Pod-Usage/Pod-Usage-2.01/lib/Pod/
H A DUsage.pm216 my ($section_spec) = @_;
220 local $_ = $section_spec;
242 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
316 for my $section_spec ( @{$$self{USAGE_SELECT}} ) {
320 my $regex = $section_spec->[$i];
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm216 my ($section_spec) = @_;
220 local $_ = $section_spec;
242 carp qq{Bad regular expression /$_/ in "$section_spec": $@\n};
316 for my $section_spec ( @{$$self{USAGE_SELECT}} ) {
320 my $regex = $section_spec->[$i];
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dmailimap_types.c2503 struct mailimap_section_spec * section_spec; in mailimap_section_spec_new() local
2505 section_spec = malloc(sizeof(* section_spec)); in mailimap_section_spec_new()
2506 if (section_spec == NULL) in mailimap_section_spec_new()
2509 section_spec->sec_type = sec_type; in mailimap_section_spec_new()
2515 section_spec->sec_data.sec_part = sec_part; in mailimap_section_spec_new()
2518 section_spec->sec_text = sec_text; in mailimap_section_spec_new()
2520 return section_spec; in mailimap_section_spec_new()
2527 if (section_spec->sec_text) in mailimap_section_spec_free()
2530 switch (section_spec->sec_type) { in mailimap_section_spec_free()
2532 if (section_spec->sec_data.sec_part != NULL) in mailimap_section_spec_free()
[all …]
H A Dmailimap_print.c650 section_spec) in mailimap_section_spec_print()
656 switch(section_spec->sec_type) { in mailimap_section_spec_print()
658 mailimap_section_msgtext_print(section_spec->sec_data.sec_msgtext); in mailimap_section_spec_print()
661 mailimap_section_part_print(section_spec->sec_data.sec_part); in mailimap_section_spec_print()
662 if (section_spec->sec_text != NULL) in mailimap_section_spec_print()
663 mailimap_section_text_print(section_spec->sec_text); in mailimap_section_spec_print()
H A Dmailimap_sender.c154 struct mailimap_section_spec * section_spec);
2897 struct mailimap_section_spec * section_spec) in mailimap_section_spec_send() argument
2901 switch (section_spec->sec_type) { in mailimap_section_spec_send()
2904 section_spec->sec_data.sec_msgtext); in mailimap_section_spec_send()
2907 r = mailimap_section_part_send(fd, section_spec->sec_data.sec_part); in mailimap_section_spec_send()
2911 if (section_spec->sec_text != NULL) { in mailimap_section_spec_send()
2916 section_spec->sec_text); in mailimap_section_spec_send()
H A Dmailimap_parser.c10345 struct mailimap_section_spec * section_spec; in mailimap_section_parse() local
10353 section_spec = NULL; in mailimap_section_parse()
10361 r = mailimap_section_spec_parse(fd, buffer, parser_ctx, &cur_token, &section_spec, in mailimap_section_parse()
10374 if (section_spec == NULL) in mailimap_section_parse()
10377 section = mailimap_section_new(section_spec); in mailimap_section_parse()
10390 mailimap_section_spec_free(section_spec); in mailimap_section_parse()
10525 struct mailimap_section_spec * section_spec; in mailimap_section_spec_parse() local
10584 section_spec = mailimap_section_spec_new(type, section_msgtext, in mailimap_section_spec_parse()
10586 if (section_spec == NULL) { in mailimap_section_spec_parse()
10591 * result = section_spec; in mailimap_section_spec_parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/scripts/
H A Dreadelf.py539 def display_hex_dump(self, section_spec): argument
543 section = self._section_from_spec(section_spec)
546 section_spec))
582 def display_string_dump(self, section_spec): argument
586 section = self._section_from_spec(section_spec)
589 section_spec))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/scripts/
H A Dreadelf.py539 def display_hex_dump(self, section_spec): argument
543 section = self._section_from_spec(section_spec)
546 section_spec))
582 def display_string_dump(self, section_spec): argument
586 section = self._section_from_spec(section_spec)
589 section_spec))
/dports/devel/py-pyelftools/pyelftools-0.27/scripts/
H A Dreadelf.py731 def display_hex_dump(self, section_spec): argument
735 section = self._section_from_spec(section_spec)
740 section_spec))
744 section_spec))
780 def display_string_dump(self, section_spec): argument
784 section = self._section_from_spec(section_spec)
789 section_spec))
793 section_spec))
/dports/devel/dwz/dwz/testsuite/lib/
H A Ddwarf.exp772 proc _defer_output {section_spec body} {
777 set _defer [lindex $section_spec 0]
781 eval _section $section_spec
/dports/devel/gdb/gdb-11.1/gdb/testsuite/lib/
H A Ddwarf.exp913 proc _defer_output {section_spec body} {
918 set _defer [lindex $section_spec 0]
922 eval _section $section_spec
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/project_tree_builder/
H A Dmsvc_prj_utils.cpp854 string section_spec = section + '.' + config; in GetOpt() local
855 string val_spec = registry.Get(section_spec, opt); in GetOpt()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dmsvc_prj_utils.cpp854 string section_spec = section + '.' + config; in GetOpt() local
855 string val_spec = registry.Get(section_spec, opt); in GetOpt()

12