Home
last modified time | relevance | path

Searched refs:Uri (Results 151 – 175 of 183) sorted by last modified time

12345678

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php9 use Sabre\Uri; alias
88 list(, $principalBaseName) = Uri\split($owner);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php15 use Sabre\Uri; alias
944 list($parentUri) = Uri\split($uri);
960 list($parentUri) = Uri\split($uri);
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php6 use Sabre\Uri; alias
120 $request->setUrl(Uri\resolve(
H A DRequest.php6 use Sabre\Uri; alias
196 $uri = Uri\normalize($uri);
197 $baseUri = Uri\normalize($this->getBaseUrl());
H A DURLUtil.php85 return Uri\split($path);
99 return Uri\resolve($basePath, $newPath);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md178 * #15: Added `Sabre\XML\Element\Uri`.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php5 use Sabre\Uri; alias
65 return Uri\resolve($this->baseUri, $path);
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php3 namespace Sabre\Uri;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php6 use Sabre\Uri; alias
108 $newProps['hrefs'][] = Uri\resolve($reader->contextUri, $elem['value']);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php8 use Sabre\Uri; alias
57 list(, $name) = Uri\split($this->principalUri);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php6 use Sabre\Uri; alias
98 $newProps['hrefs'][] = Uri\resolve($reader->contextUri, $elem['value']);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))…
324 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUri.php16 class Uri extends Text { class
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))…
324 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DUri.php16 class Uri extends Text { class
/plugin/icalevents/vendor/sabre/uri/tests/
H A DResolveTest.php3 namespace Sabre\Uri;
H A DSplitTest.php3 namespace Sabre\Uri;
H A DBuildTest.php3 namespace Sabre\Uri;
H A DNormalizeTest.php3 namespace Sabre\Uri;
H A DParseTest.php3 namespace Sabre\Uri;
/plugin/icalevents/vendor/sabre/uri/lib/
H A DInvalidUriException.php3 namespace Sabre\Uri;
H A DVersion.php3 namespace Sabre\Uri;
H A Dfunctions.php3 namespace Sabre\Uri;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUri.php17 class Uri extends Text { class
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php101 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) {
330 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty) {

12345678