Home
last modified time | relevance | path

Searched refs:Uri (Results 76 – 100 of 183) sorted by last modified time

12345678

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php6 use OAuth\Common\Http\Uri\UriInterface;
H A DStreamClient.php6 use OAuth\Common\Http\Uri\UriInterface;
H A DClientInterface.php5 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php11 use OAuth\Common\Http\Uri\UriInterface;
H A DEveOnline.php13 use OAuth\Common\Http\Uri\Uri; alias
14 use OAuth\Common\Http\Uri\UriInterface;
37 $this->baseApiUri = new Uri('https://login.eveonline.com');
H A DGeneric.php8 use OAuth\Common\Http\Uri\Uri; alias
12 use OAuth\Common\Http\Uri\UriInterface;
41 $this->authorizationEndpoint = new Uri($url);
64 $this->accessTokenEndpoint = new Uri($url);
H A DServiceInterface.php11 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php3 namespace OAuth\Common\Http\Uri;
10 class Uri implements UriInterface class
H A DUriFactory.php3 namespace OAuth\Common\Http\Uri;
41 return new Uri($absoluteUri);
59 $uri = new Uri();
82 return new Uri($_server['REQUEST_URI']);
H A DUriFactoryInterface.php3 namespace OAuth\Common\Http\Uri;
H A DUriInterface.php3 namespace OAuth\Common\Http\Uri;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php7 use OAuth\Common\Http\Uri\Uri; alias
8 use OAuth\Common\Http\Uri\UriInterface;
54 $uri = new Uri($path);
H A DServiceInterface.php5 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/classes/
H A DoAuthHTTPClient.php7 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php22 use OAuth\Common\Http\Uri\UriInterface;
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php6 use Sabre\Uri; alias
196 $uri = Uri\normalize($uri);
197 $baseUri = Uri\normalize($this->getBaseUrl());
/plugin/davcal/vendor/sabre/uri/tests/
H A DBuildTest.php3 namespace Sabre\Uri;
H A DResolveTest.php3 namespace Sabre\Uri;
/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/xml/
H A DCHANGELOG.md111 * #15: Added `Sabre\XML\Element\Uri`.
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DUriTest.php34 'value' => new Uri('http://example.org/foo/bar'),
57 '{http://sabredav.org/ns}uri' => new Uri('/foo/bar'),
/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);

12345678