Home
last modified time | relevance | path

Searched refs:token (Results 276 – 300 of 922) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php19 * Try to get token in buffer at offset position.
49 * Check if token ends status
51 * @param Scanner\Token $token
54 public function isEndToken(Scanner\Token$token): bool { argument
56 $token->type === Scanner\Token::DOUBLEQUOTE_STRING_END
63 * @param Scanner\Token $token
66 public function getNewStatus(Scanner\Token $token): ?Scanner\Status { argument
H A DSingle.php19 * Try to get token in buffer at offset position.
49 * Check if token ends status
51 * @param Scanner\Token $token
54 public function isEndToken(Scanner\Token $token): bool { argument
56 $token->type === Scanner\Token::SINGLEQUOTE_STRING_END
65 * @param Scanner\Token $token
68 public function getNewStatus(Scanner\Token $token): ?Scanner\Status { argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php100 ($lock->token == $lockInfo->token) ||
124 if ($lock->token == $lockInfo->token) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUselessOverridingMethodSniff.php67 $token = $tokens[$stackPtr];
70 if (isset($token['scope_opener']) === false) {
83 $next = ++$token['scope_opener'];
84 $end = --$token['scope_closer'];
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php100 ($lock->token == $lockInfo->token) ||
124 if ($lock->token == $lockInfo->token) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php418 foreach ($tokens as $j => $token) {
419 if (is_string($token)) {
420 if ($token === '"' && $tokens[$j - 1] !== '\\') {
423 htmlspecialchars($token)
430 htmlspecialchars($token)
437 list($token, $value) = $token;
457 switch ($token) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js1token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["ACCESSIBL…
H A D40.40.js1token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["A","ABORT…
H A D50.50.js1token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["AES128","…
H A D61.61.js1token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["ABORT_AFT…
H A D30.30.js.map1token: 'identifier.quote',\n bracket: '@open',\n next: '@quo…
H A D13.13.js.map1token: 'delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.square' },\n …
H A D56.56.js1 …kets:[{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curl…
H A D46.46.js1 …ackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.bracket"…
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php36 while (($token = $tokenizer->getNextToken()) !== ']') {
37 if ($token === false || ($value = $parser->readValue($token)) === false) {
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js757 var token = tokens[ti];
758 var style = styleCache[token];
765 var patternParts = shortcuts[token.charAt(0)];
767 match = token.match(patternParts[1]);
772 match = token.match(patternParts[1]);
790 if (!isEmbedded) { styleCache[token] = style; }
794 pos += token.length;
800 var embeddedSourceStart = token.indexOf(embeddedSource);
806 embeddedSourceEnd = token.length - match[2].length;
814 token.substring(0, embeddedSourceStart),
[all …]
H A Dprettify.js805 var token = tokens[ti];
806 var style = styleCache[token];
813 var patternParts = shortcuts[token.charAt(0)];
815 match = token.match(patternParts[1]);
820 match = token.match(patternParts[1]);
838 if (!isEmbedded) { styleCache[token] = style; }
842 pos += token.length;
848 var embeddedSourceStart = token.indexOf(embeddedSource);
854 embeddedSourceEnd = token.length - match[2].length;
862 token.substring(0, embeddedSourceStart),
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DEveOnline.php56 return new Uri($this->baseApiUri . '/v2/oauth/token');
74 …throw new TokenResponseException('Error in retrieving token: "' . $data['error_description'] . '"'…
76 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DEveOnline.php48 * Returns the access token API endpoint.
53 return new Uri($this->baseApiUri . '/oauth/token');
57 * Parses the access token response and returns a TokenInterface.
71 throw new TokenResponseException('Error in retrieving token: "' . $data['error_description'] . '"');
73 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
76 $token = new StdOAuth2Token();
77 $token->setAccessToken($data['access_token']);
78 $token->setLifeTime($data['expires_in']);
81 $token->setRefreshToken($data['refresh_token']);
88 $token
[all...]
/plugin/codemirror/dist/modes/
H A Drst.min.js.map1token","stream","match","next","mode","getMode","backdrop","overlayMode","format","string","args",…
/plugin/anewssystem/
H A Dsyntax.php888 foreach ($tokens as $token) {
891 $styles .= ' width: '.$token.';';
897 )$/x', $token)) {
903 (stripos($token,'tcenter') !== false) ||
904 (stripos($token,'tjustify') !== false) ||
905 (stripos($token,'tinherit') !== false)) {
908 if(stripos($token,'tright')!== false) {
920 (stripos($token,'fnone') !== false) ||
921 (stripos($token,'finherit') !== false)) {
928 $styles .= ' text-transform: '.$token.';';
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogmaticHandler.php39 * @param string $token Log token supplied by Logmatic.
47 string $token, argument
77 $this->logToken = $token;
/plugin/gitlabapi/lang/en/
H A Dsettings.php4 $lang['token.default'] = 'A valid token who has access to all projects.';
/plugin/authloginapi/
H A Daction.php12 protected $token; variable in action_plugin_authloginapi
30 $this->token = $this->getConf('token');
76 $signature = hash('sha256', $encoded.$this->token);
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php160 $token = call_user_func($this->tokenFunc, $this->scopes);
161 $this->setCachedValue($cacheKey, $token);
163 return $token;

1...<<11121314151617181920>>...37