Lines Matching +full:- +full:- +full:-

1 // -----------------------------------------------------------------------------
3 // -----------------------------------------------------------------------------
18 this._delimiter = ( window.location.search.indexOf(":") > -1 ? ":" : "/");
24 // -----------------------------------------------------------------------------
26 // -----------------------------------------------------------------------------
41 if (!isFound && elem.getAttribute("data-wiki-id") === this._id)
81 …document.body.setAttribute("data-contentlang", document.body.getAttribute("data-id").split(":")[0]…
94 // - Hide the jump target element first to prevent the default scroll.
122 // -----------------------------------------------------------------------------
132 …ia_query")).getPropertyValue("--media-query").trim() || getComputedStyle(document.querySelector("#…
136 // -----------------------------------------------------------------------------
158 // -----------------------------------------------------------------------------
173 i.classList.remove("fa-plus-square");
174 i.classList.add("fa-minus-square");
184 // -----------------------------------------------------------------------------
215 // -----------------------------------------------------------------------------
230 i.classList.remove("fa-minus-square");
231 i.classList.add("fa-plus-square");
240 // -----------------------------------------------------------------------------
260 // -----------------------------------------------------------------------------
280 // -----------------------------------------------------------------------------
299 // -----------------------------------------------------------------------------
301 // -----------------------------------------------------------------------------
312 var links = this._sidebar.querySelectorAll(".aside > #sidebar a[data-wiki-id]");
320 // -----------------------------------------------------------------------------
346 // -----------------------------------------------------------------------------
365 // -----------------------------------------------------------------------------
382 // -----------------------------------------------------------------------------
401 // -----------------------------------------------------------------------------
449 // -----------------------------------------------------------------------------
465 // Insert +/- fontawesome icon and image
466 …hildren[0].insertAdjacentHTML("afterbegin", '<div class="btn-expand"><i class="far fa-minus-square…
491 // -----------------------------------------------------------------------------
507 …(href.substring(0,1) == "#" || elem.getAttribute("title") == document.body.getAttribute("data-id"))
520 // -----------------------------------------------------------------------------
546 window.scrollTo(0, window.pageYOffset + top - headerHeight);
551 // -----------------------------------------------------------------------------
578 // -----------------------------------------------------------------------------
587 document.getElementById("btn-mobilemenu").addEventListener("click", function(){
593 // -----------------------------------------------------------------------------
610 document.getElementById("btn-prevpage").classList.remove("invisible");
611 document.getElementById("btn-prevpage").href = this._pages[this._currentPageIndex - 1];
615 if (this._currentPageIndex > -1 && this._currentPageIndex < this._pages.length - 1)
617 document.getElementById("btn-nextpage").classList.remove("invisible");
618 document.getElementById("btn-nextpage").href = this._pages[this._currentPageIndex + 1];