Home
last modified time | relevance | path

Searched refs:token (Results 226 – 250 of 922) sorted by relevance

12345678910>>...37

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D9.9.js.map1token: 'key.identifier', next: '@popall' },\n '@default': { token: 'key.ide…
H A D65.65.js.map1token: 'tag.html', next: '@script' }]],\n [/(<)(style)/, ['delimiter.html', { token: 't…
H A D33.33.js1token:"keyword.$0"},"@default":""}}],[/[ \t\r\n]+/,""],[/#.*$/,"comment"],["///",{token:"regexp",n…
H A D14.14.js.map1token: 'delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.square' },\n …
H A D32.32.js.map1token: 'string', next: '@codeblock' }],\n // github style code blocks (with backticks a…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DNumber.php22 public function parse(Twig_Token $token) argument
26 return new Twig_Node_Expression_Constant($token->getValue(), $token->getLine());
H A DBoolean.php22 public function parse(Twig_Token $token) argument
26 …return new Twig_Node_Expression_Constant('true' === $token->getValue() ? true : false, $token->get…
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DInsecureCredentials.php32 private $token = [ variable in Google\\Auth\\Credentials\\InsecureCredentials
44 return $this->token;
66 return $this->token;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSetTokenParser.php32 public function parse(Token $token) argument
34 $lineno = $token->getLine();
63 public function decideBlockEnd(Token $token) argument
65 return $token->test('endset');
H A DForTokenParser.php37 public function parse(Token $token) argument
39 $lineno = $token->getLine();
79 public function decideForFork(Token $token) argument
81 return $token->test(['else', 'endfor']);
84 public function decideForEnd(Token $token) argument
86 return $token->test('endfor');
H A DAutoEscapeTokenParser.php39 public function parse(Token $token) argument
41 $lineno = $token->getLine();
77 public function decideBlockEnd(Token $token) argument
79 return $token->test('endautoescape');
H A DFromTokenParser.php28 public function parse(Token $token) argument
52 …($macro, new AssignNameExpression($this->parser->getVarName(), $token->getLine()), $token->getLine…
56 …'"%s" cannot be an imported macro as it is a reserved keyword.', $name), $token->getLine(), $strea…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php18 * Try to get token in buffer at offset position.
27 * Check if token ends status
29 * @param Token $token
32 abstract public function isEndToken(Token $token): bool; argument
37 * @param Token $token
40 abstract public function getNewStatus(Token $token): ?Status; argument
/plugin/webdav/core/Plugin/
H A DFakeLocker.php115 foreach ($fileCondition['tokens'] as &$token) {
116 if (isset($token['token'])) {
117 if (substr($token['token'], 0, 16) === 'opaquelocktoken:') {
118 $token['validToken'] = true;
136 $lockInfo->token = md5($request->getPath());
/plugin/multiselect/
H A Daction.php48 $token = $INPUT->str('token');
50 $token= cleanText($token);
121 … $summary = "Multiselect ".$selectcount." changed from \"".hsc($temp)."\" to \"".hsc($token)."\"";
124 … $param['msg'] = sprintf($Hajax->getLang('changed_from_to'),'Multiselect',hsc($temp),hsc($token));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php114 $token = $node->getSyncToken();
115 if (!$token) {
211 if (!$node instanceof ISyncCollection || !$token = $node->getSyncToken()) {
214 return self::SYNCTOKEN_PREFIX . $token;
233 foreach ($condition['tokens'] as $ii => $token) {
236 … if (substr($token['token'], 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
245 $node->getSyncToken() == substr($token['token'], strlen(self::SYNCTOKEN_PREFIX))
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php114 $token = $node->getSyncToken();
115 if (!$token) {
211 if (!$node instanceof ISyncCollection || !$token = $node->getSyncToken()) {
214 return self::SYNCTOKEN_PREFIX . $token;
233 foreach ($condition['tokens'] as $ii => $token) {
236 … if (substr($token['token'], 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
245 $node->getSyncToken() == substr($token['token'], strlen(self::SYNCTOKEN_PREFIX))
/plugin/box/
H A Dsyntax.php171 foreach ($tokens as $token) {
172 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
173 $styles['width'] = $token;
181 )$/x', $token)
183 $styles['colour'][] = $token;
188 if (preg_match('/[^A-Za-z0-9_-]/', $token)) {
191 $styles['class'] = (isset($styles['class']) ? $styles['class'] . ' ' : '') . $token;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php12 * access to any previous token by index.
14 * This token stream ignores the value of {@see Token::getChannel()}. If your
15 * parser requires the token stream filter tokens to only those on a particular
17 * {@see Token::HIDDEN_CHANNEL}, use a filtering token stream such a
30 * A collection of all tokens fetched from the token source. The list is
39 * The index into {@see BufferedTokenStream::tokens()} of the current token
40 * (next token to {@see BufferedTokenStream::consume()}).
46 * the first token has not yet been fetched from the token source. For
55 * Indicates whether the {@see Token::EOF} token ha
[all...]
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php174 private $token; variable in GTTimestamp
183 * @param CMSContentInfo $token timestamp token
185 public function __construct(CMSContentInfo $token) { argument
186 $this->token = $token;
203 $signedData = $this->token->getContent();
374 $signedData = $this->token->getContent();
457 …$this->verificationResult->update(GTVerifier::verifyWithPublication($this->token, $dataHash, $publ…
461 $certificates = $this->token->getContent()->getCertificates();
485 …$this->verificationResult->update(GTVerifier::verifyWithSignature($this->token, $dataHash, $certif…
500 $timeSignature->decode($this->token->getContent()->getSignerInfo()->getSignature());
[all …]
/plugin/codemirror/dist/modes/
H A Derlang.min.js1token!=":"||D(b,2).token=="erlang")){return z(b,a,"builtin")}else if(y(w,n)){return z(b,a,"guard")…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php275 if (strlen($token) > $maxTokenLength) {
276 $maxTokenLength = strlen($token);
728 $token = $tokens[$stackPtr];
734 if ($token['code'] === T_COMMENT || $token['code'] === T_DOC_COMMENT) {
736 $tokenContent = $token['content'];
780 if ($token['code'] === T_DOC_COMMENT) {
822 $finalTokens[$newStackPtr] = $token;
827 if ($token['code'] === T_STRING
828 || $token['code'] === T_OBJECT_OPERATOR
1014 $token = array(
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php429 foreach ($tokens as $token => $value) {
430 if ($token === $tokenName ||
431 substr($token, 0, strpos($token, ':')) === $tokenName) {
472 foreach ($tokens as $token => $value) {
473 if ($token === $tokenName
474 || substr($token, 0, strpos($token, ':')) === $tokenName) {
491 $token = new Token(
498 $this->_parsedRules[$name] = $token;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DDoubleQuoteUsageSniff.php95 foreach ($stringTokens as $token) {
96 if (is_array($token) === true && $token[0] === T_VARIABLE) {
98 $data = array($token[1]);
/plugin/authg2fa/
H A DTokenHelper.php36 public function saveToken($user, $token) argument
38 $content = $user.":".$token."\n";
73 $token = $ga->createSecret();
74 return $this->saveToken($user, $token);

12345678910>>...37