Home
last modified time | relevance | path

Searched refs:shortDateFormat (Results 1 – 25 of 1386) sorted by relevance

12345678910>>...56

/dports/finance/prestashop/prestashop/src/Core/Domain/Language/Command/
H A DAddLanguageCommand.php67 private $shortDateFormat; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Language\\Command\\AddLanguageCommand
93 * @param string $shortDateFormat
105 $shortDateFormat, argument
116 $this->shortDateFormat = $shortDateFormat;
154 return $this->shortDateFormat;
H A DEditLanguageCommand.php61 private $shortDateFormat; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Language\\Command\\EditLanguageCommand
186 return $this->shortDateFormat;
190 * @param string $shortDateFormat
194 public function setShortDateFormat($shortDateFormat) argument
196 $this->shortDateFormat = $shortDateFormat;
/dports/finance/prestashop/prestashop/src/Core/Domain/Language/QueryResult/
H A DEditableLanguage.php61 private $shortDateFormat; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Language\\QueryResult\\EditableLanguage
88 * @param string $shortDateFormat
99 $shortDateFormat, argument
109 $this->shortDateFormat = $shortDateFormat;
153 return $this->shortDateFormat;
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DSOGoDateFormatter.m35 shortDateFormat = nil;
46 [shortDateFormat release];
57 ASSIGN (shortDateFormat, [locale objectForKey: NSShortDateFormatString]);
64 ASSIGN (shortDateFormat, newFormat);
95 return [self _date: date withFormat: shortDateFormat];
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DSOGoDateFormatter.m35 shortDateFormat = nil;
46 [shortDateFormat release];
57 ASSIGN (shortDateFormat, [locale objectForKey: NSShortDateFormatString]);
64 ASSIGN (shortDateFormat, newFormat);
95 return [self _date: date withFormat: shortDateFormat];
/dports/www/sogo2/SOGo-2.4.1/SoObjects/SOGo/
H A DSOGoDateFormatter.m35 shortDateFormat = nil;
46 [shortDateFormat release];
57 ASSIGN (shortDateFormat, [locale objectForKey: NSShortDateFormatString]);
64 ASSIGN (shortDateFormat, newFormat);
95 return [self _date: date withFormat: shortDateFormat];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/locale/
H A DLocaleInformation_en_ZW.java61 static final String shortDateFormat = LocaleInformation_en_ZA.shortDateFormat; field in LocaleInformation_en_ZW
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_en_BW.java61 static final String shortDateFormat = LocaleInformation_en_ZA.shortDateFormat; field in LocaleInformation_en_BW
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ar_BH.java61 static final String shortDateFormat = "dd MMM, yyyy"; field in LocaleInformation_ar_BH
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ar_DZ.java61 static final String shortDateFormat = "dd MMM, yyyy"; field in LocaleInformation_ar_DZ
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ar_LY.java61 static final String shortDateFormat = "dd MMM, yyyy"; field in LocaleInformation_ar_LY
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ar_OM.java61 static final String shortDateFormat = "dd MMM, yyyy"; field in LocaleInformation_ar_OM
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ar_SY.java61 static final String shortDateFormat = "dd MMM, yyyy"; field in LocaleInformation_ar_SY
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ar_YE.java61 static final String shortDateFormat = "dd MMM, yyyy"; field in LocaleInformation_ar_YE
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_en_DK.java61 static final String shortDateFormat = "yyyy-MM-dd"; field in LocaleInformation_en_DK
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_en_GB.java61 static final String shortDateFormat = "dd/MM/yy"; field in LocaleInformation_en_GB
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_en_HK.java61 static final String shortDateFormat = "EEEE, MMMM dd, yyyy"; field in LocaleInformation_en_HK
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_en_US.java61 static final String shortDateFormat = "MM/dd/yyyy"; field in LocaleInformation_en_US
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_es_CL.java61 static final String shortDateFormat = "dd/MM/yy"; field in LocaleInformation_es_CL
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ja_JP.java61 static final String shortDateFormat = "yyyyMMdd"; field in LocaleInformation_ja_JP
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ka_GE.java61 static final String shortDateFormat = "MM/dd/yyyy"; field in LocaleInformation_ka_GE
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_pl_PL.java61 static final String shortDateFormat = "yyyy-MM-dd"; field in LocaleInformation_pl_PL
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_ro_RO.java61 static final String shortDateFormat = "yyyy-MM-dd"; field in LocaleInformation_ro_RO
74 { "shortDateFormat", shortDateFormat },
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/locale/
H A DLocaleInformation_en_ZW.java61 static final String shortDateFormat = LocaleInformation_en_ZA.shortDateFormat; field in LocaleInformation_en_ZW
74 { "shortDateFormat", shortDateFormat },
H A DLocaleInformation_en_BW.java61 static final String shortDateFormat = LocaleInformation_en_ZA.shortDateFormat; field in LocaleInformation_en_BW
74 { "shortDateFormat", shortDateFormat },

12345678910>>...56