Searched refs:rtrim (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Http/Middleware/ |
H A D | BaseUrl.php | 30 use function rtrim; alias 59 $base_url = rtrim(explode('index.php', (string) $request_url)[0], '/');
|
/webtrees/app/Module/ |
H A D | FanChartModule.php | 60 use function rtrim; alias 530 return rtrim($text);
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 30 …tion(){var a=/^[ \t\n\r]+/g;return function(b){return b.replace(a,"")}}(),rtrim:function(){var a=/… 90 …ion(a){this.insertBefore(a);a.remove()},trim:function(){this.ltrim();this.rtrim()},ltrim:function(… 91 …ontinue}}break}},rtrim:function(){for(var a;this.getLast&&(a=this.getLast());){if(a.type==CKEDITOR… 107 …ller){for(a=this.getLast();a&&a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.rtrim(a.getText());)a=a.… 142 insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,… property 191 ….endOffset;CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.rtrim(a.substring(c)),g.…
|