Home | History | Annotate | Download | only in html

Lines Matching refs:hash

322   var aname = $(location).attr('hash');
326 window.location.hash.substring(1)+'"]');
340 function selectAndHighlight(hash,n)
343 if (hash) {
344 var link=stripPath($(location).attr('pathname'))+':'+hash.substring(1);
363 function showNode(o, node, index, hash)
370 showNode(o,node,index,hash);
385 showNode(o,n,index+1,hash);
392 showNode(o,node,index,hash); // retry with child node expanded
399 selectAndHighlight(hash,n);
404 selectAndHighlight(hash);
434 function gotoNode(o,subIndex,root,hash,relpath)
436 var nti = navTreeSubIndices[subIndex][root+hash];
445 showNode(o, o.node, 0, hash);
449 function navTo(o,root,hash,relpath)
455 if (parts.length>1) hash = '#'+parts[1];
456 else hash='';
458 if (hash.match(/^#l\d+$/)) {
459 var anchor=$('a[name='+hash.substring(1)+']');
461 hash=''; // strip line number anchors
464 var url=root+hash;
469 gotoNode(o,i,root,hash,relpath)
474 gotoNode(o,i,root,hash,relpath);
494 storeLink(stripPath2($(location).attr('pathname'))+$(location).attr('hash'));
534 navTo(o,toroot,window.location.hash,relpath);
539 if (window.location.hash && window.location.hash.length>1){
541 if ($(location).attr('hash')){
543 $(location).attr('hash').substring(1);
551 navTo(o,link,$(location).attr('hash'),relpath);
556 navTo(o,toroot,window.location.hash,relpath);