Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 25 of 156) sorted by relevance

1234567

/plugin/davcal/vendor/sabre/event/tests/
H A DEventEmitterTest.php42 $ee->emit('foo', ['bar'])
70 $ee->emit('foo', ['bar'])
99 $ee->emit('foo', ['bar'])
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');
[all …]
H A DContinueCallbackTest.php20 $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 DBlockAccessTest.php37 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
46 …$r = $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]);
131 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
143 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
[all …]
H A DAllowAccessTest.php33 …$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->…
114 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php32 $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 DClient.php89 $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/
DClient.php133 $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/
Daurora.js51 _this.emit('error', err);
58 return _this.emit('buffer', _this.buffered);
151 return this.emit('error', 'A demuxer for this container was not found.');
158 return _this.emit('duration', _this.duration);
164 return _this.emit('metadata', _this.metadata);
169 _this.emit('error', err);
181 this.emit('format', this.format);
184 return this.emit('error', "A decoder for " + this.format.formatID + " was not found.");
190 return _this.emit('data', buffer);
203 return _this.emit('data', buf);
[all …]
Dflac.js599 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/
DServer.php259 $this->emit('exception', [$e]);
465 if (!$this->emit('beforeMethod:' . $method, [$request, $response])) return;
466 if (!$this->emit('beforeMethod', [$request, $response])) return;
479 if ($this->emit('method:' . $method, [$request, $response])) {
480 if ($this->emit('method', [$request, $response])) {
491 if (!$this->emit('afterMethod:' . $method, [$request, $response])) return;
492 if (!$this->emit('afterMethod', [$request, $response])) return;
499 $this->emit('afterResponse', [$request, $response]);
1059 return $this->emit('propFind', [$propFind, $node]);
1081 if (!$this->emit('beforeBind', [$uri])) return false;
[all …]
DCorePlugin.php286 if (!$this->server->emit('beforeUnbind', [$path])) return false;
288 $this->server->emit('afterUnbind', [$path]);
628 if (!$this->server->emit('beforeUnbind', [$moveInfo['destination']])) return false;
631 if (!$this->server->emit('beforeUnbind', [$path])) return false;
632 if (!$this->server->emit('beforeBind', [$moveInfo['destination']])) return false;
633 if (!$this->server->emit('beforeMove', [$path, $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']]);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php253 $this->emit('exception', [$e]);
445 if (!$this->emit('beforeMethod:' . $method, [$request, $response])) return;
446 if (!$this->emit('beforeMethod', [$request, $response])) return;
459 if ($this->emit('method:' . $method, [$request, $response])) {
460 if ($this->emit('method', [$request, $response])) {
466 if (!$this->emit('afterMethod:' . $method, [$request, $response])) return;
467 if (!$this->emit('afterMethod', [$request, $response])) return;
471 $this->emit('afterResponse', [$request, $response]);
994 return $this->emit('propFind', [$propFind, $node]);
1016 if (!$this->emit('beforeBind', [$uri])) return false;
[all …]
H A DCorePlugin.php286 if (!$this->server->emit('beforeUnbind', [$path])) return false;
288 $this->server->emit('afterUnbind', [$path]);
628 if (!$this->server->emit('beforeUnbind', [$moveInfo['destination']])) return false;
631 if (!$this->server->emit('beforeUnbind',[$path])) return false;
632 if (!$this->server->emit('beforeBind',[$moveInfo['destination']])) return false;
633 if (!$this->server->emit('beforeMove', [$path, $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']]);
[all …]
/plugin/asciidocjs/node_modules/jake/lib/utils/
Dindex.js201 self.emit('stdout', data);
205 self.emit('stderr', data);
214 this.emit('cmdStart', next);
265 self.emit('error', msg, code);
268 self.emit('cmdEnd', next);
275 self.emit('end');
/plugin/davcal/vendor/sabre/event/tests/benchmark/
H A Dbench.php48 $this->emitter->emit('foo', []);
73 $this->emitter->emit('foo', []);
97 $this->emitter->emit('foo', []);
/plugin/revealjs/plugin/notes-server/
Dindex.js21 socket.broadcast.emit( 'new-subscriber', data );
26 socket.broadcast.emit( 'statechanged', data );
31 socket.broadcast.emit( 'statechanged-speaker', data );
/plugin/asciidocjs/node_modules/nunjucks/src/
Dnode-loaders.js44 _this.emit('update', _this.pathsToNames[fullname], fullname);
77 this.emit('load', name, source);
98 _this2.emit('update', _this2.pathsToNames[fullname], fullname);
130 this.emit('load', name, source);
/plugin/asciidocjs/node_modules/jake/lib/task/
Dtask.js288 this.emit('skip');
289 this.emit('_done');
315 this.emit('start');
360 this.emit('error', err);
397 this.emit('complete', this.value);
398 this.emit('_done');
/plugin/sequencediagram/bower_components/lodash/test/
Dsaucelabs.js310 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/diagramsnet/lib/js/diagramly/
DP2PCollab.js32 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/asciidocjs/node_modules/jake/lib/
Dprogram.js111 jake.emit('error', err);
116 jake.emit('error', err);
274 jake.emit('complete');
276 jake.emit('start');
/plugin/asciidocjs/node_modules/glob/
Dglob.js194 this.emit('end', this.found)
241 self.emit('error', er) // srsly wtf right here
261 this.emit('abort')
267 this.emit('pause')
273 this.emit('resume')
487 this.emit('stat', e, st)
489 this.emit('match', e)
595 this.emit('error', error)
610 this.emit('error', er)
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js328 self.emit( "timeupdate" );
517 instance.emit( "trackend",
544 instance.emit( "trackstart",
632 this.emit( "attrchange", {
792 this.emit( eventType, Popcorn.extend({}, options, {
833 this.emit( event );
1146 instance.emit( "trackstart",
1174 instance.emit( "trackend",
1448 obj.emit( "tracksetup", Popcorn.extend( {}, track, {
1466 obj.emit( "trackadded", Popcorn.extend({}, track,
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
DPlugin.php158 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 DPlugin.php158 if (!$this->server->emit('beforeWriteContent', [$path, $node, null]))
166 $this->server->emit('afterWriteContent', [$path, $node]);

1234567