Home
last modified time | relevance | path

Searched refs:token (Results 251 – 275 of 922) sorted by relevance

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php46 public function parse(\Twig_Token $token) argument
115 $token = $stream->getCurrent();
116 …ken "%s" of value "%s"', \Twig_Token::typeToEnglish($token->getType()), $token->getValue()), $toke…
136 …return $this->createBodyNode($asset, $body, $inputs, $filters, $name, $attributes, $token->getLine…
144 public function testEndTag(\Twig_Token $token) argument
146 return $token->test(array('end'.$this->getTag()));
/plugin/code3/src/
H A Dtz.js145 function PR_Token(token, style) { argument
147 this.token = token;
405 var s = chunk.token;
508 new PR_Token(chunk.token.substring(posChunk, chunk.token.length),
572 k += chunk.token.length;
575 var s = chunk.token;
725 k += chunk.token.length;
750 var s = chunk.token;
1011 var s = tok.token;
1142 var s = tok.token;
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DBody.php31 public function parse(Twig_Token $token) argument
39 public function decideBlockEnd(Twig_Token $token) argument
41 return $token->test($this->end);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php31 private $token; variable in Monolog\\Handler\\PushoverHandler
83 * @param string $token Pushover api token
102 string $token, argument
130 $this->token = $token;
160 'token' => $this->token,
H A DInsightOpsHandler.php30 * @param string $token Log token supplied by InsightOps
37 string $token, argument
66 $this->logToken = $token;
H A DLogEntriesHandler.php27 * @param string $token Log token supplied by LogEntries
34 string $token, argument
60 $this->logToken = $token;
/plugin/phpipam/
H A Dphpipam-api.php90 private $token = false; variable in phpipam_api_client
609 if ($this->token !== false) {
746 $token = @file($token_file);
748 if(isset($token[0])) {
749 $this->token = trim($token[0]);
750 $this->token_expires = trim($token[1]);
752 if (strlen($this->token)<2 && $this->token_expires < time()) {
772 $this->curl_add_http_header ("token", $this->token);
805 fwrite($myfile, $this->token);
926 if (isset($auth_resp->data->token)) {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js1token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{
H A D44.44.js.map1token: 'delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.square', open: '['…
H A D29.29.js.map1token: 'delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.bracket' },\n …
H A D55.55.js.map1token: 'string.quote', bracket: '@open', next: '@rawstringt' }],\n [/\\braw\"/, { token
H A D12.12.js1 …ets:[{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesi…
H A D39.39.js.map1token: 'delimiter.bracket', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', op…
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DExtendsTokenParser.php27 public function parse(Token $token) argument
32 …throw new SyntaxError('Cannot extend from a block.', $token->getLine(), $stream->getSourceContext(…
36 …throw new SyntaxError('Multiple extends tags are forbidden.', $token->getLine(), $stream->getSourc…
H A DImportTokenParser.php27 public function parse(Token $token) argument
31 …ameExpression($this->parser->getStream()->expect(Token::NAME_TYPE)->getValue(), $token->getLine());
36 return new ImportNode($macro, $var, $token->getLine(), $this->getTag());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DAssociationsessions.php57 * @param string $token The token returned to the association callback URL.
61 public function verify($token, $optParams = []) argument
63 $params = ['token' => $token];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php78 ($lock->token == $lockInfo->token) ||
102 if ($lock->token == $lockInfo->token) {
/plugin/imagereference/syntax/
H A Dimgcaption.php282 foreach($tokens as $token) {
283 // restrict token (class names) characters to prevent any malicious data
284 if(preg_match('/[^A-Za-z0-9_-]/', $token)) continue;
285 $token = trim($token);
286 if($token == '') continue;
287 $classes .= ' '.$token;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DDelicious.php64 return new Uri('https://avosapi.delicious.com/api/v1/oauth/token');
86 'Error in retrieving token: "' . $data['error'] . '"'
90 $token = new StdOAuth2Token();
91 $token->setAccessToken($data['access_token']);
94 $token->setLifetime($data['expires_in']);
98 $token->setRefreshToken($data['refresh_token']);
104 $token->setExtraParams($data);
106 return $token;
134 $token = $this->parseAccessTokenResponse($responseBody);
135 $this->storage->storeAccessToken($this->service(), $token);
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php59 * This is the backing field for {@see CommonToken::getText()} when the token
100 throw new \RuntimeException('Unexpected token source type.');
136 * token will share a reference to the {@see CommonToken::text()} field and
145 $token = new self($this->type, $this->source, $this->channel, $this->start, $this->stop);
147 $token->index = $this->index;
148 $token->line = $this->line;
149 $token->charPositionInLine = $this->charPositionInLine;
151 $token->setText($this->text);
153 return $token;
198 * Explicitly set the text for this token
[all...]
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md106 * > > > token(number, 1)
108 * > > > > token(number, 2)
109 * > > > > token(number, 3)
111 * > > > token(number, 4)
116 * > > > > > > > token(number, 5)
118 * > > > > > > token(number, 6)
120 * > > > > > token(constant, PI)
122 * > > > > > > token(id, avg)
123 * > > > > > > token(number, 7)
124 * > > > > > > token(number, 8)
[all …]
/plugin/code3/
H A Dscript.js8token);break;case'com':var w=v[X].token.split(/\r\n|\r|\n/);for(var W=0,s=w.length;W<s;W++){if(w[W…
11token=i;this.style=I}PR_Token.prototype.toString=function(){return'[PR_Token '+this.token+(this.st…
/plugin/google_adsense2/
H A Dcode.php88 foreach ($tokens as $token) {
89 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
90 $styles['width'] = $token;
95 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
96 $styles['class'] = (isset($styles['class']) ? $styles['class'].' ' : '').$token;
/plugin/toctweak/
H A Dhelper.php43 foreach ($params as $token) {
44 if (empty($token)) continue;
47 if (preg_match('/^(?:(\d+)-(\d+)|^(\-?\d+))$/', $token, $matches)) {
75 if (!preg_match('/[^ A-Za-z0-9_-]/', $token)) {
76 $classes[] = $token;
/plugin/codemirror/dist/modes/
H A Dwast.min.js.map1token","next","indent","dedent","comment","meta","dontIndentStates","defineMIME"],"mappings":"CAGA…

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