Lines Matching +full:doc +full:- +full:path
6 Copyright (C) 1997-2020 by Dimitri van Heesch
40 if (index != -1) {
43 if (valEnd == -1) {
62 …= cookie_namespace + "_" + cookie + "=" + val + "; SameSite=Lax; expires=" + expiration+"; path=/";
74 writeSetting('width',sidenavWidth-barWidth);
94 contentHeight = windowHeight - headerHeight - footerHeight;
98 contentHeight = windowHeight - footerHeight;
99 navtreeHeight = windowHeight - headerHeight;
122 writeSetting('width',sidenavWidth-barWidth);
126 sidenav = $("#side-nav");
127 content = $("#doc-content");
128 navtree = $("#nav-tree");
129 footer = $("#nav-path");
130 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
137 $('.ui-resizable-e').css({ width:'20px' });
138 $('#nav-sync').css({ right:'34px' });
150 $(".ui-resizable-handle").dblclick(collapseExpand);
155 /* @license-end */