Home
last modified time | relevance | path

Searched refs:anchorId (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/examples/includes/HTML-Toc-0.91/
DTocInsertor.pm583 sub anchorId { subroutine
800 my ($doOutput, $i, $tocToken, $tag, $anchorId);
817 $anchorId = $self->{_anchorId};
826 $aOrigText =~ s/(id)=\S*([\s>])/$1=$anchorId$2/i;
831 $aOrigText =~ s/>/ id=$anchorId>/;
DTocGenerator.pm554 $self->anchorId($anchorName);
1011 sub anchorId { subroutine