Lines Matching defs:link
42 * @param string $name the name of the link, i.e. the text that is displayed
44 * @return string the HTML code of the link
587 * Create html link to a diff defined by two revisions
593 * @return string html of link to a diff
856 $link = '#' . $item['hid'];
858 $link = $item['link'];
861 return '<a href="' . $link . '">' . hsc($item['title']) . '</a>';
869 * @param string $link - where to link (if $hash set to '#' it's a local anchor)
872 * @param string $hash - is prepended to the given $link, set blank if you want full links
875 function html_mktocitem($link, $text, $level, $hash = '#')
878 'link' => $hash . $link,
930 * @link http://latrine.dgx.cz/how-to-correctly-insert-a-flash-into-xhtml