Home
last modified time | relevance | path

Searched refs:_trigger (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js266 _trigger: function(type, args) { method in AnonymousClassc6d3f3560e01
276 $e = this._trigger("before" + type, args);
281 this._trigger(type, [].slice.call(arguments, 1));
283 this._trigger(deprecatedType, [].slice.call(arguments, 1));
/openbmc/rest-dbus/resources/
H A Djstree.min.js4_trigger:function(b){a(i).triggerHandler("context_"+b+".vakata",{reference:c.reference,element:c.e… method in a.vakata.context
5_trigger("move",d)))})}),function(a){a.vakata.html={div:a("<div />"),escape:function(b){return a.v… method in a.vakata.dnd
/openbmc/linux/drivers/dma/
H A Dpl330.c1001 static bool _trigger(struct pl330_thread *thrd) in _trigger() function
1079 return _trigger(thrd); in pl330_start_thread()