Lines Matching refs:true

35     public $skipMinified = true;
58 'strict' => true,
65 'strict' => true,
100 'strict' => true,
107 'strict' => true,
119 'strict' => true,
120 'shared' => true,
135 'strict' => true,
136 'shared' => true,
361 if ($inComment === '' && isset($this->stringTokens[$char]) === true) {
465 if (isset($this->tokenValues[strtolower($buffer)]) === true
495 if (isset($this->tokenValues[strtolower($charBuffer)]) === true) {
514 $matchedToken = true;
545 $cleanBuffer = true;
547 } else if (isset($this->tokenValues[strtolower($char)]) === true) {
586 if (isset($this->tokenValues[strtolower($charBuffer)]) === true) {
594 $matchedToken = true;
613 $cleanBuffer = true;
621 && array_key_exists($buffer, $this->commentTokens) === true
625 if (isset($chars[($i - 2)]) === true && $chars[($i - 2)] === '\\') {
692 if ($cleanBuffer === true) {
739 if (isset($this->commentTokens[$tokenContent]) === true) {
839 if (ctype_digit($newContent) === true) {
857 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$tokens[$i]['code']]) === true) {
899 T_EQUAL => true,
900 T_IS_NOT_EQUAL => true,
901 T_IS_IDENTICAL => true,
902 T_IS_NOT_IDENTICAL => true,
903 T_OPEN_PARENTHESIS => true,
904 T_OPEN_SQUARE_BRACKET => true,
905 T_RETURN => true,
906 T_BOOLEAN_OR => true,
907 T_BOOLEAN_AND => true,
908 T_BITWISE_OR => true,
909 T_BITWISE_AND => true,
910 T_COMMA => true,
911 T_COLON => true,
912 T_TYPEOF => true,
913 T_INLINE_THEN => true,
914 T_INLINE_ELSE => true,
918 ',' => true,
919 ')' => true,
920 ']' => true,
921 ';' => true,
922 ' ' => true,
923 '.' => true,
924 ':' => true,
925 $eolChar => true,
1054 if ($tokens[$i]['code'] === T_FUNCTION && isset($tokens[$i]['scope_opener']) === true) {
1087 && isset($tokens[$i]['bracket_closer']) === true
1118 if (isset($tokens[$i]['scope_condition']) === true) {