Home
last modified time | relevance | path

Searched refs:__construct (Results 3501 – 3525 of 3579) sorted by path

1...<<141142143144

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php39 function __construct($uri, array $privileges) { function in Sabre\\DAVACL\\Exception\\NeedPrivileges
44 …parent::__construct('User did not have the required privileges (' . implode(',', $privileges) . ')…
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php43 function __construct($path, array $acl, $owner = null) { function in Sabre\\DAVACL\\FS\\Collection
45 parent::__construct($path);
H A DFile.php41 function __construct($path, array $acl, $owner = null) { function in Sabre\\DAVACL\\FS\\File
43 parent::__construct($path);
H A DHomeCollection.php47 …function __construct(BackendInterface $principalBackend, $storagePath, $principalPrefix = 'princip… function in Sabre\\DAVACL\\FS\\HomeCollection
49 parent::__construct($principalBackend, $principalPrefix);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php47 …function __construct(PrincipalBackend\BackendInterface $principalBackend, array $principalProperti… function in Sabre\\DAVACL\\Principal
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php70 function __construct(\PDO $pdo) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php62 function __construct(array $privileges, $prefixBaseUrl = true) { function in Sabre\\DAVACL\\Xml\\Property\\Acl
H A DCurrentUserPrivilegeSet.php37 function __construct(array $privileges) { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
H A DPrincipal.php62 function __construct($type, $href = null) { function in Sabre\\DAVACL\\Xml\\Property\\Principal
70 parent::__construct($href);
H A DSupportedPrivilegeSet.php38 function __construct(array $privileges) { function in Sabre\\DAVACL\\Xml\\Property\\SupportedPrivilegeSet
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php58 function __construct(callable $executor = null) { function in Sabre\\Event\\Promise
/plugin/webdav/vendor/sabre/http/
H A DREADME.md338 public function __construct($method = null, $url = null, array $headers = null, $body = null);
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAbstractAuth.php46 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response… function in Sabre\\HTTP\\Auth\\AbstractAuth
H A DDigest.php47 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response… function in Sabre\\HTTP\\Auth\\Digest
51 parent::__construct($realm, $request, $response);
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php72 function __construct() { function in Sabre\\HTTP\\Client
H A DClientHttpException.php29 function __construct(ResponseInterface $response) { function in Sabre\\HTTP\\ClientHttpException
32 parent::__construct($response->getStatusText(), $response->getStatus());
H A DRequest.php42 function __construct($method = null, $url = null, array $headers = null, $body = null) { function in Sabre\\HTTP\\Request
H A DRequestDecorator.php24 function __construct(RequestInterface $inner) { function in Sabre\\HTTP\\RequestDecorator
H A DResponse.php104 function __construct($status = null, array $headers = null, $body = null) { function in Sabre\\HTTP\\Response
H A DResponseDecorator.php24 function __construct(ResponseInterface $inner) { function in Sabre\\HTTP\\ResponseDecorator
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php44 public function __construct($objects = null) function in Sabre\\VObject\\BirthdayCalendarGenerator
H A DComponent.php51 public function __construct(Document $root, $name, array $children = [], $defaults = true) function in Sabre\\VObject\\Component
H A DDocument.php95 public function __construct() function in Sabre\\VObject\\Document
107 parent::__construct($this, $name, $children, $defaults);
H A DFreeBusyData.php35 public function __construct($start, $end) function in Sabre\\VObject\\FreeBusyData
H A DFreeBusyGenerator.php92 …public function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objec… function in Sabre\\VObject\\FreeBusyGenerator

1...<<141142143144