Home
last modified time | relevance | path

Searched refs:ANSEL (Results 1 – 8 of 8) sorted by relevance

/webtrees/tests/app/Encodings/
H A DAnselTest.php23 use Fisharebest\Webtrees\Encodings\ANSEL; alias
139 $encoding = new ANSEL();
166 $encoding = new ANSEL();
175 $encoding = new ANSEL();
184 $encoding = new ANSEL();
194 $encoding = new ANSEL();
/webtrees/app/Factories/
H A DEncodingFactory.php24 use Fisharebest\Webtrees\Encodings\ANSEL; alias
99 'ANSEL' => ANSEL::NAME,
174 case ANSEL::NAME:
175 return new ANSEL();
220 ANSEL::NAME => 'ANSEL',
/webtrees/tests/app/Factories/
H A DEncodingFactoryTest.php23 use Fisharebest\Webtrees\Encodings\ANSEL; alias
103 static::assertInstanceOf(ANSEL::class, $factory->make(ANSEL::NAME));
/webtrees/resources/views/admin/
H A Dgedcom-export-options.phtml6 use Fisharebest\Webtrees\Encodings\ANSEL; alias
83 …ptions' => [UTF8::NAME => 'UTF-8', UTF16BE::NAME => 'UNICODE (UTF16-BE)', ANSEL::NAME => 'ANSEL', …
/webtrees/app/Http/RequestHandlers/
H A DExportGedcomClient.php22 use Fisharebest\Webtrees\Encodings\ANSEL; alias
62 … = Validator::parsedBody($request)->isInArray([UTF8::NAME, UTF16BE::NAME, ANSEL::NAME, ASCII::NAME…
/webtrees/app/Module/
H A DClippingsCartModule.php23 use Fisharebest\Webtrees\Encodings\ANSEL; alias
234 … = Validator::parsedBody($request)->isInArray([UTF8::NAME, UTF16BE::NAME, ANSEL::NAME, ASCII::NAME…
/webtrees/app/Encodings/
H A DANSEL.php92 class ANSEL extends AbstractEncoding class
/webtrees/
H A Dphpstan-baseline.neon610 …message: '#^Method Fisharebest\\Webtrees\\Encodings\\ANSEL\:\:fromUtf8\(\) should return string bu…
613 path: app/Encodings/ANSEL.php
619 path: app/Encodings/ANSEL.php