Searched refs:detect (Results 1 – 7 of 7) sorted by relevance
47 $factory->detect(UTF8::BYTE_ORDER_MARK)52 $factory->detect(UTF16BE::BYTE_ORDER_MARK)57 $factory->detect(UTF16LE::BYTE_ORDER_MARK)67 $factory->detect("\x000")72 $factory->detect("0\x00")82 $factory->detect("0 HEAD\n1 CHAR MACINTOSH\n0 TRLR")92 $factory->detect("0 HEAD\n0 TRLR")
32 public function detect(string $header): EncodingInterface|null; function
79 $this->src_encoding ??= Registry::encodingFactory()->detect($this->data);
57 public function detect(string $header): EncodingInterface|null function in Fisharebest\\Webtrees\\Factories\\EncodingFactory
265 …detect(d,a));var c=this;d=function(){c[a].dir=c.rtl[a]?"rtl":"ltr";b(a,c[a])};this[a]?d():CKEDITOR… method395 a={doc:this.getDocument(),range:a.clone()};G.eol.detect(a,this);G.bogus.exclude(a);G.cell.shrink(a)…432 …SITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END),b.select())}}();G={eol:{detect:function(a,b){var … method
804 …Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) does not detect pasting a part of …
2229 "description": "Middleware to detect the client ip and save it as a request attribute",