Home
last modified time | relevance | path

Searched refs:Uri (Results 126 – 150 of 183) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
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/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php15 use Sabre\Uri; alias
74 list($parent, $name) = Uri\split($uri);
386 $listItem = Uri\split($group)[0] . '/';
455 list($calendarPath) = Uri\split($uri);
760 list($parent) = Uri\split($path);
857 list($parentPath) = Uri\split($path);
/plugin/oauth/
H A DHTTPClient.php8 use OAuth\Common\Http\Uri\UriInterface;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php17 class Uri extends Text class
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUri.php17 class Uri extends Text { class
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php3 namespace OAuth\Common\Http\Uri;
10 class Uri implements UriInterface class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php3 namespace OAuth\Common\Http\Uri;
10 class Uri implements UriInterface class
210 * Uri::getRawAuthority() is available if plain-text password information is desirable.
283 * Uri::getAbsoluteUri() is available if plain-text password information is desirable.
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php6 use OAuth\Common\Http\Uri\UriInterface;
H A DCurlClient.php6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php6 use OAuth\Common\Http\Uri\UriInterface;
H A DCurlClient.php6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php97 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) {
307 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty)
/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/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) {
/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/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/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php3 namespace Sabre\Uri;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php6 use Sabre\Uri; alias
120 $request->setUrl(Uri\resolve(
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php6 use Sabre\Uri; alias
118 $request->setUrl(Uri\resolve(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php42 $uri = new Uri($uri);
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php3 namespace Sabre\Uri;
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php22 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php22 use OAuth\Common\Http\Uri\UriInterface;
/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);

12345678