Searched refs:ltrim (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Statistics/Service/ |
H A D | ColorService.php | 24 use function ltrim; alias 91 …return array_map(static fn (string $hex): int => (int) hexdec($hex), str_split(ltrim($hex, '#'), 2…
|
/webtrees/app/Factories/ |
H A D | EncodingFactory.php | 41 use function ltrim; alias 83 $header = strtr(ltrim($header), ["\r\n" => "\n", "\n\r" => "\n", "\r" => "\n"]);
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 63 use function ltrim; alias 253 return ltrim(substr($gedrec, $pos1)); 257 return ltrim($subrec);
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 30 …\t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(b){return b.replace(a,"")}}(),ltrim:function(){var a=/… 90 …this.ltrim();this.rtrim()},ltrim:function(){for(var a;this.getFirst&&(a=this.getFirst());){if(a.ty… 142 insertAfterNode:1,replace:1,trim:1,type:1,ltrim:1,rtrim:1,getDocument:1,getChildCount:1,getChild:1,… property 190 …tOffset;CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.ltrim(a.substring(0,c)),… 947 …on(b){this._.indent&&(this.indentation(),!this._.inPre&&(b=CKEDITOR.tools.ltrim(b)));this._.output… 959 …eturn;a=Math.min(a,c.length);a=Math.max(a,0);b.$.className=CKEDITOR.tools.ltrim(b.$.className.repl… 974 …lign");g.removeStyle("text-align");var m=e&&(g.$.className=CKEDITOR.tools.ltrim(g.$.className.repl…
|