Home
last modified time | relevance | path

Searched refs:dispatchEvent (Results 1 – 25 of 96) sorted by relevance

1234

/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js105 basePlayer.dispatchEvent( "timeupdate" );
119 basePlayer.dispatchEvent( "play" );
127 basePlayer.dispatchEvent( "pause" );
139 basePlayer.dispatchEvent( "timeupdate" );
155 basePlayer.dispatchEvent( "volumechange" );
170 basePlayer.dispatchEvent( "volumechange" );
225 basePlayer.dispatchEvent = function( oEvent ) { function
276 basePlayer.dispatchEvent( "loadedmetadata" );
277 basePlayer.dispatchEvent( "loadeddata" );
278 basePlayer.dispatchEvent( "canplaythrough" );
[all …]
H A Dpopcorn.ie8.js3 if ( !document.addEventListener && !document.removeEventListener && !document.dispatchEvent ) {
59 var dispatchEvent = function( eventObject ) { function
119 document.dispatchEvent = dispatchEvent;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as82 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ERROR, myStatus));
112 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ENDED, myStatus));
128 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PROGRESS, myStatus));
173 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKING, myStatus));
178 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKED, myStatus));
196 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_WAITING, myStatus));
200 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_CANPLAY, myStatus));
201 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAYING, myStatus));
243 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PAUSE, myStatus));
255 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAY, myStatus));
[all …]
H A DJplayerMp4.as73 this.dispatchEvent(new JplayerEvent(JplayerEvent.DEBUG_MSG, myStatus, "progressEvent:"));
75 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PROGRESS, myStatus));
89 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_TIMEUPDATE, myStatus));
122 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKING, myStatus));
127 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKED, myStatus));
138 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_LOADSTART, myStatus));
156 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ERROR, myStatus));
167 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ENDED, myStatus));
237 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PAUSE, myStatus));
251 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAY, myStatus));
[all …]
H A DJplayerRtmp.as148 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PROGRESS,myStatus));
171 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_TIMEUPDATE,myStatus));
218 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKING,myStatus));
224 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKED,myStatus));
312 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ERROR,myStatus));
329 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ENDED,myStatus));
340 //this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_CANPLAY,myStatus));
399 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAY,myStatus));
447 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_CANPLAY,myStatus));
461 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ENDED,myStatus));
[all …]
H A DConnectManager.as115 //this.owner.dispatchEvent ({type:"ncBandWidth", kbps:p_bw, latency:latency});
167 //dispatchEvent(event);
185 //this.dispatchEvent ({type:"ncFailedToConnect", timeout:timeout});
278 //dispatchEvent(event);
287 //dispatchEvent(event);
/plugin/stlviewer/stlviewer/
H A DTrackballControls.js316 _this.dispatchEvent( changeEvent );
337 _this.dispatchEvent( changeEvent );
416 _this.dispatchEvent( startEvent );
455 _this.dispatchEvent( endEvent );
487 _this.dispatchEvent( startEvent );
488 _this.dispatchEvent( endEvent );
520 _this.dispatchEvent( startEvent );
570 _this.dispatchEvent( endEvent );
H A DOrbitControls.js278 this.dispatchEvent( changeEvent );
340 scope.dispatchEvent( startEvent );
409 scope.dispatchEvent( endEvent );
443 scope.dispatchEvent( startEvent );
444 scope.dispatchEvent( endEvent );
520 scope.dispatchEvent( startEvent );
607 scope.dispatchEvent( endEvent );
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2dispatchEvent("durationchange")):(f&&console.log("DELAYED EVENT (!ready) : durationchange : "+s),c…
H A Dpopcorn.jplayer.js261 media.dispatchEvent('durationchange');
386 media.dispatchEvent(name);
412 media.dispatchEvent('loadeddata');
438 media.dispatchEvent('error');
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js261 media.dispatchEvent('durationchange');
386 media.dispatchEvent(name);
412 media.dispatchEvent('loadeddata');
438 media.dispatchEvent('error');
/plugin/combo/action/
H A Deventsystem.php78 Event::dispatchEvent();
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js69 targetElement.dispatchEvent(allModuleLoaded);
/plugin/dirtylittlehelper/script/
H A Djquery-ui-touch-punch-cmpr.js11 ….screenY,j.clientX,j.clientY,false,false,false,false,0,null);h.target.dispatchEvent(g)}d._touchSta…
H A Djquery-ui-touch-punch.js63 event.target.dispatchEvent(simulatedEvent);
/plugin/overlay/script/
H A Djquery-ui-touch-punch.js63 event.target.dispatchEvent(simulatedEvent);
H A Djquery-ui-touch-punch-cmpr.js11 ….screenY,j.clientX,j.clientY,false,false,false,false,0,null);h.target.dispatchEvent(g)}d._touchSta…
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15 …document.createEvent(I[i][0]);o.initEvent(i,I[i][1],I[i][2]);return l.dispatchEvent(o);}}if(!windo…
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js88 return self.dispatchEvent(evt);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java266 graphContainer.getGraphControl().dispatchEvent( in mouseReleased()
273 graphContainer.getGraphControl().dispatchEvent( in mouseDragged()
/plugin/revealjs/js/
H A Dreveal.js686 dispatchEvent( 'ready', {
998 dispatchEvent( 'pdf-ready' );
1990 function dispatchEvent( type, args ) { function
1995 dom.wrapper.dispatchEvent( event );
2333 dispatchEvent( 'resize', {
2513 dispatchEvent( 'overviewshown', {
2623 dispatchEvent( 'overviewhidden', {
2779 dispatchEvent( 'paused' );
2796 dispatchEvent( 'resumed' );
2970 dispatchEvent( state[i] );
[all …]
/plugin/instantpage/lib/
H A D5.1.0.js2 …seEvent("click",{view:window,bubbles:!0,cancelable:!1,detail:1337});n.dispatchEvent(o)},n),m){let …
/plugin/combo/ComboStrap/
H A DEvent.php45 public static function dispatchEvent(int $maxEvent = 10) function in ComboStrap\\Event
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js35 node.dispatchEvent(event);

1234