Lines Matching refs:e
28 use function e; alias
71 '<div id="' . e($id) . '-note-structure">' .
72 '<div id="' . e($id) . '-options">' .
75 '<div id="' . e($id) . '-inline">' .
78 '<div id="' . e($id) . '-shared" class="d-none">' .
83 … 'document.getElementById("' . e($id) . '-shared").querySelector("select").disabled=true;' .
84 … 'document.getElementById("' . e($id) . '-options").addEventListener("change", function(){' .
85 ' document.getElementById("' . e($id) . '-inline").classList.toggle("d-none");' .
86 ' document.getElementById("' . e($id) . '-shared").classList.toggle("d-none");' .
87 … ' const inline = document.getElementById("' . e($id) . '-inline").querySelector("textarea");' .
88 … ' const shared = document.getElementById("' . e($id) . '-shared").querySelector("select");' .
124 $first_line = '<a href="' . e($note->url()) . '">' . $note->fullName() . '</a>';
128 $value = '<a href="' . e($note->url()) . '">' . strip_tags($html) . '</a>';
135 …e="button" class="btn btn-text p-0" href="#' . e($id) . '" data-bs-toggle="collapse" aria-controls…
141 … '<div id="' . e($id) . '" class="ps-4 collapse ut' . ($expanded ? 'show' : '') . '">' .
157 $value = e(Note::firstLineOfTextFromHtml($html));
158 …$value = '<span class="ut collapse ' . ($expanded ? '' : 'show') . ' ' . e($id) . '">' . $value . …
162 …tn btn-text p-0" href="#" data-bs-target=".' . e($id) . '" data-bs-toggle="collapse" aria-controls…
168 '<div class="ps-4 collapse ut ' . ($expanded ? 'show' : '') . ' ' . e($id) . '">' .