Home
last modified time | relevance | path

Searched refs:token (Results 176 – 200 of 922) sorted by relevance

12345678910>>...37

/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php203 foreach ($condition['tokens'] as $token) {
204 if ($token['token'] === 'opaquelocktoken:' . $existingLock->token) {
291 if ('<opaquelocktoken:' . $lock->token . '>' == $lockToken) {
462 foreach ($condition['tokens'] as $jj => $token) {
473 foreach ($mustLocks as $lock) $tmp[$lock->token] = $lock;
478 foreach ($condition['tokens'] as $ii => $token) {
481 if (substr($token['token'], 0, 16) !== 'opaquelocktoken:') {
485 $checkToken = substr($token['token'], 16);
489 if ($mustLock->token == $checkToken) {
518 if ($oddLock->token === $checkToken) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php203 foreach ($condition['tokens'] as $token) {
204 if ($token['token'] === 'opaquelocktoken:' . $existingLock->token) {
291 if ('<opaquelocktoken:' . $lock->token . '>' == $lockToken) {
462 foreach ($condition['tokens'] as $jj => $token) {
473 foreach ($mustLocks as $lock) $tmp[$lock->token] = $lock;
478 foreach ($condition['tokens'] as $ii => $token) {
481 if (substr($token['token'], 0, 16) !== 'opaquelocktoken:') {
485 $checkToken = substr($token['token'], 16);
489 if ($mustLock->token == $checkToken) {
518 if ($oddLock->token === $checkToken) {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D24.24.js.map1token: 'tag', next: '@script' }]],\n [/(<)(style)/, ['delimiter', { token: 'tag', next:…
H A D64.64.js.map1token: 'delimiter.parenthesis' },\n { open: '{', close: '}', token: 'delimiter.curly' },\n …
H A D18.18.js1token:"variable",next:"@arguments"}]],[/(FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|ARG|VOLUME|LABEL|USER|…
H A D41.41.js.map1token: '@rematch', switchTo: '@phpInSimpleState.root' }],\n [/<!DOCTYPE/, 'metatag.html…
H A D10.10.js1token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{
H A D31.31.js1token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.array",open:"[",close:"]"},{token:…
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSpacelessTokenParser.php31 public function parse(Token $token) argument
33 $lineno = $token->getLine();
42 public function decideSpacelessEnd(Token $token) argument
44 return $token->test('endspaceless');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DChannel.php57 public $token; variable in Google\\Service\\Storage\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DChannel.php57 public $token; variable in Google\\Service\\Calendar\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChannel.php57 public $token; variable in Google\\Service\\Drive\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DChannel.php57 public $token; variable in Google\\Service\\Reports\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChannel.php57 public $token; variable in Google\\Service\\Directory\\Channel
178 public function setToken($token) argument
180 $this->token = $token;
187 return $this->token;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnnecessaryFinalModifierSniff.php68 $token = $tokens[$stackPtr];
71 if (isset($token['scope_opener']) === false) {
83 $next = ++$token['scope_opener'];
84 $end = --$token['scope_closer'];
H A DForLoopShouldBeWhileLoopSniff.php68 $token = $tokens[$stackPtr];
71 if (isset($token['parenthesis_opener']) === false) {
75 $next = ++$token['parenthesis_opener'];
76 $end = --$token['parenthesis_closer'];
H A DUnconditionalIfStatementSniff.php75 $token = $tokens[$stackPtr];
78 if (isset($token['parenthesis_opener']) === false) {
82 $next = ++$token['parenthesis_opener'];
83 $end = --$token['parenthesis_closer'];
H A DForLoopWithTestFunctionCallSniff.php71 $token = $tokens[$stackPtr];
74 if (isset($token['parenthesis_opener']) === false) {
78 $next = ++$token['parenthesis_opener'];
79 $end = --$token['parenthesis_closer'];
/plugin/combo/ComboStrap/
H A DMarkupRef.php508 * We parse token by token because we allow a hashtag for a hex color
514 * Capture the token
519 $token = substr($queryStringAndAnchorProcessing, 0, $questionMarkPos);
522 $token = $queryStringAndAnchorProcessing;
531 if (preg_match('/^([0-9]+)(?:x([0-9]+))?/', $token, $sizing)) {
536 $token = substr($token, strlen($sizing[0]));
537 if ($token === "") {
546 $found = preg_match('/^(nolink|direct|linkonly|details)/i', $token,
[all...]
/plugin/javadoc/
H A Dsyntax.php144 $token = $data;
148 $token = substr($data, 0, $indexOfTextSeparator);
152 $indexOfMethodSep = strrpos($token,"#");
154 $url = "/".str_replace(".", "/", $token).'.html';
157 $className = substr($token, 0, $indexOfMethodSep);
159 $methodName = substr($token, $indexOfMethodSep + 1);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGoogle.php168 return new Uri('https://accounts.google.com/o/oauth2/token');
181 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
184 $token = new StdOAuth2Token();
185 $token->setAccessToken($data['access_token']);
186 $token->setLifetime($data['expires_in']);
189 $token->setRefreshToken($data['refresh_token']);
196 $token->setExtraParams($data);
198 return $token;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php770 foreach ($tokens as $token) {
771 switch (get_class($token)) {
774 $_token = trim($token);
790 $start = $token->getLine();
817 $docblock = $token->getDocblock();
822 $endLine = $token->getEndLine();
828 $token instanceof \PHP_Token_TRAIT ||
831 for ($i = $token->getLine();
832 $i <= $token->getEndLine();
852 for ($i = $token->getLine();
[all …]
/plugin/explorertree/
H A Dscript.js17 …_cb', loader: tree_opts.loader, route: tree_opts.route, sectok: tree_opts.token,itemid:$elem.data(…
19 if (r.token) tree_opts.token = r.token;
78 …d:$elem.data('itemid'), loader: tree_opts.loader, route: tree_opts.route, sectok: tree_opts.token},
80 if (r.token) tree_opts.token = r.token;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php80 foreach ($matches[0] as $token) {
81 $token = mb_convert_encoding((string) $token, "UTF-8", "ISO-8859-1");
82 $characters = mb_str_split($token, 1, 'UTF-8');
191 private function bpe(string $token): string argument
193 if (isset($this->bpeCache[$token])) {
194 return $this->bpeCache[$token];
197 $word = mb_str_split($token, 1, 'UTF-8');
201 return $token;
271 $this->bpeCache[$token]
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DText.php3 * The string parser collects all string character tokens until a string end token is found.
15 * The string parser collects all string character tokens until a string end token is found.
25 $token = $this->read(
33 switch ($token->type) {
35 $string .= $token->content;
38 $string .= substr($token->content, 1);

12345678910>>...37