Home
last modified time | relevance | path

Searched refs:events (Results 101 – 125 of 378) sorted by relevance

12345678910>>...16

/plugin/structnotification/
H A DREADME3 Notifi about upcoming events from struct tabes.
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as28 import flash.events.TimerEvent;
33 import flash.events.KeyboardEvent;
40 import flash.events.Event;
42 import flash.events.StatusEvent;
44 import flash.events.MouseEvent;
48 import flash.events.ContextMenuEvent;
116 // The ContextMenu only partially works. The menu select events never occur.
/plugin/flowplayer/player/
H A DREADME.txt6 - #627 only detach / attach the display on start events which causes issues in buffering events aft…
7 …eo state change listeners if stagevideo is available or detach the fullscreen events on first call.
52 - Added new clip events for stream switching onSwitchFailed and onSwitchComplete
85 - #375 clearing the event listeners when adding new video displays prevents new events being added …
100 - #430 adding event listeners for netconnection to obtain certain events.
213 - Custom netConnect and netStream events did not pass the info object to JS listeners
272 …When these events get fired on the connection or stream object, corresponding Clip events will be …
273 This can be used for example when firing custom events from RTMP server apps
274 …ConnectionEvent' and 'onStreamEvent' these get fired when the predefined events happen on the conn…
281 - Clip's custom properties are now present in the root of the clip argument in all clip events that…
[all …]
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md363 * `FIX`: only allow cancel boundary events on transactions
378 …tton events will now be passed as `element.*` mouse events to components. You must filter your eve…
407 * `FEAT`: disallow typed start events inside non-event based sub processes ([#831](https://github.c…
412 * `FIX`: disallow boundary events as message flow targets ([#1300](https://github.com/bpmn-io/bpmn-…
462 * `FEAT`: serialize link events with an empty name ([#1296](https://github.com/bpmn-io/bpmn-js/issu…
492 * `FIX`: correct interaction events inside `bpmn:Group` elements ([#1278](https://github.com/bpmn-i…
587 * `FIX`: ordering after moving boundary events between hosts ([#1207](https://github.com/bpmn-io/bp…
599 * `FIX`: copy boundary events attachments ([#1190](https://github.com/bpmn-io/bpmn-js/issues/1190))
672 * `FEAT`: improve automatic label adjustment for boundary events ([#1064](https://github.com/bpmn-i…
681 * `FEAT`: correctly render all kinds of multiple events ([#1091](https://github.com/bpmn-io/bpmn-js…
[all …]
/plugin/imagecarousel/vendor/slick/
H A Dslick.css99 pointer-events: none;
/plugin/popupviewer/
H A Dstyle.css15 pointer-events: none;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as20 1. Wired up errors to dispatch events to Jplayer events to allow them to bubble up to JS
29 import flash.events.*;
H A DJplayerMp4.as24 import flash.events.NetStatusEvent;
25 import flash.events.SecurityErrorEvent;
26 import flash.events.TimerEvent;
247 myStatus.isPlaying = true; // Set immediately before playing. Could affects events.
/plugin/editonlink/
H A Dstyle.css7 …link='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 2…
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md32 …* Improve readability by adding constants to registered events container. (Metalaka, 2015-11-20T19…
H A DREADME.md26 This library allows to use events and listeners in PHP. This is an observer
63 We propose a quick overview of how to use events and listeners.
/plugin/multiorphan/
H A Dstyle.less121 pointer-events: none;
/plugin/bootswrapper/exe/help/
H A Dcarousel.txt75 | ''keyboard'' | boolean | ''true'' | Whether the carousel should react to keyboard events. |
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc7 and 5xx errors are not considered retriable events, since the node returns an
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jar ... INF/org.ehcache.impl.internal.events.CacheEventNotificationListenerServiceProviderFactory.xml OSGI-INF/org. ...
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md675 * Added: `beforeMove`, and `afterMove` events.
850 `afterGetProperties` events.
907 * BC Break: Most events triggered by the server got an overhaul.
1377 updating events.
1397 * Fixed: DTSTART values would be incorrect when expanding events.
1419 * Fixed: Correctly filtering all-day events.
1479 lists of events.
1481 recurring events.
1565 * Fixed: CalDAV time-range filter workaround for recurring events.
1760 an event. This fixes 'missing recurring events'.
[all …]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js67 },clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)…
74 if(events===true){this.find("*").andSelf().each(function(i){if(this.nodeType==3){return ;
75 }var events=jQuery.data(this,"events");
76 for(var type in events){for(var handler in events[type]){jQuery.event.add(clone[i],type,events[type…
562 }var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"hand…
577 }var events=jQuery.data(elem,"events"),ret,index;
594 }jQuery.removeData(elem,"events");
622 handlers=(jQuery.data(this,"events")||{})[event.type];
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js67 },clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)…
74 if(events===true){this.find("*").andSelf().each(function(i){if(this.nodeType==3){return ;
75 }var events=jQuery.data(this,"events");
76 for(var type in events){for(var handler in events[type]){jQuery.event.add(clone[i],type,events[type…
562 }var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"hand…
577 }var events=jQuery.data(elem,"events"),ret,index;
594 }jQuery.removeData(elem,"events");
622 handlers=(jQuery.data(this,"events")||{})[event.type];
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md24 * BC Break: Promises now use the EventLoop to run "then"-events in a separate
/plugin/revealjs/css/
H A Dreveal.scss268 pointer-events: none;
284 pointer-events: auto;
582 pointer-events: none;
601 pointer-events: auto;
630 pointer-events: none;
645 pointer-events: none;
659 pointer-events: none;
664 pointer-events: auto;
1629 pointer-events: none;
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css673 pointer-events property to `none` value.
677 If you want to know more about `pointer-events` here are some docs:
678 https://developer.mozilla.org/en/CSS/pointer-events
685 .impress-enabled { pointer-events: none }
686 .impress-enabled #impress { pointer-events: auto }
692 for click events. That means that the hint element is also not clickable.
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css51 pointer-events: none;
157 pointer-events: none;
312 pointer-events: none;
456 pointer-events: none;
558 pointer-events: none;
842 pointer-events: none;
953 pointer-events: none;
1133 pointer-events: none;
1381 pointer-events: none;
2032 pointer-events: none;
[all …]
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc7 // Simulate "this" of a dialog for non-dialog events.
163 // Do not stop not handled events.
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1events.dataUpdated.pop()}),a.validateData(),"gauge"===a.type&&m(),c.startDuration)if("stock"===a.t…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc7 // Simulate "this" of a dialog for non-dialog events.
163 // Do not stop not handled events.

12345678910>>...16