Lines Matching refs:length
5 pagePath = pagePath.substr(SITE_ROOT.length);
6 if (pagePath == '' || pagePath.charAt(pagePath.length - 1) == '/') {
17 var upDirs = (SITE_ROOT.match(/(\.\.\/)+/) || [''])[0].length / 3;
22 relativePagePathParts.push(pathParts[pathParts.length - (upDirs - i) - 1]);
24 relativePagePathParts.push(pathParts[pathParts.length - 1]);
33 if ($selNavLink.length) {
42 if ($prevListItem.length) {
55 if ($prevLink.length) {
75 if (!$nextLink.length) {
80 if ($nextLink.length) {
95 if ($old.length) {