Home
last modified time | relevance | path

Searched refs:labels_information (Results 1 – 10 of 10) sorted by relevance

/dports/print/texinfo/texinfo-6.8/tp/t/
H A Dautomatic_nodes.t35 my $labels = $parser->labels_information();
165 my $labels = $parser->labels_information();
196 # $labels = $parser->labels_information();
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A DParsetexi.pm392 sub labels_information($) subroutine
394 goto &Texinfo::Common::labels_information;
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/
H A DTransformations.pm512 $labels = $self->labels_information() if (!defined($labels));
572 $labels = $self->labels_information() if (!defined($labels));
613 $labels = $self->labels_information() if (!defined($labels));
H A DStructuring.pm423 my $labels = $self->labels_information();
1282 my $labels = $self->labels_information();
H A DParserNonXS.pm903 sub labels_information subroutine
905 goto &Texinfo::Common::labels_information;
5345 my $labels = labels_information($self);
H A DCommon.pm2684 sub labels_information subroutine
/dports/print/texinfo/texinfo-6.8/doc/tp_api/api_includes/
H A DTexinfo-Parser.texi36 my $labels_information = $parser->labels_information();
260 the association with @@-commands is available through @code{labels_information}:
263 @item $labels_information = labels_information($parser)
264 @anchor{Texinfo::Parser $labels_information = labels_information($parser)}
266 @emph{$labels_information} is a hash reference whose keys are normalized
/dports/print/texinfo/texinfo-6.8/Pod-Simple-Texinfo/
H A Dpod2texi.pl308 my $labels = $parser->labels_information();
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/Convert/
H A DConverter.pm209 my $labels = $converter->{'parser'}->labels_information();
/dports/print/texinfo/texinfo-6.8/
H A DChangeLog6987 * tp/Texinfo/Common.pm (labels_information): Avoiding creating
6993 * tp/Texinfo/Common.pm (labels_information): Move to Common.pm