Home
last modified time | relevance | path

Searched refs:Event (Results 176 – 200 of 313) sorted by path

12345678910>>...13

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php39 use Hoa\Event; alias
60 ->isInstanceOf(Event\Listenable::class);
88 ->isInstanceOf(Event\Listener::class)
109 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
111 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name . ':close-before'))
130 ->isInstanceOf(Event\Listener::class);
191 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
236 ->isInstanceOf(Event\Listener::class)
237 ->boolean(Event::eventExists('hoa://Event/Stream/' . $name))
253 Event::getEvent('hoa://Event/Stream/' . $name . ':close-before')->attach(
[all …]
/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…
H A DUPGRADING.md23 - Event listeners/handlers class names are case sensitive now
/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/jms/serializer/src/EventDispatcher/
H A DEvent.php10 class Event class
51 * @see Event::stopPropagation()
H A DEventDispatcher.php85 public function dispatch(string $eventName, string $class, string $format, Event $event): void
H A DEventDispatcherInterface.php20 public function dispatch(string $eventName, string $class, string $format, Event $event): void;
H A DObjectEvent.php9 class ObjectEvent extends Event
H A DPreDeserializeEvent.php9 class PreDeserializeEvent extends Event
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriber.php7 use JMS\Serializer\EventDispatcher\Event; alias
34 public function onPostDeserialize(Event $event): void
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php9 use JMS\Serializer\EventDispatcher\Event; alias
119 $this->dispatcher->addListener('pre', static function (Event $event) use (&$listener1) {
140 …$this->dispatcher->addListener('pre', static function (Event $event, $eventName, $loweredClass, $f…
143 $event = new Event($event->getContext(), $event->getType());
156 …$this->dispatcher->addListener('post', static function (Event $event, $eventName, $loweredClass, $…
203 protected function dispatch($eventName, $class = 'Foo', $format = 'json', ?Event $event = null)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php8 use JMS\Serializer\EventDispatcher\Event; alias
168 $this->dispatcher->addListener('serializer.post_serialize', static function (Event $event) {
174 $this->dispatcher->addListener('serializer.post_serialize', static function (Event $event) {
431 public function onPostSerialize(Event $event)
451 public function onPostSerialize(Event $event)
/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…
H A Djquery.min.js3Event.prototype,a,{enumerable:!0,configurable:!0,get:r.isFunction(b)?function(){if(this.originalEv…
4Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?…
/plugin/fksnewsfeed/
H A Daction.php4 use dokuwiki\Extension\Event; alias
42 public function handleActUnknown(Event $event): void {
64 public function handleActPreprocess(Event $event): void {
94 public function handleAjax(Event $event): void {
/plugin/freechat/phpfreechat/data/public/js/
H A Dactivity.js9 Event.observe(subject, 'mousemove', this._OnFocus.bindAsEventListener(this), false);
10 Event.observe(subject, 'mouseout', this._OnBlur.bindAsEventListener(this), false);
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 Dprototype.js3715 if (!window.Event) var Event = { };
3717 Object.extend(Event, {
3746 Event.Methods = (function() {
3800 Event.extend(event);
3808 Event.extend = (function() {
3837 Event.prototype = Event.prototype || document.createEvent("HTMLEvents").__proto__; class
3844 var cache = Event.cache;
3872 if (!Event || !Event.extend ||
3876 Event.extend(event);
3982 Object.extend(Event, Event.Methods);
[all …]
/plugin/html5video2/script/
H A Dvideo.min.js20 ….onchange&&n.on(["tap","click"],function(){if("object"!=typeof _.Event)try{o=new _.Event("change")…
/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/imagecarousel/vendor/slick/
H A DREADME.markdown132 Event | Params | Description
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak308 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_163705.bak307 '@type' => 'Event',
H A Dsyntax.php.2018-03-08_163718.bak307 '@type' => 'Event',

12345678910>>...13