Home
last modified time | relevance | path

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

/web-bugs/templates/pages/
H A Dindex.php62 <?php foreach ($searches as $title => $link): ?>
63 <li><a href="<?= $this->noHtml($link) ?>"><?= $this->e($title) ?></a></li>
/web-bugs/tests/fixtures/templates/
H A Dbase.php3 <title><?=$this->e($title ?? '')?></title>
/web-bugs/www/js/
H A DMarkdown.Converter.js562 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 …]
/web-bugs/templates/
H A Dlayout.php5 <title>PHP :: <?= $this->e($title) ?></title>
/web-bugs/src/Repository/
H A DReasonRepository.php118 'title' => 'Need backtrace',
135 'title' => 'Need Reproduce Script',
/web-bugs/docs/
H A Dtemplates.md34 <?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">
/web-bugs/www/
H A Dgh-pull-add.php123 Patch Name: {$newpr->title}
/web-bugs/include/
H A Dfunctions.php1510 * @param string $title a string to go into the header's <title>
1513 function response_header($title, $extraHeaders = '') argument
1542 <title><?php echo $siteBig; ?> :: <?php echo $title; ?></title>
/web-bugs/sql/
H A Dschema.sql79 title varchar(100) NOT NULL, field

Completed in 21 milliseconds