Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 7 of 7) sorted by relevance

/webtrees/tests/app/Factories/
H A DEncodingFactoryTest.php47 $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")
/webtrees/app/Contracts/
H A DEncodingFactoryInterface.php32 public function detect(string $header): EncodingInterface|null; function
/webtrees/app/GedcomFilters/
H A DGedcomEncodingFilter.php79 $this->src_encoding ??= Registry::encodingFactory()->detect($this->data);
/webtrees/app/Factories/
H A DEncodingFactory.php57 public function detect(string $header): EncodingInterface|null function in Fisharebest\\Webtrees\\Factories\\EncodingFactory
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js265detect(d,a));var c=this;d=function(){c[a].dir=c.rtl[a]?"rtl":"ltr";b(a,c[a])};this[a]?d():CKEDITOR… method
395 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
H A DCHANGES.md804 …Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) does not detect pasting a part of …
/webtrees/
H A Dcomposer.lock2229 "description": "Middleware to detect the client ip and save it as a request attribute",