Home
last modified time | relevance | path

Searched refs:trim (Results 1226 – 1250 of 1709) sorted by last modified time

1...<<41424344454647484950>>...69

/plugin/pagetemplater/
H A Daction.php60 $new = str_replace('@@' . strtoupper(trim($rkey)) . '@@', $replace[$key], $template);
61 …$new = str_replace(urlencode('@@') . strtoupper(trim($rkey)) . urlencode('@@'), $replace[$key], $n…
122 if (trim($space) && (strpos($ID, $space . ':') === 0)) {
140 if ( strlen(trim($namespace)) == 0 ) { continue; }
/plugin/namespacesearch/
H A Dsyntax.php93 return trim($output);
117 $query2[] = trim(cleanID($namespace));
H A Daction.php25 if(trim($_REQUEST['namespace'])){
26 $QUERY .= ' @'.trim($_REQUEST['namespace']);
/plugin/docsearchsitemap/
H A Daction.php58 $id = trim($id);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DNotifysend.php236 $cmd .= ' '.escapeshellarg(trim($msg));
H A DSource.php282 if (trim($name) === '') {
326 $friendlyName = trim($friendlyName);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DFixmeSniff.php76 $fixmeMessage = trim($matches[1]);
77 $fixmeMessage = trim($fixmeMessage, '-:[](). ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php108 $error = trim($matches[4]);
H A DJSHintSniff.php88 $message = 'jshint says: '.trim($matches[1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php97 $phpcsFile->addWarningOnLine(trim($regs[2]), $regs[1], 'ExternalTool');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php416 if (trim($fileContents) !== '') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php239 $content = trim($node->nodeValue);
263 $first = trim($codeBlocks->item(0)->nodeValue);
271 $second = trim($codeBlocks->item(1)->nodeValue);
H A DText.php94 $text = trim($node->nodeValue);
141 $first = trim($codeBlocks->item(0)->nodeValue);
176 $second = trim($codeBlocks->item(1)->nodeValue);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DClosingTagSniff.php60 && trim($tokens[$i]['content']) !== ''
68 if (trim($tokens[$last]['content']) !== '') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php155 $commentText = trim($commentText, '/* ');
184 $content = trim($tokens[$stackPtr]['content']);
213 if (trim($tokens[$commentLines[1]]['content']) === '') {
271 if (trim($tokens[$line]['content']) === '') {
305 $content = trim($tokens[$commentLines[$lastIndex]]['content']);
H A DFunctionCommentSniff.php205 if (isset($matches[2]) === true && trim($matches[2]) !== '') {
289 $type = trim($matches[1]);
H A DInlineCommentSniff.php176 if (trim(substr($comment, 2)) !== '') {
250 $commentText .= trim(substr($tokens[$i]['content'], 2));
286 $ender = trim($ender, ' ,');
H A DLongConditionClosingCommentSniff.php198 if (trim($tokens[$comment]['content']) !== $expected) {
199 $found = trim($tokens[$comment]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php86 $message = 'jslint says: '.trim($matches[2]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DSuperfluousWhitespaceSniff.php118 $tokenContent = trim($tokens[$i]['content']);
154 $tokenContent = trim($tokens[$i]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Files/
H A DClosingTagSniff.php60 if (trim($tokens[$last]['content']) !== '') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php101 $name = trim($name);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DValidClassNameSniff.php79 $name = trim($phpcsFile->getTokensAsString($nameStart, ($nameEnd - $nameStart)));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php233 $type = trim($matches[1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php167 … $phpcsFile->fixer->replaceToken($nextCloser, trim($tokens[$nextCloser]['content']));

1...<<41424344454647484950>>...69