Home
last modified time | relevance | path

Searched refs:Server (Results 51 – 75 of 243) sorted by path

12345678910

/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DInvalidSyncToken.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DLockTokenMatchesRequestUri.php34 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DLocked.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DMethodNotAllowed.php37 function getHTTPHeaders(\Sabre\DAV\Server $server) {
H A DPreconditionFailed.php61 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DReportNotSupported.php25 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DTooManyMatches.php31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php58 function initialize(DAV\Server $server) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php33 function initialize(DAV\Server $server) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php44 function initialize(DAV\Server $server) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php5 use Sabre\DAV\Server; alias
59 * @param Server $server
62 function initialize(Server $server) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php19 class Server extends EventEmitter { class
H A DServerPlugin.php24 * @param Server $server
27 abstract function initialize(Server $server);
H A DTemporaryFileFilterPlugin.php89 * @param Server $server
92 function initialize(Server $server) {
273 '{' . Server::NS_SABREDAV . '}tempFile' => true,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php51 * @param DAV\Server $server
54 function initialize(DAV\Server $server) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php92 …$writer->writeElement('{DAV:}depth', ($lock->depth == DAV\Server::DEPTH_INFINITY ? 'infinity' : $l…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php112 $value = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DAceConflict.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNeedPrivileges.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNoAbstract.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNotRecognizedPrincipal.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DNotSupportedPrivilege.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php674 function initialize(DAV\Server $server) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DFreeBusyReportTest.php85 $this->server = new DAV\Server([$calendar]);
161 $this->server = new DAV\Server();
H A DICSExportPluginTest.php24 $s = new DAV\Server();
47 $s = new DAV\Server($tree);
95 $s = new DAV\Server($tree);
133 $s = new DAV\Server();
159 $s = new DAV\Server($tree);
197 $s = new DAV\Server($tree);
252 $s = new DAV\Server($tree);
288 $s = new DAV\Server($tree);
324 $s = new DAV\Server($tree);
364 $s = new DAV\Server($tree);
[all …]

12345678910