Home
last modified time | relevance | path

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

1...<<111213

/plugin/quickstats/scripts/
H A Dget_useragent.php41 echo rawurlencode(rtrim($ret_str,':'));
/plugin/quickstats/
H A Dsyntax.php357 …$gcity_dat=rtrim($gcity_dir, "\040,/\\") . $this->SEP . 'GeoLiteCity.dat'; …
/plugin/random_page/
H A Daction.php58 $id = rtrim($data[array_rand($data)]);
/plugin/rater/
H A Daction.php121 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);
H A Dsyntax.php171 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);
/plugin/rating/
H A Dsyntax.php41 $match = rtrim($match,'\}');
/plugin/redirect2/
H A Daction.php193 $leaf = noNS(rtrim($checkID,':')).$leaf;
194 $checkID = ($checkID == ':') ? false : getNS(rtrim($checkID,':')).':';
254 $leaf = noNS(rtrim($checkID,':')).$leaf;
/plugin/refnotes/
H A Drendering.php1113 $text = rtrim($text, '.') . '.';
/plugin/regex_template/
H A Daction.php39 $len = strlen(rtrim($conf['datadir'],'/'));
/plugin/schedule/
H A DscheduleRoot.class.php293 $pathDir = rtrim ($dir, "/") . "/";
H A Dschedules.class.php380 $pathDir = rtrim ($pathDir, '/') . '/';
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A Dsyntax.php57 $query = rtrim($query, '~ ');
/plugin/shorturl/
H A Daction.php66 return rtrim($conf['savedir'],"/") . "/cache";
H A Dadmin.php77 return rtrim($conf['savedir'],"/") . "/cache";
H A Dhelper.php29 $this->savedir = rtrim($conf['savedir'],"/") . "/cache";
/plugin/shorty/
H A Dhelper.php22 $this->savedir = rtrim($conf['savedir'],"/") . "/cache";
/plugin/sketchcanvas/phplib/
H A Dspyc.php338 $string = rtrim ($spaces.$key.': '.$value)."\n";
426 $line = rtrim ($line, $literalBlockStyle . " \n");
437 $line = rtrim ($line, " \n\t\r") . ' ' . ltrim ($Source[$i], " \t");
474 $lines[$k] = rtrim ($_, "\r");
606 if (rtrim ($value, 0) === $value)
847 $line = rtrim ($line, "\r\n\t ") . "\n";
852 return rtrim($literalBlock, ' ') . "\n";
854 return rtrim ($literalBlock, " \t") . "\n";
866 $lineArray[$k] = rtrim ($literalBlock, " \r\n");
/plugin/sqlite/
H A Dhelper.php191 $sql = rtrim($sql, ';');
/plugin/sqlraw/
H A Dsyntax.php796 $query = rtrim($query,', ');
817 $sql = rtrim($sql, ', ');
/plugin/statistics/inc/
H A DStatisticsLogger.class.php106 $sql = rtrim($sql, ',');
/plugin/struct/meta/
H A DAggregationTable.php353 $this->renderer->doc = substr(rtrim($this->renderer->doc), 0, -1); // remove closing '>'
H A DCSVExporter.php73 return rtrim($row, ',') . "\r\n";
101 return rtrim($row, ',') . "\r\n";
/plugin/struct/types/
H A DDecimal.php85 $value = rtrim($value, '0');
86 $value = rtrim($value, $this->config['decpoint']);
H A DLongText.php44 $rawvalue = rtrim($rawvalue);

1...<<111213