Lines Matching refs:tokenValues
163 protected $tokenValues = array( variable in PHP_CodeSniffer_Tokenizers_JS
274 foreach ($this->tokenValues as $token => $values) {
465 if (isset($this->tokenValues[strtolower($buffer)]) === true
495 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)];
600 $value = $this->tokenValues[strtolower($char)];
629 $value = $this->tokenValues[strtolower($lastContent)];
638 $value = $this->tokenValues[strtolower($lastChar)];