Home
last modified time | relevance | path

Searched refs:on (Results 2726 – 2750 of 2863) sorted by path

1...<<101102103104105106107108109110>>...115

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php92 $this->server->on('propFind', [$this, 'propFindEarly']);
93 $this->server->on('propFind', [$this, 'propFindLate'], 150);
94 $this->server->on('propPatch', [$this, 'propPatch'], 40);
95 $this->server->on('method:POST', [$this, 'httpPost']);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php41 $server->on('propFind', [$this, 'propFind'], 150);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php66 $server->on('propFind', [$this, 'propFindEarly']);
67 $server->on('propFind', [$this, 'propFindLate'], 150);
68 $server->on('report', [$this, 'report']);
69 $server->on('onHTMLActionsPanel', [$this, 'htmlActionsPanel']);
70 $server->on('beforeWriteContent', [$this, 'beforeWriteContent']);
71 $server->on('beforeCreateFile', [$this, 'beforeCreateFile']);
72 $server->on('afterMethod:GET', [$this, 'httpAfterGet']);
H A DVCFExportPlugin.php40 $this->server->on('method:GET', [$this, 'httpGet'], 90);
41 $server->on('browserButtonActions', function($path, $node, &$actions) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php87 $server->on('beforeMethod', [$this, 'beforeMethod'], 10);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php60 $server->on('propFind', [$this, 'propFind'], 200);
H A DMapGetToPropFind.php37 $this->server->on('method:GET', [$this, 'httpGet'], 90);
H A DPlugin.php78 $this->server->on('method:GET', [$this, 'httpGetEarly'], 90);
79 $this->server->on('method:GET', [$this, 'httpGet'], 200);
80 $this->server->on('onHTMLActionsPanel', [$this, 'htmlActionsPanel'], 200);
81 if ($this->enablePost) $this->server->on('method:POST', [$this, 'httpPOST']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php35 $server->on('method:GET', [$this, 'httpGet']);
36 $server->on('method:OPTIONS', [$this, 'httpOptions']);
37 $server->on('method:HEAD', [$this, 'httpHead']);
38 $server->on('method:DELETE', [$this, 'httpDelete']);
41 $server->on('method:PUT', [$this, 'httpPut']);
42 $server->on('method:MKCOL', [$this, 'httpMkcol']);
43 $server->on('method:MOVE', [$this, 'httpMove']);
44 $server->on('method:COPY', [$this, 'httpCopy']);
45 $server->on('method:REPORT', [$this, 'httpReport']);
49 $server->on('propFind', [$this, 'propFind']);
[all …]
H A DTemporaryFileFilterPlugin.php95 $server->on('beforeMethod', [$this, 'beforeMethod']);
96 $server->on('beforeCreateFile', [$this, 'beforeCreateFile']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php64 $server->on('method:LOCK', [$this, 'httpLock']);
65 $server->on('method:UNLOCK', [$this, 'httpUnlock']);
66 $server->on('validateTokens', [$this, 'validateTokens']);
67 $server->on('propFind', [$this, 'propFind']);
68 $server->on('afterUnbind', [$this, 'afterUnbind']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php36 $this->server->on('method:GET', [$this, 'httpGet'], 90);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php47 $server->on('method:PATCH', [$this, 'httpPatch']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php69 $server->on('propFind', [$this, 'propFind'], 130);
70 $server->on('propPatch', [$this, 'propPatch'], 300);
71 $server->on('afterMove', [$this, 'afterMove']);
72 $server->on('afterUnbind', [$this, 'afterUnbind']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php97 $server->on('method:POST', [$this, 'httpPost']);
98 $server->on('propFind', [$this, 'propFind']);
99 $server->on('getSupportedPrivilegeSet', [$this, 'getSupportedPrivilegeSet']);
100 $server->on('onHTMLActionsPanel', [$this, 'htmlActionsPanel']);
101 $server->on('onBrowserPostAction', [$this, 'browserPostAction']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php61 $server->on('report', function($reportName, $dom, $uri) use ($self) {
71 $server->on('propFind', [$this, 'propFind']);
72 $server->on('validateTokens', [$this, 'validateTokens']);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php815 $server->on('propFind', [$this, 'propFind'], 20);
816 $server->on('beforeMethod', [$this, 'beforeMethod'], 20);
817 $server->on('beforeBind', [$this, 'beforeBind'], 20);
818 $server->on('beforeUnbind', [$this, 'beforeUnbind'], 20);
819 $server->on('propPatch', [$this, 'propPatch']);
820 $server->on('beforeUnlock', [$this, 'beforeUnlock'], 20);
821 $server->on('report', [$this, 'report']);
822 $server->on('method:ACL', [$this, 'httpAcl']);
823 $server->on('onHTMLActionsPanel', [$this, 'htmlActionsPanel']);
824 $server->on('getPrincipalByUri', function($principal, &$uri) {
/plugin/webdav/vendor/sabre/event/
H A DREADME.md13 Full documentation can be found on [the website][1].
40 on [GitHub][5].
/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterInterface.php25 function on($eventName, callable $callBack, $priority = 100); function
H A DEventEmitterTrait.php35 function on($eventName, callable $callBack, $priority = 100) { function
69 $this->on($eventName, $wrapper, $priority);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md7 * #69: Sending `charset="UTF-8"` on Basic authentication challenges per
140 fixes compatibility issues with people that have open_basedir turned on.
158 * Now works on hhvm!
173 * Fixed: getBodyAsString on an empty body now works.
229 * Changed: Now depends on sabre/event package.
236 * Fixed: Not erroring on unknown HTTP status codes.
237 * Fixed: Throwing exceptions on invalid HTTP status codes (not 3 digits).
H A DREADME.md86 You should always typehint on it's interface:
137 3. By controlling the instantation and depend on specific `Request` and
207 $client->on('beforeRequest', function($request) {
214 $client->on('afterRequest', function($request, $response) {
221 $client->on('error', function($request, $response, &$retry, $retryCount) {
228 $client->on('error:401', function($request, $response, &$retry, $retryCount) {
485 * Note that because the underlying data may be based on a stream, this
517 * Returns a specific HTTP header, based on it's name.
629 * Note that because the underlying data may be based on a stream, this
662 * Returns a specific HTTP header, based on it's name.
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md8 problems in PHP applications. 100% unitested and many tests are based on
32 on [GitHub][5].
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md86 * #331: Fix dealing with multiple overridden instances falling on the same
88 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence.
148 * #278: `expand()` did not work correctly on events with sub-components.
200 `VFREEBUSY` based on `VAVAILABILITY` data.
326 * #196: Made parsing recurrence rules a lot faster on big calendars.
381 * #143: `SCHEDULE-AGENT` on the `ORGANIZER` property is respected.
418 setters on properties. (`$event->DTSTART = new DateTime('now')`).
420 * #112: EventIterator now sets TZID on RECURRENCE-ID.
441 a user made on objects.
500 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
[all …]
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md7 * #161: Prevent infinite loop on empty xml elements
45 does constitute a BC break for those depending on this.
56 `$classMap` property which is defined on both the `Service` and `Writer`.
141 * Now depends on sabre/uri 1.0.
162 anyone, unless you are doing exact string matches on class names.

1...<<101102103104105106107108109110>>...115