Home
last modified time | relevance | path

Searched refs:e (Results 1 – 21 of 21) sorted by relevance

/web-bugs/templates/pages/admin/
H A Ddatabase_status.php7 <p>Running MySQL <b><?= $this->e($mysqlVersion); ?></b></p>
19 <td class="bug_bg0"><?= $this->e($tableName); ?></td>
20 <td class="bug_bg1"><?= $this->e($numberOfRows); ?></td>
52 <td class="bug_bg0"><?= $this->e($tableStatus['Name']); ?></td>
53 <td class="bug_bg1"><?= $this->e($tableStatus['Engine']); ?></td>
55 <td class="bug_bg1"><?= $this->e($tableStatus['Row_format']); ?></td>
63 <td class="bug_bg1"><?= $this->e($tableStatus['Create_time']); ?></td>
64 <td class="bug_bg0"><?= $this->e($tableStatus['Update_time']?:''); ?></td>
66 <td class="bug_bg0"><?= $this->e($tableStatus['Collation']); ?></td>
68 <td class="bug_bg0"><?= $this->e($tableStatus['Create_options']); ?></td>
[all …]
H A Dquick_responses.php24 <td class="bug_bg1"><?= $this->e($response['name']); ?></td>
25 … <td class="bug_bg0"><?php echo $response['status'] ? $this->e($response['status']) : ''; ?></td>
26 <td class="bug_bg1"><?= $this->e($response['title']); ?></td>
28 <?= nl2br($this->e($response['message'])); ?>
30 <td class="bug_bg1"><?= $this->e($response['project']); ?></td>
31 …<td class="bug_bg0"><?php echo $response['package_name'] ? $this->e($response['package_name']) : '…
H A Dmailing_lists.php9 <dt><?= $this->e($list['name']); ?>: </dt>
12 <?= $this->e($list['list_email']); ?>
/web-bugs/templates/pages/
H A Dquick_fix_desc.php12 <td><?= $this->e($reason['title']) ?></td>
13 <td>Status: <?= $this->e($reason['status']) ?></td>
14 <td><pre><?= $this->e($reason['message']) ?></pre></td>
20 <td><?= $this->e($reason['title']) ?> (<?= $this->e($type) ?>)</td>
21 <td>Status: <?= $this->e($reason['status']) ?></td>
22 <td><pre><?= $this->e($variation) ?></pre></td>
H A Dindex.php63 <li><a href="<?= $this->noHtml($link) ?>"><?= $this->e($title) ?></a></li>
/web-bugs/templates/
H A Dlayout.php5 <title>PHP :: <?= $this->e($title) ?></title>
27 … <a href="/search.php?cmd=display&assign=<?= $this->e($authUsername) ?>">my bugs</a>&nbsp;|&nbsp;
44 …<input class="small" type="text" name="search_for" value="<?= $this->e($_GET['search_for'] ?? '') …
/web-bugs/tests/fixtures/templates/
H A Dbase.php3 <title><?=$this->e($title ?? '')?></title>
/web-bugs/www/js/
H A Djquery.autocomplete-min.js10e){if($(e.target).parents(".autocomplete").size()===0){me.killSuggestions();me.disableKillerFn();}… argument
/web-bugs/www/
H A Dpatch-add.php108 } catch (\Exception $e) {
110 $errors[] = $e->getMessage();
116 } catch (\Exception $e) {
126 } catch (\Exception $e) {
129 $e->getMessage(),
H A Dgh-pull-add.php88 } catch (Exception $e) {
100 } catch(\Exception $e) {
103 if ($e->errorInfo[1] === 1062) {
108 $errors[] = $e->getMessage();
H A Drpc.php82 } catch (Exception $e) {
83 echo json_encode(['result' => ['error' => $e->getMessage()]]);
H A Dfix.php168 } catch (\Exception $e) {
171 display_bug_error($e->getMessage());
H A Dpatch-display.php84 } catch (\Exception $e) {
/web-bugs/tests/fixtures/templates/forms/
H A Dform_2.php5 <?= $this->e($importedVariable) ?>
/web-bugs/src/Utils/
H A DPatchTracker.php119 } catch (\Exception $e) {
124 } catch (\Exception $e) {
162 } catch (\Exception $e) {
163 throw new \Exception($e->getMessage());
174 } catch (\Exception $e) {
177 throw new \Exception($e->getMessage());
/web-bugs/src/Template/
H A DEngine.php140 } catch (\Exception $e) {
148 throw $e;
H A DContext.php159 public function e(string $string): string function in App\\Template\\Context
/web-bugs/tests/Unit/Template/
H A DContextTest.php68 $this->assertEquals($escaped, $this->context->e($malicious));
/web-bugs/docs/
H A Dtemplates.md171 return gmdate('Y-m-d H:i e', $timestamp - date('Z', $timestamp));
201 <?= $this->e($var) ?>
/web-bugs/include/
H A Dquery.php277 } catch (Exception $e) {
/web-bugs/www/css/
H A Dstyle.css236 .bug_bg0, .e {

Completed in 28 milliseconds