Home
last modified time | relevance | path

Searched defs:uri (Results 276 – 287 of 287) sorted by path

1...<<1112

/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php86 function getSupportedReportSet($uri) {
107 function syncCollection($uri, SyncCollectionReport $report) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php142 function beforeCreateFile($uri, $data, ICollection $parent, $modified) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php175 function findByUri($uri) {
H A DIPrincipalCollection.php60 function findByUri($uri);
H A DPlugin.php135 function getMethods($uri) {
165 function getSupportedReportSet($uri) {
192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) {
708 function getPrincipalByUri($uri) {
942 function beforeBind($uri) {
958 function beforeUnbind($uri) {
973 function beforeUnlock($uri, DAV\Locks\LockInfo $lock) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php24 protected $uri; variable in Sabre\\DAVACL\\Exception\\NeedPrivileges
39 function __construct($uri, array $privileges) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DAbstractBackend.php35 function findByUri($uri, $principalPrefix) {
H A DBackendInterface.php112 function findByUri($uri, $principalPrefix);
H A DPDO.php299 function findByUri($uri, $principalPrefix) {
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php114 function normalize($uri) {
181 function parse($uri) {
302 function _parse_fallback($uri) {
/plugin/webdavclient/db/
H A Dupdate0001.sql3 uri text, field
21 uri text, field
34 uri text, field
45 uri text, field
56 uri text, field
/plugin/webdavclient/
H A Dhelper.php176 public function getCalendarEntryByUri($connectionId, $uri)
194 public function getAddressbookEntryByUri($connectionId, $uri)
308 public function editAddressbookEntry($connectionId, $uri, $data, $dwuser = null)
337 public function deleteAddressbookEntry($connectionId, $uri, $dwuser = null)
417 …public function addConnection($uri, $username, $password, $displayname, $description, $type, $sync…
535 public function queryServer($uri, $username, $password)
695 private function getSupportedCalendarsFromDavResponse($uri, $response)
725 private function getSupportedAddressbooksFromDavResponse($uri, $response)

1...<<1112