Home
last modified time | relevance | path

Searched refs:token (Results 401 – 425 of 922) sorted by relevance

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D19.19.js1token:"keyword.$0"},"@default":"identifier"}}],{include:"@whitespace"},[/\[<.*>\]/,"annotation"],[…
H A D21.21.js.map1token: 'annotation', log: 'annotation token: $0' }],\n // numbers\n [/\\d*\\…
H A D8.8.js1 …_$][\w$]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}],[/[A-Z][\w\$]*/,{ca…
H A D0.0.js.map1token: 'delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open…
H A D1.1.js.map1token: 'delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open…
H A D53.53.js.map1token: 'string.quote', bracket: '@open', next: '@string' }],\n { include: '@numbers' },…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php49 $token = $this->simpleBind($dispatcher, $request);
52 return $token;
H A DServerDispatchHandler.php33 * @param TokenInterface $token
40 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
42 $context = new RequestContext($message->controls(), $token);
32 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DDisallowSelfActionsSniff.php116 foreach ($foundCalls as $token => $funcData) {
128 $phpcsFile->addError($error, $token, 'Found'.ucfirst($funcData['type']), $data);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DEnterprises.php96 * @param string $token Required. The token provided by the enterprise to
102 public function enroll($token, Enterprise $postBody, $optParams = []) argument
104 $params = ['token' => $token, 'postBody' => $postBody];
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1token","lookahead","digitRE","radixRE","eat","backUp","nongreedy","greedy","re","words","length","…
H A Dhtmlmixed.min.js.map1token","htmlState","toLowerCase","hasOwnProperty","inTag","modeSpec","endTagA","endTag","localStat…
H A Dpegjs.min.js.map1token","state","peek","next","eol","skipToEnd","text","current","i","length","indexOf","eatSpace"]…
H A Dpegjs.min.js1token:function(b,e){if(b)if(!e.inString&&!e.inComment&&(b.peek()=='"'||b.peek()=="'")){e.stringTyp…
H A Djsx.min.js1token(c,j.state),n=c.current(),o;if(/\btag\b/.test(m)){if(/>$/.test(n)){if(j.state.context)j.depth…
H A Dhaskell-literate.min.js.map1token","stream","state","sol","eat","skipToEnd","innerMode","mode","defineMIME"],"mappings":"CAGA,…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.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-raphael-min.js6token;return token=lexer.lex()||EOF,"number"!=typeof token&&(token=self.symbols_[token]||token),to… variable
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1147 var token = '';
1175 token = marker;
1180 token = '';
1183 if(token == '') {
1196 var token_len = token.length;
1236 em = token.charAt(0);
1238 token_stack.unshift(token);
1258 token_stack.unshift(token);
1260 strong = token;
1279 em = token;
[all …]
/plugin/webdav/
H A Dadmin.php90 if ($lock->token == $lock_id) {
155 …ss="btn btn-default btn-xs btn_unlock_file" name="lock" value="' . $lock->token . '">Unlock</butto…
/plugin/hipchat/
H A Daction.php60 $token = $this->getConf('hipchat_token');
64 $transport = new rcrowe\Hippy\Transport\Guzzle($token, $room, $from);
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp1 token literal names:
73 token symbolic names:
/plugin/gitlabapi/
H A DREADME.md17 - **token.default**: Fill your admin token. You can override this setting in `server.json` file.
62 "token": "aabbccddeeffgghh"
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DTwitter.php89 throw new TokenResponseException('Error in retrieving token.');
105 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
110 $token = new StdOAuth1Token();
112 $token->setRequestToken($data['oauth_token']);
113 $token->setRequestTokenSecret($data['oauth_token_secret']);
114 $token->setAccessToken($data['oauth_token']);
115 $token->setAccessTokenSecret($data['oauth_token_secret']);
117 $token->setEndOfLife(StdOAuth1Token::EOL_NEVER_EXPIRES);
119 $token->setExtraParams($data);
121 return $token;
[all...]
/plugin/oauth/
H A DStorage.php68 if (!isset($data['token'])) {
69 throw new TokenNotFoundException('No token found in storage');
71 return $data['token'];
75 public function storeAccessToken($service, TokenInterface $token) argument
78 $data['token'] = $token;
86 return isset($data['token']);
93 if (isset($data['token'])) unset($data['token']);

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