Home
last modified time | relevance | path

Searched refs:rtrim (Results 226 – 250 of 315) sorted by relevance

12345678910>>...13

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php113 $Config['UserFilesAbsolutePath'] = rtrim($Config['UserFilesAbsolutePath'],'/') . '/';
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php252 $value = rtrim($value, ",");
/plugin/swiftmail/Swift/Message/
H A DEncoder.php199 $lines[$n] = $this->rawQPEncode(rtrim($line, $trailing_spaces));
H A DHeaders.php448 if ($this->encoding == "Q") $lines[$i] = rtrim($lines[$i], "=");
/plugin/xcom/
H A Dremote.php85 $namespace = rtrim($namespace, '/');
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php224 $src = \rtrim($src, '=');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php115 $Config['UserFilesAbsolutePath'] = rtrim($Config['UserFilesAbsolutePath'],'/') . '/';
/plugin/combo/ComboStrap/
H A DHeadingTag.php109 $previous->setPayload(rtrim($previous->getCapturedContent()));
/plugin/bureaucracy/helper/
H A Dactiontemplate.php144 $len = strlen(rtrim($conf['datadir'], '/'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php512 $propertyValue = rtrim(implode(' ', $parts), " */\r\n");
2453 echo rtrim($condString, ',').';';
2514 $oldConds = rtrim($oldConds, ',');
2521 $newConds = rtrim($newConds, ',');
2616 $oldConds = rtrim($oldConds, ',');
2623 $newConds = rtrim($newConds, ',');
/plugin/dw2pdf/
H A Daction.php239 if (file_exists(wikiFN(rtrim($pdfnamespace, ':')))) {
240 array_unshift($list, rtrim($pdfnamespace, ':'));
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php76 …$ThisFileInfo['audio']['encoder'] = rtrim($ThisFileInfo['mpeg']['audio']['LAME']['long_version'], …
78 …$ThisFileInfo['audio']['encoder'] = rtrim($ThisFileInfo['mpeg']['audio']['LAME']['short_version'],…
113 $ThisFileInfo['audio']['encoder'] = rtrim($ThisFileInfo['audio']['encoder'], "\x00 ");
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1227 $converted_string = rtrim($converted_string, "\x00");
1239 $converted_string = rtrim($converted_string, "\x00");
1797 $splited = preg_split('#/#', rtrim($path, '/ '));
/plugin/extlist/
H A Dsyntax.php248 $class = rtrim($class);
/plugin/switchpanel/
H A Dsyntax.php90 $sFirstLines = trim( rtrim( $sFirstLines, '>' ) );
/plugin/airtable/
H A Dsyntax.php345 $html = rtrim($html);
/plugin/move/_test/
H A Dnamespace_move.test.php205 $actual_response = rtrim($actual_response,"</p>");
/plugin/statistics/inc/
H A DStatisticsLogger.class.php106 $sql = rtrim($sql, ',');
/plugin/todo/syntax/
H A Dlist.php284 $parsepage = 0 === strpos($item, rtrim($ns.':'.$x, ':').':');
/plugin/cli/
H A Dsyntax.php140 $args = substr(rtrim($match), 4, -1); // strip '<cli' and '>EOL?'
/plugin/file2dw/
H A Daction.php565 $dir = rtrim($dir, '/');
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php701 … ((strlen(substr($chrs, 0, $c)) - strlen(rtrim(substr($chrs, 0, $c), '\\'))) % 2 != 1)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php542 return rtrim($output);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php403 $context['http']['header'] = rtrim($context['http']['header']);
/plugin/captcha/
H A Dhelper.php444 return '<pre>' . rtrim($figlet->fetch($code)) . '</pre>';

12345678910>>...13