/plugin/davcal/vendor/sabre/event/tests/ |
H A D | EventEmitterTest.php | 135 $ee->emit('foo'); 154 $ee->emit('foo'); 162 $ee->emit('foo'); 181 $ee->emit('foo'); 187 $ee->emit('foo'); 206 $ee->emit('foo'); 217 $ee->emit('foo'); 234 $ee->emit('foo'); 240 $ee->emit('foo'); 259 $ee->emit('foo'); [all …]
|
H A D | ContinueCallbackTest.php | 20 $r = $ee->emit('foo', [], function() use (&$continueCounter) { 43 $r = $ee->emit('foo', [], function() use (&$continueCounter) { 67 $r = $ee->emit('foo', [], function() use (&$continueCounter) {
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | BlockAccessTest.php | 37 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 59 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 71 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 83 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 95 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 107 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 119 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]); 152 $this->server->emit('beforeBind', ['testdir/file']); 161 $this->server->emit('beforeUnbind', ['testdir']); 174 $r = $this->server->emit('propFind', [$propFind, new DAV\SimpleCollection('testdir')]); [all …]
|
H A D | AllowAccessTest.php | 33 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 42 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 51 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 60 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 69 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 78 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 87 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 96 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 105 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->… 120 $this->assertTrue($this->server->emit('beforeBind', ['testdir/file'])); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/ |
H A D | PluginTest.php | 32 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]) 49 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 68 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 84 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 99 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 111 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]); 124 $fakeServer->emit('beforeMethod', [new HTTP\Request(), new HTTP\Response()]);
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Client.php | 89 $this->emit('beforeRequest', [$request]); 131 $this->emit('error', [$request, $response, &$retry, $retryCount]); 132 $this->emit('error:' . $code, [$request, $response, &$retry, $retryCount]); 138 $this->emit('exception', [$request, $e, &$retry, $retryCount]); 155 $this->emit('afterRequest', [$request, $response]); 181 $this->emit('beforeRequest', [$request]); 236 $this->emit('exception', [$request, $e, &$retry, $retryCount]); 252 $this->emit('error', [$request, $curlResult['response'], &$retry, $retryCount]); 253 …$this->emit('error:' . $curlResult['http_code'], [$request, $curlResult['response'], &$retry, $ret… 271 $this->emit('afterRequest', [$request, $curlResult['response']]);
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | Client.php | 133 $this->emit('error', [$request, $response, &$retry, $retryCount]); 134 $this->emit('error:' . $code, [$request, $response, &$retry, $retryCount]); 140 $this->emit('exception', [$request, $e, &$retry, $retryCount]); 157 $this->emit('afterRequest', [$request, $response]); 183 $this->emit('beforeRequest', [$request]); 238 $this->emit('exception', [$request, $e, &$retry, $retryCount]); 254 $this->emit('error', [$request, $curlResult['response'], &$retry, $retryCount]); 255 …$this->emit('error:' . $curlResult['http_code'], [$request, $curlResult['response'], &$retry, $ret… 273 $this->emit('afterRequest', [$request, $curlResult['response']]);
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 51 _this.emit('error', err); 169 _this.emit('error', err); 209 _this.emit('error', err); 215 return _this.emit('end'); 218 this.emit('decodeStart'); 1444 this.emit('end'); 3261 this.emit('refill', data); 3563 _this.emit('end'); 3575 return this.emit('ready'); 3694 _this.emit('end'); [all …]
|
H A D | flac.js | 599 return this.emit('error', 'Invalid FLAC file.'); 613 return this.emit('error', 'STREAMINFO must be the first block'); 621 return this.emit('error', 'STREAMINFO can only occur once.'); 624 return this.emit('error', 'STREAMINFO size is wrong.'); 643 this.emit('format', this.format); 644 this.emit('cookie', cookie); 647 this.emit('duration', sampleCount / this.format.sampleRate * 1000 | 0); 670 … this.emit('error', 'Seek points with sample number >UInt32 not supported'); 675 … this.emit('error', 'Seek points with stream offset >UInt32 not supported'); 734 this.emit('metadata', this.metadata); [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 259 $this->emit('exception', [$e]); 480 if ($this->emit('method', [$request, $response])) { 1059 return $this->emit('propFind', [$propFind, $node]); 1081 if (!$this->emit('beforeBind', [$uri])) return false; 1102 $this->emit('afterBind', [$uri]); 1103 $this->emit('afterCreateFile', [$uri, $parent]); 1132 $this->emit('afterWriteContent', [$uri, $node]); 1188 if (!$this->emit('beforeBind', [$uri])) return; 1218 $this->emit('propPatch', [$uri, $mkCol]); 1241 $this->emit('afterBind', [$uri]); [all …]
|
H A D | CorePlugin.php | 286 if (!$this->server->emit('beforeUnbind', [$path])) return false; 288 $this->server->emit('afterUnbind', [$path]); 631 if (!$this->server->emit('beforeUnbind', [$path])) return false; 632 if (!$this->server->emit('beforeBind', [$moveInfo['destination']])) return false; 638 $this->server->emit('afterUnbind', [$moveInfo['destination']]); 648 $this->server->emit('afterMove', [$path, $moveInfo['destination']]); 649 $this->server->emit('afterUnbind', [$path]); 650 $this->server->emit('afterBind', [$moveInfo['destination']]); 678 if (!$this->server->emit('beforeBind', [$copyInfo['destination']])) return false; 685 $this->server->emit('afterBind', [$copyInfo['destination']]); [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 253 $this->emit('exception', [$e]); 460 if ($this->emit('method', [$request, $response])) { 994 return $this->emit('propFind', [$propFind, $node]); 1016 if (!$this->emit('beforeBind', [$uri])) return false; 1037 $this->emit('afterBind', [$uri]); 1038 $this->emit('afterCreateFile', [$uri, $parent]); 1067 $this->emit('afterWriteContent', [$uri, $node]); 1123 if (!$this->emit('beforeBind', [$uri])) return; 1153 $this->emit('propPatch', [$uri, $mkCol]); 1165 $this->emit('afterBind', [$uri]); [all …]
|
H A D | CorePlugin.php | 286 if (!$this->server->emit('beforeUnbind', [$path])) return false; 288 $this->server->emit('afterUnbind', [$path]); 631 if (!$this->server->emit('beforeUnbind',[$path])) return false; 632 if (!$this->server->emit('beforeBind',[$moveInfo['destination']])) return false; 638 $this->server->emit('afterUnbind', [$moveInfo['destination']]); 648 $this->server->emit('afterMove', [$path, $moveInfo['destination']]); 649 $this->server->emit('afterUnbind', [$path]); 650 $this->server->emit('afterBind', [$moveInfo['destination']]); 683 if (!$this->server->emit('beforeBind', [$copyInfo['destination']])) return false; 685 $this->server->emit('afterBind', [$copyInfo['destination']]); [all …]
|
/plugin/davcal/vendor/sabre/event/tests/benchmark/ |
H A D | bench.php | 48 $this->emitter->emit('foo', []); 73 $this->emitter->emit('foo', []); 97 $this->emitter->emit('foo', []);
|
/plugin/revealjs/plugin/notes-server/ |
H A D | index.js | 21 socket.broadcast.emit( 'new-subscriber', data ); 26 socket.broadcast.emit( 'statechanged', data ); 31 socket.broadcast.emit( 'statechanged-speaker', data );
|
H A D | client.js | 39 socket.emit( 'statechanged', messageData );
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | P2PCollab.js | 32 socket.emit('message', msg); 143 socket.emit('sendSignal', {to: id, from: myClientId, signal: data}); 160 socket.emit('movedToP2P', ''); 211 socket.emit('join', {name: channelId});
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | saucelabs.js | 310 this.emit('restart'); 323 this.emit('stop', error); 334 this.emit('remove'); 346 this.emit('reset'); 381 this.emit('complete'); 387 this.emit('start'); 431 this.emit('status', jobStatus); 471 this.emit('complete'); 503 this.emit('start'); 707 tunnel.stop(_.partial(tunnel.emit, 'complete', success));
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.js | 328 self.emit( "timeupdate" ); 517 instance.emit( "trackend", 544 instance.emit( "trackstart", 833 this.emit( event ); 1146 instance.emit( "trackstart", 1174 instance.emit( "trackend", 1593 obj.emit( trackend, 1630 obj.emit( trackstart, 1671 obj.emit( trackend, 1709 obj.emit( trackstart, [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/ |
H A D | Plugin.php | 158 if (!$this->server->emit('beforeWriteContent', [$path, $node, null])) 166 $this->server->emit('afterWriteContent', [$path, $node]);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/ |
H A D | Plugin.php | 158 if (!$this->server->emit('beforeWriteContent', [$path, $node, null])) 166 $this->server->emit('afterWriteContent', [$path, $node]);
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | ClientTest.php | 416 $this->emit('doRequest', [$request, &$response]); 438 $this->emit('curlStuff', [&$return]); 460 $this->emit('curlExec', [&$return]);
|
/plugin/webdav/vendor/sabre/event/lib/ |
H A D | EventEmitterInterface.php | 63 function emit($eventName, array $arguments = [], callable $continueCallBack = null); function
|
/plugin/davcal/vendor/sabre/event/lib/ |
H A D | EventEmitterInterface.php | 63 function emit($eventName, array $arguments = [], callable $continueCallBack = null); function
|
/plugin/revealjs/plugin/multiplex/ |
H A D | master.js | 18 socket.emit( 'multiplex-statechanged', messageData );
|