Home
last modified time | relevance | path

Searched refs:noHtml (Results 1 – 5 of 5) sorted by relevance

/web-bugs/tests/Unit/Template/
H A DContextTest.php66 public function testEscaping(string $malicious, string $escaped, string $noHtml): void argument
74 public function testNoHtml(string $malicious, string $escaped, string $noHtml): void argument
76 $this->assertEquals($noHtml, $this->context->noHtml($malicious));
/web-bugs/templates/pages/admin/
H A Dmailing_lists.php11 <a href="mailto:<?= $this->noHtml($list['list_email']); ?>">
/web-bugs/templates/pages/
H A Dindex.php63 <li><a href="<?= $this->noHtml($link) ?>"><?= $this->e($title) ?></a></li>
/web-bugs/src/Template/
H A DContext.php168 public function noHtml(string $string): string function in App\\Template\\Context
/web-bugs/docs/
H A Dtemplates.md37 <h1><?= $this->noHtml($mainHeading) ?></h1>
195 <?= $this->noHtml($var) ?>

Completed in 6 milliseconds