Searched refs:args (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/ |
H A D | I18N.php | 341 public static function translate(string $message, ...$args): string argument 345 return sprintf($message, ...$args); 419 public static function plural(string $singular, string $plural, int $count, ...$args): string argument 423 return sprintf($message, ...$args); 612 public static function translateContext(string $context, string $message, ...$args): string argument 616 return sprintf($message, ...$args);
|
/webtrees/tests/app/Services/ |
H A D | TimeoutServiceTest.php | 35 function ini_get(...$args) argument 38 return \ini_get(...$args); 41 return TestCase::$mock_functions->iniGet(...$args);
|
/webtrees/ |
H A D | phpstan-baseline.neon | 9160 …message: '#^Parameter \#2 \.\.\.\$args of static method Fisharebest\\Webtrees\\I18N\:\:translate\(… 12388 …message: '#^Parameter \#2 \.\.\.\$args of static method Fisharebest\\Webtrees\\I18N\:\:translate\(…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 275 …args:Array.prototype.slice.call(arguments,2)};CKEDITOR.tools.extend(c,b)},get:function(a){return t… class
|