Lines Matching refs:true
8 var isMobile = false; // true if mobile, so we can adjust some layout
49 toggleFullscreen(true);
90 quicknav_open = true;
217 var crossBoundaries = ($("body.design").length > 0) || ($("body.guide").length > 0) ? true :
262 startClass = true;
268 isCrossingBoundary = true;
485 resizeNav(250); // pass true in order to delay the scrollbar re-initialization for performance
546 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
609 var enabled = true;
617 enabled = true;
670 isMobile = true;
716 navHeight -= ($('#api-nav-header').outerHeight(true) + $('#nav-swap').outerHeight(true));
742 updateFromResize = true;
772 updateScrollbars = true;
917 return true;
924 return true;
982 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
1099 return true;
1140 $("#language").find("option[value='"+lang+"']").attr("selected",true);
1221 * auto: true,
1249 auto: true,
1255 pagination: true
1362 running = true;
1424 * auto: true,
1476 running = true;
1628 // if results aren't showing (and text not empty), return true to allow search to execute
1629 return true;
1711 return true; // allow the event to bubble up to the search api
1925 }, true);
2078 // get the DOM element and use setAttribute cuz IE6 fails when using jquery .attr('selected',true)
2080 selectedLevelItem.setAttribute('selected',true);
2240 node.expanded = true;
2250 mom.children_visited = true;
2418 mom.children_visited = true;
2462 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
2489 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
2498 toggleInherited(this, true);
2517 toggleAllInherited(this, true);
2533 toggleAllInherited(this, true);