Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DPipelineUtility.php286 $locale = null;
296 $locale = $commandArgs[1];
300 if ($locale === null) {
303 $locale = Locale::createForPage($page)->getValueOrDefault();
306 if ($locale === null) {
308 $locale = 'en_US';
309 …nal Error: No default locale could be determined. The locale was set to $locale", DateTag::CANONIC…
316 if (strlen(trim($locale)) === 2) {
318 $derivedLocale = strtolower($region) . $localeSeparator . strtoupper($locale);
320 $derivedLocale = $locale;
H A DIso8601Date.php257 public function formatLocale($pattern = null, $locale = null) argument
306 $locale,
318 …LogUtility::warning("Locale value ($locale) is an unknown ICU locale. Using default locale instead…
330 if ($locale === null) {
331 $locale = "";
336 …w ExceptionBadSyntax("Unable to format the date with the pattern ($pattern) and locale ($locale)");
H A DSite.php419 $locale = null;
425 $locale = strtolower($lang) . $sep . strtoupper($country);
427 return $locale;
443 $locale = locale_get_default();
444 $localeParts = explode("_", $locale, 2);
H A DFetcherVignette.php194 $locale = Locale::createForPage($this->page)->getValueOrDefault();
202 …lineToPrint = Iso8601Date::createFromDateTime($modifiedTimeOrDefault)->formatLocale(null, $locale);
H A DMarkupPath.php166 private $locale; variable in ComboStrap\\MarkupPath
938 $value = $this->locale->getValueFromStore();
1647 $this->locale = Locale::createForPage($this);
/template/twigstarter/vendor/twig/twig/src/
DCompiler.php144 if (false !== $locale = setlocale(\LC_NUMERIC, '0')) {
150 if (false !== $locale) {
151 setlocale(\LC_NUMERIC, $locale);
/template/icke/
Dfunctions.php129 if ($translation->locale === null) {
132 $translatedId = $translation->locale . ":$id";
/template/strap/action/
H A Dmetafacebook.php246 $locale = ComboStrap\Locale::createForPage($page, "_")->getValueOrDefault();
247 $facebookMeta["og:locale"] = $locale;
/template/strap/vendor/symfony/yaml/
H A DInline.php165 $locale = setlocale(\LC_NUMERIC, 0);
166 if (false !== $locale) {
182 if (false !== $locale) {
183 setlocale(\LC_NUMERIC, $locale);
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2084 $locale = setlocale(LC_NUMERIC, 0);
2106 setlocale(LC_NUMERIC, $locale);