Lines Matching refs:sID
1555 $(window).bind("unload."+ sID, unload);
1624 $(window).bind("resize."+ sID, windowResize);
1846 …, layoutContainer: sID // FLAG to indicate this is a layout-container - contains unique internal ID
1858 $N.bind("layout"+ name.toLowerCase() +"."+ sID, Instance[ layoutMethods[name] || name ]);
2001 $(document).bind("keydown."+ sID, keyDown); // only need to bind this ONCE
2269 .bind("mouseenter."+ sID, addHover )
2270 .bind("mouseleave."+ sID, removeHover )
2304 $P.bind("layoutpane"+ name.toLowerCase() +"."+ sID, Instance[ paneMethods[name] || name ]);
2506 $R.bind("dblclick."+ sID, toggle );
2972 $(window).unbind("."+ sID); // resize & unload
2973 $(document).unbind("."+ sID); // keyDown (hotkeys)
2989 .unbind("."+ sID) // remove ALL Layout events
3105 .unbind("."+ sID) // remove ALL Layout events
3784 $R[enable ? "unbind" : "bind"]('dblclick.'+ sID, toggle)
3789 [enable ? "bind" : "unbind"](evtName +'.'+ sID, slideOpen)
3842 $P[action]("mouseleave."+ sID, slideClose);
3844 $R[action]("mouseenter."+ sID, cancelMouseOut);
3845 $P[action]("mouseenter."+ sID, cancelMouseOut);
4614 $T .bind("click."+ sID, function(evt){ evt.stopPropagation(); toggle(pane); })
4633 $T .unbind("."+ sID)
5060 , sID = state.id // alias for unique layout ID/namespace - eg: "layout435" variable