Home
last modified time | relevance | path

Searched refs:true (Results 4151 – 4175 of 6699) sorted by path

1...<<161162163164165166167168169170>>...268

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDisallowMultipleStyleDefinitionsSniff.php76 if ($fix === true) {
H A DDuplicateClassDefinitionSniff.php87 …forePrev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($prev - 1), null, true);
113 } else if (isset($classNames[$scope][$name]) === true) {
H A DDuplicateStyleDefinitionSniff.php83 if (isset($styleNames[$name]) === true) {
H A DEmptyClassDefinitionSniff.php63 … $next = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr + 1), null, true);
H A DEmptyStyleDefinitionSniff.php63 $next = $phpcsFile->findNext(array(T_WHITESPACE, T_COLON), ($stackPtr + 1), null, true);
H A DForbiddenStylesSniff.php76 public $error = true;
88 if ($this->patternMatch === true) {
114 if ($this->patternMatch === true) {
156 if ($this->error === true) {
170 if ($this->error === true) {
176 if ($fix === true) {
180 if ($this->error === true) {
H A DIndentationSniff.php128 if ($fix === true) {
140 if ($fix === true) {
H A DLowercaseStyleDefinitionSniff.php100 if ($fix === true) {
H A DNamedColoursSniff.php99 if (isset($this->colourNames[strtolower($tokens[$stackPtr]['content'])]) === true) {
H A DOpacitySniff.php68 $next = $phpcsFile->findNext(array(T_COLON, T_WHITESPACE), ($stackPtr + 1), null, true);
91 if ($fix === true) {
98 if ($fix === true) {
H A DSemicolonSpacingSniff.php76 if ($fix === true) {
H A DShorthandSizeSniff.php82 if (isset($this->excludeStyles[$style]) === true) {
129 if ($fix === true) {
135 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 2), null, true);
173 if ($fix === true) {
179 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 2), null, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php16 if (class_exists('PSR2_Sniffs_Classes_ClassDeclarationSniff', true) === false) {
99 if ($fix === true) {
150 $lastContent = $phpcsFile->findPrevious(T_WHITESPACE, ($closeBrace - 1), $stackPtr, true);
158 if ($fix === true) {
180 if ($fix === true) {
195 if ($fix === true) {
197 $first = $phpcsFile->findFirstOnLine(array(), $nextContent, true);
H A DDuplicatePropertySniff.php77 if (isset($properties[$propName]) === true) {
H A DLowercaseClassKeywordsSniff.php79 if ($fix === true) {
H A DSelfMemberReferenceSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
73 if ($fix === true) {
105 if ($fix === true) {
106 … $prev = $phpcsFile->findPrevious(array(T_NS_SEPARATOR, T_STRING), ($stackPtr - 1), null, true);
127 if ($fix === true) {
138 if ($fix === true) {
H A DValidClassNameSniff.php74 $nameStart = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), $opener, true);
83 $valid = PHP_CodeSniffer::isCamelCaps($name, true, true, false);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php89 T_CLASS => true,
90 T_INTERFACE => true,
91 T_TRAIT => true,
113 if ($fix === true) {
121 if ($fix === true) {
159 if ($fix === true) {
176 if ($fix === true) {
188 if ($fix === true) {
216 if ($fix === true) {
237 if ($fix === true) {
[all …]
H A DClassCommentSniff.php65 $commentEnd = $phpcsFile->findPrevious($find, ($stackPtr - 1), null, true);
H A DClosingDeclarationCommentSniff.php67 if ($methodProps['is_abstract'] === true) {
72 if ($methodProps['is_closure'] === true) {
78 if ($phpcsFile->hasCondition($stackPtr, T_INTERFACE) === true) {
112 $next = $phpcsFile->findNext(T_WHITESPACE, ($closingBracket + 1), null, true);
116 if ($fix === true) {
129 if ($fix === true) {
139 if ($fix === true) {
H A DDocCommentAlignmentSniff.php79 T_CLASS => true,
80 T_INTERFACE => true,
81 T_FUNCTION => true,
82 T_PUBLIC => true,
83 T_PRIVATE => true,
84 T_PROTECTED => true,
85 T_STATIC => true,
86 T_ABSTRACT => true,
127 if ($fix === true) {
149 if ($fix === true) {
[all …]
H A DEmptyCatchCommentSniff.php60 … = $phpcsFile->findNext(T_WHITESPACE, ($scopeStart + 1), $tokens[$stackPtr]['scope_closer'], true);
H A DFileCommentSniff.php87 true
110 if (in_array($tokens[$nextToken]['code'], $ignore) === true) {
125 $next = $phpcsFile->findNext(T_WHITESPACE, ($commentEnd + 1), null, true);
133 '@package' => true,
134 '@subpackage' => true,
135 '@author' => true,
136 '@copyright' => true,
144 if ($isRequired === true && in_array($name, $foundTags) === true) {
168 if ($fix === true) {
177 if ($fix === true) {
[all …]
H A DFunctionCommentSniff.php16 if (class_exists('PEAR_Sniffs_Commenting_FunctionCommentSniff', true) === false) {
74 if ($isSpecialMethod === true) {
110 if ($fix === true) {
297 if (isset($matches[2]) === true) {
304 if (isset($matches[4]) === true) {
366 if ($param['variable_length'] === true) {
463 if ($fix === true) {
470 if (isset($param['commentLines'][0]) === true) {
506 if (isset($realParams[$pos]) === true) {
589 if ($fix === true) {
[all …]
H A DFunctionCommentThrowTagSniff.php18 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
95 $foundThrows = true;
122 true
133 true,
135 true
166 true
177 true
188 true
225 $throwTags[$exception] = true;
229 if (empty($throwTags) === true) {
[all …]

1...<<161162163164165166167168169170>>...268