Home
last modified time | relevance | path

Searched refs:storage (Results 151 – 175 of 615) sorted by last modified time

12345678910>>...25

/plugin/latexcaption/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/bulletodo/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/highlight2wiki/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/imagepreview/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/dokudrawingboard/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/ocr/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/structnotification/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/code39/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/dokutts/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/bookmark2wiki/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/snippets/
H A DCOPYING131 a storage or distribution medium does not bring the other work under
/plugin/ckgedit/ckeditor/
H A DLICENSE.md201 a storage or distribution medium does not bring the other work under
564 a storage or distribution medium does not bring the other work under
/plugin/ckgedit/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/twofactortelegram/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/tagfilter/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/html5video2/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/icon/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/bootswrapper/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/discussion/
H A DCOPYING131 a storage or distribution medium does not bring the other work under
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php35 * @param TokenStorageInterface $storage
45 TokenStorageInterface $storage, argument
50 parent::__construct($credentials, $httpClient, $storage);
121 $this->storage->storeAccessToken($this->service(), $token);
144 $token = $this->storage->retrieveAccessToken($this->service());
184 return $this->storage;
218 $this->storage->storeAccessToken($this->service(), $token);
277 return $this->storage->retrieveAuthorizationState($this->service());
287 $this->storage->storeAuthorizationState($this->service(), $state);
H A DEveOnline.php30 TokenStorageInterface $storage, argument
34 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/evesso/
H A DLICENSE131 a storage or distribution medium does not bring the other work under
/plugin/evesso/classes/
H A DEveOnlineAdapter.php99 $this->storage->storeAuthorizationState($this->oAuth->service(), $parameters['state']);
/plugin/evesso/phpoauthlib/
H A DREADME.md39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php24 protected $storage; variable in OAuth\\Common\\Service\\AbstractService
29 * @param TokenStorageInterface $storage
34 TokenStorageInterface $storage argument
38 $this->storage = $storage;
87 return $this->storage;

12345678910>>...25