Lines Matching +full:set +full:- +full:url
3 * SPDX-License-Identifier: Apache-2.0
18 tooltipShadow.id = 'doxytooltip-shadow';
25 const tippyStyle = document.querySelector('style[data-tippy-stylesheet]');
58 .shadowRoot.getElementById('doxytooltip-shadow'),
61 const url = link.getAttribute('href');
64 fetch(url)
72 const doxygenCSSNames = ['doxygen-awesome.css', 'doxygen-awesome-zephyr.css'];
78 link.href = new URL(
80 new URL(url, window.location.href)
91 if (codeClasses.contains('c-enumerator')) {
96 } else if (codeClasses.contains('c-struct')) {
99 /* c-function, c-type, etc. */
113 a.href = new URL(href, new URL(url, window.location.href));
117 // set the tooltip content