Home
last modified time | relevance | path

Searched refs:token (Results 376 – 400 of 922) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D11.11.js.map1token: 'delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.square' },\n …
H A D31.31.js.map1token: 'delimiter.bracket', open: '{', close: '}' },\n { token: 'delimiter.array', open: '[…
H A D38.38.js.map1token: 'delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.square' },\n …
H A D21.21.js1token:"annotation",log:"annotation token: $0"}],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX…
/plugin/issuelinks/services/
H A DGitLab.service.php20 protected $token; variable in dokuwiki\\plugin\\issuelinks\\services\\GitLab
33 $this->token = $authToken;
84 if (empty($this->token)) {
130 'PRIVATE-TOKEN' => $this->token,
165 $token = $INPUT->str('gitlab_token');
170 if (!empty($token)) {
171 $db->saveKeyValuePair('gitlab_token', $token);
H A DJira.service.php25 protected $token; variable in dokuwiki\\plugin\\issuelinks\\services\\Jira
39 $this->token = $authToken;
124 if (empty($this->token)) {
149 'Authorization' => 'Basic ' . base64_encode("$this->authUser:$this->token"),
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php519 $token = $nextChar;
520 $nextToken = $_tokens[$token];
532 foreach ($_tokens as $token => $e) {
533 if ('#' !== $token[0]) {
537 $ntoken = str_replace('#', '\#', substr($token, 1));
785 foreach ($state as $j => $token) {
786 if (0 != preg_match('#^(\d+),(.*)$#', $token, $matches)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php50 $token = $stream->next();
52 $repr[] = $token->getValue();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php74 throw new TokenResponseException('Error in retrieving token.');
90 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
93 $token = new StdOAuth1Token();
95 $token->setRequestToken($data['oauth_token']);
96 $token->setRequestTokenSecret($data['oauth_token_secret']);
97 $token->setAccessToken($data['oauth_token']);
98 $token->setAccessTokenSecret($data['oauth_token_secret']);
100 $token->setEndOfLife(StdOAuth1Token::EOL_NEVER_EXPIRES);
102 $token->setExtraParams($data);
104 return $token;
[all...]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHarvest.php41 'state' => 'optional-csrf-token',
68 return new Uri('https://api.harvestapp.com/oauth2/token');
89 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
92 $token = new StdOAuth2Token();
93 $token->setAccessToken($data['access_token']);
94 $token->setLifetime($data['expires_in']);
95 $token->setRefreshToken($data['refresh_token']);
99 $token->setExtraParams($data);
101 return $token;
105 * Refreshes an OAuth2 access token
113 refreshAccessToken(TokenInterface $token) global() argument
[all...]
H A DVimeo.php114 'Error in retrieving token: "' . $data['error_description'] . '"'
118 'Error in retrieving token: "' . $data['error'] . '"'
122 $token = new StdOAuth2Token();
123 $token->setAccessToken($data['access_token']);
126 $token->setLifeTime($data['expires_in']);
130 $token->setRefreshToken($data['refresh_token']);
136 $token->setExtraParams($data);
138 return $token;
H A DStrava.php82 return new Uri('https://www.strava.com/oauth/token');
104 'Error in retrieving token: "' . $data['error_description'] . '"'
108 'Error in retrieving token: "' . $data['error'] . '"'
112 $token = new StdOAuth2Token();
113 $token->setAccessToken($data['access_token']);
116 $token->setLifeTime($data['expires_in']);
120 $token->setRefreshToken($data['refresh_token']);
126 $token->setExtraParams($data);
128 return $token;
/plugin/bez/ctl/
H A D8d.php6 //if we don't have a token, generate a new one and redirect
8 $token = $this->model->authentication_tokenFactory->create_token($this->id()); variable
10 wl($this->id('8d', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js455 var token;
456 …return token = lexer.lex() || EOF, "number" != typeof token && (token = self.symbols_[token] || to…
457 token;
478 token: this.terminals_[symbol] || symbol,
567 token: null,
592 var token, lines, backup; variable
623 this.done && this._input && (this.done = !1), token) return token;
635 var token, match, tempMatch, index; variable
640 … if (token = this.test_match(tempMatch, rules[i]), token !== !1) return token;
650 …return match ? (token = this.test_match(match, rules[index]), token !== !1 && token) : "" === this…
[all …]
H A Dsequence-diagram-snap-min.js6token;return token=lexer.lex()||EOF,"number"!=typeof token&&(token=self.symbols_[token]||token),to… variable
H A Dsequence-diagram-raphael.js455 var token;
456 …return token = lexer.lex() || EOF, "number" != typeof token && (token = self.symbols_[token] || to…
457 token;
478 token: this.terminals_[symbol] || symbol,
567 token: null,
592 var token, lines, backup; variable
623 this.done && this._input && (this.done = !1), token) return token;
635 var token, match, tempMatch, index; variable
640 … if (token = this.test_match(tempMatch, rules[i]), token !== !1) return token;
650 …return match ? (token = this.test_match(match, rules[index]), token !== !1 && token) : "" === this…
[all …]
/plugin/codemirror/dist/modes/
H A Dhaml.min.js1token(a,b.rubyState)}function g(a,b){var d=a.peek();if(b.previousToken.style=="comment"){if(b.inde…
H A Drpm.min.js1token:function(d){if(d.sol()){if(d.match(a)){return"tag"}if(d.match(b)){return"tag"}}if(d.match(c)…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php72 public function storeAccessToken($service, TokenInterface $token) argument
75 $this->redis->hset($this->key, $service, serialize($token));
76 $this->cachedTokens[$service] = $token;
H A DMemory.php45 public function storeAccessToken($service, TokenInterface $token) argument
47 $this->tokens[$service] = $token;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php11 * Stores a token in a Redis server. Requires the Predis library available at https://github.com/nrk/predis
39 * @param string $key The key to store the token under in redis
72 public function storeAccessToken($service, TokenInterface $token) argument
74 // (over)write the token
75 $this->redis->hset($this->key, $service, serialize($token));
76 $this->cachedTokens[$service] = $token;
156 // (over)write the token
H A DMemory.php10 * Stores a token in-memory only (destroyed at end of script execution).
45 public function storeAccessToken($service, TokenInterface $token) argument
47 $this->tokens[$service] = $token;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php42 // Valid token types
243 * Flush the current buffer to a token.
267 $token = $this->tokens[$j];
268 if (isset($this->tagTypes[$token[self::TYPE]])) {
269 if (isset($this->interpolatedTags[$token[self::TYPE]])) {
272 } elseif ($token[self::TYPE] == self::T_TEXT) {
273 if (preg_match('/\S/', $token[self::VALUE])) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php34 TokenInterface $token,
41 $token
35 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php368 foreach ($tokens as $token) {
370 $this->_listeners[$token] = array();
396 foreach ($tokens as $token) {
401 unset($this->_listeners[$token][$class]);
488 foreach ($this->_tokens as $stackPtr => $token) {
490 if ($token['code'] === T_COMMENT
491 || $token['code'] === T_DOC_COMMENT_TAG
521 $type = $token['type'];
526 if ($token['code'] !== T_INLINE_HTML) {
2062 foreach ($todo as $token) {
[all …]

1...<<11121314151617181920>>...37