Lines Matching refs:escapeHTML
253 function escapeHTML($value) { function in Sabre\\DAV\\Browser\\Plugin
305 …$this->escapeHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($…
306 $html .= '<td class="typeColumn">' . $this->escapeHTML($type['string']) . '</td>';
309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes');
314 $html .= $this->escapeHTML($lastMod->format('F j, Y, g:i a'));
320 …$buttonActions = '<a href="' . $this->escapeHTML($subProps['fullPath']) . '?sabreAction=info"><spa…
394 …$html .= '<a href="' . $this->escapeHTML($info['link']) . '"><span class="oi" data-glyph="book"></…
427 'title' => $this->escapeHTML($title),
428 'favicon' => $this->escapeHTML($this->getAssetUrl('favicon.ico')),
429 'style' => $this->escapeHTML($this->getAssetUrl('sabredav.css')),
430 'iconstyle' => $this->escapeHTML($this->getAssetUrl('openiconic/open-iconic.css')),
431 'logo' => $this->escapeHTML($this->getAssetUrl('sabredav.png')),