Home
last modified time | relevance | path

Searched refs:token (Results 526 – 550 of 922) sorted by relevance

1...<<21222324252627282930>>...37

/plugin/codemirror/dist/modes/
H A Dhtmlembedded.min.js.map1token","stream","skipTo","skipToEnd","scriptStartRegex","scriptEndRegex","scriptingModeSpec","defi…
H A Dsmarty.min.js1token(a,b.base);if(h>-1)a.string=c;return i}function o(a,b){if(a.match(d,true)){if(f===3){b.depth-…
H A Dasciiarmor.min.js1 …ToEnd();return b?"error":null}a.defineMode("asciiarmor",function(){return{token:function(a,c){var …
H A Dclike.min.js1token:function(a,b){var g=b.context;if(a.sol()){if(g.align==null)g.align=false;b.indented=a.indent…
H A Dspreadsheet.min.js1 …function(){return{startState:function(){return{stringType:null,stack:[]}},token:function(a,b){if(!…
H A Dcmake.min.js1 …=false;a.inInclude=false;a.continueString=false;a.pending=false;return a},token:function(a,b){if(a…
H A Drst.min.js1token:function(a){if(a.match(d)&&a.match(/\W+|$/,false))return"strong";if(a.match(e)&&a.match(/\W+… method in AnonymousFunctionab4d4a620200.n
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php96 $writer->writeElement('{DAV:}href', 'opaquelocktoken:' . $lock->token);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php96 $writer->writeElement('{DAV:}href', 'opaquelocktoken:' . $lock->token);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHubic.php77 return new Uri('https://api.hubic.com/oauth/token');
99 'Error in retrieving token: "' . $data['error'] . '"'
103 $token = new StdOAuth2Token();
104 $token->setAccessToken($data['access_token']);
105 $token->setLifetime($data['expires_in']);
108 $token->setRefreshToken($data['refresh_token']);
115 $token->setExtraParams($data);
117 return $token;
H A DJawboneUP.php104 return new Uri('https://jawbone.com/auth/oauth2/token');
125 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
128 $token = new StdOAuth2Token();
129 $token->setAccessToken($data['access_token']);
130 $token->setLifeTime($data['expires_in']);
133 $token->setRefreshToken($data['refresh_token']);
140 $token->setExtraParams($data);
142 return $token;
H A DBuffer.php46 return new Uri('https://api.bufferapp.com/1/oauth2/token.json');
126 $token = $this->parseAccessTokenResponse($responseBody);
127 $this->storage->storeAccessToken($this->service(), $token);
129 return $token;
139 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
142 $token = new StdOAuth2Token();
143 $token->setAccessToken($data['access_token']);
145 $token->setEndOfLife(StdOAuth2Token::EOL_NEVER_EXPIRES);
147 $token->setExtraParams($data);
149 return $token;
[all...]
H A DDailymotion.php76 return new Uri('https://api.dailymotion.com/oauth/token');
99 'Error in retrieving token: "%s"',
105 $token = new StdOAuth2Token();
106 $token->setAccessToken($data['access_token']);
107 $token->setLifeTime($data['expires_in']);
110 $token->setRefreshToken($data['refresh_token']);
117 $token->setExtraParams($data);
119 return $token;
H A DParrotFlowerPower.php89 'Error in retrieving token: "' . $data['error'] . '"'
93 $token = new StdOAuth2Token();
94 $token->setAccessToken($data['access_token']);
95 $token->setLifetime($data['expires_in']);
98 $token->setRefreshToken($data['refresh_token']);
105 $token->setExtraParams($data);
107 return $token;
112 * Parrot use a different endpoint for refresh a token
116 public function refreshAccessToken(TokenInterface $token) argument
118 $refreshToken = $token
[all...]
H A DReddit.php85 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
88 $token = new StdOAuth2Token();
89 $token->setAccessToken($data['access_token']);
90 $token->setLifeTime($data['expires_in']);
93 $token->setRefreshToken($data['refresh_token']);
100 $token->setExtraParams($data);
102 return $token;
H A DVkontakte.php82 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
85 $token = new StdOAuth2Token();
86 $token->setAccessToken($data['access_token']);
87 $token->setLifeTime($data['expires_in']);
90 $token->setRefreshToken($data['refresh_token']);
97 $token->setExtraParams($data);
99 return $token;
H A DGitHub.php175 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
178 $token = new StdOAuth2Token();
179 $token->setAccessToken($data['access_token']);
181 $token->setEndOfLife(StdOAuth2Token::EOL_NEVER_EXPIRES);
184 $token->setExtraParams($data);
186 return $token;
H A DDeviantArt.php63 return new Uri('https://www.deviantart.com/oauth2/token');
77 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
80 $token = new StdOAuth2Token();
81 $token->setAccessToken($data['access_token']);
84 $token->setLifeTime($data['expires_in']);
88 $token->setRefreshToken($data['refresh_token']);
95 $token->setExtraParams($data);
97 return $token;
H A DHeroku.php62 return new Uri('https://id.heroku.com/oauth/token');
85 'Error in retrieving token: "%s"',
91 $token = new StdOAuth2Token();
92 $token->setAccessToken($data['access_token']);
93 $token->setLifeTime($data['expires_in']);
96 $token->setRefreshToken($data['refresh_token']);
103 $token->setExtraParams($data);
105 return $token;
H A DMicrosoft.php101 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
104 $token = new StdOAuth2Token();
105 $token->setAccessToken($data['access_token']);
106 $token->setLifetime($data['expires_in']);
109 $token->setRefreshToken($data['refresh_token']);
116 $token->setExtraParams($data);
118 return $token;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php184 foreach ($this->ignoreIndentationTokens as $token) {
185 if (is_int($token) === false) {
186 if (defined($token) === false) {
190 $token = constant($token);
193 $this->_ignoreIndentationTokens[$token] = true;
1136 foreach ($conditions as $token => $condition) {
1138 $object = $token;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerStartTlsHandler.php48 * @param TokenInterface $token
55 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
45 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSiteVerification.php89 'path' => 'token',
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock28 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
201 "name": "phpunit/php-token-stream",
205 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
210 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
244 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php327 $token = $input->LT(1);
333 $token === null ? '' : $token->getLine(),
334 $token === null ? '' : $token->getCharPositionInLine()
462 $token = $input->LT(1);
468 $token === null ? '' : $token->getLine(),
469 $token === null ? '' : $token
[all...]

1...<<21222324252627282930>>...37