Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php56 $locale,
68 $locale,
79 function twig_localized_number_filter($number, $style = 'decimal', $type = 'default', $locale = nul… argument
89 $formatter = twig_get_number_formatter($locale, $style);
98 function twig_localized_currency_filter($number, $currency = null, $locale = null) argument
100 $formatter = twig_get_number_formatter($locale, 'currency');
108 * @param string $locale Locale in which the number would be formatted
113 function twig_get_number_formatter($locale, $style) argument
117 $locale = null !== $locale ? $locale : Locale::getDefault();
119 if ($formatter && $formatter->getLocale() === $locale && $currentStyle === $style) {
[all …]
/plugin/eventline/timeline_js/
H A Dtimeline-api.js193 var tryExactLocale = function(locale) { argument
196 loadLocale[locale] = true;
202 var tryLocale = function(locale) { argument
203 if (tryExactLocale(locale)) {
204 return locale;
207 var dash = locale.indexOf("-");
209 return locale.substr(0, dash);
223 if (locale != null) {
224 defaultClientLocale = locale;
230 var locale = supportedLocales[l];
[all …]
/plugin/tline/timeline_js/
H A Dtimeline-api.js193 var tryExactLocale = function(locale) { argument
196 loadLocale[locale] = true;
202 var tryLocale = function(locale) { argument
203 if (tryExactLocale(locale)) {
204 return locale;
207 var dash = locale.indexOf("-");
209 return locale.substr(0, dash);
223 if (locale != null) {
224 defaultClientLocale = locale;
230 var locale = supportedLocales[l];
[all …]
/plugin/translation/
H A Daction.php73 $locale = $this->helper->getLangPart($id ?? '');
74 $_SESSION[DOKU_COOKIE]['translationlc'] = $locale; // IDs always reset the language
76 $locale = $INPUT->str('lang');
78 $locale = $_SESSION[DOKU_COOKIE]['translationlc'] ?? '';
81 // ensure a valid locale was given by using it as fake ID
82 $locale = $this->helper->getLangPart("$locale:foo");
85 if ($locale && $locale !== $conf['lang']) {
87 $event->data = $locale;
[all...]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractPlaceRecord.php51 $locale = $this->firstSetNameLocale();
53 return $locale === null ? null : $this->names[$locale];
58 foreach ($this->locales as $locale) {
59 if (isset($this->names[$locale])) {
60 return $locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Ideahub/
H A DGoogleSearchIdeahubV1alphaAvailableLocale.php22 public $locale; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1alphaAvailableLocale
25 public function setLocale($locale) argument
27 $this->locale = $locale;
31 return $this->locale;
H A DGoogleSearchIdeahubV1betaAvailableLocale.php25 public $locale; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1betaAvailableLocale
34 public function setLocale($locale) argument
36 $this->locale = $locale;
43 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DLocalizedMessage.php25 public $locale; variable in Google\\Service\\VMMigrationService\\LocalizedMessage
34 public function setLocale($locale) argument
36 $this->locale = $locale;
43 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DLocalizedText.php25 public $locale; variable in Google\\Service\\AndroidEnterprise\\LocalizedText
34 public function setLocale($locale) argument
36 $this->locale = $locale;
43 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DLocalizedString.php29 public $locale; variable in Google\\Service\\GamesConfiguration\\LocalizedString
52 public function setLocale($locale) argument
54 $this->locale = $locale;
61 return $this->locale;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.facebook.js40 var locale = "en_US";
46 locale = options.language;
49 locale = match[1]+"_"+subs[0];
54 locale = options.language+"_"+locales[options.language][0];
58 locale : locale, property in $.fn.socialSharePrivacy.settings.services.facebook.button.params
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DAndroidDevice.php33 public $locale; variable in Google\\Service\\Testing\\AndroidDevice
70 public function setLocale($locale) argument
72 $this->locale = $locale;
79 return $this->locale;
H A DIosDevice.php33 public $locale; variable in Google\\Service\\Testing\\IosDevice
70 public function setLocale($locale) argument
72 $this->locale = $locale;
79 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DScreen.php29 public $locale; variable in Google\\Service\\ToolResults\\Screen
56 public function setLocale($locale) argument
58 $this->locale = $locale;
65 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DConfigSettings.php37 public $locale; variable in Google\\Service\\PagespeedInsights\\ConfigSettings
88 public function setLocale($locale) argument
90 $this->locale = $locale;
97 return $this->locale;
/plugin/combo/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 LogUtility::error("Internal Error: No default locale could be determined. The locale was set to $locale", DateTag::CANONICAL);
314 * Transform it as locale
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSpreadsheetProperties.php33 public $locale; variable in Google\\Service\\Sheets\\SpreadsheetProperties
90 public function setLocale($locale) argument
92 $this->locale = $locale;
99 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1EntityAnnotation.php36 public $locale; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1EntityAnnotation
99 public function setLocale($locale) argument
101 $this->locale = $locale;
108 return $this->locale;
H A DEntityAnnotation.php36 public $locale; variable in Google\\Service\\Vision\\EntityAnnotation
99 public function setLocale($locale) argument
101 $this->locale = $locale;
108 return $this->locale;
H A DGoogleCloudVisionV1p1beta1EntityAnnotation.php36 public $locale; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1EntityAnnotation
99 public function setLocale($locale) argument
101 $this->locale = $locale;
108 return $this->locale;
H A DGoogleCloudVisionV1p3beta1EntityAnnotation.php36 public $locale; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1EntityAnnotation
99 public function setLocale($locale) argument
101 $this->locale = $locale;
108 return $this->locale;
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php36 public $locale; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1EntityAnnotation
99 public function setLocale($locale) argument
101 $this->locale = $locale;
108 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DUserinfo.php58 public $locale; variable in Google\\Service\\Oauth2\\Userinfo
173 public function setLocale($locale) argument
175 $this->locale = $locale;
182 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DQueryMetadata.php46 public $locale; variable in Google\\Service\\DoubleClickBidManager\\QueryMetadata
141 public function setLocale($locale) argument
143 $this->locale = $locale;
150 return $this->locale;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPresentation.php28 public $locale; variable in Google\\Service\\Slides\\Presentation
67 public function setLocale($locale) argument
69 $this->locale = $locale;
76 return $this->locale;

12345678910>>...13