Searched refs:index_id (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DParser.pm404 my $index_id;
406 $index_id = $self->{section_names}{$htmlarg};
408 $index_id = _makeIndexId($htmlarg);
409 if ($self->{section_ids}{$index_id}) {
410 $index_id .= "-" . ++$self->{section_ids}{$index_id};
412 $self->{section_ids}{$index_id}++;
414 $self->{section_names}{$htmlarg} = $index_id;
417 push( @{$self->{sections}}, [$type, $index_id, $htmlarg]);
418 return $index_id;
[all...]

Completed in 106 milliseconds