Lines Matching refs:relpath
178 node.relpath = po.relpath;
206 url = node.relpath+link;
273 getScript(node.relpath+varName,function(){
344 getScript(node.relpath+varName,function(){
361 getScript(n.relpath+varName,function(){
408 function gotoNode(o,subIndex,root,hash,relpath) argument
413 navTo(o,NAVTREE[0][1],"",relpath);
423 function navTo(o,root,hash,relpath) argument
442 gotoNode(o,i,root,hash,relpath)
444 getScript(relpath+'navtreeindex'+i,function(){
451 gotoNode(o,i,root,hash,relpath);
457 function showSyncOff(n,relpath) argument
459 n.html('<img src="'+relpath+'sync_off.png" title="'+SYNCOFFMSG+'"/>');
462 function showSyncOn(n,relpath) argument
464 n.html('<img src="'+relpath+'sync_on.png" title="'+SYNCONMSG+'"/>');
467 function toggleSyncButton(relpath) argument
472 showSyncOff(navSync,relpath);
476 showSyncOn(navSync,relpath);
493 function initNavTree(toroot,relpath) argument
505 o.node.relpath = relpath;
515 showSyncOff(navSync,relpath);
518 showSyncOn(navSync,relpath);
520 navSync.click(function(){ toggleSyncButton(relpath); });
524 navTo(o,toroot,hashUrl(),relpath);
530 loadRelPath = relpath;
546 navTo(o,link,hashUrl(),relpath);
551 navTo(o,toroot,hashUrl(),relpath);