Home | History | Annotate | Download | only in assets

Lines Matching refs:For

36 // If not a mobile browser, set the onresize event for IE6, and others
78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle
184 for (var topic in ANDROID_TAGS['topic']) {
188 for (var i = 0; i < topics.length; i++) {
206 for (i = 0; i < ANDROID_RESOURCES.length; i++) {
210 for (j = 0; j < tags.length; j++)
220 for (i = 0; i < resources.length; i++) {
231 for (j = 0; j < tags.length; j++) {
271 // page that matches our ancestor directories (only for dev guide and resources)
309 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom
314 $("#packages-nav").css({height:parseInt(resizePackagesNav.css("height")) - 6 + "px"}); //move 6px for handle
362 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px"}); //account for 6px-wide handle-bar
365 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
372 if (sidenav.length) { // Must check if the nav exists because IE6 calls resizeWidth() from resizeAll() for all pages
379 /* For IE6 only,
380 * because it can't properly perform auto width for "doc-content" div,
381 * avoiding this for all browsers provides better performance */
491 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years
536 for (i=0; i < nodes.length; i++) { // for each node in this language
550 for (i=0; i < nodes.length; i++) { // for each node in this language
569 expires = date.toGMTString(date.setTime(date.getTime()+(10*365*24*60*60*1000))); // keep this for 50 years