Lines Matching +full:ns +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang)
6517 var ns = this.tree._ns;
6518 this.element.off(ns);
6519 this.tree.$container.off(ns);
6520 $(document).off(ns);
6527 ns = tree._ns;
6533 //alert("keydown" + ns + "foc=" + tree.hasFocus() + tree.$container);
6536 .on("focusin" + ns + " focusout" + ns, function (event) {
6592 "selectstart" + ns,
6600 .on("keydown" + ns, function (event) {
6635 .on("mousedown" + ns, function (event) {
6649 .on("click" + ns + " dblclick" + ns, function (event) {