Lines Matching +full:ns +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang)
7978 var ns = this.tree._ns;
7979 this.element.off(ns);
7980 this.tree.$container.off(ns);
7981 $(document).off(ns);
7988 ns = tree._ns;
7994 //alert("keydown" + ns + "foc=" + tree.hasFocus() + tree.$container);
7997 .on("focusin" + ns + " focusout" + ns, function (event) {
8053 "selectstart" + ns,
8061 .on("keydown" + ns, function (event) {
8096 .on("mousedown" + ns, function (event) {
8110 .on("click" + ns + " dblclick" + ns, function (event) {