Searched refs:title (Results 1 – 9 of 9) sorted by relevance
62 <?php foreach ($searches as $title => $link): ?>63 <li><a href="<?= $this->noHtml($link) ?>"><?= $this->e($title) ?></a></li>
3 <title><?=$this->e($title ?? '')?></title>
562 var title = m7;574 title = g_titles.get(link_id);590 if (title != "") {591 title = attributeEncode(title);592 title = escapeCharacters(title, "*_");593 result += " title=\"" + title + "\"";671 var title = m7;673 if (!title) title = "";701 title = attributeEncode(title);702 title = escapeCharacters(title, "*_");[all …]
5 <title>PHP :: <?= $this->e($title) ?></title>
118 'title' => 'Need backtrace',135 'title' => 'Need Reproduce Script',
34 <?php $this->extends('layout.php', ['title' => 'Reporting bugs']) ?>55 <title>PHP Bug Tracking System :: <?= $title ?? '' ?></title>136 <input type="text" name="title">152 <input type="text" name="title">
123 Patch Name: {$newpr->title}
1510 * @param string $title a string to go into the header's <title>1513 function response_header($title, $extraHeaders = '') argument1542 <title><?php echo $siteBig; ?> :: <?php echo $title; ?></title>
79 title varchar(100) NOT NULL, field
Completed in 21 milliseconds