Searched refs:tokenValues (Results 1 – 1 of 1) sorted by relevance
163 protected $tokenValues = array( variable in PHP_CodeSniffer_Tokenizers_JS274 foreach ($this->tokenValues as $token => $values) {465 if (isset($this->tokenValues[strtolower($buffer)]) === true500 $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 …]