HomeSort by relevance Sort by last modified time
    Searched refs:aComment (Results 1 - 3 of 3) sorted by null

  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocUpdator.pm 359 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
363 my ($self, $aComment) = @_;
371 $self->SUPER::comment($aComment);
377 $self->{_tokensUpdateEnd}[TUT_TOKENTYPE_COMMENT]{$aComment}
391 $self->{_tokensUpdateBegin}[TUT_TOKENTYPE_COMMENT]{$aComment}
398 $self->SUPER::comment($aComment);
404 $self->SUPER::comment($aComment);
620 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
624 my ($self, $aComment) = @_;
626 $self->{tokens}[HTML::TocUpdator::TUT_TOKENTYPE_COMMENT]{$aComment} = ''
    [all...]
TocInsertor.pm 636 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
640 my ($self, $aComment) = @_;
644 $self->SUPER::comment($aComment);
646 $origText = "<!--$aComment-->";
652 HTML::TocGenerator::TT_TOKENTYPE_COMMENT, $aComment, undef, $origText
963 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
967 my ($self, $aComment) = @_;
969 $self->_processToken(HTML::TocGenerator::TT_TOKENTYPE_COMMENT, $aComment);
TocGenerator.pm 1037 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
1041 my ($self, $aComment) = @_;
1047 TT_TOKENTYPE_COMMENT, $aComment, undef, \$aComment
1051 TT_TOKENTYPE_COMMENT, $aComment
    [all...]

Completed in 147 milliseconds