Home
last modified time | relevance | path

Searched refs:token (Results 201 – 225 of 922) sorted by relevance

12345678910>>...37

/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php90 foreach ($tokens as $index => $token) {
91 if (\is_string($token)) {
92 $id = \ord($token);
93 $text = $token;
95 [$id, $text, $line] = $token;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php41 protected $token; variable in Monolog\\Handler\\LogglyHandler
47 * @param string $token API token supplied by Loggly
51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) argument
57 $this->token = $token;
87 $url = sprintf("https://%s/%s/%s/", static::HOST, $endpoint, $this->token);
H A DSlackHandler.php33 private $token; variable in Monolog\\Handler\\SlackHandler
42 * @param string $token Slack API token
53 string $token, argument
94 $this->token = $token;
104 return $this->token;
136 $dataArray['token'] = $this->token;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php28 * Construct a parser object taking the token list to operate on as
43 * Execute the parsing process on the provided token stream
46 * current subsegment of the token stream. It is supposed to return a valid
53 * operate on the token stream. They will throw PhpCssParserExceptions
61 * Try to read any of the $expectedTokens from the token list and return
64 * This method tries to match the current token list against all of the
65 * provided tokens. If a match is found it is removed from the token list
77 * token may be specified, which does not make any sense, anyway.
84 // Allow scalar token values for better readability
89 foreach($expectedTokens as $token) {
[all...]
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp45 %token bracket_ \(
46 %token _bracket \)
47 %token comma ,
48 %token number ([1-9]\d*)(\.\d+)?
49 %token plus \+
50 %token minus \-
51 %token times \*
52 %token div /
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php387 * @param integer $token Type of token.
391 private function match($token) argument
423 * @param array|null $token Optional token.
431 if ($token === null) {
432 $token = $this->lexer->lookahead;
438 : sprintf("'%s' at position %s", $token['value'], $token['position']);
648 …ull !== $this->lexer->token && $this->lexer->lookahead['position'] === $this->lexer->token['positi…
890 $token = $this->lexer->lookahead;
1000 $className = $this->lexer->token['value'];
1002 …his->lexer->lookahead['position'] === ($this->lexer->token['position'] + strlen($this->lexer->toke…
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DWithTokenParser.php26 public function parse(Token $token) argument
43 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
46 public function decideWithEnd(Token $token) argument
48 return $token->test('endwith');
H A DSandboxTokenParser.php33 public function parse(Token $token) argument
53 return new SandboxNode($body, $token->getLine(), $this->getTag());
56 public function decideBlockEnd(Token $token) argument
58 return $token->test('endsandbox');
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js1token(b,e.htmlState),k=/\btag\b/.test(h),l;if(k&&!/[<>\s\/]/.test(b.current())&&(l=e.htmlState.tag… function
H A Dyaml-frontmatter.min.js1token:function(e,f){if(f.state==b){if(e.match(/---/,false)){f.state=c;return g.token(e,f.inner)}el…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D59.59.js1token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{to…
H A D60.60.js1token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{to…
H A D34.34.js1token:"delimiter.square"},{open:"{",close:"}",token:"delimiter.brackets"},{open:"(",close:")",toke…
H A D0.0.js1token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{to…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DMessage.php45 public $token; variable in Google\\Service\\FirebaseCloudMessaging\\Message
154 public function setToken($token) argument
156 $this->token = $token;
163 return $this->token;
/plugin/const/
H A Dclass.evalmath.php214 $token = $stack[ $i ];
215 …if ( 1 === preg_match( '/^' . self::$name_pattern . '$/', $token ) && ! in_array( $token, $args, t…
217 $stack[ $i ] = $this->variables[ $token ];
507 foreach ( $tokens as $token ) {
510 $function_name = $token['function_name'];
511 $count = $token['arg_count'];
587 switch ( $token ) {
619 } elseif ( '_' === $token ) {
624 if ( is_numeric( $token ) ) {
625 $stack->push( $token );
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php100 $lockInfo->token = $row['token'];
131 if ($lock->token == $lockInfo->token) $exists = true;
143 $lockInfo->token
154 $lockInfo->token
174 $stmt->execute([$uri, $lockInfo->token]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php100 $lockInfo->token = $row['token'];
131 if ($lock->token == $lockInfo->token) $exists = true;
143 $lockInfo->token
154 $lockInfo->token
174 $stmt->execute([$uri, $lockInfo->token]);
/plugin/multiselect/
H A Dscript.js39 var token;
41 token=myselect.firstChild.alt;
43 token=myselect.innerHTML;
59 token:token,
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6token=null,this.options=e||m.defaults,this.options.renderer=this.options.renderer||new r,this.rend… method in a
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php33 $lock->token = 'MY-UNIQUE-TOKEN';
58 $lock->token = 'MY-UNIQUE-TOKEN';
83 $lock->token = 'MY-UNIQUE-TOKEN';
102 $lock->token = 'MY-UNIQUE-TOKEN';
128 $lock->token = 'MY-UNIQUE-TOKEN';
156 $lock->token = 'MY-UNIQUE-TOKEN';
181 $lock->token = 'MY-UNIQUE-TOKEN';
188 $lock->token = 'SOME-OTHER-TOKEN';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DDeprecatedEvent.php53 public $token; variable in Google\\Service\\HangoutsChat\\DeprecatedEvent
190 public function setToken($token) argument
192 $this->token = $token;
199 return $this->token;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php59 while ($token = array_shift($tokens)) {
60 $current = self::tokenToString($token);
151 protected static function tokenToString($token) argument
153 return is_array($token) ? $token[1] : $token;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php97 $token = $this->tokens[$this->current];
98 if (!$token->test($type, $value)) {
99 $line = $token->getLine();
102 Token::typeToEnglish($token->getType()), $token->getValue(),
110 return $token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerifyLocationRequest.php134 public function setToken(VerificationToken $token) argument
136 $this->token = $token;
143 return $this->token;

12345678910>>...37