Home
last modified time | relevance | path

Searched refs:getLocalized (Results 1 – 25 of 87) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/
H A DLocalizationHelper.java39 return getLocalized((String) o, element); in getLocalizedFeature()
57 return getLocalized(key, element); in getLocalizedAccessibilityPhrase()
75 return getLocalized(key, element); in getLocalizedLabel()
93 return getLocalized(key, element); in getLocalizedTooltip()
111 public static String getLocalized(String key, MApplicationElement element) { in getLocalized() method in LocalizationHelper
113 return getLocalized(key, element, context); in getLocalized()
132 public static String getLocalized(String key, MApplicationElement element, in getLocalized() method in LocalizationHelper
/dports/www/matomo/piwik/plugins/Live/
H A DVisitorDetails.php62 $visitor['serverTimePretty'] = $dateTimeVisit->getLocalized(Date::TIME_FORMAT);
63 $visitor['serverDatePretty'] = $dateTimeVisit->getLocalized(Date::DATE_FORMAT_LONG);
67 …$visitor['serverDatePrettyFirstAction'] = $dateTimeVisitFirstAction->getLocalized(Date::DATE_FORMA…
68 …$visitor['serverTimePrettyFirstAction'] = $dateTimeVisitFirstAction->getLocalized(Date::TIME_FORMA…
252 'prettyDate' => Date::factory($serverDate)->getLocalized(Date::DATE_FORMAT_LONG),
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.metatype/
H A DctkMTLocalizationElement.cpp37 QString ctkMTLocalizationElement::getLocalized(const QString& key) const in getLocalized() function in ctkMTLocalizationElement
44 QString localized = _pl.getLocalized(_context, key); in getLocalized()
H A DctkObjectClassDefinitionImpl.cpp59 return _locElem.getLocalized(_name); in getName()
74 return _locElem.getLocalized(_description); in getDescription()
138 return p->getResource(_locElem.getLocalized(_icon.getIconName())); in getIcon()
H A DctkAttributeDefinitionImpl.cpp46 return _locElem.getLocalized(_name); in getName()
66 return _locElem.getLocalized(_description); in getDescription()
114 returnedLabels << _locElem.getLocalized(labelKey); in getOptionLabels()
H A DctkMTLocalizationElement_p.h49 QString getLocalized(const QString& key) const;
/dports/www/matomo/piwik/plugins/VisitTime/
H A Dfunctions.php27 return $date->getLocalized(Piwik::translate('Intl_Format_Hour_12'));
30 return $date->getLocalized(Piwik::translate('Intl_Format_Hour_24'));
/dports/www/matomo/piwik/core/Period/
H A DDay.php43 $out = $date->getLocalized(Date::DATE_FORMAT_DAY_MONTH);
56 $out = $date->getLocalized(Date::DATE_FORMAT_LONG);
H A DMonth.php30 $out = $this->getDateStart()->getLocalized(Date::DATE_FORMAT_MONTH_SHORT);
42 $out = $this->getDateStart()->getLocalized(Date::DATE_FORMAT_MONTH_LONG);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/providers/
H A DViewElement.java52 this.viewLabel = LocalizationHelper.getLocalized(viewDescriptor.getLabel(), viewDescriptor, in ViewElement()
54 …String categoryLabel = LocalizationHelper.getLocalized(viewDescriptor.getCategory(), viewDescripto… in ViewElement()
59 String description = LocalizationHelper.getLocalized(viewDescriptor.getTooltip(), viewDescriptor, in ViewElement()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 return getLocalized(key, arguments); in formatLocalized()
145 public static String getLocalized(String key, Object... arguments) { in getLocalized() method in LocalizedMessage
/dports/www/matomo/piwik/plugins/Annotations/
H A DController.php81 $view->startDatePretty = $startDate->getLocalized($dateFormat);
82 $view->endDatePretty = $endDate->getLocalized($dateFormat);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/
H A DContextProcessingAddon.java74 String localizedName = LocalizationHelper.getLocalized(current.getName(), current, in defineContexts()
76 String localizedDescriptor = LocalizationHelper.getLocalized(current.getDescription(), in defineContexts()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/
H A DObjectClassDefinitionImpl.java90 return getLocalized(_name); in getName()
108 return getLocalized(_description); in getDescription()
202 URL[] urls = FragmentUtils.findEntries(b, getLocalized(icon.getIconName())); in getIcon()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/YouTube/
H A DLocalizedProperty.php59 public function getLocalized() function in Google_Service_YouTube_LocalizedProperty
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/
H A DLocalizedProperty.php59 public function getLocalized() function in Google_Service_YouTube_LocalizedProperty
/dports/www/matomo/piwik/plugins/TagManager/Model/
H A DBaseModel.php39 return Date::factory($date, $timezone)->getLocalized(Date::DATETIME_FORMAT_SHORT);
/dports/www/matomo/piwik/plugins/DBStats/
H A DTasks.php31 $now = Date::now()->getLocalized(Date::DATE_FORMAT_SHORT);

1234