Home
last modified time | relevance | path

Searched refs:Uri (Results 101 – 125 of 183) sorted by last modified time

12345678

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php10 use Sabre\Uri; alias
795 list($parentUri) = Uri\split($uri);
811 list($parentUri) = Uri\split($uri);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php13 use Sabre\Uri; alias
73 list($parent, $name) = Uri\split($uri);
99 list(, $nodeName) = Uri\split($principalUrl);
371 $listItem = Uri\split($group)[0] . '/';
440 list($calendarPath) = Uri\split($uri);
726 list($parent) = Uri\split($path);
827 list($parentPath) = Uri\split($path);
/plugin/davcal/vendor/sabre/uri/lib/
H A DVersion.php3 namespace Sabre\Uri;
H A Dfunctions.php3 namespace Sabre\Uri;
/plugin/davcal/vendor/sabre/uri/tests/
H A DNormalizeTest.php3 namespace Sabre\Uri;
H A DSplitTest.php3 namespace Sabre\Uri;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php8 use Sabre\Uri; alias
108 $newProps['hrefs'][] = Uri\resolve($reader->contextUri, $elem['value']);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DUri.php16 class Uri extends Text { class
/plugin/davcal/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/davcal/vendor/sabre/http/lib/
H A DClient.php6 use Sabre\Uri; alias
118 $request->setUrl(Uri\resolve(
H A DURLUtil.php85 return Uri\split($path);
99 return Uri\resolve($basePath, $newPath);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DUri.php23 class Uri implements Xml\Element { class
64 \Sabre\Uri\resolve(
96 \Sabre\Uri\resolve(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md79 `GuzzleHttp\Psr7\Uri`) for URI support. `GuzzleHttp\Url` is now gone.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php237 new Psr7\Uri($response->getHeaderLine('Location'))
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php42 $uri = new Uri($uri);
H A DUriResolver.php105 return new Uri(Uri::composeComponents(
148 if (Uri::isRelativePathReference($target)) {
H A DUriNormalizer.php141 … if ($flags & self::REMOVE_DEFAULT_PORT && $uri->getPort() !== null && Uri::isDefaultPort($uri)) {
145 if ($flags & self::REMOVE_DOT_SEGMENTS && !Uri::isRelativePathReference($uri)) {
H A DUri.php14 class Uri implements UriInterface class
214 * @see Uri::isNetworkPathReference
215 * @see Uri::isAbsolutePathReference
216 * @see Uri::isRelativePathReference
H A DUtils.php423 return new Uri($uri);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php25 use GuzzleHttp\Psr7\Uri; alias
231 Uri::withQueryValue($request->getUri(), 'uploadType', $uploadType)
345 $uri = Uri::fromParts($parts);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md145 - Reverted BC break to `Uri::resolve` and `Uri::removeDotSegments` by removing
167 - `Uri::isDefaultPort`
168 - `Uri::isAbsolute`
169 - `Uri::isNetworkPathReference`
170 - `Uri::isAbsolutePathReference`
171 - `Uri::isRelativePathReference`
172 - `Uri::isSameDocumentReference`
173 - `Uri::composeComponents`
191 - `Uri::resolve` in favor of `UriResolver::resolve`
214 - `Uri::withAddedHeader` with an array of header values.
[all …]
H A DREADME.md604 ### `GuzzleHttp\Psr7\Uri::isAbsolute`
610 ### `GuzzleHttp\Psr7\Uri::isNetworkPathReference`
617 ### `GuzzleHttp\Psr7\Uri::isAbsolutePathReference`
624 ### `GuzzleHttp\Psr7\Uri::isRelativePathReference`
643 ### `GuzzleHttp\Psr7\Uri::isDefaultPort`
650 ### `GuzzleHttp\Psr7\Uri::composeComponents`
658 ### `GuzzleHttp\Psr7\Uri::fromParts`
665 ### `GuzzleHttp\Psr7\Uri::withQueryValue`
673 ### `GuzzleHttp\Psr7\Uri::withQueryValues`
680 ### `GuzzleHttp\Psr7\Uri::withoutQueryValue`
[all …]
/plugin/oauthkeycloak/
H A DKeycloak.php6 use OAuth\Common\Http\Uri\Uri; alias
54 return new Uri($this->getEndpoint(self::ENDPOINT_AUTH));
60 return new Uri($this->getEndpoint(self::ENDPOINT_TOKEN));
91 new Uri($this->getEndpoint(self::ENDPOINT_LOGOUT)),
/plugin/oauthdrkserver/
H A DDRKServer.php6 use OAuth\Common\Http\Uri\Uri; alias
39 return new Uri($authUrl);
47 return new Uri($tokenUrl);
54 return new Uri($userUrl);
/plugin/oauthwechange/
H A DWechange.php6 use OAuth\Common\Http\Uri\Uri; alias
18 return new Uri($plugin->getConf('baseurl') . '/o/authorize/');
25 return new Uri($plugin->getConf('baseurl') . '/o/token/');

12345678