Home
last modified time | relevance | path

Searched refs:Http (Results 126 – 150 of 213) sorted by path

123456789

/plugin/oauth/Service/
H A DAbstractOAuth2Base.php5 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/action/
H A Dlogin.php8 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/
H A Ddeleted.files63 phpoauthlib/src/OAuth/Common/Http/Client/AbstractClient.php
64 phpoauthlib/src/OAuth/Common/Http/Client/ClientInterface.php
65 phpoauthlib/src/OAuth/Common/Http/Client/CurlClient.php
66 phpoauthlib/src/OAuth/Common/Http/Client/StreamClient.php
67 phpoauthlib/src/OAuth/Common/Http/Exception/TokenResponseException.php
68 phpoauthlib/src/OAuth/Common/Http/Uri/Uri.php
69 phpoauthlib/src/OAuth/Common/Http/Uri/UriFactory.php
70 phpoauthlib/src/OAuth/Common/Http/Uri/UriFactoryInterface.php
71 phpoauthlib/src/OAuth/Common/Http/Uri/UriInterface.php
147 phpoauthlib/tests/Unit/Common/Http/Clien
[all...]
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md40 - You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (two implementations are included)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DAbstractClient.php3 namespace OAuth\Common\Http\Client;
H A DClientInterface.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Uri\UriInterface;
6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
H A DStreamClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php3 namespace OAuth\Common\Http\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php3 namespace OAuth\Common\Http\Uri;
H A DUriFactory.php3 namespace OAuth\Common\Http\Uri;
H A DUriFactoryInterface.php3 namespace OAuth\Common\Http\Uri;
H A DUriInterface.php3 namespace OAuth\Common\Http\Uri;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Http\Uri\UriInterface;
H A DServiceInterface.php5 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Client\ClientInterface;
9 use OAuth\Common\Http\Uri\UriInterface;
H A DBitBucket.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DEtsy.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DFitBit.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DFiveHundredPx.php14 use OAuth\Common\Http\Exception\TokenResponseException;
15 use OAuth\Common\Http\Uri\Uri;
17 use OAuth\Common\Http\Uri\UriInterface;
19 use OAuth\Common\Http\Client\ClientInterface;
H A DFlickr.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DQuickBooks.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DRedmine.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DScoopIt.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DServiceInterface.php8 use OAuth\Common\Http\Client\ClientInterface;
9 use OAuth\Common\Http\Uri\UriInterface;
10 use OAuth\Common\Http\Exception\TokenResponseException;

123456789