Home
last modified time | relevance | path

Searched refs:rtrim (Results 301 – 315 of 315) sorted by last modified time

1...<<111213

/plugin/shorturl/
H A Dadmin.php77 return rtrim($conf['savedir'],"/") . "/cache";
/plugin/doctree2filelist/
H A Dadmin.php504 $status = rtrim($status[4]);
/plugin/jquery/
H A Djquery-1.4.2.js47 rtrim = /^(\s|\u00A0)+|(\s|\u00A0)+$/g,
588 return (text || "").replace( rtrim, "" );
/plugin/regex_template/
H A Daction.php39 $len = strlen(rtrim($conf['datadir'],'/'));
/plugin/iptrust/
H A Dadmin.php125 $ip = rtrim($ip);
127 ptln("<td>".rtrim($ip)."</td>");
/plugin/qstat/
H A Daction.php46 'date' => rtrim(io_readFile(DOKU_PLUGIN.'dwqstat/VERSION.txt')),
H A Dsyntax.php46 'date' => rtrim(io_readFile(DOKU_PLUGIN.'dwqstat/VERSION.txt')),
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 …egExp.escape(i):"\\s")+")+");return this.replace(i,"");};String.prototype.rtrim=function(i){i=new … method in String
/plugin/calc/
H A Dsyntax.php54 $calc=rtrim($calc);
61 $calc=rtrim($calc);
/plugin/distributedacl/
H A Daction.php19 'date' => rtrim(io_readFile(DOKU_PLUGIN.'distributedACL/VERSION.txt')),
/plugin/darcspatch/
H A Dadmin.php149 …if(($offset <= count($target_lines)) && (strcmp(rtrim(substr($line,1)),rtrim($target_lines[$offset…
153 $return_string .= ' '.rtrim(substr($line,1))."\n";
154 $return_string .= ' '.rtrim($target_lines[$offset-1])."\n";
/plugin/textile2/
H A DclassTextile.php364 $style[] = rtrim($sty[1], ';') . ';';
616 $content = $this->shelve($this->encode_html(rtrim($content, "\n")."\n"));
624 $content = $this->shelve($this->encode_html(rtrim($content, "\n")."\n"));
660 return rtrim($text, "\n");
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js33 String.prototype.rtrim = function(c) { method in String
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php252 $value = rtrim($value, ",");
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …1,hex:1,chr:1,lbound:1,msgbox:1,ucase:1,getlocale:1,cos:1,cdate:1,cbyte:1,rtrim:1,join:1,hour:1,oc… property in hljs.LANGUAGES.vbscript.dM.k.built_in

1...<<111213