Lines Matching refs:title
162 function download_link($file, $title): void
167 echo make_link($download_link, $title);
291 …r class='dtstart'>", date("Y-m-d",$sday), "</abbr> to <abbr class='dtend' title='$dtend'>", date("…
302 … echo ' (Every <abbr class="dtstart" title="' . $dtstart . '">', $days, "</abbr> of the month)";
374 …age($item["newsImage"]["link"], $item["newsImage"]["content"], $item["newsImage"]["title"], false);
401 "title" => $item["title"],
413 …wstitle"><a id="{$id}" href="{$permlink}" rel="bookmark" class="bookmark">{$item["title"]}</a></h2>
427 function site_header(string $title = 'Hypertext Preprocessor', array $config = []): void
447 <meta name="twitter:title" content="PHP: Hypertext Preprocessor" />
538 $title = $NEWS_ENTRIES[0]["title"];
539 return "<a href='{$link}'>{$title}</a>";
603 $title = $entry[1];
607 echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";