Home
last modified time | relevance | path

Searched refs:Token (Results 201 – 225 of 327) sorted by relevance

12345678910>>...14

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitrix24.php5 use OAuth\OAuth2\Token\StdOAuth2Token;
H A DGoogle.php9 use OAuth\OAuth2\Token\StdOAuth2Token;
H A DPocket.php5 use OAuth\OAuth2\Token\StdOAuth2Token;
H A DFacebook.php6 use OAuth\OAuth2\Token\StdOAuth2Token;
27 * @link https://developers.facebook.com/tools/explorer For a list of permissions use 'Get Access Token'
/plugin/oauth/
H A DStorage.php7 use OAuth\Common\Token\TokenInterface;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php63 * all tokens except {@see Token::EOF}.
145 if ($tokenType === Token::EOF) {
H A DInputStream.php70 // assert this.LA(1) == Token.EOF
92 return Token::EOF;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DToken.php22 class Token class
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php22 class Token { class
88 * Token type
93 * Token string content
98 * Token string content length
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php289 if ($zeRule instanceof Rule\Token) {
319 if ($trace instanceof Rule\Token &&
468 } elseif ($last instanceof Rule\Token) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php28 use FreeDSx\Ldap\Server\Token\TokenInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php5 use OAuth\Common\Token\TokenInterface;
H A DSymfonySession.php5 use OAuth\Common\Token\TokenInterface;
H A DRedis.php5 use OAuth\Common\Token\TokenInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSession.php5 use OAuth\Common\Token\TokenInterface;
63 throw new TokenNotFoundException('Token not found in session, are you sure you stored it?');
H A DSymfonySession.php5 use OAuth\Common\Token\TokenInterface;
46 throw new TokenNotFoundException('Token not found in session, are you sure you stored it?');
H A DRedis.php5 use OAuth\Common\Token\TokenInterface;
57 throw new TokenNotFoundException('Token not found in redis');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php448 $this->_parsedRules[$name] = new Token(
491 $token = new Token(
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php186 } elseif ($element instanceof Compiler\Llk\Rule\Token) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php80 $_ruleA = new LUT\Llk\Rule\Token('ruleA', 'foobar', null, -1, true),
/plugin/jenkins/
H A DREADME.md28 …ou can find it in `http://JENKINS_URL/user/USER/configure`, then click on `Show API Token`" button.
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5Token,s=[e],o=n.rest;if(o){for(var u in o)n[u]=o[u];delete n.rest}e:for(var u in n){if(!n.hasOwnPr…
/plugin/evesso/classes/
H A DAbstractAdapter.php9 use OAuth\OAuth2\Token\StdOAuth2Token;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php6 use OAuth\OAuth1\Token\StdOAuth1Token;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php44 use Antlr\Antlr4\Runtime\Token; alias
330 $tokenType = Token::EOF;
778 new RangeTransition($target, Token::EOF, $arg2) :
797 return $arg3 !== 0 ? new AtomTransition($target, Token::EOF) : new AtomTransition($target, $arg1);

12345678910>>...14