Home
last modified time | relevance | path

Searched refs:title (Results 1 – 20 of 20) sorted by relevance

/web-php/
H A Dindex.php189 foreach (array_slice($entries, 0, 4) as $url => $title) {
190 $title = preg_replace("'([A-Za-z0-9])([\s:\-,]*?)call for(.*?)$'i", "$1", $title); variable
191 $announcements .= "<li><a href='$url' title='$title'>$title</a></li>";
/web-php/src/News/
H A DEntry.php30 protected $title = ''; variable in phpweb\\News\\Entry
42 public function setTitle(string $title): self { argument
43 $this->title = $title;
76 public function setImage(string $path, string $title, ?string $link): self { argument
85 'title' => $title,
118 self::ce($dom, "title", $this->title, [], $item);
/web-php/bin/
H A DcreateNewsEntry54 $title = rtrim(fgets(STDIN));
55 } while(strlen($title)<3);
57 return $title;
142 $title = rtrim(fgets(STDIN));
148 'title' => $title,
/web-php/include/
H A Dfooter.inc17 <a href="<?php echo $section['link']; ?>"><?php echo $section['title']; ?></a>
24 $cleanTitle = $item['title'];
27 …<a href="<?php echo $item['link']; ?>" title="<?php echo $cleanTitle; ?>"><?php echo $cleanTitle; …
44 …<a href="<?php echo $item['link']; ?>" title="<?php echo $item['title']; ?>"><?php echo $item['tit…
H A Dheader.inc56 <title>PHP: <?php echo $title ?></title>
64 …opensearchdescription+xml" href="http://php.net/phpnetimprovedsearch.src" title="Add PHP.net searc…
65 …type="application/atom+xml" href="<?php echo $MYSITE ?>releases/feed.php" title="PHP Release feed">
66 …<link rel="alternate" type="application/atom+xml" href="<?php echo $MYSITE ?>feed.atom" title="PHP…
153 echo " <li><a href='{$crumb['link']}'>{$crumb['title']}</a></li>";
155 echo " <li><a href='{$last['link']}'>{$last['title']}</a></li>";
H A Dshared-manual.inc66 <h3 class="title">User Contributed Notes {$noteCountHtml}</h3>
145 …<a href="/manual/vote-note.php?id={$note->id}&amp;page={$rredir_filename}&amp;vote=up" title="Vote…
150 <div class="tally" id="V{$note->id}" title="{$rate}">
191 …<div class="note" id="{$note->id}">{$votediv}{$name}{$admin}<div class="date" title="$fdatestr"><s…
204 "title" => $parent[1],
212 "title" => $setup["up"][1],
224 "title" => manual_navigation_methodname($entry[1]),
233 "title" => $setup["up"][1],
245 "title" => manual_navigation_methodname($entry[1]),
399 <h3 class="title">Improve This Page</h3>
[all …]
H A Dlayout.inc158 function download_link($file, $title): void
163 echo make_link($download_link, $title);
298 … echo ' (Every <abbr class="dtstart" title="' . $dtstart . '">', $days, "</abbr> of the month)";
370 …age($item["newsImage"]["link"], $item["newsImage"]["content"], $item["newsImage"]["title"], false);
397 "title" => $item["title"],
409 …wstitle"><a id="{$id}" href="{$permlink}" rel="bookmark" class="bookmark">{$item["title"]}</a></h2>
423 function site_header(string $title = 'Hypertext Preprocessor', array $config = []): void
481 $title = $NEWS_ENTRIES[0]["title"];
482 return "<a href='{$link}'>{$title}</a>";
546 $title = $entry[1];
[all …]
H A Dpregen-news.inc4 'title' => 'PHP 7.4.0RC1 Released!',
1796 'title' => 'phpday 2019',
2761 'title' => 'PHP Russia',
4319 'title' => 'DPC 2019',
4373 'title' => 'DPC 2019',
6831 'title' => 'phpCE.eu',
7297 'title' => 'phpDay 2018',
10264 'title' => 'ScotlandPHP',
11452 'title' => 'phpCE.eu',
12965 'title' => 'pnwphp',
[all …]
/web-php/styles/
H A Dtheme-medium.css26 header.title,
36 .title h1:after,
37 .title h2:after,
38 .title h3:after {
101 .title a,
102 .title {
105 .title time {
431 .soft-deprecation-notice h1.title {
491 .mirror .title img {
495 .mirror .title {
H A Dmirror.css44 #mirrors-container h1.title {
94 #mirrors-container .mirrors-list .mirror .title {
H A Dphp8.css64 .php8-title {
75 .php8-title {
H A Dtheme-base.css145 abbr[title]:after {
146 content: " (" attr(title) ")";
1197 .title {
1201 header.title {
1204 .title a {
1216 .country .title img {
1491 .soft-deprecation-notice h1.title {
H A Di-love-markdown.css178 content: '![' attr(alt) '](' attr(src) ' "' attr(title) '")';
/web-php/releases/8.2/
H A Drelease.inc28 <div class="php8-title"><?= message('main_title', $lang) ?></div>
55 public readonly string $title;
59 public function __construct(string $title, Status $status)
61 $this->title = $title;
78 public string $title;
82 public function __construct(string $title, Status $status)
84 $this->title = $title;
/web-php/js/
H A Dcommon.js430 link.attr('title', photo.title);
/web-php/releases/8.3/
H A Drelease.inc28 <div class="php8-title"><?= message('main_title', $lang) ?></div>
/web-php/releases/8.1/
H A Drelease.inc28 <div class="php8-title"><?= message('main_title', $lang) ?></div>
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt1052 . Added custom process title for FPM. (fat)
H A DNEWS_5_4_0_RC1.txt1097 . Added custom process title for FPM. (fat)
H A DNEWS_5_4_0_beta1.txt1001 . Added custom process title for FPM. (fat)

Completed in 139 milliseconds