Home
last modified time | relevance | path

Searched refs:trim (Results 1251 – 1275 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php323 if (trim($char) !== '' && trim($buffer) === '') {
342 && trim($char) === ''
343 && trim($buffer) !== ''
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php309 $this->_file = trim($file);
468 $filename = trim(substr($contents, 17, ($eolPos - 17)));
2889 … $vars[$paramCount]['content'] = trim($this->getTokensAsString($paramStart, ($i - $paramStart)));
2892 …$vars[$paramCount]['default'] = trim($this->getTokensAsString($defaultStart, ($i - $defaultStart))…
3749 $name = trim($name);
3801 $name = trim($name);
H A DFixer.php517 … if (trim($this->_tokens[$stackPtr]) === '' && isset($this->_tokens[($stackPtr + 1)]) === true) {
626 … if (trim($this->_tokens[$stackPtr]) === '' && isset($tokens[($stackPtr + 1)]) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DDuplicateClassNameSniff.php91 … $namespace = trim($phpcsFile->getTokensAsString(($stackPtr + 1), ($nsEnd - $stackPtr - 1)));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DUnusedSystemSniff.php68 $systemName = trim($tokens[$systemName]['content'], " '");
H A DIncludeOwnSystemSniff.php64 $typeName = trim($tokens[$typeName]['content'], " '");
H A DIncludeSystemSniff.php136 $typeName = trim($tokens[$typeName]['content'], " '");
279 $typeName = trim($tokens[$typeName]['content'], " '");
316 $systemName = trim($tokens[$systemName]['content'], " '");
320 $typeName = trim($tokens[$typeName]['content'], " '");
325 $filePath = trim($filePath, " '");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DTodoSniff.php74 $todoMessage = trim($matches[1]);
75 $todoMessage = trim($todoMessage, '-:[](). ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php159 $buffer = trim(fgets($handle));
173 $buffer = trim(fgets($handle));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php249 if (trim($camelCapsPart) === '') {
H A DValidClassNameSniff.php65 $name = trim($tokens[$className]['content']);
89 $nameBits = explode('_', trim($name, '_'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php101 $tokenContent = trim($tokens[$i]['content']);
130 $content = trim($content);
H A DEmbeddedPhpSniff.php188 && trim($tokens[$lastContent]['content']) !== ''
208 } else if (trim($tokens[$first]['content']) !== '') {
216 && trim($tokens[$first]['content']) !== ''
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php71 return trim(preg_replace('|<.+>|', '', implode($parts, ' ')));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DConstructorNameSniff.php142 $this->_functionList[] = trim($tokens[$next]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php93 if (trim($content) === '') {
225 if ($closer !== false && $content === trim($tokens[$closer]['content'])) {
258 $regex = '`'.preg_quote(trim($tokens[$close_tag_pointer]['content'])).'`';
H A DSyntaxSniff.php85 if (preg_match('/^.*error:(.*) in .* on line ([0-9]+)/m', trim($output), $matches) === 1) {
86 $error = trim($matches[1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php341 $validName = trim($newName, '_');
376 $newContent = trim($newContent, '_');
394 $validName = trim($newName, '_');
439 $validName = trim($newName, '_');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DShorthandSizeSniff.php89 $origContent = trim($origContent, ': ');
95 $content = trim($content);
119 if ($content !== trim($matched)) {
124 $expected = trim($content.' '.$values[1][1].$values[1][2]);
164 $expected = preg_replace('/\s+/', ' ', trim($expected));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php119 if (trim($content) === '') {
131 if (trim($content) === '') {
166 && trim($tokens[$next]['content']) === '')
190 if (trim($tokens[$i]['content']) !== '') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php88 $phpcsFile->addWarningOnLine(trim($message), $line, 'ExternalTool');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DDisallowObjectStringIndexSniff.php76 $content = trim($tokens[$index]['content'], '"\' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1536 $name = trim($name);
1538 $value = trim($value);
1836 $input = trim($input);
/plugin/authgoogle/google/external/
H A DURITemplateParser.php187 $val = trim($val, $del);
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php72 if (isset($part[0]) && 'boundary' == trim($part[0])) {
84 $part = trim($part);

1...<<51525354555657585960>>...69