Home | History | Annotate | Download | only in HTML-Toc-0.91

Lines Matching refs:levels

242 		{levels}{$aClass}[$aLevel - 1] || 0;
292 # Loop through levels
347 # returns: Group id levels.
437 # Reset groups and levels
700 $groupIdManager->{levels}{$groupId}[$level - 1] += 1;
701 # Reset remaining levels of same group
702 for ($i = $level; $i < @{$groupIdManager->{levels}{$groupId}}; $i++) {
703 $groupIdManager->{levels}{$groupId}[$i] = 0;
718 $groupIdManager->{levels}{$groupId}[$level - 1] . " ";
966 $self->{levels} = undef;