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)]) === true495 if (isset($this->tokenValues[strtolower($charBuffer)]) === 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) {586 if (isset($this->tokenValues[strtolower($charBuffer)]) === true) {590 $type = $this->tokenValues[strtolower($charBuffer)];[all …]