Lines Matching refs:it
16 * Overrides the original version by modifying the headers and the way it is printed
352 if ($i == $count-2 && $isdir) break; // Skip last if it is an index page
391 foreach($items as $it) {
392 $typ = $it->getType();
397 ' </span><a href="' . htmlentities($it->getLink()) . '" title="' . $it->getTitle() . '">' .
402 echo $prefix . "<li class=\"action $typ\">" . '<a href="' . htmlentities($it->getLink()) .
403 '" title="' . $it->getTitle() . '">' . ($typ === 'profile'? userlink() : $it->getLabel() ) .
432 // if a TOC was prepared in global scope, always use it
461 foreach($toc as $it) {
463 $nl = intval($it['level']);
481 $href = ( array_key_exists('link', $it ) ? $it['link'] : '' ) . ( array_key_exists('hid', $it) && $it['hid'] !== '' ? '#' . $it['hid'] : '' );
483 echo $prefix . str_repeat(DOKU_TAB, $nl*2 + 1) . '<li role="presentation">' . "<a role=\"menuitem\" href=\"{$href}\">" . htmlentities($it['title']) . '</a>';
652 * @param string $place the location from where it is called
732 // loop over each language and add it to the menu: