Home
last modified time | relevance | path

Searched refs:rtrim (Results 101 – 125 of 315) sorted by path

12345678910>>...13

/plugin/edittable/action/
H A Deditor.php230 $table = rtrim($table, "\n");
/plugin/edittable/renderer/
H A Dinverse.php40 $this->doc = rtrim($this->doc);
85 $this->doc = rtrim($this->doc, DOKU_LF).DOKU_LF.DOKU_LF;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php251 $context['http']['header'] = rtrim($context['http']['header']);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php303 return str_replace('double(', 'float(', rtrim(ob_get_clean()));
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php40 $dirname = \rtrim($dirname, '/');
H A DTrainer.php35 $dirname = \rtrim($dirname, '/');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php62 $changes = ['set_headers' => ['host' => \rtrim($request->getHeader('host')[0], '.')]];
H A DGuzzle.php170 return \rtrim($baseUri, '/');
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php118 $outdir = rtrim($outdir, '/');
/plugin/epub/scripts/
H A Dcheck_progess.php26 $dir = rtrim($dir,'/');
H A Depub_utils.php19 $unique_identifier = rtrim($url,'/');
617 $name = rtrim($name);
637 $ns = rtrim($name,'*');
691 $dir = rtrim($dir,'/');
/plugin/etherpadlite/action/
H A Detherpadlite.php32 $this->ep_url = rtrim(trim($this->getConf('etherpadlite_url')),"/");
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
/plugin/extlist/
H A Dsyntax.php248 $class = rtrim($class);
/plugin/farmer/
H A DDokuWikiFarmCore.php66 $this->config['base']['farmdir'] = rtrim($this->config['base']['farmdir'], '/') . '/'; // trailing slash always
207 $parts = explode('.', implode('.', explode(':', rtrim($host, '.'))));
/plugin/farmsync/meta/
H A DFarmSyncUtil.php264 $atticdir = rtrim($atticdir, '/') . '/';
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php39 $resp = rtrim($resp,'@');
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php443 $sMoveDir = rtrim($sMoveDir, '/');
517 $new_path = rtrim($new_path,'/');
H A Dio.php159 $sRealPath = rtrim($sRealPath,"\\/");
H A Dutil.php275 $return_path = rtrim($return_path, '\\,/') . DIRECTORY_SEPARATOR;
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php46 array_push($this->headers, rtrim($header));
H A DXRI.php128 if (strpos(rtrim($url, '?'), '?') !== false) {
/plugin/file2dw/
H A Daction.php565 $dir = rtrim($dir, '/');
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php1188 $ignoredAnnotationNamespace = rtrim($ignoredAnnotationNamespace, '\\') . '\\';
1190 if (0 === stripos(rtrim($name, '\\') . '\\', $ignoredAnnotationNamespace)) {
H A DFileCacheReader.php89 $this->dir = rtrim($cacheDir, '\\/');

12345678910>>...13