Searched defs:window (Results 1 - 1 of 1) sorted by relevance

/opengrok/web/js/
H A Dutils.js164 })(window, window.jQuery);
166 (function(window, $) {
193 var l = inner.getLinesParts(window.location.hash)
196 window.location.hash = "#" + Math.min(l[0], val) + "-" + Math.max(val, l[1])
198 window.location.hash = "#" + Math.min(l[0], val) + "-" + Math.max(l[0], val)
245 var lines = inner.lines(window.location.hash);
277 var lines = inner.getLinesParts(window.location.hash);
330 $(window).on("hashchange", inner.reload)
346 }) (window, windo
[all...]

Completed in 12 milliseconds