Lines Matching defs:window
29 window.removeEventListener('scroll', updateStickyScroll);
47 window.addEventListener('scroll', updateStickyScroll);
54 if (window.pageYOffset > item.offsetYTop) {
83 window.onresize = function () {
86 window.setTimeout(function () {
129 var style = window.getComputedStyle(elem);
194 var href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
196 var params = window.location.search;
209 window.location = href;
218 var href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
220 var params = window.location.search;
233 window.location = href;
398 if (window.matchMedia) {
399 window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', (event) => {
438 if (window.matchMedia) {
439 let prefersColorSchemeQuery = window.matchMedia('(prefers-color-scheme: dark)');
522 window.setTimeout(function () {
541 window.setTimeout(function () {
658 window.setTimeout(function () {