Home
last modified time | relevance | path

Searched refs:tokenValues (Results 1 – 1 of 1) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php163 protected $tokenValues = array( variable in PHP_CodeSniffer_Tokenizers_JS
274 foreach ($this->tokenValues as $token => $values) {
465 if (isset($this->tokenValues[strtolower($buffer)]) === true
500 $oldType = $this->tokenValues[strtolower($buffer)];
501 $newType = $this->tokenValues[strtolower($charBuffer)];
526 $value = $this->tokenValues[strtolower($buffer)];
547 } else if (isset($this->tokenValues[strtolower($char)]) === true) {
590 $type = $this->tokenValues[strtolower($charBuffer)];
600 $value = $this->tokenValues[strtolower($char)];
629 $value = $this->tokenValues[strtolower($lastContent)];
[all …]