Lines Matching refs:a
10 // Return the whole file in a string
20 // Try to find a link in the text with any the used linking methods
23 if (preg_match('/<a\s+name="([^"]*)">/', $text, $matches)) {
31 } elseif (preg_match('/<a\s+href="([^"]*)">/', $text, $matches)) {
35 // Make sure it is a full URL
50 // Replace the links with <a> links (use this or the one below)
52 …ace('/<\?php\s+print_link\s*\("([^"]+)",\s*"([^"]+)"\);\s*\?>/', "<a href=\"$1\">$2</a>", $text); …
53 …'/<\?php\s+print_link\s*\(\'([^\']+)\',\s*\'([^\']+)\'\);\s*\?>/', "<a href=\"$1\">$2</a>", $text);
92 // We are not in a news item
99 // We are in a news item
109 …} elseif (preg_match('@<a href="/archive/index.php">News Archive</a>@', $line) || strpos($line, "/…
207 // This returns a data structure containing all the news items found