Lines Matching refs:PAGE
124 // finding the relative URL to this page. This will allow us to find links on the page
125 // leading back to this page.
138 // Otherwise the page path is already an absolute URL
141 // select current page in sidenav and set up prev/next links if they exist
171 // jump to this section's index page (if it exists)
190 // we're on an index page, jump to the first topic
198 // then set the landing page "start link" text to be the first doc title
202 // If the selected page has a description, then it's a class or article homepage
204 // this means we're on a class landing page
214 if (!$nextLink.length) { // Go up another layer to look for next page (lesson > class > course)
230 $('.next-page-link').attr('href','')
238 $('.next-page-link').attr('href', $nextLink.attr('href')).removeClass("hide");
246 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
254 $('.next-page-link,.prev-page-link').attr('href','').addClass("disabled")
422 // from the page)
599 /* loads the lists.js file to the page.
600 Loading this in the head was slowing page load time */
751 This is called when the page finished loading. */
847 REMEMBER THE PREVIOUS PAGE FOR EACH TAB
1816 // first time loading search results for this page
1859 // make a copy of the page numbers for the search left pane
1861 // remove any residual page numbers
1863 // move the page numbers to the left position; make a clone,
2001 + "<input type='button' value='OK, make this page visible' "
2412 /* Expand all inherited members in the class. Used when initiating page search */
2423 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)