Lines Matching refs:e

22             <a href="<?= e($favorite->url) ?>"><b><?= e($favorite->title) ?></b></a>
30 <?= e((string) $favorite->note) ?>
35 …<form method="post" action="<?= e(route('module', ['module' => $module_name, 'action' => 'DeleteFa…
46 …ta-bs-toggle="modal" data-bs-backdrop="static" data-bs-target="#favorite-form-<?= e($block_id) ?>">
50 …="modal fade" id="favorite-form-<?= e($block_id) ?>" tabindex="-1" role="dialog" aria-labelledby="…
53 …<form method="post" action="<?= e(route('module', ['module' => $module_name, 'action' => 'AddFavor…
55 <h5 class="modal-title" id="favorite-form-<?= e($block_id) ?>-label">
65 …s="form-check-input" type="radio" name="type" value="indi" id="fav-indi-<?= e($block_id) ?>" check…
66 … <label class="form-check-label" for="fav-indi-<?= e($block_id) ?>">
79 …put class="form-check-input" type="radio" name="type" value="fam" id="fav-fam-<?= e($block_id) ?>">
80 … <label class="form-check-label" for="fav-fam-<?= e($block_id) ?>">
93 …t class="form-check-input" type="radio" name="type" value="obje" id="fav-obje-<?= e($block_id) ?>">
94 … <label class="form-check-label" for="fav-obje-<?= e($block_id) ?>">
107 …t class="form-check-input" type="radio" name="type" value="sour" id="fav-sour-<?= e($block_id) ?>">
108 … <label class="form-check-label" for="fav-sour-<?= e($block_id) ?>">
121 …t class="form-check-input" type="radio" name="type" value="repo" id="fav-repo-<?= e($block_id) ?>">
122 … <label class="form-check-label" for="fav-repo-<?= e($block_id) ?>">
135 …put class="form-check-input" type="radio" name="type" value="url" id="fav-url-<?= e($block_id) ?>">
136 … <label class="form-check-label" for="fav-url-<?= e($block_id) ?>">
159 <label for="fav-note-<?= e($block_id) ?>">
164 …<textarea name="note" id="fav-note-<?= e($block_id) ?>" class="form-control" placeholder="<?= I18N…