%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
/* Prettyify */ $( document ).ready(function() { prettyPrint(); }); /* Scrollspy */ var navHeight = $('.navbar').outerHeight(true) + 10 $('body').scrollspy({ target: '.bs-sidebar', offset: navHeight }) /* Prevent disabled links from causing a page reload */ $("li.disabled a").click(function() { event.preventDefault(); }); /* Adjust the scroll height of anchors to compensate for the fixed navbar */ window.disableShift = false; var shiftWindow = function() { if (window.disableShift) { window.disableShift = false; } else { /* If we're at the bottom of the page, don't erronously scroll up */ var scrolledToBottomOfPage = ( (window.innerHeight + window.scrollY) >= document.body.offsetHeight ); if (!scrolledToBottomOfPage) { scrollBy(0, -60); }; }; }; if (location.hash) {shiftWindow();} window.addEventListener("hashchange", shiftWindow); /* Deal with clicks on nav links that do not change the current anchor link. */ $("ul.nav a" ).click(function() { var href = this.href; var suffix = location.hash; var matchesCurrentHash = (href.indexOf(suffix, href.length - suffix.length) !== -1); if (location.hash && matchesCurrentHash) { /* Force a single 'hashchange' event to occur after the click event */ window.disableShift = true; location.hash=''; }; });