Home
last modified time | relevance | path

Searched defs:token (Results 126 – 150 of 239) sorted by path

12345678910

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php69 public function storeAccessToken($service, TokenInterface $token)
H A DSymfonySession.php52 public function storeAccessToken($service, TokenInterface $token)
H A DTokenStorageInterface.php28 public function storeAccessToken($service, TokenInterface $token);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php196 public function refreshAccessToken(TokenInterface $token)
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php391 private function match($token)
429 private function syntaxError($expected, $token = null)
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php78 public $token; variable in Doctrine\\Common\\Lexer\\AbstractLexer
153 public function isNextToken($token)
207 public function isA($value, $token)
280 public function getLiteral($token)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php164 protected function completeToken(Compiler\Llk\Rule\Token $token)
218 protected function generateToken(Compiler\Llk\Rule\Token $token)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalNotToken.php22 private $token; variable in Prophecy\\Argument\\Token\\LogicalNotToken
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DArguments.php22 public function parse(Twig_Token $token)
H A DArray.php22 public function parse(Twig_Token $token)
H A DBody.php31 public function parse(Twig_Token $token)
39 public function decideBlockEnd(Twig_Token $token)
H A DBoolean.php22 public function parse(Twig_Token $token)
H A DConstant.php30 public function parse(Twig_Token $token)
H A DExpression.php22 public function parse(Twig_Token $token)
H A DHash.php22 public function parse(Twig_Token $token)
H A DNumber.php22 public function parse(Twig_Token $token)
H A DOptional.php42 public function parse(Twig_Token $token)
H A DSwitch.php22 public function parse(Twig_Token $token)
H A DTag.php42 public function parse(Twig_Token $token)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DGrammarInterface.php19 public function parse(Twig_Token $token);
H A DSimpleTokenParser.php26 public function parse(Twig_Token $token)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php17 public function parse(Twig_Token $token)
54 public function decideForFork(Twig_Token $token)
59 public function decideForEnd(Twig_Token $token)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php144 protected function isUnary(Token $token)
149 protected function isBinary(Token $token)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php39 public function parse(Token $token)
77 public function decideBlockEnd(Token $token)
H A DBlockTokenParser.php34 public function parse(Token $token)
69 public function decideBlockEnd(Token $token)

12345678910