Lines Matching refs:function
16 function addLoadEvent(newfun) {
18 if (typeof window.onload != 'function') {
21 window.onload = function() {
39 addLoadEvent(function() {
43 addLoadEvent(function() {
48 function mobileSetup() {
59 addLoadEvent( function() {
66 addLoadEvent( function() {
71 function setToRoot(root) {
76 function restoreWidth(navWidth) {
90 function restoreHeight(packageHeight) {
103 function readCookie(cookie) {
120 function writeCookie(cookie, val, section, expiration) {
131 function init() {
152 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
174 function tryPopulateResourcesNav() {
187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; });
201 var _renderResourceList = function(tag, listNode) {
219 //resources.sort(function(x,y){ return (x.title.en < y.title.en) ? -1 : 1; });
249 function highlightNav(fullPageName) {
307 function resizePackagesHeight() {
323 function resizeHeight() {
354 function resizeWidth() {
383 function resizeAll() {
388 function getBaseUri(uri) {
401 function requestAppendHL(uri) {
414 function loadLast(cookiePath) {
427 $(window).unload(function(){
438 function toggle(obj, slide) {
458 function buildToggleLists() {
460 function(i) {
466 function getNavPref() {
474 function chooseDefaultNav() {
484 function swapNav() {
507 function scrollIntoView(nav) {
535 function changeTabLang(lang) {
549 function changeNavLang(lang) {
563 function changeDocLang(lang) {
568 function changeLangPref(lang, refresh) {
580 function loadLangPref() {
587 function getLangPref() {
598 function toggleContent(obj) {
607 toggleMe.slideUp('fast', function() { // Wait until the animation is done before closing arrow