Searched defs:width (Results 1 – 4 of 4) sorted by relevance
64 width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); property65 sidenav.css({width:navWidth}); property66 resizePackagesNav.css({width:navWidth}); property67 classesNav.css({width:navWidth}); property68 $("#packages-nav").css({width:navWidth}); property201 width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); property202 resizePackagesNav.css({width:sidenavWidth}); property203 classesNav.css({width:sidenavWidth}); property204 $("#packages-nav").css({width:sidenavWidth}); property
81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order … property84 sidenav.css({width:navWidth}); property85 resizePackagesNav.css({width:navWidth}); property86 classesNav.css({width:navWidth}); property87 $("#packages-nav").css({width:navWidth}); property280 …content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in or… property283 resizePackagesNav.css({width:sidenavWidth}); property284 classesNav.css({width:sidenavWidth}); property285 $("#packages-nav").css({width:sidenavWidth}); property
19 …[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function… field40 …e="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outer… property
41 void to_565_raw_dither(int width) in to_565_raw_dither()