Home
last modified time | relevance | path

Searched refs:ServiceInterface (Results 1 – 18 of 18) sorted by relevance

/plugin/issuelinks/classes/
H A DServiceProvider.php5 use dokuwiki\plugin\issuelinks\services\ServiceInterface; alias
53 * @return ServiceInterface[]
68 * @return ServiceInterface[]]
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php17 use OAuth\Common\Service\ServiceInterface; alias
101 * @return ServiceInterface
154 * @return ServiceInterface
210 * @return ServiceInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DServiceInterface.php5 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;
11 interface ServiceInterface extends BaseServiceInterface interface
H A DAbstractService.php17 abstract class AbstractService extends BaseAbstractService implements ServiceInterface
318 * Returns a class constant from ServiceInterface defining the authorization method used for the API
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php17 use OAuth\Common\Service\ServiceInterface; alias
69 * @throws Exception If the class is nonexistent or does not implement a valid ServiceInterface
80 if ($reflClass->implementsInterface('OAuth\\' . $version . '\\Service\\ServiceInterface')) {
87 throw new Exception(sprintf('Service class %s must implement ServiceInterface.', $className));
102 * @return ServiceInterface
163 * @return ServiceInterface
221 * @return ServiceInterface
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DServiceInterface.php10 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;
16 interface ServiceInterface extends BaseServiceInterface interface
H A DAbstractService.php18 abstract class AbstractService extends BaseAbstractService implements ServiceInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DServiceInterface.php11 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;
17 interface ServiceInterface extends BaseServiceInterface interface
H A DAbstractService.php15 abstract class AbstractService extends BaseAbstractService implements ServiceInterface
/plugin/issuelinks/services/
H A DServiceInterface.php10 interface ServiceInterface interface
17 * @return ServiceInterface
H A DAbstractService.php8 abstract class AbstractService implements ServiceInterface
/plugin/issuelinks/
H A Dsyntax.php10 use dokuwiki\plugin\issuelinks\services\ServiceInterface; alias
65 /** @var ServiceInterface $serviceClass */
/plugin/issuelinks/admin/
H A Drepoadmin.php11 use dokuwiki\plugin\issuelinks\services\ServiceInterface; alias
62 /** @var ServiceInterface[] $services */
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php10 interface ServiceInterface interface
H A DAbstractService.php15 abstract class AbstractService implements ServiceInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php10 interface ServiceInterface interface
H A DAbstractService.php15 abstract class AbstractService implements ServiceInterface
58 'An absolute URI must be passed to ServiceInterface::request as no baseApiUri is set.'
/plugin/oauth/
H A Ddeleted.files73 phpoauthlib/src/OAuth/Common/Service/ServiceInterface.php
91 phpoauthlib/src/OAuth/OAuth1/Service/ServiceInterface.php
131 phpoauthlib/src/OAuth/OAuth2/Service/ServiceInterface.php