Home
last modified time | relevance | path

Searched refs:month_abbreviations (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/arrow/
H A Dlocales.py344 month_abbreviations = [ variable in EnglishLocale
444 month_abbreviations = [ variable in ItalianLocale
519 month_abbreviations = [ variable in SpanishLocale
619 month_abbreviations = [ variable in FrenchLocale
640 month_abbreviations = [ variable in FrenchCanadianLocale
698 month_abbreviations = [ variable in GreekLocale
768 month_abbreviations = [ variable in JapaneseLocale
829 month_abbreviations = [ variable in SwedishLocale
901 month_abbreviations = [ variable in FinnishLocale
985 month_abbreviations = [ variable in ChineseCNLocale
[all …]
H A Dparser.py171 self.locale.month_abbreviations[1:], re.IGNORECASE
/dports/devel/py-arrow/arrow-1.2.1/arrow/
H A Dlocales.py344 month_abbreviations = [ variable in EnglishLocale
444 month_abbreviations = [ variable in ItalianLocale
519 month_abbreviations = [ variable in SpanishLocale
619 month_abbreviations = [ variable in FrenchLocale
640 month_abbreviations = [ variable in FrenchCanadianLocale
698 month_abbreviations = [ variable in GreekLocale
768 month_abbreviations = [ variable in JapaneseLocale
829 month_abbreviations = [ variable in SwedishLocale
901 month_abbreviations = [ variable in FinnishLocale
985 month_abbreviations = [ variable in ChineseCNLocale
[all …]
H A Dparser.py171 self.locale.month_abbreviations[1:], re.IGNORECASE
/dports/devel/p5-DateTime-Format-Builder/DateTime-Format-Builder-0.83/examples/
H A DApache.pm31 $months{$_} = ++$i for @{ $lang->month_abbreviations };
/dports/devel/p5-DateTime-Format-Roman/DateTime-Format-Roman-0.04/
H A DChanges4 - remove the warning about the month_abbreviations method (RT 69845)
/dports/devel/p5-DateTime-Calendar-FrenchRevolutionary/DateTime-Calendar-FrenchRevolutionary-0.17/lib/DateTime/Calendar/FrenchRevolutionary/Locale/
H A Den.pm257 sub month_abbreviations { [ @months_short ] } subroutine
H A Des.pm261 sub month_abbreviations { [ @months_short ] } subroutine
H A Dfr.pm252 sub month_abbreviations { [ @months_short ] } subroutine
H A Dit.pm267 sub month_abbreviations { [ @months_short ] } subroutine
/dports/devel/p5-DateTime-Locale/DateTime-Locale-1.33/lib/DateTime/Locale/
H A DBase.pm235 month_abbreviations => sub { $_[0]->month_format_abbreviated() },
/dports/devel/py-arrow/arrow-1.2.1/tests/
H A Dtest_locales.py28 assert len(locale_cls.month_abbreviations) == 13
29 assert locale_cls.month_abbreviations[0] == ""
30 assert all(locale_cls.month_abbreviations[1:])
244 assert "juil" in self.locale.month_abbreviations
250 assert "juill" in self.locale.month_abbreviations
/dports/devel/p5-DateTime-Locale/DateTime-Locale-1.33/
H A DChanges428 month_names, month_abbreviations, month_narrows