Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for pathNames (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/en/docs/js/custom.js

                const url = new URL(href, window.location.href);
                // Skip same-page anchor links (only the hash differs)
                if (url.origin === window.location.origin
                    && url.pathname === window.location.pathname
                    && url.search === window.location.search) return;
                if (!a.hasAttribute("target")) {
                    a.setAttribute("target", "_blank");
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 17:59:48 GMT 2026
    - 7.7K bytes
    - Click Count (2)
Back to Top