Lines Matching refs:root
408 function gotoNode(o,subIndex,root,hash,relpath) argument
410 var nti = navTreeSubIndices[subIndex][root+hash];
411 o.breadcrumbs = $.extend(true, [], nti ? nti : navTreeSubIndices[subIndex][root]);
412 if (!o.breadcrumbs && root!=NAVTREE[0][1]) { // fallback: show index
423 function navTo(o,root,hash,relpath) argument
428 root = parts[0];
437 var url=root+hash;
440 if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index
442 gotoNode(o,i,root,hash,relpath)
447 if ((root=="index.html") && (!navTreeSubIndices[i]["index.html"].length)) {
451 gotoNode(o,i,root,hash,relpath);