Home | History | Annotate | Download | only in js

Lines Matching refs:PAGE

147     // finding the relative URL to this page. This will allow us to find links on the page
148 // leading back to this page.
161 // Otherwise the page path is already an absolute URL
180 // If the root is reference, but page is also part of Google Services, select Google
198 // select current page in sidenav and header, and set up prev/next links if they exist
203 // Find this page's <li> in sidenav and set selected
228 // jump to this section's index page (if it exists)
247 // we're on an index page, jump to the first topic
255 // then set the landing page "start link" text to be the first doc title
259 // If the selected page has a description, then it's a class or article homepage
261 // this means we're on a class landing page
271 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
287 $('.next-page-link').attr('href','')
295 $('.next-page-link').attr('href', $nextLink.attr('href')).removeClass("hide");
303 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
311 $('.next-page-link,.prev-page-link').attr('href','').addClass("disabled")
496 // from the page)
816 This is called when the page finished loading. */
912 REMEMBER THE PREVIOUS PAGE FOR EACH TAB
1920 // first time loading search results for this page
1963 // make a copy of the page numbers for the search left pane
1965 // remove any residual page numbers
1967 // move the page numbers to the left position; make a clone,
2105 + "<input type='button' value='OK, make this page visible' "
2529 /* Expand all inherited members in the class. Used when initiating page search */
2540 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)