Home
last modified time | relevance | path

Searched refs:rtrim (Results 126 – 150 of 315) sorted by relevance

12345678910>>...13

/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php94 $result = rtrim($result,"\r\n");
H A DBrokerNewEventTest.php495 rtrim($message->message->serialize(), "\r\n")
/plugin/data/admin/
H A Daliases.php83 $row['name'] = rtrim($row['name'], 's');
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php289 $rawLine = \rtrim($rawLine, "\r\n");
299 $nextLine = \rtrim(\fgets($this->input), "\r\n");
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php301 $rawLine = rtrim($rawLine, "\r\n");
312 $nextLine = rtrim(fgets($this->input), "\r\n");
/plugin/gitlabapi/
H A Dsyntax.php224 $renderer->doc .= '<td>'.rtrim($l_list,', ').'</td>';
229 $renderer->doc .= '<td>'.rtrim($a_list, ', ').'</td>';
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php165 …Line[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u', rtrim($this->currentLine…
209 …STRING.'|(?:!?!php/const:)?[^ \'"\[\{!].*?)) *\:(\s++(?P<value>.+))?$#u', rtrim($this->currentLine…
239 $refName = substr(rtrim($values['value']), 1);
345 $value = $this->parseValue(rtrim($values['value']), $flags, $context);
992 return '-' === rtrim($this->currentLine) || 0 === strpos($this->currentLine, '- ');
/plugin/tablelayout/action/
H A Daction.php120 $pretext = explode("\n", rtrim(substr($event->data['newContent'], 0, $start)));
/plugin/avtaskbox/
H A Dsyntax.php118 $path = rtrim(dirname($_SERVER['PHP_SELF']), "/");
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php62 $changes = ['set_headers' => ['host' => \rtrim($request->getHeader('host')[0], '.')]];
/plugin/authsplit/
H A Dauth.php131 $msg = rtrim($msg, ', ').'.';
370 $msg = rtrim($msg, ', ');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php159 return rtrim($line, "\r\n");
200 $components['type'] = $type = rtrim($key[0]);
/plugin/fedauth/Auth/Yadis/
H A DXRI.php128 if (strpos(rtrim($url, '?'), '?') !== false) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php173 $this->assertEquals('BDAY:20140402', rtrim($prop->serialize()));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DMemberVarSpacingSniff.php69 … $phpcsFile->fixer->replaceToken($prev, rtrim($tokens[$prev]['content']));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php173 $this->assertEquals('BDAY:20140402', rtrim($prop->serialize()));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php173 $this->assertEquals('BDAY:20140402', rtrim($prop->serialize()));
/plugin/openid/Auth/Yadis/
H A DXRI.php128 if (strpos(rtrim($url, '?'), '?') !== false) {
/plugin/textile2/
H A DclassTextile.php364 $style[] = rtrim($sty[1], ';') . ';';
616 $content = $this->shelve($this->encode_html(rtrim($content, "\n")."\n"));
624 $content = $this->shelve($this->encode_html(rtrim($content, "\n")."\n"));
660 return rtrim($text, "\n");
/plugin/authphpbb3/
H A Daction.php52 $phpbb_url = rtrim($phpbb_url, '/');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php52 return str_replace('double(', 'float(', rtrim(ob_get_clean()));
/plugin/rater/
H A Daction.php121 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);
/plugin/scrape/
H A Dsyntax.php57 $query = rtrim($query, '~ ');
/plugin/gitlog/
H A Dsyntax.php246 return rtrim($value, "\/").DIRECTORY_SEPARATOR;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php198 $this->assertEquals('BDAY:20140402', rtrim($prop->serialize()));

12345678910>>...13