Lines Matching full:href
35 const doxytooltipStyle = document.querySelector('link[href*="doxytooltip.css"]');
61 const url = link.getAttribute('href');
62 const targetId = link.getAttribute('href').split('#')[1];
74 const cssLink = parsedDoc.querySelector(`link[href$="${cssName}"]`);
78 link.href = new URL(
79 cssLink.getAttribute('href'),
80 new URL(url, window.location.href)
101 `h2.memtitle span.permalink a[href="#${targetId}"]`
111 const href = a.getAttribute('href');
112 if (href && !href.startsWith('http')) {
113 a.href = new URL(href, new URL(url, window.location.href));