Home
last modified time | relevance | path

Searched refs:rtrim (Results 26 – 50 of 315) sorted by path

12345678910>>...13

/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php252 $value = rtrim($value, ",");
/plugin/bureaucracy/helper/
H A Dactiontemplate.php144 $len = strlen(rtrim($conf['datadir'], '/'));
/plugin/calc/
H A Dsyntax.php54 $calc=rtrim($calc);
61 $calc=rtrim($calc);
/plugin/callflow/
H A Dscript.js93 String.prototype.rtrim = function(){return this.replace(/\s+$/,'');}; method in String
/plugin/captcha/
H A Dhelper.php444 return '<pre>' . rtrim($figlet->fetch($code)) . '</pre>';
/plugin/ckgdoku/action/
H A Dedit.php571 $doku_url= rtrim(DOKU_URL,'/');
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js28 …tion(){var a=/^[ \t\n\r]+/g;return function(g){return g.replace(a,"")}}(),rtrim:function(){var a=/…
73 …ion(a){this.insertBefore(a);a.remove()},trim:function(){this.ltrim();this.rtrim()},ltrim:function(…
74 rtrim:function(){for(var a;this.getLast&&(a=this.getLast());){if(a.type==CKEDITOR.NODE_TEXT){var f=…
88 …ller){for(a=this.getLast();a&&a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.rtrim(a.getText());)a=a.…
121 …eChildren:1,insertBefore:1,insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,
168 ….endOffset;CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.rtrim(a.substring(c)),d.…
H A Dget_headers.php50 $resp = rtrim($resp,'@');
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php447 $sMoveDir = rtrim($sMoveDir, '/');
521 $new_path = rtrim($new_path,'/');
H A Dconfig.php113 $Config['UserFilesAbsolutePath'] = rtrim($Config['UserFilesAbsolutePath'],'/') . '/';
H A Dio.php161 $sRealPath = rtrim($sRealPath,"\\/");
H A Dutil.php275 $return_path = rtrim($return_path, '\\,/') . DIRECTORY_SEPARATOR;
/plugin/ckgedit/action/
H A Dedit.php595 $doku_base= rtrim(DOKU_BASE,'/');
/plugin/ckgedit/ckeditor/
H A Dckeditor.js30 …tion(){var a=/^[ \t\n\r]+/g;return function(b){return b.replace(a,"")}}(),rtrim:function(){var a=/…
84 …ion(a){this.insertBefore(a);a.remove()},trim:function(){this.ltrim();this.rtrim()},ltrim:function(…
85 …ontinue}}break}},rtrim:function(){for(var a;this.getLast&&(a=this.getLast());){if(a.type==CKEDITOR…
102 …ller){for(a=this.getLast();a&&a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.rtrim(a.getText());)a=a.…
136 insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,…
184 ….endOffset;CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.rtrim(a.substring(c)),h.…
H A Dckeditor.js.unc533 rtrim: function() {
2035 this.rtrim()
2052 rtrim: function() {
2055 var d = CKEDITOR.tools.rtrim(a.getText()),
2336 …(a = this.getLast(); a && a.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tools.rtrim(a.getText());) a =…
2975 rtrim: 1,
3896 …CKEDITOR.env.ie && a.type == CKEDITOR.NODE_TEXT && (a = CKEDITOR.tools.rtrim(a.substring(c)), g.te…
6392 c && c.type == CKEDITOR.NODE_TEXT && ((d = CKEDITOR.tools.rtrim(c.value)) ?
6510 ….isBlockLike && c.type == CKEDITOR.NODE_TEXT && (c.value = CKEDITOR.tools.rtrim(c.value), 0 === c.…
H A Dget_headers.php58 $resp = rtrim($resp,'@');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php441 $sMoveDir = rtrim($sMoveDir, '/');
515 $new_path = rtrim($new_path,'/');
H A Dconfig.php115 $Config['UserFilesAbsolutePath'] = rtrim($Config['UserFilesAbsolutePath'],'/') . '/';
H A Dio.php161 $sRealPath = rtrim($sRealPath,"\\/");
H A Dutf8.php319 * @see rtrim()
326 if($charlist == '') return rtrim($str);
H A Dutil.php275 $return_path = rtrim($return_path, '\\,/') . DIRECTORY_SEPARATOR;
/plugin/clearhistory/
H A Dadmin.php101 $dir = rtrim($dir, '/');
/plugin/cli/
H A Dsyntax.php140 $args = substr(rtrim($match), 4, -1); // strip '<cli' and '>EOL?'
/plugin/codemirror/dist/modes/
H A Dcypher.min.js.map1 …p\", \"relationships\", \"replace\", \"reverse\", \"right\", \"round\", \"rtrim\", \"shortestPath\…
H A Dphp.min.js.map1 …str substr_replace quotemeta ucfirst ucwords strtr addslashes addcslashes rtrim str_replace str_re…

12345678910>>...13