Home
last modified time | relevance | path

Searched refs:rtrim (Results 1 – 25 of 315) sorted by path

12345678910>>...13

/plugin/abbr/syntax/
H A Dabbreviation.php50 $phrase = rtrim($matches[1]);
54 $shortened = rtrim($matches[1]);
/plugin/accscounter/syntax/
H A Dpopularity.php103 $count = rtrim($array[0]);
104 $date = rtrim($array[1]);
105 $today_count = rtrim($array[2]);
106 $yesterday_count = rtrim($array[3]);
/plugin/airtable/
H A Dsyntax.php345 $html = rtrim($html);
/plugin/annotate/
H A Danno.php111 $xhtml = rtrim(implode(' ',$classes));
/plugin/approve/action/
H A Dmigration.php82 $namespace = rtrim($namespace, ':');
/plugin/authfacebook/lib/
H A Dautoload.php75 $file = rtrim($baseDir, '/') . '/' . str_replace('\\', '/', $relativeClass) . '.php';
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php50 $body = rtrim($body);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php66 $this->rootUrl = rtrim($rootUrl ?: $this->client->getConfig('base_path'), '/');
H A DMediaFileUpload.php329 $message = rtrim($message, ';');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php97 return rtrim($str, '; ');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php403 $context['http']['header'] = rtrim($context['http']['header']);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php52 return str_replace('double(', 'float(', rtrim(ob_get_clean()));
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php224 $src = \rtrim($src, '=');
H A DBase64.php154 $encodedString = \rtrim($encodedString, '=');
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php542 return rtrim($output);
H A DASN1.php1062 $bytes = explode(' ', rtrim(chunk_split($bits, 8, ' ')));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php72 $r = rtrim(substr($val, 0, -1), '0');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1407 … throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
/plugin/authloginapi/
H A Daction.php73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '=');
/plugin/authphpbb3/
H A Daction.php52 $phpbb_url = rtrim($phpbb_url, '/');
H A Dauth.php181 $server_name = rtrim(trim($row['config_value']), '/');
520 …$this->_phpbb_conf['root_path'] = DOKU_INC . rtrim(trim($this->getConf('phpbb_root_path')), '/') .…
/plugin/authsmf20/
H A Dauth.php156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
/plugin/authsplit/
H A Dauth.php131 $msg = rtrim($msg, ', ').'.';
370 $msg = rtrim($msg, ', ');
/plugin/avtaskbox/
H A Dsyntax.php118 $path = rtrim(dirname($_SERVER['PHP_SELF']), "/");

12345678910>>...13