Home
last modified time | relevance | path

Searched refs:token (Results 126 – 150 of 922) sorted by relevance

12345678910>>...37

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php68 $token = $tokens[$stackPtr];
70 if ($token['code'] === T_OPEN_TAG && $token['content'] === '<?') {
72 $data = array($token['content']);
89 if ($token['code'] === T_OPEN_TAG_WITH_ECHO) {
94 $token['content'],
107 if ($token['code'] === T_INLINE_HTML) {
108 $content = $token['content'];
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPocket.php100 $token = $this->parseAccessTokenResponse($responseBody);
101 $this->storage->storeAccessToken($this->service(), $token);
103 return $token;
113 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
116 $token = new StdOAuth2Token();
117 #$token->setRequestToken($data['access_token']);
118 $token->setAccessToken($data['access_token']);
119 $token->setEndOfLife(StdOAuth2Token::EOL_NEVER_EXPIRES);
121 $token->setExtraParams($data);
123 return $token;
[all...]
H A DBitly.php63 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
66 $token = new StdOAuth2Token();
67 $token->setAccessToken($data['access_token']);
69 $token->setEndOfLife(StdOAuth2Token::EOL_NEVER_EXPIRES);
72 $token->setExtraParams($data);
74 return $token;
106 $token = $this->parseAccessTokenResponse(json_encode($parsedResult));
107 $this->storage->storeAccessToken($this->service(), $token);
109 return $token;
H A DSalesforce.php37 return new Uri('https://login.salesforce.com/services/oauth2/token');
50 throw new TokenResponseException('Error in retrieving token.');
66 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
69 $token = new StdOAuth2Token();
70 $token->setAccessToken($data['access_token']);
72 $token->setEndOfLife(StdOAuth2Token::EOL_NEVER_EXPIRES);
76 $token->setRefreshToken($data['refresh_token']);
80 $token->setExtraParams($data);
82 return $token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php37 public $token; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyVerifyCustomTokenRequest
84 public function setToken($token) argument
86 $this->token = $token;
93 return $this->token;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php36 $token = $this->read(Scanner\Token::PSEUDO_CLASS);
37 $name = substr($token->content, 1);
124 throw new PhpCss\Exception\UnknownPseudoClassException($token);
168 private function createSelector(Scanner\Token $token) { argument
169 switch ($token->type) {
171 if (FALSE !== strpos($token->content, '|')) {
172 [$prefix, $name] = explode('|', $token->content);
175 $name = $token->content;
182 return new Ast\Selector\Simple\Id(substr($token->content, 1));
184 return new Ast\Selector\Simple\ClassName(substr($token
192 createPseudoElement(Scanner\\Token $token) global() argument
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php37 $token = $tokenizer->getNextToken();
38 if ($token === '>' && $streamReader->getByte() === '>') {
43 $key = $parser->readValue($token);
52 while (($token = $tokenizer->getNextToken()) !== '>' && $token !== false && $lastToken !== '>') {
53 $lastToken = $token;
56 if ($token === false) {
/plugin/codemirror/dist/modes/
H A Dnsis.min.js.map1token","indent","dedent","next","comment","meta","electricInput","blockCommentStart","blockComment…
H A Dsmalltalk.min.js.map1token","aChar","nextComment","nextString","peek","nextSymbol","eatWhile","nextTemporaries","test",…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php24 $token = $stream !== null ? $stream->LT(1) : null;
29 $token === null? '' : $token->getText() ?? ''
45 $token = $stream !== null ? $stream->LT(1) : null;
50 $token === null? '' : $token->getText() ?? ''
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php226 foreach ($sequence as $i => $token) {
230 $token['namespace'],
231 $token['token'],
232 30 < $token['length']
233 ? mb_substr($token['value'], 0, 29) . '…'
234 : 'EOF' === $token['token']
236 : $token['value'] .
237 str_repeat(' ', 30 - $token['length']),
238 $token['offset']
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DEmptyStatementSniff.php80 $token = $tokens[$stackPtr];
83 if (isset($token['scope_opener']) === false) {
89 ($token['scope_opener'] + 1),
90 ($token['scope_closer'] - 1),
99 $name = strtoupper($token['content']);
/plugin/aceeditor/
H A Dbuild.js1token))if(f.token.length==1||c==1)f.token=f.token[0];else{if(c-1!=f.token.length)throw new Error("… property in AnonymousFunction3f7200173d100.s.a
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D45.45.js.map1token: 'delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.array', open: '[',…
H A D44.44.js1token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.square",open:"[",close:"]"},{token:"…
H A D27.27.js1token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",to…
H A D48.48.js.map1token: '@rematch', switchTo: '@razorInSimpleState.root' }],\n [/<!DOCTYPE/, 'metatag.ht…
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DMacroTokenParser.php30 public function parse(Token $token) argument
32 $lineno = $token->getLine();
41 if ($token = $stream->nextIf(Token::NAME_TYPE)) {
42 $value = $token->getValue();
54 public function decideBlockEnd(Token $token) argument
56 return $token->test('endmacro');
H A DIfTokenParser.php35 public function parse(Token $token) argument
37 $lineno = $token->getLine();
75 public function decideIfFork(Token $token) argument
77 return $token->test(['elseif', 'else', 'endif']);
80 public function decideIfEnd(Token $token) argument
82 return $token->test(['endif']);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php14 * Scanner Status Selector recognizes token of a css selector sequence.
48 * Try to get token in buffer at offset position.
55 if ($token = $this->matchCharacters($buffer, $offset, $this->_tokenChars)) {
56 return $token;
58 if ($token = $this->matchPatterns($buffer, $offset, $this->_tokenPatterns)) {
59 return $token;
65 * Check if token ends status
67 * @param Scanner\Token $token
70 public function isEndToken(Scanner\Token $token): bool { argument
77 * @param Scanner\Token $token
80 getNewStatus(Scanner\\Token $token) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php36 $token = $tokenNode->getValueToken();
39 if ('name' === $token) {
43 if ('empty_string' === $token) {
47 if ('null' === $token) {
51 if ('number' === $token) {
55 $escapeChar = 'quoted_string' === $token ? '"' : "'";
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFleepHookHandler.php37 protected $token; variable in Monolog\\Handler\\FleepHookHandler
45 * @param string $token Webhook token
49 string $token, argument
62 $this->token = $token;
113 $header = "POST " . static::FLEEP_HOOK_URI . $this->token . " HTTP/1.1\r\n";
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php88 $token = new StdOAuth2Token();
89 $token->setAccessToken($data['access_token']);
92 $token->setLifeTime($data['expires']);
96 $token->setRefreshToken($data['refresh_token']);
103 $token->setExtraParams($data);
105 return $token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
H A DGoogleCloudRecaptchaenterpriseV1Event.php37 public $token; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1Event
92 public function setToken($token) argument
94 $this->token = $token;
101 return $this->token;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DUnknownPseudoClassException.php19 * @param PhpCss\Scanner\Token $token
21 public function __construct(PhpCss\Scanner\Token $token) { argument
23 $token,
26 $token->content,
27 $token->position

12345678910>>...37