Lines Matching refs:a

69 // Return an <img> tag for a given image file available on the server
104 // Print an <img> tag out for a given file
115 $str = "<a href=\"$URL\">" . make_image("news/$image", $alt, "right") . "</a>";
122 // Return HTML code for a submit button image
140 // Return a hiperlink to something within the site
143 return sprintf("<a href=\"%s\">%s</a>", $url, $linktext ?: $url);
147 // return a hyperlink to something, within the site, that pops up a new window
150 …return sprintf("<a href=\"%s\" target=\"%s\" onclick=\"window.open('%s','%s','%s');return false;\"…
161 // Print a link for a downloadable file (including filesize)
169 // We have a full path or a relative to the distributions dir
211 '<a href="\1" rel="nofollow" target="_blank">\1</a>\4',
280 …if ($event['url']) { echo '<a href="', htmlentities($event['url'], ENT_QUOTES | ENT_IGNORE, 'UTF-8…
284 if ($event['url']) { echo "</a>"; }
324 '<a href="', htmlentities($event['url'], ENT_QUOTES | ENT_IGNORE, 'UTF-8'), '">',
325 htmlentities($event['url'], ENT_QUOTES | ENT_IGNORE, 'UTF-8'), '</a>';
344 $SIDEBAR_DATA .= "<p class='panel{$classname}'><a href=\"/{$pagename}\">{$i}</a></p>\n";
413 …<h2 class="newstitle"><a id="{$id}" href="{$permlink}" rel="bookmark" class="bookmark">{$item["tit…
432 …$meta_description = "PHP is a popular general-purpose scripting language that powers everything fr…
527 /* It is a bug when this happens.. but I don't know where it is coming from */
539 return "<a href='{$link}'>{$title}</a>";
596 echo "\t<dd><a href='/manual/$lang/{$entry[0]}'>{$entry[1]}</a></dd>\n";
607 echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";