Home
last modified time | relevance | path

Searched defs:path (Results 201 – 225 of 540) sorted by path

12345678910>>...22

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php265 function generateDirectoryIndex($path) {
419 function generateHeader($title, $path = null) {
H A DPropFindAll.php22 function __construct($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php741 function propPatchProtectedPropertyCheck($path, PropPatch $propPatch) {
767 function propPatchNodeUpdate($path, PropPatch $propPatch) {
H A DPropFind.php43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) {
176 function setPath($path) {
297 protected $path; variable in Sabre\\DAV\\PropFind
H A DServer.php484 function getAllowedMethods($path) {
761 function getProperties($path, $propertyNames) {
780 function getPropertiesForChildren($path, $propertyNames) {
807 function getHTTPHeaders($path) {
888 function getPropertiesForPath($path, $propertyNames = [], $depth = 0) {
1186 function updateProperties($path, array $properties) {
H A DServerPlugin.php53 function getHTTPMethods($path) {
H A DTemporaryFileFilterPlugin.php160 protected function isTempFile($path) {
H A DTree.php53 function getNodeForPath($path) {
94 function nodeExists($path) {
176 function delete($path) {
192 function getChildren($path) {
224 function markDirty($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php24 protected $path; variable in Sabre\\DAV\\FS\\Node
31 function __construct($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php318 function afterUnbind($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php37 function propFind($path, PropFind $propFind);
52 function propPatch($path, PropPatch $propPatch);
65 function delete($path);
H A DPDO.php73 function propFind($path, PropFind $propFind) {
113 function propPatch($path, PropPatch $propPatch) {
156 function delete($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php100 function propPatch($path, PropPatch $propPatch) {
117 function afterUnbind($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php40 function __construct($path, array $acl, $owner = null) {
H A DFile.php39 function __construct($path, array $acl, $owner = null) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php950 function propPatch($path, DAV\PropPatch $propPatch) {
1137 protected function expandProperties($path, array $requestedProperties, $depth) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php44 function getPrincipalByPath($path);
62 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch);
H A DCreatePrincipalSupport.php28 function createPrincipal($path, MkCol $mkCol);
H A DPDO.php135 function getPrincipalByPath($path) {
179 function updatePrincipal($path, DAV\PropPatch $propPatch) {
378 function createPrincipal($path, MkCol $mkCol) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php621 function putPath($path, $data) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php47 private function deleteTree($path,$deleteRoot = true) {
H A DServerEventsTest.php25 function afterBindHandler($path) {
H A DServerPropsTest.php35 private function sendRequest($body, $path = '/', $headers = ['Depth' => '0']) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php26 public function propFind($path, PropFind $propFind) {
51 public function propPatch($path, PropPatch $propPatch) {
78 public function delete($path) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DFileTest.php14 protected $path = 'foo'; variable in Sabre\\DAVACL\\FS\\FileTest

12345678910>>...22