Home
last modified time | relevance | path

Searched refs:false (Results 3751 – 3775 of 6149) sorted by path

1...<<151152153154155156157158159160>>...246

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Classes/
H A DClassDeclarationSniff.php73 if (isset($tokens[$stackPtr]['scope_closer']) === false) {
80 if ($nextClass !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php137 if ($semicolon !== false) {
176 if ($semicolon !== false) {
188 if (isset($tokens[$i]['scope_opener']) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php15 if (class_exists('Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff', true) === false) {
65 … if ($testName !== '' && PHP_CodeSniffer::isCamelCaps($testName, false, true, false) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php15 if (class_exists('PEAR_Sniffs_Classes_ClassDeclarationSniff', true) === false) {
53 if (isset($tokens[$stackPtr]['scope_opener']) === false) {
174 if ($keyword !== false) {
221 $multiLineImplements = false;
222 if ($implements !== false) {
236 while ($nextClass !== false) {
242 $checkingImplements = false;
432 if (strpos($tokens[$prevContent]['content'], $phpcsFile->eolChar) === false) {
H A DPropertyDeclarationSniff.php15 if (class_exists('PHP_CodeSniffer_Standards_AbstractVariableSniff', true) === false) {
74 if (($modifier === false) || ($tokens[$modifier]['line'] !== $tokens[$stackPtr]['line'])) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DControlStructureSpacingSniff.php85 if (isset($tokens[$stackPtr]['parenthesis_opener']) === false
86 || isset($tokens[$stackPtr]['parenthesis_closer']) === false
95 if (strpos($tokens[($parenOpener + 1)]['content'], $phpcsFile->eolChar) !== false) {
H A DSwitchDeclarationSniff.php65 if (isset($tokens[$stackPtr]['scope_opener']) === false
66 || isset($tokens[$stackPtr]['scope_closer']) === false
75 $foundDefault = false;
77 …nextCase = $this->_findNextCase($phpcsFile, ($nextCase + 1), $switch['scope_closer'])) !== false) {
206 if ($nextCode !== false) {
233 …$stackPtr = $phpcsFile->findNext(array(T_CASE, T_DEFAULT, T_SWITCH), $stackPtr, $end)) !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DEndFileNewlineSniff.php55 if ($phpcsFile->findNext(T_INLINE_HTML, ($stackPtr + 1)) !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DFunctionCallSignatureSniff.php34 public $allowMultipleArguments = false;
66 if ($next === false) {
67 return false;
80 if ($next !== false && $tokens[$next]['line'] !== $tokens[$end]['line']) {
84 return false;
H A DFunctionClosingBraceSniff.php60 if (isset($tokens[$stackPtr]['scope_closer']) === false) {
H A DMethodDeclarationSniff.php15 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
81 …hpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$methodPrefixes, ($prefix - 1), $prev)) !== false) {
143 if (empty($fixes) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DNamespaceDeclarationSniff.php68 if ($next === false) {
H A DUseDeclarationSniff.php107 if ($next !== false) {
110 } while ($next !== false);
128 if ($prev !== false) {
140 if ($nextUse === false) {
145 if ($nextUse !== false) {
211 return false;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayBracketSpacingSniff.php68 if (isset($tokens[$stackPtr]['bracket_opener']) === false) {
H A DArrayDeclarationSniff.php169 if ($next !== false) {
240 if ($conditionCheck === false
347 $keyUsed = false;
348 $singleUsed = false;
434 if ($keyUsed === false) {
512 $singleValue = false;
521 if ($nextContent === false) {
567 if ($keyUsed === false && empty($indices) === false) {
589 $lastValueLine = false;
670 if (isset($index['index']) === false) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DClassDefinitionClosingBraceSpaceSniff.php65 if ($next === false) {
102 if ($found !== false) {
107 if ($prev === false) {
H A DClassDefinitionNameSpacingSniff.php66 if ($nested !== false) {
81 $foundContent = false;
97 if ($foundContent === false) {
101 if ($prev !== false
102 && isset($endTokens[$tokens[$prev]['code']]) === false
111 $foundContent = false;
H A DClassDefinitionOpeningBraceSpaceSniff.php93 if ($next === false) {
98 $nested = false;
105 if ($found !== false) {
H A DColonSpacingSniff.php96 if (strpos($content, $phpcsFile->eolChar) === false) {
H A DDisallowMultipleStyleDefinitionsSniff.php64 if ($next === false) {
H A DDuplicateClassDefinitionSniff.php67 if ($next === false) {
83 while ($next !== false) {
88 if ($beforePrev !== false
H A DDuplicateStyleDefinitionSniff.php72 if ($next === false) {
91 } while ($next !== false);
H A DEmptyClassDefinitionSniff.php65 if ($next === false || $tokens[$next]['code'] === T_CLOSE_CURLY_BRACKET) {
H A DEmptyStyleDefinitionSniff.php65 …if ($next === false || $tokens[$next]['code'] === T_SEMICOLON || $tokens[$next]['line'] !== $token…
H A DForbiddenStylesSniff.php69 protected $patternMatch = false;
131 if (in_array($style, $this->forbiddenStyleNames) === false) {

1...<<151152153154155156157158159160>>...246