Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 239) sorted by relevance

12345678910

/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DPurchasesSubscriptions.php47 …public function acknowledge($packageName, $subscriptionId, $token, SubscriptionPurchasesAcknowledg…
65 public function cancel($packageName, $subscriptionId, $token, $optParams = [])
85 …public function defer($packageName, $subscriptionId, $token, SubscriptionPurchasesDeferRequest $po…
104 public function get($packageName, $subscriptionId, $token, $optParams = [])
123 public function refund($packageName, $subscriptionId, $token, $optParams = [])
142 public function revoke($packageName, $subscriptionId, $token, $optParams = [])
/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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DRequestContext.php32 protected $token; global() variable in FreeDSx\\Ldap\\Server\\RequestContext
38 __construct(ControlBag $controls, TokenInterface $token) global() argument
55 public function token() global() function in FreeDSx\\Ldap\\Server\\RequestContext
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DIfTokenParser.php35 public function parse(Token $token)
75 public function decideIfFork(Token $token)
80 public function decideIfEnd(Token $token)
H A DForTokenParser.php37 public function parse(Token $token)
79 public function decideForFork(Token $token)
84 public function decideForEnd(Token $token)
H A DWithTokenParser.php26 public function parse(Token $token)
46 public function decideWithEnd(Token $token)
H A DSpacelessTokenParser.php31 public function parse(Token $token)
42 public function decideSpacelessEnd(Token $token)
H A DSetTokenParser.php32 public function parse(Token $token)
63 public function decideBlockEnd(Token $token)
H A DAutoEscapeTokenParser.php39 public function parse(Token $token)
77 public function decideBlockEnd(Token $token)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php96 createSelector(Scanner\\Token $token) global() argument
117 createCombinator(Scanner\\Token $token, Ast\\Selector\\Sequence $sequence) global() argument
136 createPseudoElement($token) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IAMCredentials/
H A DGenerateIdTokenResponse.php25 public $token; variable in Google\\Service\\IAMCredentials\\GenerateIdTokenResponse
30 public function setToken($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DAdministratorWebToken.php25 public $token; variable in Google\\Service\\AndroidEnterprise\\AdministratorWebToken
30 public function setToken($token)
H A DAuthenticationToken.php25 public $token; variable in Google\\Service\\AndroidEnterprise\\AuthenticationToken
30 public function setToken($token)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfToken.php25 public static function create($token) argument
40 public static function ensure($token) argument
/plugin/autotweet/
H A DOAuth.php76 abstract public function build_signature($request, $consumer, $token);
86 public function check_signature($request, $consumer, $token, $signature) {
104 public function build_signature($request, $consumer, $token) {
139 public function build_signature($request, $consumer, $token) {
180 public function build_signature($request, $consumer, $token) {
448 public function sign_request($signature_method, $consumer, $token) {
628 private function check_signature(&$request, $consumer, $token) {
672 private function check_nonce($consumer, $token, $nonce, $timestamp) {
697 function lookup_token($consumer, $token_type, $token) {
701 function lookup_nonce($consumer, $token, $nonce, $timestamp) {
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DSyntaxException.php17 protected $token; variable in Mustache_Exception_SyntaxException
24 public function __construct($msg, array $token, Exception $previous = 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/twig/extensions/lib/Twig/Extensions/Grammar/
H A DBody.php31 public function parse(Twig_Token $token)
39 public function decideBlockEnd(Twig_Token $token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
H A DSiteVerificationWebResourceGettokenResponse.php29 public $token; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse
48 public function setToken($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPretargetingConfigPlacements.php22 public $token; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfigPlacements
25 public function setToken($token)
H A DPretargetingConfigExcludedPlacements.php22 public $token; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfigExcludedPlacements
25 public function setToken($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1IntrospectTokenRequest.php25 public $token; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenRequest
34 public function setToken($token)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php54 public function isEndToken(Scanner\Token$token): bool { argument
66 public function getNewStatus(Scanner\Token $token): ?Scanner\Status { argument
H A DSingle.php54 public function isEndToken(Scanner\Token $token): bool { argument
68 public function getNewStatus(Scanner\Token $token): ?Scanner\Status { argument

12345678910