Home
last modified time | relevance | path

Searched refs:Uri (Results 1 – 25 of 183) sorted by path

12345678

/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/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/
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/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php42 $uri = new Uri($uri);
H A DUri.php14 class Uri implements UriInterface class
214 * @see Uri::isNetworkPathReference
215 * @see Uri::isAbsolutePathReference
216 * @see Uri::isRelativePathReference
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 DUriResolver.php105 return new Uri(Uri::composeComponents(
148 if (Uri::isRelativePathReference($target)) {
H A DUtils.php423 return new Uri($uri);
/plugin/bible/bible_douayRheims/
H A D1_Esdras.txt260 10:24. And of the singing men, Elisiab: and of the porters, Sellum, and Telem, and Uri.
H A D1_Paralipomenon.txt74 2:20. And Hur begot Uri: and Uri begot Bezeleel.
H A D2_Paralipomenon.txt5 …1:5. And the altar of brass, which Beseleel the son of Uri the son of Hur had made, was there befo…
H A D3_Kings.txt146 …4:19. Gaber, the son of Uri, in the land of Galaad, in the land of Sehon, the king of the Amorrhit…
H A DExodus.txt872 31:2. Behold, I have called by name Beseleel the son of Uri, the son of Hur, of the tribe of Juda,
1010 …ldren of Israel: Behold, the Lord hath called by name Beseleel, the son of Uri, the son of Hur, of…
1103 …38:22. Which Beseleel, the son of Uri, the son of Hur of the tribe of Juda, had made, as the Lord …
/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/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/dav/lib/CardDAV/
H A DAddressBookHome.php8 use Sabre\Uri; alias
55 list(, $name) = Uri\split($this->principalUri);
/plugin/davcal/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/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php5 use Sabre\Uri; alias
65 return Uri\resolve($this->baseUri, $path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php10 use Sabre\Uri; alias
540 $uri = Uri\normalize(str_replace('//', '/', $uri));
541 $baseUri = Uri\normalize($this->getBaseUri());
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php9 use Sabre\Uri; alias
91 list(, $principalBaseName) = Uri\split($owner);
/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/http/lib/
H A DClient.php6 use Sabre\Uri; alias
118 $request->setUrl(Uri\resolve(
H A DRequest.php6 use Sabre\Uri; alias
196 $uri = Uri\normalize($uri);
197 $baseUri = Uri\normalize($this->getBaseUrl());

12345678