Searched refs:locale (Results 1 – 10 of 10) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | PipelineUtility.php | 286 $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 D | Iso8601Date.php | 257 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 D | Site.php | 419 $locale = null; 425 $locale = strtolower($lang) . $sep . strtoupper($country); 427 return $locale; 443 $locale = locale_get_default(); 444 $localeParts = explode("_", $locale, 2);
|
| H A D | FetcherVignette.php | 194 $locale = Locale::createForPage($this->page)->getValueOrDefault(); 202 …lineToPrint = Iso8601Date::createFromDateTime($modifiedTimeOrDefault)->formatLocale(null, $locale);
|
| H A D | MarkupPath.php | 166 private $locale; variable in ComboStrap\\MarkupPath 938 $value = $this->locale->getValueFromStore(); 1647 $this->locale = Locale::createForPage($this);
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Compiler.php | 144 if (false !== $locale = setlocale(\LC_NUMERIC, '0')) { 150 if (false !== $locale) { 151 setlocale(\LC_NUMERIC, $locale);
|
| /template/icke/ |
| D | functions.php | 129 if ($translation->locale === null) { 132 $translatedId = $translation->locale . ":$id";
|
| /template/strap/action/ |
| H A D | metafacebook.php | 246 $locale = ComboStrap\Locale::createForPage($page, "_")->getValueOrDefault(); 247 $facebookMeta["og:locale"] = $locale;
|
| /template/strap/vendor/symfony/yaml/ |
| H A D | Inline.php | 165 $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 D | lessc.inc.php | 2084 $locale = setlocale(LC_NUMERIC, 0); 2106 setlocale(LC_NUMERIC, $locale);
|