Home
last modified time | relevance | path

Searched refs:Event (Results 251 – 275 of 313) sorted by last modified time

1...<<111213

/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DSource.php37 namespace Hoa\Event\Test\Unit;
54 ->when($result = new \Mock\Hoa\Event\Source())
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php40 use Hoa\Event; alias
50 class Exception extends Idle implements Event\Source
71 if (false === Event::eventExists('hoa://Event/Exception')) {
72 Event::register('hoa://Event/Exception', __CLASS__);
87 Event::notify(
90 new Event\Bucket($this)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md90 * Event: Use `Hoa\Event`. (Ivan Enderlin, 2015-11-23T21:43:51+01:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md165 - Event Listeners are "lowercasing" class names for event match [\#624](https://github.com/schmittj…
496 - PreSerialization Event not handled if the value is not object [\#162](https://github.com/schmittj…
708 - Allow Post Serialize Event to overwrite existing data [\#129](https://github.com/schmittjoh/seria…
725 - Allow Post Serialize Event to overwrite existing data [\#273](https://github.com/schmittjoh/seria…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst1 Event System
8 Register an Event Listener, or Subscriber
58 **Event Object**: ``JMS\Serializer\EventDispatcher\PreSerializeEvent``
66 **Event Object**: ``JMS\Serializer\EventDispatcher\ObjectEvent``
72 Event was added
77 **Event Object**: ``JMS\Serializer\EventDispatcher\PreDeserializeEvent``
85 **Event Object**: ``JMS\Serializer\EventDispatcher\ObjectEvent``
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasC…
7Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigg…
/plugin/metaeditor/
H A Djstree.js7318 …var tmp = $.Event('contextmenu', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, sh…
7332 …var tmp = $.Event('click', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, shiftKey…
7337 …var tmp = $.Event('click', { metaKey : e.metaKey, ctrlKey : e.ctrlKey, altKey : e.altKey, shiftKey…
/plugin/importfacebookevents/
H A Dsyntax.php312 '@type' => 'Event',
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak314 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_165158.bak312 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_165027.bak313 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_164706.bak311 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_164623.bak307 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_163718.bak307 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_163705.bak307 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_163658.bak308 '@type' => 'Event',
/plugin/davcard/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
H A DUntilRespectsTimezoneTest.ics7 X-WR-CALNAME:Test Event
33 DESCRIPTION:Test Event ending November 11, 2013
/plugin/rrdgraph/
H A Dscript.js90 var event = jQuery.Event((upX > downX) ? "swiperight" : "swipeleft");
/plugin/issuetracker/
H A Dprototype.js5333 var Event = { class
5412 event = Event.extend(event);
5466 Event.extend(event);
5474 Event.Methods = {
5541 Event.extend = Prototype.K;
5545 Event.prototype = window.Event.prototype || document.createEvent('HTMLEvents').__proto__; class
5738 return Event.extend(event);
5775 Object.extend(Event, Event.Methods);
5777 Object.extend(Event, {
5806 if (window.Event) Object.extend(window.Event, Event);
[all …]
H A Dtablekit.js344 Event.stop(e);
345 var cell = Event.element(e);
645 var cell = Event.element(e);
651 var cell = Event.element(e);
652 if(TableKit.Resizable.pointerPos(cell,Event.pointerX(e),Event.pointerY(e))){
663 var cell = Event.element(e);
671 var cell = Event.element(e);
689 Event.stop(e);
705 Event.stop(e);
875 Event.stop(e);
[all …]
H A Dfabtabulous.js25 Event.observe(elm,'click',this.activate.bindAsEventListener(this),false)
28 var elm = Event.findElement(ev, "a");
29 Event.stop(ev);
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng416 # 3.6.1 Event Component
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/
H A DUntilRespectsTimezoneTest.ics7 X-WR-CALNAME:Test Event
33 DESCRIPTION:Test Event ending November 11, 2013
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js96Event.observe(this.el_words, 'keydown', this.callbackWords_OnKeydown.bindAsEventListener(thi…
97Event.observe(this.el_words, 'keyup', this.callbackWords_OnKeyup.bindAsEventListener(this)…
98Event.observe(this.el_words, 'mouseup', this.callbackWords_OnMouseup.bindAsEventListener(thi…
99Event.observe(this.el_words, 'focus', this.callbackWords_OnFocus.bindAsEventListener(this)…
100Event.observe(document.body, 'unload', this.callback_OnUnload.bindAsEventListener(this), fa…
744 if (code == Event.KEY_RETURN) /* ENTER key */
H A Dactivity.js9 Event.observe(subject, 'mousemove', this._OnFocus.bindAsEventListener(this), false);
10 Event.observe(subject, 'mouseout', this._OnBlur.bindAsEventListener(this), false);

1...<<111213