Displaying 2 results from an estimated 2 matches for "get_ev".
Did you mean:
get_hv
2012 May 03
1
AMI disconnects
...quot;Event" => "Shutdown", "customer_id" => 0}, "Connection to Asterisk lost on $server");
$change++;
sleep(1);
ami_connect();
next;
}
$watchdog = 10;
while ($ami->get_event(1) && $watchdog--) {
if ($watchdog < 2) { print "Watchdog timer too short.\n"; }
$change++;
}
Do other stuff from here.
if ($change == 0) {
sleep(2);
}
}
exit 1;
====================================...
2008 Oct 24
0
Wine release 1.1.7
...picture.
Jacek Caban (55):
mshtml: Added IHTMLElement::put_onmouseover implementation.
mshtml: Added IHTMLDocument2::put_onmouseover implementation.
mshtml: Added get_onmouseover implementations.
mshtml: Added event bubbling implementation.
mshtml: Added IHTMLWindow2::get_event implementation.
mshtml: Pass the right 'this' argument to event handlers.
mshtml: Added set_event_handler(VT_NULL) implementation.
mshtml: Added IHTMLEventObj::get_srcElement implementation.
mshtml: Don't crash in UIActivate if hostui is NULL.
mshtml: Do...