Home
last modified time | relevance | path

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

/dokuwiki/vendor/php81_bc/strftime/src/
DAbstractLocaleFormatter.php9 protected $locale; variable in PHP81_BC\\strftime\\AbstractLocaleFormatter
14 * @param string $locale The locale to use when formatting
16 public function __construct($locale) argument
18 $this->locale = $locale;
Dphp-8.1-strftime.php28 * @param string|null $locale locale
33 function strftime (string $format, $timestamp = null, ?string $locale = null) : string { argument
47 $locale = Locale::canonicalize($locale ?? (Locale::getDefault() ?? setlocale(LC_TIME, '0')));
48 $locale_formatter = new IntlLocaleFormatter($locale);
50 $locale_formatter = new DateLocaleFormatter($locale);
DIntlLocaleFormatter.php73 …return (new IntlDateFormatter($this->locale, $date_type, $time_type, $tz, $calendar, $pattern))->f…
/dokuwiki/lib/plugins/styling/lang/it/
Dintro.txt2 Tutte le modifiche sono salvate in un file di configurazione locale e sono aggiornate in modo sicur…
/dokuwiki/vendor/php81_bc/strftime/
DREADME.md116 | `%b` | Abbreviated month name, based on the locale | `Jan` through `Dec` …
117 | `%B` | Full month name, based on the locale | `January` through `Dece…
118 | `%h` | Abbreviated month name, based on the locale (an alias of `%b`) | `Jan` through `Dec` …
146 | `%X` | Preferred time representation based on locale, without the date | Example:…
154 | `%c` | Preferred date and time stamp based on locale | Example: `Tue Feb 5 00…
158 | `%x` | Preferred date representation based on locale, without the time | Example: `02/05/09` fo…
/dokuwiki/vendor/splitbrain/lesserphp/src/
DLessc.php107 $locale = setlocale(LC_NUMERIC, 0);
128 setlocale(LC_NUMERIC, $locale);
136 setlocale(LC_NUMERIC, $locale);
/dokuwiki/
Dcomposer.lock346 "ext-intl": "For proper locale aware output"