Lines Matching +defs:a +defs:action
263 return function(a) { argument
727 this.trigger('changed', { 'action' : 'ready', 'selected' : this._data.core.selected }); property
1202 …this.trigger('changed', { 'action' : 'load_node', 'node' : obj, 'selected' : this._data.core.selec… property
1457 this.trigger('changed', { 'action' : 'model', 'selected' : this._data.core.selected }); property
1800 this.trigger('changed', { 'action' : 'model', 'selected' : this._data.core.selected }); property
2835 …this.trigger('changed', { 'action' : 'select_node', 'node' : this.get_node(obj), 'selected' : this… property
2950 …this.trigger('changed', { 'action' : 'select_node', 'node' : obj, 'selected' : this._data.core.sel… property
2991 …this.trigger('changed', { 'action' : 'deselect_node', 'node' : obj, 'selected' : this._data.core.s… property
3018 …this.trigger('changed', { 'action' : 'select_all', 'selected' : this._data.core.selected, 'old_sel… property
3045 …this.trigger('changed', { 'action' : 'deselect_all', 'selected' : this._data.core.selected, 'old_s… property
3621 …this.trigger('changed', { 'action' : 'delete_node', 'node' : obj, 'selected' : this._data.core.sel… property
6792 $.jstree.defaults.sort = function (a, b) { argument