Home
last modified time | relevance | path

Searched refs:getStorage (Results 1 – 14 of 14) sorted by path

/plugin/aichat/
H A DEmbeddings.php77 public function getStorage()
50 public function getStorage() global() function in dokuwiki\\plugin\\aichat\\Embeddings
H A Dcli.php143 $this->helper->getStorage()->statistics()
193 $storage = $this->helper->getStorage();
339 $this->helper->getStorage()->runMaintenance();
387 $storage = $this->helper->getStorage();
/plugin/evesso/classes/
H A DAbstractAdapter.php96 $this->oAuth->getStorage()->clearToken($this->oAuth->service());
97 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());
146 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());
159 …if ($this->oAuth->getStorage()->hasAccessToken($this->oAuth->service()) && $this->oAuth->getStorag…
180 if ($this->oAuth->getStorage()->hasAccessToken($this->oAuth->service())) {
181 …$this->oAuth->refreshAccessToken($this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->ser…
H A DEveOnlineAdapter.php35 …$access_token = $this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->service())->getAcces…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php85 public function getStorage() function in OAuth\\Common\\Service\\AbstractService
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php182 public function getStorage() function in OAuth\\OAuth2\\Service\\AbstractService
/plugin/issuetracker/
H A Dprototype.js3107 getStorage: function(element) {
3129 Element.getStorage(element).update(key);
3131 Element.getStorage(element).set(key, value);
3139 var hash = Element.getStorage(element), value = hash.get(key);
/plugin/oauth/
H A DAdapter.php116 $oldStorage = $oauth->getStorage();
143 if (!$oauth->getStorage()->hasAccessToken($oauth->service())) {
148 $token = $oauth->getStorage()->retrieveAccessToken($oauth->service());
163 $oauth->getStorage()->storeAccessToken($oauth->service(), $token);
193 $oauth->getStorage()->storeAuthorizationState($oauth->service(), $parameters['state']);
235 $token = $oauth->getStorage()->retrieveAccessToken($this->getServiceID());
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php85 public function getStorage() function in OAuth\\Common\\Service\\AbstractService
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php183 public function getStorage() function in OAuth\\OAuth2\\Service\\AbstractService
/plugin/oauthazure/
H A Daction.php34 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
/plugin/oauthcognito/
H A Daction.php24 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
/plugin/oauthkeycloak/
H A DKeycloak.php77 $token = $this->getStorage()->retrieveAccessToken($this->service());
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3099 getStorage: function(element) {
3121 Element.getStorage(element).update(key);
3123 Element.getStorage(element).set(key, value);
3131 var hash = Element.getStorage(element), value = hash.get(key);