Home
last modified time | relevance | path

Searched refs:rtrim (Results 251 – 275 of 315) sorted by relevance

1...<<111213

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php93 $info['audio']['encoder'] = rtrim($info['mpeg']['audio']['LAME']['long_version'], "\x00");
95 $info['audio']['encoder'] = rtrim($info['mpeg']['audio']['LAME']['short_version'], "\x00");
130 $info['audio']['encoder'] = rtrim($info['audio']['encoder'], "\x00 ");
H A Dmodule.audio-video.quicktime.php1458 $info['quicktime']['camera']['model'] = rtrim($atom_structure['GPRO']['camera'], "\x00");
1973 if ($json_decoded = @json_decode(rtrim(substr($atom_data, 6), "\x00"), true)) {
2670 $data = rtrim($data, "\x00");
2738 'PictureControlName' => rtrim(substr($data, 4, 20), "\x00"),
2739 'PictureControlBase' => rtrim(substr($data, 24, 20), "\x00"),
/plugin/schedule/
H A DscheduleRoot.class.php293 $pathDir = rtrim ($dir, "/") . "/";
/plugin/quickstats/
H A Dsyntax.php357 …$gcity_dat=rtrim($gcity_dir, "\040,/\\") . $this->SEP . 'GeoLiteCity.dat'; …
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1493 $oldConds = rtrim($oldConds, ',');
1500 $newConds = rtrim($newConds, ',');
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php118 $outdir = rtrim($outdir, '/');
/plugin/farmsync/meta/
H A DFarmSyncUtil.php264 $atticdir = rtrim($atticdir, '/') . '/';
/plugin/etherpadlite/action/
H A Detherpadlite.php32 $this->ep_url = rtrim(trim($this->getConf('etherpadlite_url')),"/");
/plugin/struct/meta/
H A DAggregationTable.php353 $this->renderer->doc = substr(rtrim($this->renderer->doc), 0, -1); // remove closing '>'
/plugin/callflow/
H A Dscript.js93 String.prototype.rtrim = function(){return this.replace(/\s+$/,'');}; method in String
/plugin/pycode/
H A Dmethod.php296 $brief[count($brief) - 1] = rtrim($brief[count($brief) - 1], '"');
/plugin/txt2tags/
H A Dtxt2tags.class.php281 if(rtrim($line) != "%%%") # comment areas
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php161 $outdir = rtrim($outdir, '/');
H A DZip.php140 $outdir = rtrim($outdir, '/');
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/const/
H A Dclass.evalmath.php176 $expression = rtrim( $expression, ';' );
/plugin/refnotes/
H A Drendering.php1113 $text = rtrim($text, '.') . '.';
/plugin/ckgdoku/action/
H A Dedit.php571 $doku_url= rtrim(DOKU_URL,'/');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php517 $docComment = rtrim($docComment, "\n");
/plugin/photogallery/phpThumb/
H A DphpThumb.php57 …$nice_docroot = str_replace(DIRECTORY_SEPARATOR, '/', rtrim($phpThumb->config_document_root, '/\…
/plugin/indexmenu/syntax/
H A Dindexmenu.php744 $openNodes = rtrim($openNodes, ' ');
/plugin/combo/ComboStrap/
H A DWikiPath.php442 StringUtility::rtrim($id, '.' . self::MARKUP_DEFAULT_TXT_EXTENSION);
/plugin/rater/
H A Dsyntax.php171 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php384 return rtrim($baseUri, '/') . '/';
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php378 return rtrim($baseUri, '/') . '/';

1...<<111213