Home
last modified time | relevance | path

Searched defs:token (Results 26 – 50 of 239) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php26 public function parse(Token $token)
63 public function decideBlockEnd(Token $token)
H A DMacroTokenParser.php30 public function parse(Token $token)
54 public function decideBlockEnd(Token $token)
H A DSandboxTokenParser.php33 public function parse(Token $token)
56 public function decideBlockEnd(Token $token)
H A DFilterTokenParser.php31 public function parse(Token $token)
48 public function decideBlockEnd(Token $token)
H A DBlockTokenParser.php34 public function parse(Token $token)
69 public function decideBlockEnd(Token $token)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php62 public function isEndToken(Scanner\Token $token): bool { argument
72 getNewStatus(Scanner\\Token $token) global() argument
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php70 public function isEndToken(Scanner\Token $token): bool { argument
80 getNewStatus(Scanner\\Token $token) global() argument
[all...]
/plugin/bez/mdl/
H A DSubscriptionFactory.php10 protected function checkToken($token) { argument
16 public function mute($token='') { argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php44 protected $token; global() variable in FreeDSx\\Ldap\\Protocol\\ServerAuthorization
46 __construct(TokenInterface $token = null, array $options = []) global() argument
116 setToken(TokenInterface $token) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DIAMCredentials.php36 private $token; variable in Google\\Auth\\Credentials\\IAMCredentials
42 public function __construct($selector, $token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DLocalizedString.php33 public $token; variable in Google\\Service\\Spanner\\LocalizedString
66 public function setToken($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaAppCheckToken.php29 public $token; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaAppCheckToken
52 public function setToken($token)
H A DGoogleFirebaseAppcheckV1betaDebugToken.php33 public $token; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaDebugToken
66 public function setToken($token)
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioClient.js20 DrawioClient.prototype.token = null; method in DrawioClient
119 DrawioClient.prototype.setPersistentToken = function(token, sessionOnly) argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1527 public static function standardiseToken($token)
1608 public static function resolveSimpleToken($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DPurchasesProducts.php45 …public function acknowledge($packageName, $productId, $token, ProductPurchasesAcknowledgeRequest $…
63 public function get($packageName, $productId, $token, $optParams = [])
/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)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php32 abstract public function isEndToken(Token $token): bool; argument
40 abstract public function getNewStatus(Token $token): ?Status; argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php168 private function createSelector(Scanner\Token $token) { argument
192 createPseudoElement(Scanner\\Token $token) global() argument
[all...]
/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/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php108 public function verify($token, array $options = [])
194 private function verifyEs256($token, array $certs, $audience = null, $issuer = null)
234 private function verifyRs256($token, array $certs, $audience = null, $issuer = null)
293 public function revoke($token, array $options = [])
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php259 private function tokenIsWhitespace(array $token)
276 private function checkIfTokenIsAllowedInParent($parent, array $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)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFleepHookHandler.php37 protected $token; variable in Monolog\\Handler\\FleepHookHandler
49 string $token,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php77 public function requestAccessToken($token, $verifier, $tokenSecret = null) argument
113 refreshAccessToken(TokenInterface $token) global() argument
205 buildAuthorizationHeaderForAPIRequest($method, UriInterface $uri, TokenInterface $token, $bodyParams = null) global() argument
[all...]

12345678910